80 lines
1.3 KiB
Text
80 lines
1.3 KiB
Text
.bookmark a.digg {
|
|
background:url(/images/icons/digg.gif) no-repeat 0 50%;
|
|
}
|
|
|
|
body {
|
|
background: #fff;
|
|
color: #000;
|
|
font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Helvetica, Arial, sans-serif;
|
|
margin: 0;
|
|
padding: 0;
|
|
font-size: 95%;
|
|
text-align: center;
|
|
}
|
|
|
|
hr {
|
|
color: white;
|
|
background-color: #ddd;
|
|
height: 1px;
|
|
border: 0px;
|
|
}
|
|
|
|
pre {
|
|
background-color: #eee;
|
|
color: inherit;
|
|
padding: 0.3em 1em 1em 1em;
|
|
border: 1px dotted #999;
|
|
overflow: auto;
|
|
margin: 1em 0 1em 1.5em;
|
|
}
|
|
|
|
a .donatethumb:hover {
|
|
background: #ccc;
|
|
color: inherit;
|
|
}
|
|
a .introthumb:hover {
|
|
background: #ccc;
|
|
color: inherit;
|
|
}
|
|
#main-body a {
|
|
color: #147;
|
|
background-color: inherit;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
#main-body a:hover {
|
|
text-decoration: none;
|
|
color: #06c;
|
|
background-color: inherit;
|
|
}
|
|
#footer a:hover {
|
|
text-decoration: none;
|
|
}
|
|
a {
|
|
outline: none;
|
|
}
|
|
|
|
a:active {
|
|
outline: none;
|
|
}
|
|
|
|
|
|
|
|
img.screenthumb {
|
|
vertical-align: middle;
|
|
background-color: #eee;
|
|
color: inherit;
|
|
border-bottom: 1px solid #a9a9a9;
|
|
border-right: 1px solid #a9a9a9;
|
|
padding: 8px;
|
|
margin: 25px 25px 0 0;
|
|
}
|
|
|
|
a img.screenthumb:hover {
|
|
background: #ccc;
|
|
color: inherit;
|
|
}
|
|
img {
|
|
border: 0 none;
|
|
}
|
|
|