CSS:Black Ice
From Sage Community Wiki
[edit] Black Ice
Simple theme for sage, author Number572.
/* ::DOCUMENT_STYLES */
* {
margin:0;
padding:0;
border:none;
}
body {
border-top: 6px solid #CEF;
margin: 0; padding: 0;
font-family: "Trebuchet MS", sans-serif;
font-size: small;
background: #404530
overflow-x:hidden;
}
/* ::BODY_TEXT */
h1,h2,h3,h4,h5,h6 {
font-size:100%;
}
h2 {
font-size:140%;
}
p {
line-height:1.3em;
margin-bottom:1em;
}
a:link, a:visited {
color: #64B9FB;
background-color:#E7F7FF;
text-decoration: none;
}
a:hover {
background: #3A3F2B;
}
/* ::LISTS */
ul,ol {
margin:1em 0 1em 10px; padding-left:8px;
}
li {
line-height:1.3em;
margin-bottom:1em;
list-style-type:none;
}
li:before{
content: "~ ";
font-weight:bold;
}
/* ::EXTRAS */
blockquote {
margin-left:10px; margin-right:10px;
border-left:5px solid #EEE;
padding-left:10px;
}
/* ::HEADER */
#rss-header h1 {
color:#3A3F2B;
font-size:160%;
width:100%;
background:#E7F7FF;
text-align:center;
margin:0pt 0pt 15px; padding:2pt 0pt;
font-family:"Goudy Old Style", serif;
font-weight:bold;
}
#rss-header h1 a {
color:#3A3F2B;
text-align:center;
text-decoration:none;
}
#rss-header h1 a:hover {background:none;}
#rss-header p {
margin-top:20px;
text-align:center;
text-transform:uppercase;
font-family:;
}
/* ::ITEMS */
.item {
margin:0 20px;
font-size:110%;
color:#333333;
}
/* ::ITEM_TITLES */
.item h2.item-title {
margin:2px 0 5px 0;
color:#000033;
background-color:#CEF;
padding:2px 4px;
}
.item h2.item-title a {background:none;}
.item h2.item-title:hover {
background: #3A3F2B;
}
/* ::ITEM_EXTRAS */
.item .item-pubDate {
margin-top:3px;
font-weight:bold;
font-size:80%;
}
.item .item-ordinal {
display:none;
}
.item .item-technorati {}
.item p, .item li {
line-height:1.6em;
}
.item .item-desc {
margin:6px 20px;
}
.item .feedflare {
border:none;
float:none;
display:none;
}
