From Sage Community Wiki
html * {
-moz-box-sizing: border-box;
}
html {
line-height: 1.3;
background-color: #FFF;
}
body {
margin: 0px;
color: black;
font-family: Georgia, "Bitstream Vera Serif", serif;
}
a[href] {
color: blue;
}
a:visited {
color: black;
}
a:hover {
text-decoration: none;'''Bold text'''
}
#rss-header {
height: 99px;
width: 100%;
background-image: url(geckozone_header_bg.png);
background-repeat: repeat-x;
border-bottom: 1px solid black;
background-color: #e0e8f2;
margin-bottom: 2em;
}
#rss-title {
margin: 0;
margin-left: 3px;
height: 99px;
padding-left: 10px;
padding-top: 10px;
background-image: url(geckozone_logo_fond.png);
background-repeat: no-repeat;
}
#rss-link {
display: block;
margin-left: 92px;
margin-top: 20px;
color: #2e62aa;
text-decoration: none;'''Bold text'''
font-size: 1.0em;
}
#rss-link:hover {
text-decoration: underline;'''Bold text'''
}
#rss-desc {
position: absolute;
padding-left: 10px;
width: 100%;
top: 81px;
background-image: url(geckozone_header_bg.png);
background-repeat: repeat-x;
border-bottom: 1px solid black;
background-color: #e0e8f2;
color: white;
}
div.item {
background-color: #fbeed4;
border: 1px solid white;
-moz-border-radius: 10px;
width: 47%;
min-width: 14em;
margin: 0 0 1em 2%;
padding: 0px;
float: left;
text-align: justify, '''Bold text'''
}
h2.item-title {
font-size: 0.9em;
font-weight: normal;
line-height: 1.1;
margin: 0px;
padding: 5px 5px 8px 8px;
}
span.item-ordinal {
padding-right: 0.2em;
}
div.item-desc {
min-height: 7em;
font-size: 0.9em;
margin: 0px;
padding: 8px 10px;
}
div.item-pubDate {
font-size: 0.8em;
font-style: italic;
margin: 0px;
padding: 8px 10px;
width: 80%;
float: left;
}
div.item-technorati {
font-size: 0.8em;
margin: 0px;
padding: 8px 10px;
width: 20%;
float: right;
text-align: right, '''Bold text''';
}