Skip to content

Commit

Permalink
update the theme (logo)
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Apr 25, 2011
1 parent 62c08f6 commit f9f0132
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/_themes/pelican/static/pelican.css_t
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ hr {
}

div.document {
background-color: #eee;
}

div.body {
Expand Down Expand Up @@ -153,12 +152,20 @@ div.body h6 {
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 {
border-top: 20px solid white;
margin-top: 0;
font-size: 250%;
text-align: center;
}

div.body h2 { font-size: 150%; background-color: #C8D5E3; }
div.body h3 { font-size: 120%; background-color: #D8DEE3; }
div.body h4 { font-size: 110%; background-color: #D8DEE3; }
Expand Down

0 comments on commit f9f0132

Please sign in to comment.