Files
2026-02-17 09:29:34 -06:00

244 lines
4.0 KiB
CSS

body {
background: #fff;
margin: 0;
padding: 0;
font-family: Helvetica, Arial, sans-serif;
color: #000;
-webkit-text-size-adjust: none;
}
a:link{
text-decoration: none;
color: #fff;
padding: 0 0 0 9px;
}
a:visited{
text-decoration: none;
color: #fff;
padding: 0 0 0 9px;
}
a:hover{
text-decoration: none;
color: #fff;
padding: 0 0 0 9px;
}
a:active {
text-decoration: none;
color: #fff;
padding: 0 0 0 9px;
}
img {
vertical-align: middle;
border: none;
}
a img {
border: none;
}
#title {
background-color: #efefef;
text-align: center;
font-size: 100%;
letter-spacing: -0.00em;
color: #da1b1b;
font-weight: bold;
text-decoration: none;
width: 36px;
height: 8px;
padding: 9px 0 9px 0;
margin: 0 0 0 8px;
}
#vtitle {
text-align: left;
font-size: 90%;
letter-spacing: -0.07em;
color: #202020;
font-weight: bold;
text-decoration: none;
width: 100%px;
height: 8px;
padding: 9px 0 9px 12px;
margin: 0 9px 0 8px;
}
#gopen {
background-color: #039003;
text-align: center;
font-size: 100%;
letter-spacing: -0.07em;
color: #fff;
font-weight: bold;
text-decoration: none;
width: 100%px;
height: 8px;
padding: 9px 0 9px 12px;
margin: 0 9px 0 8px;
}
#gclose {
background-color:#c00002;
text-align: center;
font-size: 100%;
letter-spacing: -0.07em;
color: #fff;
font-weight: bold;
text-decoration: none;
width: 100%px;
height: 8px;
padding: 9px 0 9px 12px;
margin: 0 9px 0 8px;
}
#tblopen {
background-color: #039003;
text-align: center;
font-size: 100%;
letter-spacing: -0.07em;
color: #fff;
font-weight: bold;
text-decoration: none;
width: 100%px;
height: 8px;
padding: 9px 0 9px 12px;
margin: 0 9px 0 8px;
}
#tblclose {
background-color:#c00002;
text-align: center;
font-size: 100%;
letter-spacing: -0.07em;
color: #fff;
font-weight: bold;
text-decoration: none;
width: 100%px;
height: 8px;
padding: 9px 0 9px 12px;
margin: 0 9px 0 8px;
}
#h {
background: #665722;
padding: 0;
font-size: 85%;
}
.h-menu {
text-align: right;
padding: 10px 10px 10px 0;
}
.h-menu a {
color: #000;
font-size: 150%;
font-weight: bold;
margin-left: 0.8em;
}
.h-logo {
width: 68px;
padding-left: 3px;
}
#h-s {
background: #c7c178;
padding: 6px;
font-size: 15px;
}
#h-s a, #h-s span {
padding: 0 3px;
color: #325b29;
font-weight: bold;
word-spacing: -0.2em;
white-space: nowrap;
line-height: 1.8em;
}
#h-s span {
color: #75993d;
}
#stories a.digg-count {
display: block;
text-align: center;
font-size: 90%;
letter-spacing: -0.07em;
color: #7b702a;
font-weight: bold;
text-decoration: none;
width: 36px;
height: 8px;
padding: 9px 0 9px 0;
margin: 0 0 0 8px;
}
#stories .sum-count {
text-align: center;
font-size: 90%;
letter-spacing: -0.07em;
color: #7b702a;
font-weight: bold;
text-decoration: none;
width: 100%px;
height: 16px;
padding: 9px 0 9px 0;
margin: 0 0 0 0px;
}
#stories .total-tons {
text-align: center;
font-size: 130%;
letter-spacing: -0.07em;
color: #7b702a;
font-weight: bold;
text-decoration: none;
width: 100%px;
height: 16px;
padding: 9px 0 9px 0;
margin: 0 0 0 0px;
}
table {
border-collapse: collapse;
width: 100%;
}
#stories td {
padding: 4px 8px 4px 9px;
border-bottom: 1px solid #ddd;
}
#stories td a span, #stories td a strong, #permalink h3 a strong {
font-weight: bold;
color: #000;
font-style: italic;
}
#stories table td a {
font-size: 14px;
font-weight: bold;
display: block;
}
#footer {
margin: 0px auto 0;
background: #efefef;
padding: 0;
text-align: center;
}
#footer a {
font-size: .80em;
color: #666;
font-weight: bold;
display: block;
padding: 10px 0;
}
#footer a:hover {
text-decoration: underline;
}