2009-07-21 04:33:13 +00:00
|
|
|
body {
|
|
|
|
background-color: #eef;
|
|
|
|
color:#001;
|
|
|
|
font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
2009-07-23 04:28:28 +00:00
|
|
|
font-size: 8pt;
|
2009-07-21 04:33:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.snarkTitle {
|
2009-07-22 21:07:46 +00:00
|
|
|
font-size: 12pt;
|
2009-07-21 04:33:13 +00:00
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.snarkRefresh {
|
2009-07-23 17:55:26 +00:00
|
|
|
border: 1px outset #eef;
|
|
|
|
padding: 2px 10px;
|
2009-07-23 17:01:43 +00:00
|
|
|
background: #eef;
|
|
|
|
text-decoration: none;
|
2009-07-23 17:55:26 +00:00
|
|
|
border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-khtml-border-radius: 3px;
|
2009-07-23 17:01:43 +00:00
|
|
|
font-size: 9pt;
|
|
|
|
font-weight: bold;
|
|
|
|
margin: -10px 3px 0 3px;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
text-transform: uppercase;
|
2009-07-23 17:55:26 +00:00
|
|
|
opacity: 0.7;
|
|
|
|
letter-spacing: 0.05em;
|
2009-07-21 04:33:13 +00:00
|
|
|
}
|
|
|
|
|
2009-07-23 17:55:26 +00:00
|
|
|
.snarkRefresh:link {
|
|
|
|
border: 1px outset #eef;
|
|
|
|
padding: 2px 10px;
|
|
|
|
background: #eef;
|
|
|
|
text-decoration: none;
|
|
|
|
border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-khtml-border-radius: 3px;
|
|
|
|
font-size: 9pt;
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 0px 3px 0px 3px !important;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
text-transform: uppercase;
|
|
|
|
opacity: 0.7;
|
|
|
|
color: #003;
|
|
|
|
}
|
2009-07-24 01:07:07 +00:00
|
|
|
.snarkRefresh:hover, .snarkRefresh:hover:visited{
|
2009-07-23 17:55:26 +00:00
|
|
|
border: 1px solid #eef;
|
|
|
|
padding: 2px 10px;
|
2009-07-23 17:01:43 +00:00
|
|
|
background: #003;
|
2009-07-23 04:28:28 +00:00
|
|
|
text-decoration: none;
|
2009-07-23 17:55:26 +00:00
|
|
|
border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-khtml-border-radius: 3px;
|
2009-07-23 04:28:28 +00:00
|
|
|
font-size: 9pt;
|
|
|
|
font-weight: bold;
|
|
|
|
margin: -10px 3px 0 3px;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
text-transform: uppercase;
|
2009-07-23 17:01:43 +00:00
|
|
|
color: #f60;
|
2009-07-23 17:55:26 +00:00
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.snarkRefresh:visited {
|
2009-07-24 01:07:07 +00:00
|
|
|
border: 1px outset #eef;
|
2009-07-23 17:55:26 +00:00
|
|
|
opacity: 0.7;
|
|
|
|
color: #003;
|
2009-07-24 01:07:07 +00:00
|
|
|
background: #eef;
|
2009-07-23 04:28:28 +00:00
|
|
|
}
|
|
|
|
|
2009-07-21 04:33:13 +00:00
|
|
|
.snarkMessages {
|
2009-07-23 17:01:43 +00:00
|
|
|
background-color: #f83;
|
2009-07-22 21:07:46 +00:00
|
|
|
font-family: "Lucida Console", "DejaVu Sans Mono", Courier, mono !important;
|
|
|
|
font-size: 9pt;
|
2009-07-21 04:33:13 +00:00
|
|
|
font-weight: bold;
|
|
|
|
text-align: left;
|
|
|
|
margin: 0 0 15px 0;
|
2009-07-23 17:01:43 +00:00
|
|
|
padding: 0px;
|
2009-07-21 04:33:13 +00:00
|
|
|
border-spacing: 0px;
|
2009-07-23 19:08:04 +00:00
|
|
|
-moz-border-radius: 4px 0 0 0;
|
2009-07-21 04:33:13 +00:00
|
|
|
-khtml-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
2009-07-23 19:08:04 +00:00
|
|
|
border: 2px solid #930;
|
2009-07-22 21:07:46 +00:00
|
|
|
text-align: center;
|
2009-07-23 04:28:28 +00:00
|
|
|
overflow-x: scroll;
|
2009-07-23 17:01:43 +00:00
|
|
|
background: #ddf url('../console/images/orangetile.png');
|
|
|
|
color: #531;
|
|
|
|
height: 64px;
|
2009-07-22 21:07:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
font-family: "Lucida Console", "DejaVu Sans Mono", Courier, mono !important;
|
|
|
|
width: 100%;
|
|
|
|
font-size: 8pt;
|
|
|
|
padding: 0;
|
2009-07-23 17:01:43 +00:00
|
|
|
text-align: left !important;
|
|
|
|
height: 8px;
|
2009-07-21 04:33:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
2009-07-23 18:18:51 +00:00
|
|
|
margin: 0px 0px 10px 0px;
|
2009-07-21 04:33:13 +00:00
|
|
|
border: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
border-width: 0px;
|
|
|
|
border-spacing: 0px;
|
|
|
|
}
|
2009-07-23 17:01:43 +00:00
|
|
|
|
2009-07-21 04:33:13 +00:00
|
|
|
th {
|
|
|
|
padding: 5px;
|
2009-07-23 17:01:43 +00:00
|
|
|
font-size: 8pt;
|
2009-07-23 04:28:28 +00:00
|
|
|
border-top: 1px outset #001;
|
|
|
|
border-bottom: 1px inset #001;
|
2009-07-23 17:01:43 +00:00
|
|
|
background: #f91 url('.../console/images/tabletitleorangealt.png') repeat-x;
|
|
|
|
text-align: center;
|
2009-07-21 04:33:13 +00:00
|
|
|
}
|
2009-07-22 21:07:46 +00:00
|
|
|
|
|
|
|
.SnarkTorrents {
|
|
|
|
margin: 0;
|
|
|
|
border: 1px solid #001;
|
2009-07-24 01:07:07 +00:00
|
|
|
background-color: #f9f;
|
2009-07-22 21:07:46 +00:00
|
|
|
}
|
|
|
|
|
2009-07-21 04:33:13 +00:00
|
|
|
td {
|
|
|
|
padding: 5px;
|
2009-07-23 17:01:43 +00:00
|
|
|
text-align: center;
|
2009-07-21 04:33:13 +00:00
|
|
|
}
|
|
|
|
.snarkTorrentEven {
|
2009-07-22 21:07:46 +00:00
|
|
|
background-color: #fb1;
|
2009-07-23 17:01:43 +00:00
|
|
|
font-size: 7pt;
|
2009-07-21 04:33:13 +00:00
|
|
|
}
|
|
|
|
.snarkTorrentOdd {
|
2009-07-22 21:07:46 +00:00
|
|
|
background-color: #fa1;
|
2009-07-23 17:01:43 +00:00
|
|
|
font-size: 7pt;
|
2009-07-21 04:33:13 +00:00
|
|
|
}
|
|
|
|
.snarkNewTorrent {
|
2009-07-23 17:01:43 +00:00
|
|
|
font-size: 9pt;
|
2009-07-21 04:33:13 +00:00
|
|
|
}
|
|
|
|
.snarkAddInfo {
|
2009-07-23 17:01:43 +00:00
|
|
|
font-size: 9pt;
|
2009-07-21 04:33:13 +00:00
|
|
|
line-height: 130% !important;
|
|
|
|
}
|
|
|
|
.snarkConfigTitle {
|
|
|
|
font-size: 11pt;
|
|
|
|
font-weight: bold;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.snarkConfig {
|
2009-07-22 21:07:46 +00:00
|
|
|
font-size: 10pt;
|
2009-07-21 04:33:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.page {
|
|
|
|
background-color: #fff;
|
2009-07-23 17:01:43 +00:00
|
|
|
color:#310;
|
2009-07-21 04:33:13 +00:00
|
|
|
margin: 20px;
|
2009-07-23 04:28:28 +00:00
|
|
|
padding: 10px 20px 5px 20px;
|
2009-07-21 04:33:13 +00:00
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-khtml-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
border: 1px solid #001;
|
|
|
|
font-size: 9pt !important;
|
|
|
|
line-height: 160% !important;
|
|
|
|
-moz-box-shadow: inset 0px 0px 1px 0px #002;
|
|
|
|
text-align: center;
|
2009-07-23 17:01:43 +00:00
|
|
|
background: #ddf url('../console/light/images/lightbluetile.png');
|
2009-07-23 18:18:51 +00:00
|
|
|
opacity: 1.0;
|
2009-07-21 04:33:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
form {
|
2009-07-22 21:07:46 +00:00
|
|
|
line-height: 250%
|
2009-07-21 04:33:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
line-height: 150%
|
|
|
|
}
|
|
|
|
|
|
|
|
a:link {
|
|
|
|
padding 5px;
|
2009-07-22 21:07:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
hr {
|
|
|
|
color: #003;
|
|
|
|
background: #003;
|
|
|
|
height: 1px;
|
|
|
|
border: 0px solid #003;
|
2009-07-23 17:01:43 +00:00
|
|
|
width: 100%;
|
|
|
|
margin: 10px 0 7px 0;
|
2009-07-22 21:07:46 +00:00
|
|
|
text-align: center;
|
2009-07-23 04:28:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a:link{
|
2009-07-23 17:01:43 +00:00
|
|
|
color: #830;
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bold;
|
|
|
|
word-wrap: break-word;
|
2009-07-23 04:28:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a:visited{
|
2009-07-23 17:01:43 +00:00
|
|
|
color: #606;
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bold;
|
2009-07-23 04:28:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a:hover{
|
2009-07-23 17:01:43 +00:00
|
|
|
color: #f60;
|
|
|
|
font-weight: bold;
|
2009-07-23 04:28:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input {
|
|
|
|
/* font-family: "Lucida Console", "DejaVu Sans Mono", Courier, mono !important;*/
|
|
|
|
font-size: 9pt;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: left;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
select {
|
|
|
|
font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
|
|
|
background-color: #ffe;
|
|
|
|
color: #310;
|
|
|
|
font-size: 9pt;
|
|
|
|
}
|
2009-07-23 17:01:43 +00:00
|
|
|
|
|
|
|
img {
|
|
|
|
border: none;
|
2009-07-23 18:18:51 +00:00
|
|
|
margin: 0px 5px 10px 5px;
|
|
|
|
opacity: 0.7;
|
2009-07-23 17:22:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
img:hover{
|
|
|
|
border: none;
|
2009-07-23 18:25:22 +00:00
|
|
|
margin: 0px 5px 10px 5px;
|
2009-07-23 18:18:51 +00:00
|
|
|
opacity: 1;
|
2009-07-23 17:01:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
div.section {
|
|
|
|
margin: 0 0 20px 0;
|
|
|
|
padding: 10px;
|
|
|
|
background: #ffe;
|
|
|
|
border: 1px solid #001;
|
|
|
|
text-align: center;
|
|
|
|
color: #001;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-khtml-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
-moz-box-shadow: inset 0px 0px 1px 0px #002;
|
|
|
|
word-wrap: break-word;
|
|
|
|
text-align: center;
|
|
|
|
background: #ffe url('../console/light/images/tabletile.png');
|
2009-07-23 18:18:51 +00:00
|
|
|
opacity: 1.0;
|
2009-07-23 17:01:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.mainsection {
|
|
|
|
margin: 0 0 20px 0;
|
|
|
|
padding: 10px;
|
|
|
|
background: #ffe;
|
|
|
|
border: 1px solid #001;
|
|
|
|
text-align: center;
|
|
|
|
color: #001;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-khtml-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
-moz-box-shadow: inset 0px 0px 1px 0px #002;
|
|
|
|
word-wrap: break-word;
|
|
|
|
text-align: center;
|
|
|
|
background: #ffe url('../console/light/images/tabletile.png');
|
2009-07-23 18:18:51 +00:00
|
|
|
opacity: 1.0;
|
2009-07-23 17:01:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.newtorrentsection {
|
|
|
|
margin: 0 0 20px 0;
|
|
|
|
padding: 10px;
|
|
|
|
background: #ffe;
|
|
|
|
border: 1px solid #001;
|
|
|
|
text-align: center;
|
|
|
|
color: #001;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-khtml-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
-moz-box-shadow: inset 0px 0px 1px 0px #002;
|
|
|
|
word-wrap: break-word;
|
|
|
|
text-align: center;
|
|
|
|
background: #ffe url('../console/images/yellowtile.png');
|
2009-07-23 18:18:51 +00:00
|
|
|
opacity: 1.0;
|
2009-07-23 17:01:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.addtorrentsection {
|
|
|
|
margin: 0 0 20px 0;
|
|
|
|
padding: 10px;
|
|
|
|
background: #ffe;
|
|
|
|
border: 1px solid #001;
|
|
|
|
text-align: center;
|
|
|
|
color: #001;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-khtml-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
-moz-box-shadow: inset 0px 0px 1px 0px #002;
|
|
|
|
word-wrap: break-word;
|
|
|
|
text-align: center;
|
|
|
|
background: #ffe url('../console/images/greentile.png');
|
2009-07-23 18:18:51 +00:00
|
|
|
opacity: 1.0;
|
2009-07-23 17:01:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.configsection {
|
|
|
|
margin: 0 0 20px 0;
|
|
|
|
padding: 10px;
|
|
|
|
background: #ffe;
|
|
|
|
border: 1px solid #001;
|
|
|
|
text-align: center;
|
2009-07-23 17:22:05 +00:00
|
|
|
color: #ffb;
|
2009-07-23 17:01:43 +00:00
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-khtml-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
-moz-box-shadow: inset 0px 0px 1px 0px #002;
|
|
|
|
word-wrap: break-word;
|
|
|
|
text-align: center;
|
|
|
|
background: #ffe url('../console/images/redtile.png');
|
2009-07-23 17:22:05 +00:00
|
|
|
font-weight: bold; /* red tile needs bold text! */
|
2009-07-23 18:18:51 +00:00
|
|
|
opacity: 0.95;
|
2009-07-21 04:33:13 +00:00
|
|
|
}
|