comparison old/phpBB2/templates/BlackSoul/BlackSoul.css @ 2:fc00894c1d4a moonlitnights

[svn r3] moved all the bad stuff to 'old'
author rlm
date Fri, 19 Feb 2010 20:53:12 -0500
parents
children
comparison
equal deleted inserted replaced
1:dbe144217c71 2:fc00894c1d4a
1 /*
2 The original subSilver Theme for phpBB version 2+
3 Created by subBlue design
4 http://www.subBlue.com
5 */
6
7
8 /* General page style. The scroll bar colours only visible in IE5.5+ */
9 body {
10 background-color: #000000;
11
12
13 background: black url(http://www.moonlitnights.org/star-bg.gif);
14
15 scrollbar-face-color: #000000;
16 scrollbar-highlight-color: #C0D2F6;
17 scrollbar-shadow-color: #C0D2F6;
18 scrollbar-3dlight-color: #000000;
19 scrollbar-arrow-color: #C0D2F6;
20 scrollbar-track-color: #000000;
21 scrollbar-darkshadow-color: #000000;
22 }
23
24 /* General font families for common tags */
25 font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
26 a:link,a:active,a:visited { color : #2AAAA8; }
27 a:hover { text-decoration: underline; color : #2AAAA8; }
28 hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
29
30
31 /* This is the border line & background colour round the entire page */
32 .bodyline { border: 1px #000000 solid; }
33
34 /* This is the outline round the main forum tables */
35 .forumline { background-color: #000000; border: 2px #000000 solid; }
36
37
38 /* Main table cell colours and backgrounds */
39 td.row1 { background-color: #5C5C8E; }
40 td.row2 { background-color: #5C5C8E; }
41 td.row3 { background-color: #5C5C8E; }
42
43
44 /*
45 This is for the table cell above the Topics, Post & Last posts on the index.php page
46 By default this is the fading out gradiated silver background.
47 However, you could replace this with a bitmap specific for each forum
48 */
49 td.rowpic {
50 background-color: #5090D0;
51 background-repeat: repeat-y;
52 }
53
54 /* Header cells - the blue and silver gradient backgrounds */
55 th {
56 color: #000000; font-size: 11px; font-weight : bold;
57 background-color: #DAEAFF; height: 25px;
58
59 }
60
61 td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
62 background-color:#5090D0; border: #000000; border-style: solid; height: 28px;
63 }
64
65
66 /*
67 Setting additional nice inner borders for the main table cells.
68 The names indicate which sides the border will be on.
69 Don't worry if you don't understand this, just ignore it :-)
70 */
71 td.cat,td.catHead,td.catBottom {
72 height: 29px;
73 border-width: 0px 0px 0px 0px;
74 }
75 th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
76 font-weight: bold; border: #000000; border-style: solid; height: 28px; }
77 td.row3Right,td.spaceRow {
78 background-color: #DAEAFF; border: #000000; border-style: solid; color: #000000 }
79
80 th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; }
81 th.thSides,td.catSides,td.spaceRow { border-width: 0px 0px 0px 0px; }
82 th.thRight,td.catRight,td.row3Right { border-width: 0px 0px 0px 0px; }
83 th.thLeft,td.catLeft { border-width: 0px 0px 0px 0px; }
84 th.thBottom,td.catBottom { border-width: 0px 0px 0px 0px; }
85 th.thTop { border-width: 0px 0px 0px 0px; }
86 th.thCornerL { border-width: 0px 0px 0px 0px; }
87 th.thCornerR { border-width: 0px 0px 0px 0px; }
88
89
90 /* The largest text used in the index page title and toptic title etc. */
91 .maintitle,h1,h2 {
92 font-weight: none; font-size: 18px; font-family: "Verdana",Verdana, Arial, Helvetica, sans-serif;
93 text-decoration: none; line-height : 120%; color : #5D7790;
94 }
95
96
97 /* General text */
98 .gen { font-size : 12px; }
99 .genmed { font-size : 11px; }
100 .gensmall { font-size : 10px; }
101 .gen,.genmed,.gensmall { color : #FFFFFF; }
102 a.gen,a.genmed,a.gensmall { color: #2AAAA8; text-decoration: none; }
103 a.gen:visited,a.genmed:visited,a.gensmall:visited { color: #2AAAA8; text-decoration: none; }
104 a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #2AAAA8; text-decoration: underline; }
105
106
107 /* The register, login, search etc links at the top of the page */
108 .mainmenu { font-size : 11px; color : #000000 }
109 a.mainmenu { text-decoration: none; color : #2AAAA8; }
110 a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }
111
112
113 /* Forum category titles */
114 .cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #FFFFFF}
115 a.cattitle { text-decoration: none; color : #FFFFFF; }
116 a.cattitle:visited { text-decoration: none; color : #FFFFFF; }
117 a.cattitle:hover { text-decoration: underline; color : #FFFFFF; }
118
119 /* Forum title: Text and link to the forums used in: index.php */
120 .forumlink { font-weight: bold; font-size: 12px; color : #2AAAA8; }
121 a.forumlink { text-decoration: none; color : #2AAAA8; }
122 a.forumlink:visited { text-decoration: none; color : #2AAAA8; }
123 a.forumlink:hover{ text-decoration: underline; color : #2AAAA8; }
124
125
126 /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
127 .nav { font-weight: bold; font-size: 11px; color : #2AAAA8;}
128 a.nav { text-decoration: none; color : #2AAAA8; }
129 a.nav:hover { text-decoration: underline; color : #2AAAA8;}
130
131
132 /* titles for the topics: could specify viewed link colour too */
133 .topictitle { font-weight: bold; font-size: 11px; color : #FFFF00; }
134 a.topictitle:link { text-decoration: none; color : #2AAAA8; }
135 a.topictitle:visited { text-decoration: none; color : #2AAAA8; }
136 a.topictitle:hover { text-decoration: underline; color : #2AAAA8; }
137
138
139 /* Name of poster in viewmsg.php and viewtopic.php and other places */
140 .name { font-size : 11px; color : #FFFFFF;}
141
142 /* Location, number of posts, post date etc */
143 .postdetails { font-size : 10px; color : #FFFFFF; }
144
145
146 /* The content of the posts (body of text) */
147 .postbody { font-size : 12px; color : #FFFFFF}
148 a.postlink:link { text-decoration: none; color : #2AAAA8 }
149 a.postlink:visited { text-decoration: none; color : #2AAAA8; }
150 a.postlink:hover { text-decoration: underline; color : #2AAAA8}
151
152 .error { font-size : 16px; color : #42E5E2; background-color: #2AAAA8; border: #D1D7DC; border-style: solid;
153 border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
154 }
155
156 /* Quote & Code blocks */
157 .code {
158 font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
159 background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
160 border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
161 }
162
163 .quote {
164 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #42E5E2; line-height: 125%;
165 background-color: #2AAAA8; border: #D1D7DC; border-style: solid;
166 border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
167 }
168
169
170 /* Copyright and bottom info */
171 .copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; letter-spacing: -1px;}
172 a.copyright { color: #2AAAA8; text-decoration: none;}
173
174 a.copyright:hover { color: #2AAAA8; text-decoration: underline;}
175
176
177 /* Form elements */
178 input,textarea, select {
179 color : #000000;
180 font: normal 11px Verdana, Arial, Helvetica, sans-serif;
181 border-color : #000000;
182 }
183
184 /* The text input fields background colour */
185 input.post, textarea.post, select {
186 background-color : #FFFFFF;
187 }
188
189 input { text-indent : 2px; }
190
191 /* The buttons used for bbCode styling in message post */
192 input.button {
193 background-color : #EFEFEF;
194 color : #000000;
195 font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
196 }
197
198 /* The main submit button option */
199 input.mainoption {
200 background-color : #FAFAFA;
201 font-weight : bold;
202 }
203
204 /* None-bold submit button */
205 input.liteoption {
206 background-color : #FAFAFA;
207 font-weight : normal;
208 }
209
210 /* This is the line in the posting page which shows the rollover
211 help line. This is actually a text box, but if set to be the same
212 colour as the background no one will know ;)
213 */
214 .helpline { background-color: #DEE3E7; border-style: none; }
215
216
217 /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
218 @import url("formIE.css");