Verzeichnisstruktur phpBB-3.0.0
- Veröffentlicht
- 12.12.2007
So funktioniert es
|
Auf das letzte Element klicken. Dies geht jeweils ein Schritt zurück |
Auf das Icon klicken, dies öffnet das Verzeichnis. Nochmal klicken schließt das Verzeichnis. |
|
(Beispiel Datei-Icons)
|
Auf das Icon klicken um den Quellcode anzuzeigen |
stylesheet.css
001 /* phpBB 3.0 Style Sheet
002 --------------------------------------------------------------
003 Style name: subsilver2
004 Based on style: subSilver (the default phpBB 2 style)
005 Original author: subBlue ( http://www.subBlue.com/ )
006 Modified by: psoTFX and the phpBB team ( http://www.phpbb.com )
007
008 This is an alternative style for phpBB3 for those wishing to stay with
009 the familiar subSilver style of phpBB version 2.x
010
011 Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
012 --------------------------------------------------------------
013 */
014
015 /* Layout
016 ------------ */
017 * {
018 /* Reset browsers default margin, padding and font sizes */
019 margin: 0;
020 padding: 0;
021 }
022
023 html {
024 font-size: 100%;
025 }
026
027 body {
028 /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
029 font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
030 color: #323D4F;
031 background-color: #FFFFFF;
032 font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
033 margin: 0;
034 }
035
036 #wrapheader {
037 min-height: 120px;
038 height: auto !important;
039 height: 120px;
040 /* background-image: url('./images/background.gif');
041 background-repeat: repeat-x;*/
042 /* padding: 0 25px 15px 25px;*/
043 padding: 0;
044 }
045
046 #wrapcentre {
047 margin: 15px 25px 0 25px;
048 }
049
050 #wrapfooter {
051 text-align: center;
052 clear: both;
053 }
054
055 #wrapnav {
056 width: 100%;
057 margin: 0;
058 background-color: #ECECEC;
059 border-width: 1px;
060 border-style: solid;
061 border-color: #A9B8C2;
062 }
063
064 #logodesc {
065 margin-bottom: 5px;
066 padding: 5px 25px;
067 background: #D9DFE4;
068 border-bottom: 1px solid #4787A7;
069 }
070
071 #menubar {
072 margin: 0 25px;
073 }
074
075 #datebar {
076 margin: 10px 25px 0 25px;
077 }
078
079 #findbar {
080 width: 100%;
081 margin: 0;
082 padding: 0;
083 border: 0;
084 }
085
086 .forumrules {
087 background-color: #F9CC79;
088 border-width: 1px;
089 border-style: solid;
090 border-color: #BB9860;
091 padding: 4px;
092 font-weight: normal;
093 font-size: 1.1em;
094 font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
095 }
096
097 .forumrules h3 {
098 color: red;
099 }
100
101 #pageheader { }
102 #pagecontent { }
103 #pagefooter { }
104
105 #poll { }
106 #postrow { }
107 #postdata { }
108
109
110 /* Text
111 --------------------- */
112 h1 {
113 color: black;
114 font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
115 font-weight: bold;
116 font-size: 1.8em;
117 text-decoration: none;
118 }
119
120 h2 {
121 font-family: Arial, Helvetica, sans-serif;
122 font-weight: bold;
123 font-size: 1.5em;
124 text-decoration: none;
125 line-height: 120%;
126 }
127
128 h3 {
129 font-size: 1.3em;
130 font-weight: bold;
131 font-family: Arial, Helvetica, sans-serif;
132 line-height: 120%;
133 }
134
135 h4 {
136 margin: 0;
137 font-size: 1.1em;
138 font-weight: bold;
139 }
140
141 p {
142 font-size: 1.1em;
143 }
144
145 p.moderators {
146 margin: 0;
147 float: left;
148 color: black;
149 font-weight: bold;
150 }
151
152 .rtl p.moderators {
153 float: right;
154 }
155
156 p.linkmcp {
157 margin: 0;
158 float: right;
159 white-space: nowrap;
160 }
161
162 .rtl p.linkmcp {
163 float: left;
164 }
165
166 p.breadcrumbs {
167 margin: 0;
168 float: left;
169 color: black;
170 font-weight: bold;
171 white-space: normal;
172 font-size: 1em;
173 }
174
175 .rtl p.breadcrumbs {
176 float: right;
177 }
178
179 p.datetime {
180 margin: 0;
181 float: right;
182 white-space: nowrap;
183 font-size: 1em;
184 }
185
186 .rtl p.datetime {
187 float: left;
188 }
189
190 p.searchbar {
191 padding: 2px 0;
192 white-space: nowrap;
193 }
194
195 p.searchbarreg {
196 margin: 0;
197 float: right;
198 white-space: nowrap;
199 }
200
201 .rtl p.searchbarreg {
202 float: left;
203 }
204
205 p.forumdesc {
206 padding-bottom: 4px;
207 }
208
209 p.topicauthor {
210 margin: 1px 0;
211 }
212
213 p.topicdetails {
214 margin: 1px 0;
215 }
216
217 .postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
218 margin: 1px 0;
219 color: red;
220 font-weight:bold;
221 }
222
223 .postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
224 color: green;
225 font-weight:bold;
226 }
227
228 .postapprove img, .postreported img {
229 vertical-align: bottom;
230 }
231
232 .postauthor {
233 color: #000000;
234 }
235
236 .postdetails {
237 color: #000000;
238 }
239
240 .postbody {
241 font-size: 1.3em;
242 line-height: 1.4em;
243 font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
244 }
245
246 .postbody li, ol, ul {
247 margin: 0 0 0 1.5em;
248 }
249
250 .rtl .postbody li, .rtl ol, .rtl ul {
251 margin: 0 1.5em 0 0;
252 }
253
254 .posthilit {
255 background-color: yellow;
256 }
257
258 .nav {
259 margin: 0;
260 color: black;
261 font-weight: bold;
262 }
263
264 .pagination {
265 padding: 4px;
266 color: black;
267 font-size: 1em;
268 font-weight: bold;
269 }
270
271 .cattitle {
272
273 }
274
275 .gen {
276 margin: 1px 1px;
277 font-size: 1.2em;
278 }
279
280 .genmed {
281 margin: 1px 1px;
282 font-size: 1.1em;
283 }
284
285 .gensmall {
286 margin: 1px 1px;
287 font-size: 1em;
288 }
289
290 .copyright {
291 color: #444;
292 font-weight: normal;
293 font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
294 }
295
296 .titles {
297 font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
298 font-weight: bold;
299 font-size: 1.3em;
300 text-decoration: none;
301 }
302
303 .error {
304 color: red;
305 }
306
307
308 /* Tables
309 ------------ */
310 th {
311 color: #FFA34F;
312 font-size: 1.1em;
313 font-weight: bold;
314 background-color: #006699;
315 background-image: url('./images/cellpic3.gif');
316 white-space: nowrap;
317 padding: 7px 5px;
318 }
319
320 td {
321 padding: 2px;
322 }
323 td.profile {
324 padding: 4px;
325 }
326
327 .tablebg {
328 background-color: #A9B8C2;
329 }
330
331 .catdiv {
332 height: 28px;
333 margin: 0;
334 padding: 0;
335 border: 0;
336 background: white url('./images/cellpic2.jpg') repeat-y scroll top left;
337 }
338 .rtl .catdiv {
339 background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
340 }
341
342 .cat {
343 height: 28px;
344 margin: 0;
345 padding: 0;
346 border: 0;
347 background-color: #C7D0D7;
348 background-image: url('./images/cellpic1.gif');
349 text-indent: 4px;
350 }
351
352 .row1 {
353 background-color: #ECECEC;
354 padding: 4px;
355 }
356
357 .row2 {
358 background-color: #DCE1E5;
359 padding: 4px;
360 }
361
362 .row3 {
363 background-color: #C0C8D0;
364 padding: 4px;
365 }
366
367 .spacer {
368 background-color: #D1D7DC;
369 }
370
371 hr {
372 height: 1px;
373 border-width: 0;
374 background-color: #D1D7DC;
375 color: #D1D7DC;
376 }
377
378 .legend {
379 text-align:center;
380 margin: 0 auto;
381 }
382
383 /* Links
384 ------------ */
385 a:link {
386 color: #006597;
387 text-decoration: none;
388 }
389
390 a:active,
391 a:visited {
392 color: #005784;
393 text-decoration: none;
394 }
395
396 a:hover {
397 color: #D46400;
398 text-decoration: underline;
399 }
400
401 a.forumlink {
402 color: #069;
403 font-weight: bold;
404 font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
405 font-size: 1.2em;
406 }
407
408 a.topictitle {
409 margin: 1px 0;
410 font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
411 font-weight: bold;
412 font-size: 1.2em;
413 }
414
415 a.topictitle:visited {
416 color: #5493B4;
417 text-decoration: none;
418 }
419
420 th a,
421 th a:visited {
422 color: #FFA34F !important;
423 text-decoration: none;
424 }
425
426 th a:hover {
427 text-decoration: underline;
428 }
429
430
431 /* Form Elements
432 ------------ */
433 form {
434 margin: 0;
435 padding: 0;
436 border: 0;
437 }
438
439 input {
440 color: #333333;
441 font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
442 font-size: 1.1em;
443 font-weight: normal;
444 padding: 1px;
445 border: 1px solid #A9B8C2;
446 background-color: #FAFAFA;
447 }
448
449 textarea {
450 background-color: #FAFAFA;
451 color: #333333;
452 font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
453 font-size: 1.3em;
454 line-height: 1.4em;
455 font-weight: normal;
456 border: 1px solid #A9B8C2;
457 padding: 2px;
458 }
459
460 select {
461 color: #333333;
462 background-color: #FAFAFA;
463 font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
464 font-size: 1.1em;
465 font-weight: normal;
466 border: 1px solid #A9B8C2;
467 padding: 1px;
468 }
469
470 option {
471 padding: 0 1em 0 0;
472 }
473
474 option.disabled-option {
475 color: graytext;
476 }
477
478 .rtl option {
479 padding: 0 0 0 1em;
480 }
481
482 input.radio {
483 border: none;
484 background-color: transparent;
485 }
486
487 .post {
488 background-color: white;
489 border-style: solid;
490 border-width: 1px;
491 }
492
493 .btnbbcode {
494 color: #000000;
495 font-weight: normal;
496 font-size: 1.1em;
497 font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
498 background-color: #EFEFEF;
499 border: 1px solid #666666;
500 }
501
502 .btnmain {
503 font-weight: bold;
504 background-color: #ECECEC;
505 border: 1px solid #A9B8C2;
506 cursor: pointer;
507 padding: 1px 5px;
508 font-size: 1.1em;
509 }
510
511 .btnlite {
512 font-weight: normal;
513 background-color: #ECECEC;
514 border: 1px solid #A9B8C2;
515 cursor: pointer;
516 padding: 1px 5px;
517 font-size: 1.1em;
518 }
519
520 .btnfile {
521 font-weight: normal;
522 background-color: #ECECEC;
523 border: 1px solid #A9B8C2;
524 padding: 1px 5px;
525 font-size: 1.1em;
526 }
527
528 .helpline {
529 background-color: #DEE3E7;
530 border-style: none;
531 }
532
533
534 /* BBCode
535 ------------ */
536 .quotetitle, .attachtitle {
537 margin: 10px 5px 0 5px;
538 padding: 4px;
539 border-width: 1px 1px 0 1px;
540 border-style: solid;
541 border-color: #A9B8C2;
542 color: #333333;
543 background-color: #A9B8C2;
544 font-size: 0.85em;
545 font-weight: bold;
546 }
547
548 .quotetitle .quotetitle {
549 font-size: 1em;
550 }
551
552 .quotecontent, .attachcontent {
553 margin: 0 5px 10px 5px;
554 padding: 5px;
555 border-color: #A9B8C2;
556 border-width: 0 1px 1px 1px;
557 border-style: solid;
558 font-weight: normal;
559 font-size: 1em;
560 line-height: 1.4em;
561 font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
562 background-color: #FAFAFA;
563 color: #4B5C77;
564 }
565
566 .attachcontent {
567 font-size: 0.85em;
568 }
569
570 .codetitle {
571 margin: 10px 5px 0 5px;
572 padding: 2px 4px;
573 border-width: 1px 1px 0 1px;
574 border-style: solid;
575 border-color: #A9B8C2;
576 color: #333333;
577 background-color: #A9B8C2;
578 font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
579 font-size: 0.8em;
580 }
581
582 .codecontent {
583 direction: ltr;
584 margin: 0 5px 10px 5px;
585 padding: 5px;
586 border-color: #A9B8C2;
587 border-width: 0 1px 1px 1px;
588 border-style: solid;
589 font-weight: normal;
590 color: #006600;
591 font-size: 0.85em;
592 font-family: Monaco, 'Courier New', monospace;
593 background-color: #FAFAFA;
594 }
595
596 .syntaxbg {
597 color: #FFFFFF;
598 }
599
600 .syntaxcomment {
601 color: #FF8000;
602 }
603
604 .syntaxdefault {
605 color: #0000BB;
606 }
607
608 .syntaxhtml {
609 color: #000000;
610 }
611
612 .syntaxkeyword {
613 color: #007700;
614 }
615
616 .syntaxstring {
617 color: #DD0000;
618 }
619
620
621 /* Private messages
622 ------------------ */
623 .pm_marked_colour {
624 background-color: #000000;
625 }
626
627 .pm_replied_colour {
628 background-color: #A9B8C2;
629 }
630
631 .pm_friend_colour {
632 background-color: #007700;
633 }
634
635 .pm_foe_colour {
636 background-color: #DD0000;
637 }
638
639
640 /* Misc
641 ------------ */
642 img {
643 border: none;
644 }
645
646 .sep {
647 color: black;
648 background-color: #FFA34F;
649 }
650
651 table.colortable td {
652 padding: 0;
653 }
654
655 pre {
656 font-size: 1.1em;
657 font-family: Monaco, 'Courier New', monospace;
658 }
659
660 .nowrap {
661 white-space: nowrap;
662 }
663
664 .username-coloured {
665 font-weight: bold;
666 }