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.
Auf den Verzeichnisnamen klicken, dies zeigt nur das Verzeichnis mit Inhalt an

(Beispiel Datei-Icons)

Auf das Icon klicken um den Quellcode anzuzeigen

stylesheet.css

Zuletzt modifiziert: 09.10.2024, 12:50 - Dateigröße: 5.52 KiB


001  /*
002      The original "prosilver" theme for phpBB3
003      Created by subBlue design :: http://www.subBlue.com
004  */
005   
006  * { margin: 0; padding: 0; }
007   
008  html { font-size: 100%; height: 100%; margin-bottom: 1px; }
009   
010  body {
011      font-family: Verdana, Helvetica, Arial, sans-serif;
012      color: #828282;
013      background-color: #FFFFFF;
014      font-size: 12px;
015      margin: 0;
016      padding: 12px 0;
017  }
018   
019  img { border-width: 0; }
020   
021  p {
022      line-height: 1.3em;
023      font-size: 1.1em;
024      margin-bottom: 1.5em;
025  }
026   
027  hr {
028      border: 0 none #FFFFFF;
029      border-top: 1px solid #CCCCCC;
030      height: 1px;
031      margin: 5px 0;
032      display: block;
033      clear: both;
034  }
035   
036  html, body {
037      color: #536482;
038      background-color: #FFFFFF;
039  }
040   
041  #doc-description h1 {
042      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
043      margin-right: 200px;
044      color: #FFFFFF;
045      margin-top: 15px;
046      font-weight: bold;
047      font-size: 2em;
048      color: #fff;
049  }
050   
051  h1 {
052      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
053      font-weight: normal;
054      color: #000;
055      font-size: 2em;
056      margin: 0.8em 0 0.2em 0;
057  }
058   
059  h2 {
060      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
061      font-weight: normal;
062      color: #28313F;
063      font-size: 1.5em;
064      margin: 0.8em 0 0.2em 0;
065  }
066   
067  h3 {
068      font-family: Arial, Helvetica, sans-serif;
069      font-weight: bold;
070      border-bottom: 1px solid #CCCCCC;
071      margin-bottom: 3px;
072      padding-bottom: 2px;
073      font-size: 1.05em;
074      color: #115098;
075      margin-top: 20px;
076  }
077   
078  h4 {
079      font-family: Arial, Helvetica, sans-serif;
080      font-weight: bold;
081      margin-bottom: 3px;
082      padding-bottom: 2px;
083      font-size: 1.05em;
084      color: #115098;
085      margin-top: 20px;
086  }
087   
088  .good { color: green; }
089  .bad { color: red; }
090   
091  .version {
092      margin-top: 20px;
093      text-align: left;
094      font-size: 70%;
095      color: #006600;
096      border-top: 1px solid #ccc;
097  }
098   
099  code { 
100      color: #006600; 
101      font-weight: normal; 
102      font-family: 'Courier New', monospace; 
103      border-color: #D1D7DC; 
104      border-width: 1px; 
105      border-style: solid; 
106      background-color: #FAFAFA; 
107  }
108   
109  #wrap {
110      padding: 0 20px;
111      min-width: 650px;
112  }
113   
114  #simple-wrap {
115      padding: 6px 10px;
116  }
117   
118  #page-body {
119      margin: 4px 0;
120      clear: both;
121  }
122   
123  #page-footer {
124      clear: both;
125  }
126   
127  #logo {
128      float: left;
129      width: auto;
130      padding: 10px 13px 0 10px;
131  }
132   
133  a#logo:hover {
134      text-decoration: none;
135  }
136   
137  #doc-description {
138      float: left;
139      width: 70%;
140  }
141   
142  #doc-description h1 {
143      margin-right: 0;
144  }
145   
146  .headerbar {
147      background: #ebebeb none repeat-x 0 0;
148      color: #FFFFFF;
149      margin-bottom: 4px;
150      padding: 0 5px;
151  }
152   
153  span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
154      font-size: 1px;
155      line-height: 1px;
156      display: block;
157      height: 5px;
158      background-repeat: no-repeat;
159  }
160   
161  span.corners-top {
162      background-image: none;
163      background-position: 0 0;
164      margin: 0 -5px;
165  }
166   
167  span.corners-top span {
168      background-image: none;
169      background-position: 100% 0;
170  }
171   
172  span.corners-bottom {
173      background-image: none;
174      background-position: 0 100%;
175      margin: 0 -5px;
176      clear: both;
177  }
178   
179  span.corners-bottom span {
180      background-image: none;
181      background-position: 100% 100%;
182  }
183   
184  .paragraph {
185      padding: 0 10px;
186      margin-bottom: 4px;
187      background-repeat: no-repeat;
188      background-position: 100% 0;
189      background-color: #ECF3F7;
190  }
191   
192  .paragraph:target .content {
193      color: #000000;
194  }
195   
196  .paragraph:target h3 a {
197      color: #000000;
198  }
199   
200  .content {
201      color: #333333;
202  }
203   
204  .content h2, .panel h2 {
205      color: #115098;
206      border-bottom-color:  #CCCCCC;
207  }
208   
209  a:link    { color: #898989; text-decoration: none; }
210  a:visited    { color: #898989; text-decoration: none; }
211  a:hover    { color: #d3d3d3; text-decoration: underline; }
212  a:active    { color: #d2d2d2; text-decoration: none; }
213   
214  hr {
215      border-color: #FFFFFF;
216      border-top-color: #CCCCCC;
217  }
218   
219  .menu {
220      background-color: #cadceb;
221  }
222   
223  .headerbar {
224      background-color: #12A3EB;
225      background-image: url("bg_header.gif");
226      color: #FFFFFF;
227  }
228   
229  .panel {
230      background-color: #ECF1F3;
231      color: #28313F;
232  }
233   
234   
235  span.corners-top {
236      background-image: url("corners_left.png");
237  }
238   
239  span.corners-top span {
240      background-image: url("corners_right.png");
241  }
242   
243  span.corners-bottom {
244      background-image: url("corners_left.png");
245  }
246   
247  span.corners-bottom span {
248      background-image: url("corners_right.png");
249  }
250   
251  .error {
252      color: #BC2A4D;
253  }
254   
255  a:link    { color: #105289; }
256  a:visited    { color: #105289; }
257  a:hover    { color: #D31141; }
258  a:active    { color: #368AD2; }
259   
260  .paragraph span.corners-top, .paragraph span.corners-bottom {
261      margin: 0 -10px;
262  }
263   
264  .content {
265      padding: 0;
266      line-height: 1.48em;
267      color: #333333;
268  }
269   
270  .content h2, .panel h2 {
271      color: #115098;
272      border-bottom-color:  #CCCCCC;
273  }
274   
275  .notice {
276      border-top-color:  #CCCCCC;
277  }
278   
279  .codebox {
280      padding: 3px;
281      background-color: #FFFFFF;
282      border: 1px solid #C9D2D8;
283      font-size: 1em;
284      margin-bottom: 10px;
285      display: block;
286      font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
287      line-height: 1.3em;
288  }
289   
290  * html hr { margin: 0; }
291  * html span.corners-top, * html span.corners-bottom { background-image: url("corners_left.gif"); }
292  * html span.corners-top span, * html span.corners-bottom span { background-image: url("corners_right.gif"); }
293   
294  .back2top {
295      clear: both;
296      height: 11px;
297      text-align: right;
298  }
299   
300  .content ol, .content ul {
301      margin-left: 25px;
302      margin-top: 0;
303  }
304   
305  .content ul + p, .content ul + div {
306      margin-top: 20px;
307  }
308   
309  .comment {
310      color: green;
311  }
312   
313  .indent {
314      margin-left: 20px;
315  }
316   
317  .paragraph table  {
318      font-size:    8pt;
319      border-collapse: collapse;
320      border: 1px solid #cfcfcf;
321      margin-bottom: 20px;
322  }
323   
324  .paragraph table caption  {
325      display: none;
326  }
327   
328  .paragraph table thead  {
329      background-color: #cadceb;
330      color: #000;
331  }
332   
333  .paragraph table td, .paragraph table th {
334      border: 1px solid #006699;
335      padding: 0.5em;
336      background-color: #e1ebf2;
337  }
338   
339  .paragraph table th {
340      background-color: #cadceb;
341  }
342   
343  .paragraph table td dl {
344      margin: 0;
345      padding: 0;
346  }
347   
348  .paragraph table td dl dt {
349      float: left;
350      clear: both;
351      margin-right: 1em;
352  }
353