YourWBB


yourWBB » WoltLab Burning Board Generation 2 * » Alles von und für das WBB Lite 1.0.x » [WBB Lite 1.0.x] Allg. Fragen und Probleme » Vordefinierte Farbwerte aus Designpack in CSS » Hallo Gast [Anmelden|Registrieren]
Letzter Beitrag | Erster ungelesener Beitrag 1.915 Views | | Thema zu Favoriten hinzufügen

Neues Thema erstellen Antwort erstellen

Dieses Thema wurde als erledigt markiert. Thread erledigt

Zum Ende der Seite springen Vordefinierte Farbwerte aus Designpack in CSS
Autor
Beitrag « Vorheriges Thema | Nächstes Thema »
BenRyan
Mitglied


Dabei seit: 31.01.13
Beiträge: 3
Fähigkeiten: WBB Lite 1 Fortgeschritten
Forenversion: Lite 1.0

 Vordefinierte Farbwerte aus Designpack in CSS Antworten Zitieren Editieren Melden       UP

Problembeschreibung:
Hallo zusammen, ich verwende in meinem Foren-Header ein css style. Jetzt würde ich dort als Hintergrundfarben gerne die vordefinierten Farben aus dem jeweilig genutzten Designpack verwenden, allerdings bin ich in CSS wenig versiert.

Anbei hab ich euch meinen aktuellen CSS Code beigefügt. Mit was muss ich da zb {tabletitelcolor} ersetzen, damit er die Farbe die im Designpack eingestellt ist, dort als Hintergrund übernimmt? verwirrt

Danke schonmal für eure Hilfe Freude


Code:

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
<style type="text/css">   

