I2PSnark: Vanilla finessing.

This commit is contained in:
z3d
2010-11-29 04:51:27 +00:00
parent 054eae8718
commit 8d2ea460c8

View File

@ -139,13 +139,17 @@ tr {
} }
thead, tfoot { thead, tfoot {
text-shadow:0 1px 0px #930; text-shadow: 0px 1px 1px #330;
background: url("images/bling.png") repeat-x scroll center center #867; background: url("images/bling.png") repeat-x scroll center center #867;
font-weight: bold;
color: #503;
} }
/*
thead a, tfoot a { thead a, tfoot a {
text-shadow:1px 1px #101; text-shadow: 1px 1px 1px #f00;
} }
*/
thead { thead {
border-bottom: 1px solid #604; border-bottom: 1px solid #604;
@ -156,7 +160,6 @@ th {
font-size: 9pt; font-size: 9pt;
border-top: 1px outset #001; border-top: 1px outset #001;
border-bottom: 1px inset #604; border-bottom: 1px inset #604;
color: #b30;
whitespace: nowrap; whitespace: nowrap;
font-variant: small-caps !important; font-variant: small-caps !important;
letter-spacing: 0.05em; letter-spacing: 0.05em;
@ -218,7 +221,7 @@ tfoot th {
td { td {
padding: 1px; padding: 1px;
color: #001 !important; color: #501 !important;
opacity: 1; opacity: 1;
font-size: 9.5pt; font-size: 9.5pt;
} }
@ -274,7 +277,7 @@ td:first-child {
padding-left: 0px; padding-left: 0px;
min-width: 120px; min-width: 120px;
font-weight: bold; font-weight: bold;
color: #404 !important; color: #402 !important;
font-size: 8pt; font-size: 8pt;
} }
@ -435,6 +438,24 @@ a:hover {
font-weight: bold; font-weight: bold;
} }
a:link {
color: #d30;
text-decoration: none;
font-weight: bold;
word-wrap: break-word;
}
a:visited {
color: #a60;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: #fa0;
font-weight: bold;
}
input { input {
font-size: 9pt; font-size: 9pt;
font-weight: bold; font-weight: bold;
@ -655,7 +676,7 @@ div.configsection table{
} }
div.configsection a { div.configsection a {
color: #f60; color: #f30;
text-shadow: 1px 1px #500; text-shadow: 1px 1px #500;
} }
@ -665,8 +686,8 @@ div.configsection a:hover {
} }
code { code {
font-size: 9.5pt; font-size: 9pt;
color: #227; color: #930;
padding: 0 2px; padding: 0 2px;
font-weight: bold; font-weight: bold;
font-family: "Lucida Console", "DejaVu Sans Mono", Courier, mono; font-family: "Lucida Console", "DejaVu Sans Mono", Courier, mono;