]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blob - phpBB2_old/templates/Helius/Helius.css
Baseline
[www.vanrenterghem.biz.git] / phpBB2_old / templates / Helius / Helius.css
1 /*
2   Helius Theme for phpBB version 2+
3   Created by Vjacheslav Trushkin
4   http://www.trushkin.net
5 */
8  /* General page style. The scroll bar colours only visible in IE5.5+ */
9 body {
10         background-color: #FFFFFF /* #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;
18 }
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; }
43 /*
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
47 */
48 td.rowpic {
49                 background-color: #FFFFFF;
50 }
52 /* Header cells - the blue and silver gradient backgrounds */
53 th, td.th       {
54         /* modification by Frederik - original was: color: #3A5370;*/
55         color: #FFFFFF;
56         font-size: 12px; font-weight: bold;
57         background-color: #FFCC00; height: 26px;
58 }
60 td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
61                         background-color:#D1D7DC; height: 28px;
62 }
64 td.th2 {background-color:#D1D7DC; height: 20px; color: #FFFFFF; }
66 td.spaceRow {
67         background-color: #D1D7DC; }
70 /*
71   Setting additional nice inner borders for the main table cells.
72   The names indicate which sides the border will be on.
73   Don't worry if you don't understand this, just ignore it :-)
74 */
76 /* The largest text used in the index page title and toptic title etc. */
77 h1,h2   {
78                         font-weight: bold; font-size: 18px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
79                         text-decoration: none; line-height : 120%; color: #000000;
80 }
81 .maintitle      {
82                         font-weight: bold; font-size: 18px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
83                         text-decoration: none; line-height : 120%; color: #364D67;
84 }
85 .subtitle       {
86                         font-size: 16px; font-family: Arial, Helvetica, sans-serif;
87                         text-decoration: none; font-weight: bold; color: #000000;
88 }
91 /* General text */
92 .gen { font-size : 12px; }
93 .genmed { font-size : 11px; }
94 .gensmall, .gensmall2 { font-size : 10px; }
95 .gen,.genmed,.gensmall { color : #000000; }
96 a.gen,a.genmed,a.gensmall { color: #364D67; text-decoration: underline; }
97 a.gen:hover,a.genmed:hover,a.gensmall:hover     { color: #FF6600; text-decoration: underline; }
100 /* The register, login, search etc links at the top of the page */
101 .mainmenu               { font-size: 11px; color: #000000 }
102 a.mainmenu              { text-decoration: underline; color: #364D67;  }
103 a.mainmenu:hover{ text-decoration: underline; color: #FF6600; }
106 /* Forum category titles */
107 .cattitle               { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color: #364D67}
108 a.cattitle, .cattitle a { text-decoration: underline; color: #364D67; }
109 a.cattitle:visited, .cattitle a:visited { text-decoration: underline; color: #2C3E52; }
110 a.cattitle:hover, .cattitle a:hover { text-decoration: underline; color: #FF6600; }
111 a.cattitle:active, .cattitle a:active { text-decoration: underline; color: #FF0000; }
114 /* Forum title: Text and link to the forums used in: index.php */
115 .forumlink              { font-weight: bold; font-size: 12px; color: #364D67; }
116 a.forumlink     { text-decoration: underline; color: #364D67; }
117 a.forumlink:hover{ text-decoration: underline; color: #FF6600; }
120 /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
121 .nav                    { font-weight: bold; font-size: 11px; color : #000000;}
122 a.nav                   { text-decoration: underline; color: #364D67; }
123 a.nav:hover             { text-decoration: underline; color: #FF6600; }
126 /* titles for the topics: could specify viewed link colour too */
127 .topictitle                     { font-weight: bold; font-size: 11px; color : #000000; }
128 a.topictitle:link   { text-decoration: underline; color: #364D67; }
129 a.topictitle:visited { text-decoration: underline; color: #2C3E52; }
130 a.topictitle:hover      { text-decoration: underline; color: #FF6600; }
131 a.topictitle:active     { text-decoration: underline; color: #FF0000; }
134 /* Name of poster in viewmsg.php and viewtopic.php and other places */
135 .name                   { font-size: 11px; color: #000000;}
136 a.name:link   { text-decoration: underline; color: #364D67; }
137 a.name:visited { text-decoration: underline; color: #2C3E52; }
138 a.name:hover    { text-decoration: underline; color: #FF6600; }
139 a.name:active   { text-decoration: underline; color: #FF0000; }
141 /* Location, number of posts, post date etc */
142 .postdetails            { font-size: 10px; color: #000000; }
145 /* The content of the posts (body of text) */
146 .postbody { font-size: 12px;}
147 a.postlink:link { text-decoration: underline; color: #364D67; }
148 a.postlink:visited { text-decoration: underline; color: #2C3E52; }
149 a.postlink:hover { text-decoration: underline; color: #FF6600; }
150 a.postlink:active { text-decoration: underline; color: #FF0000; }
153 /* Quote & Code blocks */
154 .code {
155         font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
156         background-color: #F1F4F8; border: #525E6E; border-style: dashed;
157         border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
160 .quote {
161         font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #3A5370; line-height: 125%;
162         background-color: #F1F4F8; border: #525E6E; border-style: dotted;
163         border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
167 /* Copyright and bottom info */
168 .copyright              { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
169 a.copyright, a.copyright:visited, .copyright a, .copyright a:visited { color: #444444; text-decoration: none;}
170 a.copyright:hover, a.copyright:active, .copyright a:hover, .copyright a:active { color: #000000; text-decoration: underline;}
173 /* Form elements */
174 input,textarea, select {
175         color : #000000;
176         font: normal 11px Verdana, Arial, Helvetica, sans-serif;
179 form { display: inline; }
181 /* The text input fields background colour */
182 input.post, textarea.post, select {
183         background-color : #FFFFFF;
186 input { text-indent : 2px; }
188 /* The buttons used for bbCode styling in message post */
189 input.button {
190         background-color: #EAEFF4;
191         color: #000000;
192         font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
195 /* The main submit button option */
196 input.mainoption {
197         background-color : #FAFAFA;
198         font-weight : bold;
201 /* None-bold submit button */
202 input.liteoption {
203         background-color : #FAFAFA;
204         font-weight : normal;
207 /* This is the line in the posting page which shows the rollover
208   help line. This is actually a text box, but if set to be the same
209   colour as the background no one will know ;)
210 */
211 input.helpline { background-color: #DDE2EC; border: solid 1px #DDE2EC; }