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 |
tweaks.css
01 /* Style Sheet Tweaks
02
03 These style definitions are IE 8 & 9 only.
04 They are required due to the poor CSS support in IE browsers.
05 ------------------------------------------------------------------------------*/
06
07 /* IE 8 Tweaks (value)\9 equates to IE <= 8
08 ------------------------------------------------------------------------------*/
09
10 /* Clear float fix */
11 .inner, ul.linklist { zoom: 1\9; }
12
13 /* Align checkboxes/radio buttons nicely */
14 dd label input { vertical-align: text-bottom\9; }
15
16 /* Fixes header-avatar aspect-ratio */
17 .header-avatar img { height: 20px\9; }
18
19 /* IE8 often can't handle max-width in %, so we use px instead */
20 .postprofile .avatar img { max-width: 150px\9; }
21
22
23 /* IE 9 Tweaks
24 ------------------------------------------------------------------------------*/
25
26 /* Border-radius bleed fix in IE9 */
27 .search-header, .search-header .inputbox, .search-header a.button {
28 border-radius: 0;
29 }
30
31 .headerbar, .forumbg {
32 background-image: url("./images/bg_header.gif");
33 }
34
35 .forabg {
36 background-image: url("./images/bg_list.gif");
37 }
38
39 .tabs .tab > a {
40 border-radius: 0;
41 }
42