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

Handicraft style for everyone (3.3.x)

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

Handicraft style for everyone (3.3.x)

Beitrag von Forum Member » 21. Jan 2020, 11:45

Name des Styles: Nature
Style Version: 3.3.0
phpBB Version: 3.3.0
Basierend auf: prosilver
***
index_nature.jpg
***
Dies ist eine Stylevorlage für alle, die gerne selber einen Style erstellen möchten. Style Copyright sowie Name kann von jedem geändert werden (Solange Du den Style nicht unverändert benutzt). Es ist nicht erlaubt, den Iconhinweis im overall_header zu entfernen, wenn Du die im Style eingefügten Icons benutzt. Das Gleiche gilt für das Copyright zu Tastenplayer im Footer.
Auf keinen Fall enfernen darfst Du die weiteren Copyright-Hinweise zu phpbb sowie zu Prosilver.
Man darf ihn, auch nicht in abgeänderter Form auf phpbb.com oder anderen phpBB Plattformen veröffentlichen.
Hinweis: Wenn Du nur das Headerbild und den Background änderst, ist es natürlich immer noch der gleiche Style.

This is a style template for everyone who wants to create their own style. Style Copyright and name can be changed by anyone (As long as you don't use the style unchanged). It is not allowed to remove the icon hint in the overall_header if you use the icons inserted in the style. The same applies to the copyright to Tastenplayer in the footer.
Under no circumstances may you remove the other copyright notices for phpbb and Prosilver.
You may not publish it, even in modified form, on phpbb.com or other phpBB platforms.
Note: If you only change the header image and the background, it's still the same style of course.

Beachte:
Sobald Du den Headerbackground, forabg sowie forumbg änderst musst Du auch die beiden gif Bilder im Image Ordner anpassen. Diese sind für den IE9 sowie IE8, damit Dein Style auch in diesen alten Browsern einigermassen gut aussieht. Diese Bilder werden für die tweaks.css benötigt.

Code: Alles auswählen

.headerbar, .forumbg {
	background-image: url("./images/bg_header.gif");
}

.forabg {
	background-image: url("./images/bg_list.gif");
}
Notice:
As soon as you change the header background, forabg and forumbg you also have to change the gif images in the image folder. These are for IE9 and IE8, so that your style looks good even in these old browsers. These pictures are needed for tweaks.css.

Der Style besteht nicht aus einer einzigen css Datei. Es sind mehrere Dateien, wie im Prosilver, im Style eingefügt.
The style does not consist of a single css file. There are several files, like in the Prosilver, inserted in the style.

Das Headerbild-Logo ist voll responsive und wird bis zum Schluss ganz angezeigt.
The header image logo is fully responsive and will be fully displayed to the end.

Wichtig: Bei diesem Style muss prosilver, der jeweiligen phpbb Version, installiert sein!
Wichtig: For this style prosilver, the respective phpbb version, must be installed!

---
Nature_3.3.0.zip
(6.2 MiB) 22-mal heruntergeladen
Der Style wurde in 3.2.9 / 3.3.0 komplett neu angepasst

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

Re: Handicraft style for everyone (3.3.x)

Beitrag von Forum Member » 17. Nov 2020, 09:54

Anmerkung:
Seit phpBB 3.3.1 muss man in der stylesheet.css bei nicht wirklichen Child Styles immer einen Hashcode einfügen und diesen nach jeder Änderung anpassen. Sonst werden die Änderungen / Anpassungen nicht in jedem Browser übernommen, vor allem nicht im Firefox.
----
Note:
Since phpBB 3.3.1 you always have to insert a hashcode in the stylesheet.css for not real child styles and adjust it after every change. Otherwise the changes / adjustments will not be accepted in every browser, especially not in Firefox.

style.css

Code: Alles auswählen

/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:		Nature
	Based on style:		prosilver (the default phpBB 3.3.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		Tastenplayer ( https://www.phpbb-skins-by.koliofotis.ch/ )
    --------------------------------------------------------------
*/

@import url("normalize.css?v=3.3.1.1");
@import url("base.css?v=3.3.1");
@import url("utilities.css?v=3.3.1.1");
@import url("common.css?v=3.3.1.1");
@import url("links.css?v=3.3.1.1");
@import url("content.css?v=3.3.1.1");
@import url("buttons.css?v=3.3.1.1");
@import url("cp.css?v=3.3.1.1");
@import url("forms.css?v=3.3.1.1");
@import url("icons.css?v=3.3.1.1");
@import url("colours.css?v=3.3.1.1");
@import url("nature.css?v=3.3.1.1");
Ändert man jetzt zBsp. etwas in der colours.css, dann muss man in der stylesheet.css den Hash zu 3.3.1.2 ändern. Oder man schreibt einen eigenen beliebigen Hash. Zbsp. 3.3.1_mike.
Es genügt nicht mehr, nur den Cache im Forum zu leeren!
---
If you change something in colours.css, you have to change the hash in stylesheet.css to 3.3.1.2. Or you can write your own hash. E.g. 3.3.1_mike.
It is not enough anymore to empty the cache in the forum!
----
Changes in nature 3.3.1

* Button radius from 4px to 2px
* background-color select adapted to same background as inputbox
* input[type='radio']:checked blue color problem in Chrome Browser changed to grayscale

Wichtig: Bei diesem Style muss prosilver, der jeweiligen phpbb Version, installiert sein!
Wichtig: For this style prosilver, the respective phpbb version, must be installed!

---
Nature_3.3.1.zip
(6.21 MiB) 14-mal heruntergeladen

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

Re: Handicraft style for everyone (3.3.x)

Beitrag von Forum Member » 29. Nov 2020, 15:36

Anmerkung:
Seit phpBB 3.3.1 muss man in der stylesheet.css bei nicht wirklichen Child Styles immer einen Hashcode einfügen und diesen nach jeder Änderung anpassen. Sonst werden die Änderungen / Anpassungen nicht in jedem Browser übernommen, vor allem nicht im Firefox.
----
Note:
Since phpBB 3.3.1 you always have to insert a hashcode in the stylesheet.css for not real child styles and adjust it after every change. Otherwise the changes / adjustments will not be accepted in every browser, especially not in Firefox.

style.css

Code: Alles auswählen

/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:		Nature
	Based on style:		prosilver (the default phpBB 3.3.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		Tastenplayer ( https://www.phpbb-skins-by.koliofotis.ch/ )
    --------------------------------------------------------------
*/

@import url("normalize.css?v=3.3.1.1");
@import url("base.css?v=3.3.1");
@import url("utilities.css?v=3.3.1.1");
@import url("common.css?v=3.3.1.1");
@import url("links.css?v=3.3.1.1");
@import url("content.css?v=3.3.1.1");
@import url("buttons.css?v=3.3.1.1");
@import url("cp.css?v=3.3.1.1");
@import url("forms.css?v=3.3.1.1");
@import url("icons.css?v=3.3.1.1");
@import url("colours.css?v=3.3.1.1");
@import url("nature.css?v=3.3.1.1");
Ändert man jetzt zBsp. etwas in der colours.css, dann muss man in der stylesheet.css den Hash zu 3.3.1.2 ändern. Oder man schreibt einen eigenen beliebigen Hash. Zbsp. 3.3.1_mike.
Es genügt nicht mehr, nur den Cache im Forum zu leeren!
---
If you change something in colours.css, you have to change the hash in stylesheet.css to 3.3.1.2. Or you can write your own hash. E.g. 3.3.1_mike.
It is not enough anymore to empty the cache in the forum!
----
Wichtig: Bei diesem Style muss prosilver, der jeweiligen phpbb Version, installiert sein!
Wichtig: For this style prosilver, the respective phpbb version, must be installed!

---
Nature_3.3.2.zip
(6.21 MiB) 17-mal heruntergeladen

Gesperrt

Zurück zu „Nature - Ein Template für Deinen eigenen Style“