forked from github/pelican
reverts getpelican/pelican@ddcccfeaa9 If one used a locale that made use of unicode characters (like fr_FR.UTF-8) the files on disk would be in correct locale while links would be to C. Uses a SafeDatetime class that works with unicode format strigns by using custom strftime to prevent ascii decoding errors with Python2. Also added unicode decoding for the calendar module to fix period archives.
48 lines
616 B
CSS
48 lines
616 B
CSS
@import url("main.css");
|
|
|
|
body {
|
|
font:1.3em/1.3 "Hoefler Text","Georgia",Georgia,serif,sans-serif;
|
|
}
|
|
|
|
.post-info{
|
|
display: none;
|
|
}
|
|
|
|
#banner nav {
|
|
display: none;
|
|
-moz-border-radius: 0px;
|
|
margin-bottom: 20px;
|
|
overflow: hidden;
|
|
font-size: 1em;
|
|
background: #F5F4EF;
|
|
}
|
|
|
|
#banner nav ul{
|
|
padding-right: 50px;
|
|
}
|
|
|
|
#banner nav li{
|
|
float: right;
|
|
color: #000;
|
|
}
|
|
|
|
#banner nav li a {
|
|
color: #000;
|
|
}
|
|
|
|
#banner h1 {
|
|
margin-bottom: -18px;
|
|
}
|
|
|
|
#featured, #extras {
|
|
padding: 50px;
|
|
}
|
|
|
|
#featured {
|
|
padding-top: 20px;
|
|
}
|
|
|
|
#extras {
|
|
padding-top: 0px;
|
|
padding-bottom: 0px;
|
|
}
|