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 |
viglink.css
01 /* phpBB VigLink Extension Style Sheet
02 ------------------------------------------------------------------------
03 Copyright (c) phpBB Limited <https://www.phpbb.com>
04
05 For full copyright and license information, please see
06 the docs/CREDITS.txt file.
07 ------------------------------------------------------------------------
08 */
09
10 .viglink-header {
11 background: url('images/VigLink_logo.png') no-repeat 0 0;
12 padding-left: 142px;
13 padding-bottom: 18px;
14 }
15
16 .send-stats-tile > h2.viglink-header-h2 {
17 margin-bottom: 10px;
18 }
19