295 lines
6.3 KiB
CSS
295 lines
6.3 KiB
CSS
/* Not yet complete. Subject to flux and change. dr|z3d - 07.25.09 */
|
|
|
|
body {
|
|
background: #eef;
|
|
color: #001;
|
|
font: 8pt "Lucida Sans Unicode","Bitstream Vera Sans",Verdana,Tahoma,Helvetica,sans-serif;
|
|
}
|
|
|
|
.snarkTitle {
|
|
font-size: 12pt;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
|
|
.snarkRefresh:link,.snarkRefresh:visited {
|
|
text-decoration: none !important;
|
|
text-transform: uppercase !important;
|
|
padding: 0 16px;
|
|
letter-spacing: 0.05em;
|
|
font-weight: bold;
|
|
font-size: 11pt;
|
|
color: #005;
|
|
}
|
|
|
|
.snarkRefresh:hover {
|
|
text-decoration: none !important;
|
|
text-transform: uppercase !important;
|
|
padding: 0 16px;
|
|
letter-spacing: 0.05em;
|
|
font-weight: bold;
|
|
font-size: 11pt;
|
|
color: #f60;
|
|
border-bottom: 3px solid #f60;
|
|
border-top: 3px solid #f60;
|
|
}
|
|
|
|
.snarkRefresh:active {
|
|
text-decoration: none !important;
|
|
text-transform: uppercase !important;
|
|
padding: 0 16px;
|
|
letter-spacing: 0.05em;
|
|
font-weight: bold;
|
|
font-size: 11pt;
|
|
color: #f30;
|
|
border-bottom: 3px solid #f30;
|
|
border-top: 3px solid #f30;
|
|
}
|
|
|
|
.snarkMessages {
|
|
font: bold 9pt "Lucida Console","DejaVu Sans Mono",Courier,mono !important;
|
|
text-align: left;
|
|
margin: 0 0px 10px 0px;
|
|
padding: 0;
|
|
border-spacing: 0px;
|
|
-moz-border-radius: 4px 0 0 0;
|
|
-khtml-border-radius: 4px;
|
|
border-radius: 4px;
|
|
border: 2px solid #930;
|
|
overflow: auto;
|
|
color: #531;
|
|
height: 79px;
|
|
width: auto;
|
|
background: #f0dea0;
|
|
}
|
|
|
|
pre {
|
|
width: 100%;
|
|
font: 8pt "Lucida Console","DejaVu Sans Mono",Courier,mono !important;
|
|
padding: 0;
|
|
text-align: left !important;
|
|
height: 8px;
|
|
}
|
|
|
|
table {
|
|
margin: 0px 0px 10px 0px;
|
|
border: 0px;
|
|
padding: 0px;
|
|
border-spacing: 0px;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
th {
|
|
padding: 4px;
|
|
font-size: 9pt;
|
|
border-top: 1px outset #001;
|
|
border-bottom: 1px inset #001;
|
|
background: #fda;
|
|
whitespace: nowrap;
|
|
}
|
|
|
|
.SnarkTorrents {
|
|
margin: 0;
|
|
border: 1px solid #001;
|
|
background: #f9f;
|
|
}
|
|
|
|
td {
|
|
padding: 4px;
|
|
}
|
|
|
|
.snarkTorrentEven {
|
|
background: #fea;
|
|
font-size: 8pt;
|
|
}
|
|
|
|
.snarkTorrentOdd {
|
|
background: #f0dea0;
|
|
font-size: 8pt;
|
|
}
|
|
|
|
.snarkNewTorrent {
|
|
font-size: 9pt;
|
|
}
|
|
|
|
.snarkAddInfo {
|
|
font-size: 9pt;
|
|
line-height: 130% !important;
|
|
}
|
|
|
|
.snarkConfigTitle {
|
|
font-size: 11pt;
|
|
font-weight: bold;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.snarkConfig {
|
|
font-size: 10pt;
|
|
width: 100%;
|
|
}
|
|
|
|
.page {
|
|
background: #fff;
|
|
color: #310;
|
|
min-width: 800px !important;
|
|
margin: 5px 0 0 0;
|
|
padding: 10px 10px 0px 10px;
|
|
-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;
|
|
opacity: 1.0;
|
|
}
|
|
|
|
form {
|
|
line-height: 250%;
|
|
}
|
|
|
|
p {
|
|
line-height: 150%;
|
|
}
|
|
|
|
hr {
|
|
color: #003;
|
|
background: #003;
|
|
height: 1px;
|
|
border: 0px solid #003;
|
|
width: 100%;
|
|
margin: 10px 0 7px 0;
|
|
text-align: center;
|
|
}
|
|
|
|
a:link {
|
|
color: #930;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
a:visited {
|
|
color: #606;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
}
|
|
|
|
a:hover {
|
|
color: #900;
|
|
font-weight: bold;
|
|
}
|
|
|
|
input {
|
|
font-size: 9pt;
|
|
font-weight: bold;
|
|
text-align: left;
|
|
padding: 2px;
|
|
}
|
|
|
|
select {
|
|
background: #ffe;
|
|
color: #310;
|
|
font: 9pt "Lucida Sans Unicode","Bitstream Vera Sans",Verdana,Tahoma,Helvetica,sans-serif;
|
|
}
|
|
|
|
img {
|
|
border: none;
|
|
margin: 5px 5px 0px 5px;
|
|
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 #002;
|
|
word-wrap: break-word;
|
|
text-align: center;
|
|
background: #ffe url('../console/light/images/tabletile.png');
|
|
opacity: 1.0;
|
|
}
|
|
|
|
div.newtorrentsection {
|
|
margin: 0 0 10px 0;
|
|
padding: 0 10px 10px 10px;
|
|
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;
|
|
background: #bb4 url('../console/images/yellowtile.png');
|
|
opacity: 1.0;
|
|
}
|
|
|
|
div.addtorrentsection {
|
|
margin: 0 0 10px 0;
|
|
padding: 0 10px 10px 10px;
|
|
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;
|
|
background: #7f7 url('../console/images/greentile.png');
|
|
opacity: 1.0;
|
|
}
|
|
|
|
div.configsection {
|
|
margin: 0;
|
|
padding: 0 10px 10px 10px;
|
|
border: 1px solid #001;
|
|
color: #ffb;
|
|
-moz-border-radius: 4px;
|
|
-khtml-border-radius: 4px;
|
|
border-radius: 4px;
|
|
-moz-box-shadow: inset 0px 0px 0px 1px #900;
|
|
word-wrap: break-word;
|
|
text-align: center;
|
|
background: #700 url('../console/light/images/darkbluetile.png');
|
|
font-weight: bold;/* red tile needs bold text! */
|
|
}
|
|
|
|
div.configsection a {
|
|
color: #f90;
|
|
}
|
|
|
|
div.configsection a: hover {
|
|
color: #f60;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.snarknavbar {
|
|
margin: 0 0 10px 0 !important;
|
|
padding: 10px;
|
|
border: 1px solid #001;
|
|
-moz-border-radius: 4px;
|
|
-khtml-border-radius: 4px;
|
|
border-radius: 4px;
|
|
-moz-box-shadow: inset 0px 0px 1px 0px #002;
|
|
background: #ddf url('../console/light/images/tabletile.png');
|
|
text-transform: uppercase !important;
|
|
letter-spacing: 0.05em;
|
|
font-weight: bold;
|
|
font-size: 11pt;
|
|
color: #001;
|
|
}
|