1 /***************************************************************************
4 * copyright : (C) 2003 - 2005 CyberAlien
5 * support : http://www.phpbbstyles.com
10 * project revision : 78
11 * last modified : 05 Dec 2005 13:54:55
13 ***************************************************************************/
16 background-color: #E5E5E5;
18 scrollbar-face-color: #DEE3E7;
19 scrollbar-highlight-color: #FFFFFF;
20 scrollbar-shadow-color: #DEE3E7;
21 scrollbar-3dlight-color: #D1D7DC;
22 scrollbar-arrow-color: #006699;
23 scrollbar-track-color: #EFEFEF;
24 scrollbar-darkshadow-color: #98AAB1;
27 /* General font families for common tags */
28 font, th, td, p, div { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
29 a:link,a:active,a:visited { color: #005784; }
30 a:hover { text-decoration: underline; color: #D46400; }
31 hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
33 ul { list-style-image: url('images/dot.gif'); margin-left: 20px; margin-bottom: 0px; margin-top: 0px; }
34 h1 { margin-top: 0px; }
36 label:hover { color: #D46400; }
38 /* This is the border line & background colour round the entire page */
39 table.bodyline { background-color: #F4F4F4; border: 1px #98AAB1 solid; }
41 /* This is the outline round the main forum tables */
42 table.forumline { background-color: #FFF; border: 2px #98AAB1 solid; }
43 td.forumline { background-color: #F8F8F8; border: 2px #98AAB1 solid; }
45 img.screenshot { border: 2px #006699 solid; padding: 1px; background-color: #F8F8F8; }
46 img.screenshot { border: 2px #015884 solid; padding: 1px; background-color: #F8F8F8; }
48 /* Main table cell colours and backgrounds */
49 td.row1 { background-color: #F0F0F0; }
50 td.row2 { background-color: #E4E9ED; }
51 td.row3 { background-color: #D8DFE3; }
54 table.navbar { border: solid 1px #98AAB1; background-color: #DFE3E6; background-image: url('images/cellpic4.gif'); background-repeat: repeat-x; height: 22px; }
55 table.navbar td { color: #FFA34F; font-size: 11px; font-weight: bold; padding-left: 5px; }
56 table.navbar td a, table.navbar td a:visited { color: #3385AD; text-decoration: underline; }
57 table.navbar td a:hover, table.navbar td a:active { color: #FFA34F; text-decoration: underline; }
58 table.navbar td.nav_invert { color: #3385AD; font-size: 11px; font-weight: bold; padding-left: 5px; }
59 table.navbar td.nav_invert a, table.navbar td.nav_invert a:visited { color: #FFA34F; text-decoration: none; }
60 table.navbar td.nav_invert a:hover, table.navbar td.nav_invert a:active { color: #3385AD; text-decoration: underline; }
62 .bottomnav { color: #444; font-size: 11px; font-weight: bold; }
63 .bottomnav a, .bottomnav a:visited { color: #3385AD; text-decoration: none; }
64 .bottomnav a:hover, .bottomnav a:active { color: #FFA34F; text-decoration: underline; }
67 .ast { color: #DD6900; font-weight: bold; }
69 /* Header cells - the blue and silver gradient backgrounds */
71 color: #C8DCE6; font-size: 11px; font-weight: bold;
72 background-color: #328BB8;
73 background-image: url('images/cellpic3.gif');
74 background-repeat: repeat-x;
79 background-color: #E7ECF0;
80 background-image: url('images/cellpic1.gif');
81 background-repeat: repeat-x;
84 border: 0px #FFF solid;
87 td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
88 background-image: url('images/cellpic1.gif'); background-color: #BFC8CE; background-repeat: repeat-x; border: 0px #FFFFFF solid; height: 28px;
91 td.cat,td.catHead,td.catBottom {
93 border-width: 0px 0px 0px 0px;
98 Setting additional nice inner borders for the main table cells.
99 The names indicate which sides the border will be on.
100 Don't worry if you don't understand this, just ignore it :-)
102 th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
103 font-weight: bold; border: 0px #FFFFFF solid; height: 28px; }
105 th.thHead,td.catHead { font-size: 12px; }
106 /*th.thHead,td.catHead { border-width: 1px 1px 0px 1px; }
107 th.thSides,td.catSides,td.spaceRow,td.explain { border-width: 0px 1px 0px 1px; }
108 th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; }
109 th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; }
110 th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; }
111 th.thTop { border-width: 1px 0px 0px 0px; }
112 th.thCornerL { border-width: 1px 0px 0px 1px; }
113 th.thCornerR { border-width: 1px 1px 0px 0px; }*/
116 /* The largest text used in the index page title and toptic title etc. */
118 font-weight: bold; font-size: 20px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
119 text-decoration: none; line-height : 120%; color : #000000;
124 .gen { font-size : 12px; }
125 .genmed { font-size : 11px; }
126 .gensmall { font-size : 10px; }
127 .gen,.genmed,.gensmall { color : #000000; }
128 a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
129 a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #DD6900; text-decoration: underline; }
132 /* The register, login, search etc links at the top of the page */
133 .mainmenu { font-size : 11px; color : #000000 }
134 a.mainmenu { text-decoration: none; color : #006699; }
135 a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }
138 /* Forum category titles */
139 .cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
140 a.cattitle { text-decoration: none; color : #006699; }
141 a.cattitle:hover{ text-decoration: underline; }
144 /* Forum title: Text and link to the forums used in: index.php */
145 .forumlink { font-weight: bold; font-size: 12px; color : #006699; }
146 a.forumlink { text-decoration: none; color : #006699; }
147 a.forumlink:hover{ text-decoration: underline; color : #DD6900; }
150 /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
151 .nav { font-weight: bold; font-size: 11px; color : #000000;}
152 a.nav { text-decoration: none; color : #006699; }
153 a.nav:hover { text-decoration: underline; }
156 /* titles for the topics: could specify viewed link colour too */
157 .topictitle { font-weight: bold; font-size: 11px; color : #000000; }
158 a.topictitle:link { text-decoration: none; color : #006699; }
159 a.topictitle:visited { text-decoration: none; color : #5493B4; }
160 a.topictitle:hover { text-decoration: underline; color : #DD6900; }
163 /* Name of poster in viewmsg.php and viewtopic.php and other places */
164 .name { font-size : 11px; color : #000000;}
166 /* Location, number of posts, post date etc */
167 .postdetails { font-size : 10px; color : #000000; }
170 /* The content of the posts (body of text) */
171 .postbody { font-size : 12px;}
172 a.postlink:link { text-decoration: none; color : #006699 }
173 a.postlink:visited { text-decoration: none; color : #5493B4; }
174 a.postlink:hover { text-decoration: underline; color : #DD6900}
177 /* Quote & Code blocks */
179 font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
180 background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
181 border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
185 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
186 background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
187 border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
191 /* Copyright and bottom info */
192 .copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
193 .copyright a { color: #006699; text-decoration: none;}
194 .copyright a:hover { color: #000000; text-decoration: underline;}
198 input,textarea, select {
200 font: normal 11px Verdana, Arial, Helvetica, sans-serif;
201 border-color : #000000;
204 /* The text input fields background colour */
205 input.post, textarea.post, select {
206 background-color: #FFFFFF;
207 border: solid 1px #000;
211 input { text-indent : 2px; }
213 /* The buttons used for bbCode styling in message post */
215 background-color : #EFEFEF;
217 font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
220 /* The main submit button option */
225 /* None-bold submit button */
227 font-weight : normal;
230 input.mainoption, input.liteoption {
236 border: solid 1px #000;
237 background: #F0F0F0 url('images/button.gif') repeat-x top left;
240 input.mainoption:hover, input.liteoption:hover {
242 background: #F0F0F0 url('images/button.gif') repeat-x bottom left;
245 /* This is the line in the posting page which shows the rollover
246 help line. This is actually a text box, but if set to be the same
247 colour as the background no one will know ;)
249 .helpline { background-color: #DEE3E7; border: solid 0px #FFF; }
251 /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
252 @import url("formIE.css");