mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
54 lines
748 B
CSS
54 lines
748 B
CSS
/*Blog specific styles
|
|
----------------------------------------------------------*/
|
|
|
|
h3.blogs, h3.blog {
|
|
display:block;
|
|
border-bottom:1px solid #f1f1f1;
|
|
}
|
|
|
|
ul.blogs p {
|
|
clear:both;
|
|
}
|
|
|
|
.post {
|
|
margin: -8px 0 12px 0px;
|
|
}
|
|
|
|
.postsummary {
|
|
padding: 0 0 4px 0;
|
|
border-bottom:1px dotted #666;
|
|
}
|
|
|
|
.meta {
|
|
font-size:1.5em;
|
|
font-style:italic;
|
|
color:#666666;
|
|
}
|
|
|
|
.tagCloud {
|
|
font-style:italic;
|
|
font-size:1.8em;
|
|
}
|
|
|
|
.tagCloud li {
|
|
display: block;
|
|
float:left;
|
|
padding:20px 10px 0 0;
|
|
}
|
|
|
|
.archives {
|
|
margin: 0 0 24px 0;
|
|
}
|
|
|
|
ul.archiveMonthList li {
|
|
font-size:1.5em;
|
|
padding:8px;
|
|
}
|
|
|
|
.comment span {
|
|
font-size:1.4em;
|
|
}
|
|
|
|
.text p {
|
|
margin:0 0 1.4em 0;
|
|
} |