Vordefinierte Farbwerte aus Designpack in CSS

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:
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?
Pigsel
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