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