source: branches/posledni/forum/styles/prosilver/theme/cp.css

Last change on this file was 702, checked in by george, 15 years ago
  • Upraveno: Aktualizace fóra.
File size: 7.1 KB
Line 
1/* proSilver Control Panel Styles
2---------------------------------------- */
3
4
5/* Main CP box
6----------------------------------------*/
7#cp-menu {
8 float:left;
9 width: 19%;
10 margin-top: 1em;
11 margin-bottom: 5px;
12}
13
14#cp-main {
15 float: left;
16 width: 81%;
17}
18
19#cp-main .content {
20 padding: 0;
21}
22
23#cp-main h3, #cp-main hr, #cp-menu hr {
24 border-color: #bfbfbf;
25}
26
27#cp-main .panel p {
28 font-size: 1.1em;
29}
30
31#cp-main .panel ol {
32 margin-left: 2em;
33 font-size: 1.1em;
34}
35
36#cp-main .panel li.row {
37 border-bottom: 1px solid #cbcbcb;
38 border-top: 1px solid #F9F9F9;
39}
40
41ul.cplist {
42 margin-bottom: 5px;
43 border-top: 1px solid #cbcbcb;
44}
45
46#cp-main .panel li.header dd, #cp-main .panel li.header dt {
47 color: #000000;
48 margin-bottom: 2px;
49}
50
51#cp-main table.table1 {
52 margin-bottom: 1em;
53}
54
55#cp-main table.table1 thead th {
56 color: #333333;
57 font-weight: bold;
58 border-bottom: 1px solid #333333;
59 padding: 5px;
60}
61
62#cp-main table.table1 tbody th {
63 font-style: italic;
64 background-color: transparent !important;
65 border-bottom: none;
66}
67
68#cp-main .pagination {
69 float: right;
70 width: auto;
71 padding-top: 1px;
72}
73
74#cp-main .postbody p {
75 font-size: 1.1em;
76}
77
78#cp-main .pm-message {
79 border: 1px solid #e2e2e2;
80 margin: 10px 0;
81 background-color: #FFFFFF;
82 width: auto;
83 float: none;
84}
85
86.pm-message h2 {
87 padding-bottom: 5px;
88}
89
90#cp-main .postbody h3, #cp-main .box2 h3 {
91 margin-top: 0;
92}
93
94#cp-main .buttons {
95 margin-left: 0;
96}
97
98#cp-main ul.linklist {
99 margin: 0;
100}
101
102/* MCP Specific tweaks */
103.mcp-main .postbody {
104 width: 100%;
105}
106
107/* CP tabbed menu
108----------------------------------------*/
109#tabs {
110 line-height: normal;
111 margin: 20px 0 -1px 7px;
112 min-width: 570px;
113}
114
115#tabs ul {
116 margin:0;
117 padding: 0;
118 list-style: none;
119}
120
121#tabs li {
122 display: inline;
123 margin: 0;
124 padding: 0;
125 font-size: 1em;
126 font-weight: bold;
127}
128
129#tabs a {
130 float: left;
131 background: none no-repeat 0% -35px;
132 margin: 0 1px 0 0;
133 padding: 0 0 0 5px;
134 text-decoration: none;
135 position: relative;
136 cursor: pointer;
137}
138
139#tabs a span {
140 float: left;
141 display: block;
142 background: none no-repeat 100% -35px;
143 padding: 6px 10px 6px 5px;
144 color: #828282;
145 white-space: nowrap;
146}
147
148#tabs a:hover span {
149 color: #bcbcbc;
150}
151
152#tabs .activetab a {
153 background-position: 0 0;
154 border-bottom: 1px solid #ebebeb;
155}
156
157#tabs .activetab a span {
158 background-position: 100% 0;
159 padding-bottom: 7px;
160 color: #333333;
161}
162
163#tabs a:hover {
164 background-position: 0 -70px;
165}
166
167#tabs a:hover span {
168 background-position:100% -70px;
169}
170
171#tabs .activetab a:hover {
172 background-position: 0 0;
173}
174
175#tabs .activetab a:hover span {
176 color: #000000;
177 background-position: 100% 0;
178}
179
180/* Mini tabbed menu used in MCP
181----------------------------------------*/
182#minitabs {
183 line-height: normal;
184 margin: -20px 7px 0 0;
185}
186
187#minitabs ul {
188 margin:0;
189 padding: 0;
190 list-style: none;
191}
192
193#minitabs li {
194 display: block;
195 float: right;
196 padding: 0 10px 4px 10px;
197 font-size: 1em;
198 font-weight: bold;
199 background-color: #f2f2f2;
200 margin-left: 2px;
201}
202
203#minitabs a {
204}
205
206#minitabs a:hover {
207 text-decoration: none;
208}
209
210#minitabs li.activetab {
211 background-color: #F9F9F9;
212}
213
214#minitabs li.activetab a, #minitabs li.activetab a:hover {
215 color: #333333;
216}
217
218/* UCP navigation menu
219----------------------------------------*/
220/* Container for sub-navigation list */
221#navigation {
222 width: 100%;
223 padding-top: 36px;
224}
225
226#navigation ul {
227 list-style:none;
228}
229
230/* Default list state */
231#navigation li {
232 margin: 1px 0;
233 padding: 0;
234 font-weight: bold;
235 display: inline;
236}
237
238/* Link styles for the sub-section links */
239#navigation a {
240 display: block;
241 padding: 5px;
242 margin: 1px 0;
243 text-decoration: none;
244 font-weight: bold;
245 color: #333;
246 background: #cfcfcf none repeat-y 100% 0;
247}
248
249#navigation a:hover {
250 text-decoration: none;
251 background-color: #c6c6c6;
252 color: #bcbcbc;
253 background-image: none;
254}
255
256#navigation #active-subsection a {
257 display: block;
258 color: #d3d3d3;
259 background-color: #F9F9F9;
260 background-image: none;
261}
262
263#navigation #active-subsection a:hover {
264 color: #d3d3d3;
265}
266
267/* Preferences pane layout
268----------------------------------------*/
269#cp-main h2 {
270 border-bottom: none;
271 padding: 0;
272 margin-left: 10px;
273 color: #333333;
274}
275
276#cp-main .panel {
277 background-color: #F9F9F9;
278}
279
280#cp-main .pm {
281 background-color: #FFFFFF;
282}
283
284#cp-main span.corners-top, #cp-menu span.corners-top {
285 background-image: none;
286}
287
288#cp-main span.corners-top span, #cp-menu span.corners-top span {
289 background-image: none;
290}
291
292#cp-main span.corners-bottom, #cp-menu span.corners-bottom {
293 background-image: none;
294}
295
296#cp-main span.corners-bottom span, #cp-menu span.corners-bottom span {
297 background-image: none;
298}
299
300/* Topicreview */
301#cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top {
302 background-image: none;
303}
304
305#cp-main .panel #topicreview span.corners-top span, #cp-menu .panel #topicreview span.corners-top span {
306 background-image: none;
307}
308
309#cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom {
310 background-image: none;
311}
312
313#cp-main .panel #topicreview span.corners-bottom span, #cp-menu .panel #topicreview span.corners-bottom span {
314 background-image: none;
315}
316
317/* Friends list */
318.cp-mini {
319 background-color: #f9f9f9;
320 padding: 0 5px;
321 margin: 10px 15px 10px 5px;
322}
323
324.cp-mini span.corners-top, .cp-mini span.corners-bottom {
325 margin: 0 -5px;
326}
327
328dl.mini dt {
329 font-weight: bold;
330 color: #676767;
331}
332
333dl.mini dd {
334 padding-top: 4px;
335}
336
337.friend-online {
338 font-weight: bold;
339}
340
341.friend-offline {
342 font-style: italic;
343}
344
345/* PM Styles
346----------------------------------------*/
347#pm-menu {
348 line-height: 2.5em;
349}
350
351/* PM panel adjustments */
352.pm-panel-header {
353 margin: 0;
354 padding-bottom: 10px;
355 border-bottom: 1px dashed #A4B3BF;
356}
357
358.reply-all {
359 display: block;
360 padding-top: 4px;
361 clear: both;
362 float: left;
363}
364
365.pm-panel-message {
366 padding-top: 10px;
367}
368
369.pm-return-to {
370 padding-top: 23px;
371}
372
373#cp-main .pm-message-nav {
374 margin: 0;
375 padding: 2px 10px 5px 10px;
376 border-bottom: 1px dashed #A4B3BF;
377}
378
379/* PM Message history */
380.current {
381 color: #999999;
382}
383
384/* Defined rules list for PM options */
385ol.def-rules {
386 padding-left: 0;
387}
388
389ol.def-rules li {
390 line-height: 180%;
391 padding: 1px;
392}
393
394/* PM marking colours */
395.pmlist li.bg1 {
396 border: solid 3px transparent;
397 border-width: 0 3px;
398}
399
400.pmlist li.bg2 {
401 border: solid 3px transparent;
402 border-width: 0 3px;
403}
404
405.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
406 border-left-color: #bcbcbc;
407 border-right-color: #bcbcbc;
408}
409
410.pmlist li.pm_marked_colour, .pm_marked_colour {
411 border: solid 3px #ffffff;
412 border-width: 0 3px;
413}
414
415.pmlist li.pm_replied_colour, .pm_replied_colour {
416 border: solid 3px #c2c2c2;
417 border-width: 0 3px;
418}
419
420.pmlist li.pm_friend_colour, .pm_friend_colour {
421 border: solid 3px #bdbdbd;
422 border-width: 0 3px;
423}
424
425.pmlist li.pm_foe_colour, .pm_foe_colour {
426 border: solid 3px #000000;
427 border-width: 0 3px;
428}
429
430.pm-legend {
431 border-left-width: 10px;
432 border-left-style: solid;
433 border-right-width: 0;
434 margin-bottom: 3px;
435 padding-left: 3px;
436}
437
438/* Avatar gallery */
439#gallery label {
440 position: relative;
441 float: left;
442 margin: 10px;
443 padding: 5px;
444 width: auto;
445 background: #FFFFFF;
446 border: 1px solid #CCC;
447 text-align: center;
448}
449
450#gallery label:hover {
451 background-color: #EEE;
452}
Note: See TracBrowser for help on using the repository browser.