mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
update the theme (logo)
This commit is contained in:
parent
ca2030f62c
commit
3d2ae33799
1 changed files with 8 additions and 1 deletions
9
docs/_themes/pelican/static/pelican.css_t
vendored
9
docs/_themes/pelican/static/pelican.css_t
vendored
|
|
@ -34,7 +34,6 @@ hr {
|
||||||
}
|
}
|
||||||
|
|
||||||
div.document {
|
div.document {
|
||||||
background-color: #eee;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.body {
|
div.body {
|
||||||
|
|
@ -153,12 +152,20 @@ div.body h6 {
|
||||||
text-shadow: 0px 1px 0 white
|
text-shadow: 0px 1px 0 white
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{% if theme_index_logo %}
|
||||||
|
div.indexwrapper h1 {
|
||||||
|
text-indent: -999999px;
|
||||||
|
background: url({{ theme_index_logo }}) no-repeat center center;
|
||||||
|
height: {{ theme_index_logo_height }};
|
||||||
|
}
|
||||||
|
{% endif %}
|
||||||
div.body h1 {
|
div.body h1 {
|
||||||
border-top: 20px solid white;
|
border-top: 20px solid white;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
font-size: 250%;
|
font-size: 250%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.body h2 { font-size: 150%; background-color: #C8D5E3; }
|
div.body h2 { font-size: 150%; background-color: #C8D5E3; }
|
||||||
div.body h3 { font-size: 120%; background-color: #D8DEE3; }
|
div.body h3 { font-size: 120%; background-color: #D8DEE3; }
|
||||||
div.body h4 { font-size: 110%; background-color: #D8DEE3; }
|
div.body h4 { font-size: 110%; background-color: #D8DEE3; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue