Files
i2p.i2p/installer/resources/themes/console/snark/snark.css

492 lines
11 KiB
CSS
Raw Normal View History

/* I2PSnark theme "faze to gray" by dr|z3d */
2010-09-16 23:33:24 +00:00
/* Guantanamo Commemorative Edition. */
body {
background: #333 url('../console/images/graytile.png');
2009-08-20 10:21:25 +00:00
color: #001;
font: 8pt "Lucida Sans Unicode","Bitstream Vera Sans",Verdana,Tahoma,Helvetica,sans-serif;
}
.snarkTitle {
2009-08-20 10:21:25 +00:00
font-size: 12pt;
font-weight: bold;
text-align: center;
}
.snarkRefresh:link,.snarkRefresh:visited {
text-decoration: none !important;
text-transform: uppercase !important;
padding: 2px 16px;
margin: -5px -7px -5px 0 !important;
2009-08-20 10:21:25 +00:00
letter-spacing: 0.05em;
font-weight: bold;
font-size: 11pt;
color: #f70;
text-shadow: 1px 1px #420;
2009-08-20 10:21:25 +00:00
}
.snarkRefresh:hover {
text-decoration: none !important;
text-transform: uppercase !important;
padding: 0 16px;
letter-spacing: 0.05em;
font-weight: bold;
font-size: 11pt;
color: #f90;
/*border-bottom: 3px solid #111;
border-top: 3px solid #111;*/
background: #f90;
background: #111 url('../console/images/snarknav_on.png') repeat-x scroll center center;
-moz-border-radius: 3px;
2010-09-15 04:03:48 +00:00
-khtml-border-radius: 3px;
border-radius: 3px;
2009-08-20 10:21:25 +00:00
}
.snarkRefresh:active {
text-decoration: none !important;
text-transform: uppercase !important;
padding: 0 16px;
letter-spacing: 0.05em;
font-weight: bold;
font-size: 11pt;
color: #fb0;
/*border-bottom: 3px solid #6d6;
border-top: 3px solid #6d6; */
background: #111 url('../console/images/snarknav_on.png') repeat-x scroll center center;
2009-08-20 10:21:25 +00:00
}
.snarkMessages {
2009-08-20 10:21:25 +00:00
font: bold 9pt "Lucida Console","DejaVu Sans Mono",Courier,mono !important;
text-align: left;
margin: 0 0 10px 0;
padding: 3px 0;
2009-08-20 10:21:25 +00:00
border-spacing: 0px;
-moz-border-radius: 4px 0 0 0;
2010-09-15 04:03:48 +00:00
-khtml-border-radius: 4px 0 0 0;
border-radius: 4px 0 0 0;
border: 1px solid #000;
2009-08-20 10:21:25 +00:00
overflow: auto;
color: #22f;
height: 70px;
2009-08-20 10:21:25 +00:00
width: auto;
background: #000;
background: #111 url('../console/images/hat.png') no-repeat scroll right center;
}
pre {
2009-08-20 10:21:25 +00:00
width: 100%;
font: 8pt "Lucida Console","DejaVu Sans Mono",Courier,mono !important;
padding: 0;
text-align: left !important;
height: 8px;
color: #070;
font-weight: bold !important;
}
table {
2009-08-20 10:21:25 +00:00
margin: 0px 0px 10px 0px;
border: 0px;
padding: 0px;
border-spacing: 0px;
border-collapse: collapse;
color: #ddd;
width: 100%;
}
thead, tfoot {
background: #000;
background: url("../console/images/snark_thead.png") repeat-x scroll 0 0 #101;
text-shadow:0 2px 5px #333333;
}
thead a, tfoot a {
text-shadow: 1px 1px #210;
text-shadow:1px 1px #550000;
}
thead {
border-bottom: 2px solid #101;
}
th {
2009-08-20 10:21:25 +00:00
padding: 4px;
2010-01-02 02:38:35 +00:00
font-size: 9pt;
2009-08-20 10:21:25 +00:00
border-top: 1px outset #001;
border-bottom: 1px inset #001;
/* background: #222;*/
color: #ddd;
2009-08-20 10:21:25 +00:00
whitespace: nowrap;
}
th:first-child {
text-align: left;
padding-left: 10px;
}
.SnarkTorrents {
2009-08-20 10:21:25 +00:00
margin: 0;
border: 1px solid #001;
background: #333;
}
td {
padding: 1px;
color: #ddd !important;
2010-09-17 08:27:02 +00:00
font-size: 9.5pt;
}
.mainsection td {
color: #111;
}
td:first-child {
2010-09-17 07:27:21 +00:00
text-align: right;
padding-left: 10px;
}
2009-08-20 10:21:25 +00:00
.snarkTorrentName {
text-shadow:1px 1px #550000;
2010-09-18 16:19:51 +00:00
padding: 2px 0 0;
}
.snarkTorrentAction {
text-shadow:1px 1px #550000;
2010-09-18 16:19:51 +00:00
padding: 0 0 1px;
}
.snarkTorrentEven {
background: #545;
2010-01-02 02:38:35 +00:00
font-size: 8pt;
}
2009-08-20 10:21:25 +00:00
.snarkTorrentStatus {
2010-09-18 16:19:51 +00:00
/* line-height: 100%; */
padding: 1px 0 2px;
}
.snarkTorrentStatus:first-child {
text-align: left !important;
2010-09-17 08:00:09 +00:00
font-style: italic;
padding-left: 10px;
2010-09-17 08:00:09 +00:00
}
.snarkTorrentRate, .snarkTorrentDownloaded, .snarkTorrentUploaded {
font-size: 8pt;
font-weight: bold;
}
.snarkTorrentOdd {
background: #656;
2010-01-02 02:38:35 +00:00
font-size: 8pt;
border: 1px inset #434;
border-left: 0;
border-right: 0;
}
2009-08-20 10:21:25 +00:00
2010-05-21 15:07:34 +00:00
.snarkFileName {
min-width: 25em;
2010-05-25 13:08:34 +00:00
padding: 4px 10px;
2010-09-17 08:00:09 +00:00
text-align: left !important;
2010-05-25 13:08:34 +00:00
}
.snarkFileSize {
padding: 4px 10px;
}
.snarkFileStatus {
padding: 4px 10px;
2010-09-17 08:00:09 +00:00
text-align: center;
font-style: italic;
2010-05-21 15:07:34 +00:00
}
.thumb {
max-height: 64px;
max-width: 96px;
}
.snarkNewTorrent {
2009-08-20 10:21:25 +00:00
font-size: 9pt;
}
2009-08-20 10:21:25 +00:00
.snarkAddInfo {
2009-08-20 10:21:25 +00:00
font-size: 9pt;
line-height: 130% !important;
}
2009-08-20 10:21:25 +00:00
.snarkConfigTitle {
2009-08-20 10:21:25 +00:00
font-size: 11pt;
font-weight: bold;
padding: 0 25px 3px 25px;
margin: 5px 0 10px 0 !important;
letter-spacing: 0.25em;
2010-09-17 13:55:47 +00:00
border: 1px solid #111;
-moz-border-radius: 0 0 5px 5px;
2010-09-15 04:03:48 +00:00
-khtml-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
border-top: 0;
text-shadow: 0px 3px 5px #333;
2010-09-17 13:55:47 +00:00
background: #333 url('../console/images/snarknav.png') repeat-x scroll center center !important;
font-variant: small-caps !important;
}
.snarkConfig {
2009-08-20 10:21:25 +00:00
font-size: 10pt;
width: 100%;
}
.page {
background: #323;
2009-08-20 10:21:25 +00:00
color: #310;
2010-09-18 08:55:52 +00:00
min-width: 820px !important;
2009-08-20 10:21:25 +00:00
margin: 5px 0 0 0;
padding: 10px 10px 0px 10px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
border: 1px solid #101;
2009-08-20 10:21:25 +00:00
font-size: 9pt !important;
line-height: 160% !important;
-moz-box-shadow: inset 0px 0px 1px 0px #002;
2010-09-15 04:03:48 +00:00
-khtml-box-shadow: inset 0px 0px 1px 0px #002;
box-shadow: inset 0px 0px 1px 0px #002;
2009-08-20 10:21:25 +00:00
text-align: center;
opacity: 1.0;
}
form {
/* line-height: 250%; */
margin-bottom: 0;
}
2009-08-20 10:21:25 +00:00
p {
line-height: 150%;
}
hr {
color: #444;
background: #444;
height: 1px;
border: 0px solid #444;
width: 0%;
margin: 5px 0 7px 0;
text-align: center;
}
2009-08-20 10:21:25 +00:00
a:link {
color: #f70;
2009-08-20 10:21:25 +00:00
text-decoration: none;
font-weight: bold;
word-wrap: break-word;
}
2009-08-20 10:21:25 +00:00
a:visited {
color: #f50;
2009-08-20 10:21:25 +00:00
text-decoration: none;
font-weight: bold;
}
2009-08-20 10:21:25 +00:00
a:hover {
color: #f90;
2009-08-20 10:21:25 +00:00
font-weight: bold;
}
input {
2009-08-20 10:21:25 +00:00
font-size: 9pt;
font-weight: bold;
text-align: left;
2010-05-15 14:18:54 +00:00
padding: 2px 4px;
-moz-border-radius: 4px;
2010-09-15 04:03:48 +00:00
-khtml-border-radius: 4px;
2010-05-16 17:11:40 +00:00
border-radius: 4px;
2010-09-17 13:55:47 +00:00
border: 1px inset #000;
2010-09-17 07:27:21 +00:00
background: url('../console/images/graytile.png');
color: #f60;
2010-05-15 14:18:54 +00:00
}
input.r {
text-align: right;
2010-09-17 07:27:21 +00:00
background: url('../console/images/graytile.png');
2009-08-20 10:21:25 +00:00
}
input[type=submit] {
2010-09-17 07:27:21 +00:00
text-shadow: 0px 0px #410;
color: #000;
background: #989;
2010-09-17 07:27:21 +00:00
border: 1px inset #bbb;
}
input[type=submit]:hover {
2010-09-17 07:27:21 +00:00
border: 1px outset #bbb;
text-shadow: 0 0;
2010-09-17 07:27:21 +00:00
background: #f60;
color: #fff;
text-shadow: 0px 1px 5px #f00;
}
input[type=submit]:active {
background: #000 !important;
color: #f60 !important;
text-shadow: 0 !important;
}
input[type=text]:active, input[type=text]:hover, input.r:hover {
background: #f60;
color: #fff;
}
select {
background: #333;
background: url('../console/images/graytile.png') !important;
color: #f60;
2009-08-20 10:21:25 +00:00
font: 9pt "Lucida Sans Unicode","Bitstream Vera Sans",Verdana,Tahoma,Helvetica,sans-serif;
2010-05-15 14:18:54 +00:00
font-weight: bold;
padding: 2px 2px 2px 3px;
-moz-border-radius: 4px 0 0 4px;
2010-09-15 04:03:48 +00:00
-khtml-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
border: 1px solid #000;
2010-05-15 14:18:54 +00:00
}
select:hover, textarea:hover {
background: #f60 !important;
color: #fff;
}
2010-05-15 14:18:54 +00:00
textarea {
2010-09-17 07:27:21 +00:00
background: #111 url('../console/images/graytile.png');
color: #f60;
2010-05-15 14:18:54 +00:00
font-weight: bold;
padding: 1px 4px 0px;
-moz-border-radius: 4px;
2010-09-15 04:03:48 +00:00
-khtml-border-radius: 4px;
2010-05-16 17:11:40 +00:00
border-radius: 4px;
2010-09-17 13:55:47 +00:00
border: 1px inset #000;
}
img {
2009-08-20 10:21:25 +00:00
border: none;
2010-09-18 16:19:51 +00:00
margin: 1px 3px 3px 4px;
2010-05-25 13:08:34 +00:00
vertical-align: middle;
2009-08-20 10:21:25 +00:00
opacity: 1.0;
line-height: 100%;
}
img: hover {
border: none;
margin: 5px 5px 0px 5px;
opacity: 0.5;
line-height: 100%;
}
div.section,div.mainsection {
margin: 0 0 10px 0;
padding: 10px;
border: 1px solid #001;
color: #001;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: inset 0px 0px 1px 0px #212;
2009-08-20 10:21:25 +00:00
word-wrap: break-word;
text-align: center;
background: #545;
opacity: 1.0;
}
div.newtorrentsection {
2009-08-20 10:21:25 +00:00
margin: 0 0 10px 0;
padding: 0 10px 0px 10px;
2009-08-20 10:21:25 +00:00
border: 1px solid #001;
text-align: center;
color: #ddd;
2009-08-20 10:21:25 +00:00
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: inset 0px 0px 1px 0px #101;
-khtml-box-shadow: inset 0px 0px 1px 0px #101;
box-shadow: inset 0px 0px 1px 0px #101;
2009-08-20 10:21:25 +00:00
word-wrap: break-word;
background: #545 url('../console/images/snark_create.png') no-repeat scroll right center;
2009-08-20 10:21:25 +00:00
opacity: 1.0;
}
div.addtorrentsection {
2009-08-20 10:21:25 +00:00
margin: 0 0 10px 0;
padding: 0 10px 0px 10px;
2009-08-20 10:21:25 +00:00
border: 1px solid #001;
text-align: center;
color: #ddd;
2009-08-20 10:21:25 +00:00
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: inset 0px 0px 1px 0px #101;
-khtml-box-shadow: inset 0px 0px 1px 0px #101;
box-shadow: inset 0px 0px 1px 0px #101;
2009-08-20 10:21:25 +00:00
word-wrap: break-word;
background: #545 url('../console/images/snark_add.png') no-repeat scroll right center;
2009-08-20 10:21:25 +00:00
opacity: 1.0;
}
div.configsection {
margin: 0 0 10px 0;
padding: 0 10px 15px 10px;
border: 1px solid #000;
color: #ddd;
2009-08-20 10:21:25 +00:00
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: inset 0px 0px 1px 0px #101;
-khtml-box-shadow: inset 0px 0px 1px 0px #101;
box-shadow: inset 0px 0px 1px 0px #101;
2009-08-20 10:21:25 +00:00
word-wrap: break-word;
text-align: center;
background: #545;
font-weight: bold;
}
.newtorrentsection form, .configsection form, .addtorrentsection form {
color: #ddd !important;
}
2010-01-03 14:12:48 +00:00
div.configsection table{
color: #ffb;
}
2009-08-20 10:21:25 +00:00
div.configsection a {
color: #f60;
2010-09-17 13:55:47 +00:00
text-shadow: 1px 1px #500;
}
div.configsection a:hover {
color: #f90;
text-decoration: none;
}
code {
2010-09-18 07:10:43 +00:00
font-size: 9pt;
color: #b8b;
padding: 0 2px;
font-weight: bold;
2010-09-18 07:10:43 +00:00
font-family: "Lucida Console", "DejaVu Sans Mono", Courier, mono;
}
.snarknavbar {
2009-08-20 10:21:25 +00:00
margin: 0 0 10px 0 !important;
padding: 2px 10px;
2009-08-20 10:21:25 +00:00
border: 1px solid #001;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: inset 0px 0px 1px 0px #002;
2010-09-15 04:03:48 +00:00
-khtml-box-shadow: inset 0px 0px 1px 0px #002;
box-shadow: inset 0px 0px 1px 0px #002;
background: #111 url('../console/images/snarknav.png') repeat-x scroll center center;
2009-08-20 10:21:25 +00:00
text-transform: uppercase !important;
letter-spacing: 0.05em;
font-weight: bold;
font-size: 11pt;
color: #001;
2010-09-18 08:55:52 +00:00
min-width: 820px;
2009-08-20 10:21:25 +00:00
}