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
01 /* phpBB3 Style Sheet
02 --------------------------------------------------------------
03 Style name: prosilver (the default phpBB 3.3.x style)
04 Based on style:
05 Original author: Tom Beddard ( http://www.subblue.com/ )
06 Modified by: phpBB Limited ( https://www.phpbb.com/ )
07 --------------------------------------------------------------
08 */
09
10 @import url("normalize.css?hash=48eb3f89");
11 @import url("base.css?hash=7c5543be");
12 @import url("utilities.css?hash=d8f72c42");
13 @import url("common.css?hash=843d5d5f");
14 @import url("links.css?hash=18286e16");
15 @import url("content.css?hash=d0e24377");
16 @import url("buttons.css?hash=56f0d25f");
17 @import url("cp.css?hash=50d868ab");
18 @import url("forms.css?hash=9016b55c");
19 @import url("icons.css?hash=64da33ce");
20 @import url("colours.css?hash=fcb2f289");
21 @import url("responsive.css?hash=c9d32cba");
22