-
Sandrine Ribeau authored
ticket #342987, add navigation links in monthly archives and makes BlogEntry an IPrevNext entity type
Sandrine Ribeau authoredticket #342987, add navigation links in monthly archives and makes BlogEntry an IPrevNext entity type
cubes.blog.css 806 B
div.post {
width: 90%;
margin-bottom: 2em;
}
div.post h1 {
font-size: 1.3em;
position: relative;
border-bottom: none;
}
div.post div.postmetadata {
background:transparent url(postdatabg.jpg) no-repeat scroll left bottom;
font-size: 0.92em;
padding-bottom: 12px;
padding-left: 10px;
padding-top: 10px;
margin-bottom:1.5em;
}
div.post div.entry {
margin-left: 10px;
margin-top: 25px;
padding-top: 5px;
}
div.post div.entry p {
margin-bottom:1.5em;
}
div.post small {
font-size: 80%;
color:#949494;
display: block;
margin-left: 2em;
margin: 0em 0em 1em 1em;
}
ul.invisible li {
background: none;
}
ul.simple li {
background: transparent url(bullet_orange.png) no-repeat scroll 0 6px;
}
span.previousmonth {
float:left;
}
span.nextmonth {
float:right;
}