Links in demo updated - Radio in all styles adapted
-----

Hifikabin - Header banner ext.

Gesperrt
Forum Member
Site Admin
Beiträge: 649
Registriert: 3. Apr 2019, 17:36
Vorname: Jutta
Dein Land: Schweiz
Wohnort: Zuchwil / SO
Kontaktdaten:

Hifikabin - Header banner ext.

Beitrag von Forum Member » 8. Apr 2019, 20:23

With the help of James I created a style folder for the https://www.phpbb.com/customise/db/exte ... er_banner/ ext. For version 3.2.2-RC2, so that this ext is not working for this style.
If you don't want to show a description in your forum, you can write something like : "Welcom to our forum", so that the space doesn't remain empty. So you don't have to lose any time with an adjustment for this ext.

Für Headerbanner ext. 3.2.2-RC2
Füge in ext. - hifikabin - headerbanner - styles - eine Datei Graphit ein
Füge den Ordner template in dieser Zipdatei ein
template.zip
(1.5 KiB) 6-mal heruntergeladen
****
Note: Wenn Du kein Headerbild von meinem Style möchtest (Dein kleines Logo kannst Du einfügen), dann ersetze in styles- graphit - themes - images, das headerbild mit Deinem Headerbild/logo(das Bild sollte 886x160 px sein)

Note: If you do not want a header image of my style (small logo can be inserted), then replace in styles- graphit - themes - images, the header image with your header image/logo(the image should be 886x160 px)

Mit dem silberweissen Border kannst Du natürlich auch einfach den Header durch den Header des Prosilvers ersetzen. Dann müssen keine weiteren Änderungen für die Header-Banner ext oder sonst etwas, wie die Beschreibung vorgenommen werden.
Alles, was Du machen must, ausser den Header mit dem Prosilver-Header auszutauschen, ist: in graphit.css Zeile 140 ersetze den gesamten Wrap-Code durch diesen Code.
*****
With the silver-white border, you can of course simply replace the header with the header of the prosilver. Then no further changes for the header banner ext, or any other thing as the description have to be done.
All you have to do, except change the header with the prosilver header, is: in graphit.css line 140 replace the whole wrap code with this code

Code: Alles auswählen

    background-image: url("./images/background2.jpg") !important;
    background-color: #333;
    margin: 35px auto 23px auto;
    max-width: 1150px;
    border: 5px solid #666;
    box-shadow: 0 0 0 3px hsl(0, 0%, 60%), 0 0 0 6px hsl(0, 0%, 60%), 0 0 0 10px hsl(0, 0%, 70%), 0 0 0 14px hsl(0, 0%, 80%);
    padding: 5px;
silver-white border.jpg
****
Oder mit dem dreifarbigen Boder
Or with the code of the tree colored border

Code: Alles auswählen

.wrap {
    background-color: #3E3E3E;
    background-image: url("./images/background2.jpg");
    border-width: 7px;
    margin: 30px auto 10px;
    max-width: 1150px;
    min-width: 625px;
    padding: 15px;
    border-color: darkred;
    border-style: solid;
    box-shadow: 0 0 0 2px #000, 0 0 0 3px #999, 0 0 0 9px #7E797A, 0 0 0 10px #666, 0 0 0 16px #222, 0 0 0 18px #000;
3 colored border 2.jpg

Gesperrt

Zurück zu „Graphit“