*/ #headerimg #headertab { width: 802px; height: 400px; background: #{tablecolora}; padding-top: 30px; opacity: 0; transition: 0.6s all ease-in-out; -moz-transition: 0.6s all ease-in-out; -webkit-transition: 0.6s all ease-in-out; -ms-transition: 0.6s all ease-in-out; -o-transition: 0.6s all ease-in-out; } /* 

 */ .headerbox { height: 220px; width: 300px; background: #{tablecolora};} .headernews { height: 30px; background: #000000; } /*  

*/ .headerboxtitel { width: 200px; height: 30px; padding: 10px; text-align: center; background: "tabletitlecolor"; font-family: 'Georgia'; color: {fontcolorsecond}; font-size: 15px; letter-spacing: 2px; } /*  

*/ .headerboxtext { height: 190px; padding: 10px; width: 200px; background: #{tablecolora}; margin-top: 14px; font-family: 'Calibri'; font-size: 12px; color: {fontcolorsecond}; line-height: 1.1em; text-align: justify; overflow: auto; } /* 

 */ .teambox { height: 220px; padding: 10px; width: 200px; background: #{tablecolora}; margin-top: 14px; font-family: 'Calibri'; font-size: 12px; color: {fontcolorsecond}; line-height: 1.1em; text-align: justify; overflow: auto; } /*  

*/ .plotboxtext { height: 75px; padding: 10px; width: 200px; background: #{tabletitlecolor}; margin-top: 14px; font-family: 'Calibri'; font-size: 12px; color: {fontcolorsecond}; line-height: 1.1em; text-align: justify; overflow: auto; } /*

  */ .headernewstitel { height: 20px; width: 200px; background: #{tablecolora}; font-family: 'Electrolize'; color: {fontcolorsecond}; font-size: 12px; letter-spacing: 2px; text-align: center; padding: 10px; } /*

  */ .headernewstext { height: 20px; padding: 3px; width: 700px; font-family: 'Calibri'; font-size: 12px; color: "{fontcolorsecond}"; line-height: 1.1em; text-align: justify; margin-top: -5px;} /*

  */ .teambild { border-radius: 29px; margin: 2px; }</style>



Was wurde zuletzt geändert oder eingebaut?
26.07.15 23:18 BenRyan ist offline E-Mail Finden Als Freund hinzufügen
Pigsel
Mitglied


images/avatars/avatar-5749.gif

Dabei seit: 05.09.11
Beiträge: 774
Fähigkeiten: WBB Lite 1 Fortgeschritten
Forenversion: Lite 1.0

 RE: Vordefinierte Farbwerte aus Designpack in CSS Antworten Zitieren Editieren Melden       UP

Zitat:
Original von BenRyan
Problembeschreibung:
Hallo zusammen, ich verwende in meinem Foren-Header ein css style. Jetzt würde ich dort als Hintergrundfarben gerne die vordefinierten Farben aus dem jeweilig genutzten Designpack verwenden, allerdings bin ich in CSS wenig versiert.

Anbei hab ich euch meinen aktuellen CSS Code beigefügt. Mit was muss ich da zb {tabletitelcolor} ersetzen, damit er die Farbe die im Designpack eingestellt ist, dort als Hintergrund übernimmt? verwirrt

Danke schonmal für eure Hilfe Freude

Code:
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
<style type="text/css">   
*/ #headerimg #headertab { width: 802px; height: 400px; background: #{tablecolora}; padding-top: 30px; opacity: 0; transition: 0.6s all ease-in-out; -moz-transition: 0.6s all ease-in-out; -webkit-transition: 0.6s all ease-in-out; -ms-transition: 0.6s all ease-in-out; -o-transition: 0.6s all ease-in-out; } /* 

 */ .headerbox { height: 220px; width: 300px; background: #{tablecolora};} .headernews { height: 30px; background: #000000; } /*  

*/ .headerboxtitel { width: 200px; height: 30px; padding: 10px; text-align: center; background: "tabletitlecolor"; font-family: 'Georgia'; color: {fontcolorsecond}; font-size: 15px; letter-spacing: 2px; } /*  

*/ .headerboxtext { height: 190px; padding: 10px; width: 200px; background: #{tablecolora}; margin-top: 14px; font-family: 'Calibri'; font-size: 12px; color: {fontcolorsecond}; line-height: 1.1em; text-align: justify; overflow: auto; } /* 

 */ .teambox { height: 220px; padding: 10px; width: 200px; background: #{tablecolora}; margin-top: 14px; font-family: 'Calibri'; font-size: 12px; color: {fontcolorsecond}; line-height: 1.1em; text-align: justify; overflow: auto; } /*  

*/ .plotboxtext { height: 75px; padding: 10px; width: 200px; background: #{tabletitlecolor}; margin-top: 14px; font-family: 'Calibri'; font-size: 12px; color: {fontcolorsecond}; line-height: 1.1em; text-align: justify; overflow: auto; } /*

  */ .headernewstitel { height: 20px; width: 200px; background: #{tablecolora}; font-family: 'Electrolize'; color: {fontcolorsecond}; font-size: 12px; letter-spacing: 2px; text-align: center; padding: 10px; } /*

  */ .headernewstext { height: 20px; padding: 3px; width: 700px; font-family: 'Calibri'; font-size: 12px; color: "{fontcolorsecond}"; line-height: 1.1em; text-align: justify; margin-top: -5px;} /*

  */ .teambild { border-radius: 29px; margin: 2px; }</style>


die Variablen für die Ersetzung in der Ausgabe kriegst du aus der acp/templates/designpack_edit.htm - mit dem Browser öffnen dann stehen dort die Variablöen passend zum Zweck der Ausgabe

__________________
Ein Leben ohne CodeBug's ist ein Leben im Paradies

27.07.15 12:25 Pigsel ist offline E-Mail Finden Als Freund hinzufügen
Baumstruktur | Brettstruktur
Gehe zu:

Neues Thema erstellen Antwort erstellen

yourWBB » WoltLab Burning Board Generation 2 * » Alles von und für das WBB Lite 1.0.x » [WBB Lite 1.0.x] Allg. Fragen und Probleme » Vordefinierte Farbwerte aus Designpack in CSS