2003-03-13 12:14:48 +00:00
|
|
|
/*
|
|
|
|
$Id$
|
|
|
|
|
|
|
|
The original "subSilver" theme for phpBB2
|
|
|
|
Created by subBlue design :: http://www.subBlue.com
|
2003-07-11 15:46:35 +00:00
|
|
|
Updated for phpBB 2.2 by psoTFX :: phpBB Group
|
2003-03-13 12:14:48 +00:00
|
|
|
Copyright (c) 2002 phpBB Group
|
|
|
|
*/
|
|
|
|
|
|
|
|
body {
|
|
|
|
background-color: white;
|
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
margin: 0px;
|
|
|
|
border: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
|
|
|
|
scrollbar-face-color: #DEE3E7;
|
|
|
|
scrollbar-highlight-color: white;
|
|
|
|
scrollbar-shadow-color: #DEE3E7;
|
|
|
|
scrollbar-3dlight-color: #D1D7DC;
|
|
|
|
scrollbar-arrow-color: #006699;
|
|
|
|
scrollbar-track-color: #EFEFEF;
|
|
|
|
scrollbar-darkshadow-color: #98AAB1;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
font-size: 8pt;
|
|
|
|
}
|
|
|
|
|
2003-06-13 23:15:43 +00:00
|
|
|
.maintitle, h1 {
|
|
|
|
font: bold 18pt 'Trebuchet MS', Verdana, sans-serif;
|
|
|
|
text-decoration:none;
|
|
|
|
line-height: 120%;
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
font: bold 12pt Arial, Helvetica, sans-serif;
|
2003-03-13 12:14:48 +00:00
|
|
|
text-decoration:none;
|
|
|
|
line-height: 120%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.maintitle {
|
|
|
|
color: #12749B
|
|
|
|
}
|
|
|
|
|
|
|
|
.subtitle {
|
|
|
|
font: bold 12pt Arial, Helvetica, sans-serif;
|
|
|
|
}
|
|
|
|
|
2003-04-16 12:19:57 +00:00
|
|
|
.blue {
|
|
|
|
color: #006699;
|
|
|
|
}
|
|
|
|
|
2003-07-17 22:52:51 +00:00
|
|
|
.syntaxbg { color: #FFFFFF; }
|
|
|
|
.syntaxcomment { color: #FF8000; }
|
|
|
|
.syntaxdefault { color: #0000BB; }
|
|
|
|
.syntaxhtml { color: #000000; }
|
|
|
|
.syntaxkeyword { color: #007700; }
|
|
|
|
.syntaxstring { color: #DD0000; }
|
|
|
|
|
2003-03-13 12:14:48 +00:00
|
|
|
/*
|
|
|
|
Anchors
|
|
|
|
*/
|
2004-02-15 09:03:20 +00:00
|
|
|
a:link, a:active, a:visited { color: #006699; text-decoration: none; }
|
|
|
|
a:hover { color: #DD6900; text-decoration: underline; }
|
2003-05-02 15:50:11 +00:00
|
|
|
|
2004-02-15 09:03:20 +00:00
|
|
|
a.nav { color: #006699; text-decoration: none; }
|
|
|
|
a.nav:hover { text-decoration: underline; }
|
2003-03-13 12:14:48 +00:00
|
|
|
|
2004-02-15 09:03:20 +00:00
|
|
|
a.th:link { color: #FFA34F; text-decoration: none; }
|
|
|
|
a.th:active { color: #FFA34F; text-decoration: none; }
|
|
|
|
a.th:visited { color: #FFA34F; text-decoration: none; }
|
|
|
|
a.th:hover { color: #FFA34F; text-decoration: underline; }
|
2003-05-02 15:50:11 +00:00
|
|
|
|
2003-03-13 12:14:48 +00:00
|
|
|
/*
|
|
|
|
Non-tag specific
|
|
|
|
*/
|
|
|
|
.gen, .gensmall {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
.gen {
|
|
|
|
font-size: 8pt;
|
|
|
|
}
|
|
|
|
.gensmall {
|
|
|
|
font-size: 7pt;
|
|
|
|
}
|
|
|
|
.nav {
|
|
|
|
color: black;
|
2004-02-03 02:27:45 +00:00
|
|
|
font: bold 7pt;
|
2003-03-13 12:14:48 +00:00
|
|
|
}
|
2003-05-02 15:50:11 +00:00
|
|
|
.forumlink {
|
|
|
|
font: bold 120% Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
}
|
2003-03-13 12:14:48 +00:00
|
|
|
.name {
|
|
|
|
color: black;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
.postdetails {
|
|
|
|
color: black;
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
.copyright {
|
|
|
|
color: #444444;
|
|
|
|
font: 8pt Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
letter-spacing: -1px;
|
|
|
|
}
|
2003-06-06 15:23:50 +00:00
|
|
|
.error { color: #FF0000 }
|
2003-03-13 12:14:48 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
Tables
|
|
|
|
*/
|
|
|
|
table.bg {
|
|
|
|
background-color: #ACBBC6
|
|
|
|
}
|
|
|
|
|
|
|
|
th, td {
|
2003-05-26 23:53:34 +00:00
|
|
|
font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
|
2003-03-13 12:14:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
th {
|
|
|
|
height: 25px;
|
|
|
|
background-color: #006699;
|
|
|
|
color: #FFA34F;
|
2003-05-26 23:53:34 +00:00
|
|
|
font-weight: bold;
|
|
|
|
font-size: 11px;
|
2003-03-13 12:14:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
th.menu {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.cat {
|
|
|
|
height: 28px;
|
|
|
|
background-color: #D1D7DC;
|
|
|
|
}
|
|
|
|
|
|
|
|
.row1 {
|
|
|
|
background-color: #EFEFEF;
|
|
|
|
}
|
|
|
|
.row2 {
|
|
|
|
background-color: #DEE3E7;
|
|
|
|
}
|
|
|
|
.row3 {
|
|
|
|
background-color: #D1D7DC;
|
|
|
|
}
|
|
|
|
|
2003-07-17 22:52:51 +00:00
|
|
|
.sourcenum {
|
|
|
|
color: gray;
|
|
|
|
font-family: 'Courier New', monospace;
|
|
|
|
font-size: 9pt;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 160%;
|
|
|
|
}
|
|
|
|
.source {
|
|
|
|
font-family: 'Courier New', monospace;
|
|
|
|
font-size: 9pt;
|
|
|
|
line-height: 160%;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2003-03-13 12:14:48 +00:00
|
|
|
/*
|
|
|
|
Misc
|
|
|
|
*/
|
|
|
|
hr {
|
|
|
|
height: 0px;
|
|
|
|
border: solid #D1D7DC 0px;
|
|
|
|
border-top-width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
Forms
|
|
|
|
*/
|
2003-08-12 01:49:40 +00:00
|
|
|
input {
|
|
|
|
text-indent: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea, select, input.post, input.mainoption, input.liteoption {
|
|
|
|
border: 1px solid;
|
|
|
|
}
|
|
|
|
|
2003-03-13 12:14:48 +00:00
|
|
|
input, textarea, select {
|
|
|
|
color: black;
|
|
|
|
font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
border-color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.text {
|
|
|
|
font-family: 'Courier New', courier;
|
|
|
|
}
|
|
|
|
|
2003-08-27 16:31:54 +00:00
|
|
|
input.checkbox {
|
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
}
|
|
|
|
|
2003-03-13 12:14:48 +00:00
|
|
|
option.sep {
|
2003-07-11 15:46:35 +00:00
|
|
|
color: white;
|
|
|
|
background-color: #006699;
|
2003-03-13 12:14:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
textarea.edit {
|
|
|
|
font: 9pt 'Courier New', courier;
|
|
|
|
line-height:125%;
|
|
|
|
}
|
|
|
|
|
2003-07-11 15:46:35 +00:00
|
|
|
.btnmain {
|
2003-03-13 12:14:48 +00:00
|
|
|
background-color: #FAFAFA;
|
|
|
|
font-weight: bold;
|
2003-07-11 15:46:35 +00:00
|
|
|
border-width: 1px;
|
2003-03-13 12:14:48 +00:00
|
|
|
}
|
|
|
|
|
2003-07-11 15:46:35 +00:00
|
|
|
.btnlite {
|
2003-03-13 12:14:48 +00:00
|
|
|
background-color: #FAFAFA;
|
|
|
|
font-weight: normal;
|
2003-07-11 15:46:35 +00:00
|
|
|
border-width: 1px;
|
2003-03-13 12:14:48 +00:00
|
|
|
}
|
2004-02-11 18:28:24 +00:00
|
|
|
|
|
|
|
.helpline { background-color: #DEE3E7; border-style: none; }
|