forked from I2P_Developers/i2p.i2p
Further tweaks to ubergine and vanilla themes by dr|z3d for new layouts
This commit is contained in:
@@ -174,7 +174,7 @@ th {
|
||||
border-bottom: 1px inset #101;
|
||||
color: #ddd;
|
||||
whitespace: nowrap;
|
||||
letter-spacing: 0.05em;
|
||||
letter-spacing: 0em;
|
||||
}
|
||||
|
||||
th:first-child {
|
||||
@@ -260,7 +260,8 @@ td:first-child {
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.snarkTorrentName {
|
||||
.snarkTorrentName {
|
||||
line-height: 100%;
|
||||
text-shadow:1px 1px #550000;
|
||||
padding: 2px 0 0;
|
||||
}
|
||||
@@ -303,7 +304,8 @@ td:first-child {
|
||||
}
|
||||
|
||||
.snarkTorrentStatus {
|
||||
padding: 2px 2px 2px 0;
|
||||
padding: 2px 2px 2px 0;
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
.snarkTorrentStatus:first-child {
|
||||
@@ -324,7 +326,8 @@ td:first-child {
|
||||
.snarkTorrentRateUp, .snarkTorrentRateDown, .snarkTorrentDownloaded, .snarkTorrentUploaded {
|
||||
font-size: 7.5pt;
|
||||
font-weight: bold;
|
||||
padding: 0 3px;
|
||||
padding: 0 3px;
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
.snarkTorrentDownloaded {
|
||||
@@ -403,7 +406,7 @@ table.SnarkDirInfo {
|
||||
margin: 0 -1px 0 0 !important;
|
||||
}
|
||||
|
||||
.SnarkDirInfo td {
|
||||
.SnarkDirInfo td, .SnarkDirInfo th {
|
||||
min-width: 0px !important;
|
||||
}
|
||||
|
||||
@@ -461,7 +464,7 @@ table.SnarkDirInfo {
|
||||
.page {
|
||||
background: #323 url('/themes/snark/ubergine/images/tile2.png');
|
||||
color: #310;
|
||||
min-width: 970px !important;
|
||||
min-width: 800px !important;
|
||||
margin: 5px 0 0 0;
|
||||
padding: 10px 10px 0px 10px;
|
||||
-moz-border-radius: 4px;
|
||||
|
||||
@@ -186,7 +186,8 @@ th {
|
||||
font-size: 8pt;
|
||||
border-top: 1px outset #604;
|
||||
border-bottom: 1px inset #604;
|
||||
whitespace: nowrap;
|
||||
whitespace: nowrap;
|
||||
color: #511;
|
||||
}
|
||||
|
||||
th:first-child {
|
||||
@@ -406,10 +407,12 @@ td:first-child {
|
||||
|
||||
table.SnarkTorrentInfo {
|
||||
margin-bottom: 3 !important;
|
||||
border: 1px solid #604;
|
||||
}
|
||||
|
||||
table.SnarkDirInfo {
|
||||
margin-top: -2px !important;
|
||||
margin-top: -3px !important;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.snarkDirInfo thead img {
|
||||
@@ -453,7 +456,7 @@ table.SnarkDirInfo {
|
||||
.snarkConfigTitle {
|
||||
font-size: 11pt;
|
||||
font-weight: bold;
|
||||
padding: 0 25px 3px 25px;
|
||||
padding: 0 15px 3px 12px;
|
||||
margin: 5px 0 10px 0 !important;
|
||||
letter-spacing: 0.05em;
|
||||
border: 1px solid #111;
|
||||
@@ -461,10 +464,11 @@ table.SnarkDirInfo {
|
||||
-khtml-border-radius: 0 0 5px 5px;
|
||||
border-radius: 0 0 5px 5px;
|
||||
border-top: 0;
|
||||
text-shadow: 0px 1px 1px #fff;
|
||||
text-shadow: 0px 1px 1px #777;
|
||||
background: #ffb url('images/bling.png') repeat-x scroll center center !important;
|
||||
font-variant: small-caps !important;
|
||||
color: #503;
|
||||
color: #503;
|
||||
box-shadow: 0 1px 1px #777;
|
||||
}
|
||||
|
||||
.snarkConfigTitle img {
|
||||
@@ -478,7 +482,7 @@ table.SnarkDirInfo {
|
||||
.page {
|
||||
background: #fff url('images/tile2.png');
|
||||
color: #310;
|
||||
min-width: 970px !important;
|
||||
min-width: 800px !important;
|
||||
margin: 5px 0 0 0;
|
||||
padding: 10px 10px 0px 10px;
|
||||
-moz-border-radius: 4px;
|
||||
@@ -512,24 +516,6 @@ hr {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #742;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #962;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #f30;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #d30;
|
||||
text-decoration: none;
|
||||
@@ -810,7 +796,7 @@ div.configsection table{
|
||||
|
||||
div.configsection a {
|
||||
color: #f30;
|
||||
text-shadow: 1px 1px #fff;
|
||||
text-shadow: 1px 1px #777;
|
||||
}
|
||||
|
||||
div.configsection a:hover {
|
||||
|
||||
Reference in New Issue
Block a user