2 Helius Theme for phpBB version 2+
3 Created by Vjacheslav Trushkin
4 http://www.trushkin.net
8 /* General page style. The scroll bar colours only visible in IE5.5+ */
10 background-color: #E5E8EE;
11 scrollbar-arrow-color: #1D2938;
12 scrollbar-face-color: #9DB3CC;
13 scrollbar-track-color: #D6DEE9;
14 scrollbar-highlight-color: #C8D3E1;
15 scrollbar-3dlight-color: #EAEFF4;
16 scrollbar-shadow-color: #7492B6;
17 scrollbar-darkshadow-color: #3A5370;
20 /* General font families for common tags */
21 font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
22 a { text-decoration: underline; color: #364D67; }
23 a:visited { text-decoration: underline; color: #2C3E52; }
24 a:hover { text-decoration: underline; color: #FF6600; }
25 a:active { text-decoration: underline; color: #FF0000; }
26 hr { height: 0px; border: solid #364D67 0px; border-top-width: 1px;}
29 /* This is the outline round the main forum tables */
30 .forumline { background-color: #525E6E; }
33 /* Main table cell colours and backgrounds */
34 td.row1 { background-color: #EDEFF2; }
35 td.row1_over { background-color: #F8F9FA; }
36 td.row2 { background-color: #DDE2EC; }
37 td.row2_over { background-color: #EBEEF3; }
38 td.row3, td.row3Right { background-color: #E2E6EE; }
39 td.row3_over { background-color: #ECEFF4; }
40 td.row4 { background-color: #CED5E2; }
44 This is for the table cell above the Topics, Post & Last posts on the index.php page
45 By default this is the fading out gradiated silver background.
46 However, you could replace this with a bitmap specific for each forum
49 background-color: #FFFFFF;
52 /* Header cells - the blue and silver gradient backgrounds */
54 color: #3A5370; font-size: 12px; font-weight: bold;
55 background-color: #FFCC00; height: 26px;
58 td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
59 background-color:#D1D7DC; height: 28px;
62 td.th2 {background-color:#D1D7DC; height: 20px; color: #FFFFFF; }
65 background-color: #D1D7DC; }
69 Setting additional nice inner borders for the main table cells.
70 The names indicate which sides the border will be on.
71 Don't worry if you don't understand this, just ignore it :-)
74 /* The largest text used in the index page title and toptic title etc. */
76 font-weight: bold; font-size: 18px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
77 text-decoration: none; line-height : 120%; color: #000000;
80 font-weight: bold; font-size: 18px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
81 text-decoration: none; line-height : 120%; color: #364D67;
84 font-size: 16px; font-family: Arial, Helvetica, sans-serif;
85 text-decoration: none; font-weight: bold; color: #FFFFFF;
90 .gen { font-size : 12px; }
91 .genmed { font-size : 11px; }
92 .gensmall, .gensmall2 { font-size : 10px; }
93 .gen,.genmed,.gensmall { color : #000000; }
94 a.gen,a.genmed,a.gensmall { color: #364D67; text-decoration: underline; }
95 a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #FF6600; text-decoration: underline; }
98 /* The register, login, search etc links at the top of the page */
99 .mainmenu { font-size: 11px; color: #000000 }
100 a.mainmenu { text-decoration: underline; color: #364D67; }
101 a.mainmenu:hover{ text-decoration: underline; color: #FF6600; }
104 /* Forum category titles */
105 .cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color: #364D67}
106 a.cattitle, .cattitle a { text-decoration: underline; color: #364D67; }
107 a.cattitle:visited, .cattitle a:visited { text-decoration: underline; color: #2C3E52; }
108 a.cattitle:hover, .cattitle a:hover { text-decoration: underline; color: #FF6600; }
109 a.cattitle:active, .cattitle a:active { text-decoration: underline; color: #FF0000; }
112 /* Forum title: Text and link to the forums used in: index.php */
113 .forumlink { font-weight: bold; font-size: 12px; color: #364D67; }
114 a.forumlink { text-decoration: underline; color: #364D67; }
115 a.forumlink:hover{ text-decoration: underline; color: #FF6600; }
118 /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
119 .nav { font-weight: bold; font-size: 11px; color : #000000;}
120 a.nav { text-decoration: underline; color: #364D67; }
121 a.nav:hover { text-decoration: underline; color: #FF6600; }
124 /* titles for the topics: could specify viewed link colour too */
125 .topictitle { font-weight: bold; font-size: 11px; color : #000000; }
126 a.topictitle:link { text-decoration: underline; color: #364D67; }
127 a.topictitle:visited { text-decoration: underline; color: #2C3E52; }
128 a.topictitle:hover { text-decoration: underline; color: #FF6600; }
129 a.topictitle:active { text-decoration: underline; color: #FF0000; }
132 /* Name of poster in viewmsg.php and viewtopic.php and other places */
133 .name { font-size: 11px; color: #000000;}
134 a.name:link { text-decoration: underline; color: #364D67; }
135 a.name:visited { text-decoration: underline; color: #2C3E52; }
136 a.name:hover { text-decoration: underline; color: #FF6600; }
137 a.name:active { text-decoration: underline; color: #FF0000; }
139 /* Location, number of posts, post date etc */
140 .postdetails { font-size: 10px; color: #000000; }
143 /* The content of the posts (body of text) */
144 .postbody { font-size: 12px;}
145 a.postlink:link { text-decoration: underline; color: #364D67; }
146 a.postlink:visited { text-decoration: underline; color: #2C3E52; }
147 a.postlink:hover { text-decoration: underline; color: #FF6600; }
148 a.postlink:active { text-decoration: underline; color: #FF0000; }
151 /* Quote & Code blocks */
153 font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
154 background-color: #F1F4F8; border: #525E6E; border-style: dashed;
155 border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
159 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #3A5370; line-height: 125%;
160 background-color: #F1F4F8; border: #525E6E; border-style: dotted;
161 border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
165 /* Copyright and bottom info */
166 .copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
167 a.copyright, a.copyright:visited, .copyright a, .copyright a:visited { color: #444444; text-decoration: none;}
168 a.copyright:hover, a.copyright:active, .copyright a:hover, .copyright a:active { color: #000000; text-decoration: underline;}
172 input,textarea, select {
174 font: normal 11px Verdana, Arial, Helvetica, sans-serif;
177 form { display: inline; }
179 /* The text input fields background colour */
180 input.post, textarea.post, select {
181 background-color : #FFFFFF;
184 input { text-indent : 2px; }
186 /* The buttons used for bbCode styling in message post */
188 background-color: #EAEFF4;
190 font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
193 /* The main submit button option */
195 background-color : #FAFAFA;
199 /* None-bold submit button */
201 background-color : #FAFAFA;
202 font-weight : normal;
205 /* This is the line in the posting page which shows the rollover
206 help line. This is actually a text box, but if set to be the same
207 colour as the background no one will know ;)
209 input.helpline { background-color: #DDE2EC; border: solid 1px #DDE2EC; }