Verzeichnisstruktur phpBB-3.2.0
- Veröffentlicht
- 06.01.2017
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 #wrap {
119 padding: 0 20px;
120 min-width: 650px;
121 }
122
123 #simple-wrap {
124 padding: 6px 10px;
125 }
126
127 #page-body {
128 margin: 4px 0;
129 clear: both;
130 }
131
132 #page-footer {
133 clear: both;
134 }
135
136 #logo {
137 float: left;
138 width: auto;
139 padding: 10px 13px 0 10px;
140 }
141
142 a#logo:hover {
143 text-decoration: none;
144 }
145
146 #doc-description {
147 float: left;
148 width: 70%;
149 }
150
151 #doc-description h1 {
152 margin-right: 0;
153 }
154
155 .headerbar {
156 background: #ebebeb none repeat-x 0 0;
157 border-radius: 7px;
158 color: #FFFFFF;
159 margin-bottom: 4px;
160 padding: 5px;
161 }
162
163 .paragraph {
164 border-radius: 7px;
165 font-size: 1.1em;
166 padding: 5px 10px;
167 margin-bottom: 4px;
168 background-repeat: no-repeat;
169 background-position: 100% 0;
170 background-color: #ECF3F7;
171 }
172
173 .paragraph:target .content {
174 color: #000000;
175 }
176
177 .paragraph:target h3 a {
178 color: #000000;
179 }
180
181 .main-description {
182 font-size: 1.15em;
183 }
184
185 .content {
186 color: #333333;
187 }
188
189 .content h2, .panel h2 {
190 color: #115098;
191 border-bottom-color: #CCCCCC;
192 }
193
194 a:link { color: #898989; text-decoration: none; }
195 a:visited { color: #898989; text-decoration: none; }
196 a:hover { color: #d3d3d3; text-decoration: underline; }
197 a:active { color: #d2d2d2; text-decoration: none; }
198
199 hr {
200 border-color: #FFFFFF;
201 border-top-color: #CCCCCC;
202 }
203
204 .menu {
205 background-color: #cadceb;
206 }
207
208 .headerbar {
209 background-color: #12A3EB;
210 background-image: url("../images/bg_header.gif");
211 color: #FFFFFF;
212 }
213
214 .panel {
215 background-color: #ECF1F3;
216 color: #28313F;
217 }
218
219 .error {
220 color: #BC2A4D;
221 }
222
223 a:link { color: #105289; }
224 a:visited { color: #105289; }
225 a:hover { color: #D31141; }
226 a:active { color: #368AD2; }
227
228 .content {
229 padding: 0;
230 line-height: 1.48em;
231 color: #333333;
232 }
233
234 .content h2, .panel h2 {
235 color: #115098;
236 border-bottom-color: #CCCCCC;
237 }
238
239 .notice {
240 border-top-color: #CCCCCC;
241 }
242
243 .codebox {
244 padding: 3px;
245 background-color: #FFFFFF;
246 border: 1px solid #C9D2D8;
247 font-size: 1em;
248 margin-bottom: 10px;
249 display: block;
250 font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
251 line-height: 1.3em;
252 }
253
254 * html hr { margin: 0; }
255
256 .top {
257 background: url("../images/icon_back_top.gif") no-repeat top left;
258 text-decoration: none;
259 width: 11px;
260 height: 11px;
261 display: block;
262 float: right;
263 overflow: hidden;
264 letter-spacing: 1000px;
265 text-indent: 11px;
266 }
267
268 .content ol, .content ul {
269 margin-left: 25px;
270 margin-top: 0;
271 }
272
273 .content ul + p, .content ul + div {
274 margin-top: 20px;
275 }
276
277 .comment {
278 color: green;
279 }
280
281 .indent {
282 margin-left: 20px;
283 }
284
285 .paragraph table {
286 font-size: 8pt;
287 border-collapse: collapse;
288 border: 1px solid #cfcfcf;
289 margin-bottom: 20px;
290 }
291
292 .paragraph table caption {
293 display: none;
294 }
295
296 .paragraph table thead {
297 background-color: #cadceb;
298 color: #000;
299 }
300
301 .paragraph table td, .paragraph table th {
302 border: 1px solid #006699;
303 padding: 0.5em;
304 background-color: #e1ebf2;
305 }
306
307 .paragraph table th {
308 background-color: #cadceb;
309 }
310
311 .paragraph table td dl {
312 margin: 0;
313 padding: 0;
314 }
315
316 .paragraph table td dl dt {
317 float: left;
318 clear: both;
319 margin-right: 1em;
320 }
321
322 .inner:after {
323 clear: both;
324 content: '';
325 display: block;
326 }
327