Hi
Kann mir wer sagen wie ich die schrift farbe im forum ändern kann also die farbe der kategorien.
was muss ich da in die style.css datei einfügen ??
mfg
Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
| Geschlossen | ||


.Chead
{
background: #000000;
color: #CC0000;
}


.forum
{
background: #000000;
color: #CC0000;
}
.statistik
{
background: #000000;
color: #CC0000;
}
<th style=" color: #CC0000;" width="58%" colspan="2" align="center"><b>{_lang_board}</b></th>
<th style=" color: #CC0000;" width="6%">{_lang_post}</th>
<th style=" color: #CC0000;" width="6%">{_lang_topic}</th>
<th style=" color: #CC0000;" width="25%" align="center">{_lang_lastpost}</th>


<table width="100%" cellpadding="4" cellspacing="1" class="border" border="0">
<tr class="Chead">
<th style=" color: #000000;" width="58%" colspan="2" align="center"><b>{_lang_board}</b></th>
<th style=" color: #000000;" width="6%">{_lang_post}</th>
<th style=" color: #000000;" width="6%">{_lang_topic}</th>
<th style=" color: #000000;" width="25%" align="center">{_lang_lastpost}</th>





<style type="text/css">
p {
color: #000000;
font-size: 12px;
}
legend {
font-family: Arial;
font-size: 12px;
color: #000000;
}
.menu
{
padding-left: 3px;
display:block;
height: 18px;
}
.menu:hover
{
display:block;
height: 18px;
}
.abg {
background-color: #000000;
}
td {
font-family: Arial;
font-size: 12px;
color: #FFFFFF;
}
a:link, a:visited, a:active {
color: #FFFFFF;
font-family: Arial;
font-size: 12px;
text-decoration: none;
font-style: normal;
}
a:hover {
color: #D3D3D3;
font-family: Arial;
font-size: 12px;
text-decoration: underline;
font-style: normal;
}
a.box {
color: #000000;
font-family: Arial;
font-size: 12px;
text-decoration: none;
}
a.box:hover {
text-decoration: underline;
color: #000000;
}
hmenu {
color: #000000;
font-family: Arial;
font-size: 12px;
text-decoration: none;
}
a.hmenu {
color: #000000;
font-family: Arial;
font-size: 12px;
text-decoration: none;
}
hmenu:hover {
color: #000000;
font-family: Arial;
font-size: 12px;
text-decoration: underline;
font-style: normal;
}
.Chead {
background-color: #b2b2b2;
color: #000000;
font-size: 12px;
}
.Chead td, .Chead td strong, .Chead h4, .Chead td b {
color: #000000;
}
.Callg {
background-color: #FFFFFF;
color: #000000;
}
.Callg td {
color: #000000;
}
.Cnorm {
background-color: #F2F2F2;
}
.Cmite {
background-color: #E5E5E5;
}
.Cdark {
background-color: #d6d6d6;
}
#Ballg {
color: #000000;
}
#Ballg td {
color: #000000;
}
.Bhead {
background-color: #d6d6d6;
color: #000000;
}
.Bbody {
background-color: #969696;
color: #000000;
}
.rand {
border: solid #1b1b1b 1px;
background-color: #FFFFFF;
}
.smalfont {
font-size: 12px;
text-decoration: none;
font-style: normal}
.border {
background-color: #1b1b1b;
}
hr {
height: 0px;
border: solid #1b1b1b 0px;
border-top-width: 1px;
}
input, textarea, select {
color: #000000;
font: 12px Arial;
border-color: #000000;
border-width: 1px;
border-style: solid;
font-weight: none;
text-decoration: none;
background-color: #E5E5E5;
}
.loginbox {
margin: 0px;
padding: 0px;
}
.login_hallo {
color: #FFFFFF;
}
#menu { font-size: 12px; padding-left: 0px; margin-left: 0px; }
#menu ul { padding-left: 0px; margin-left: 0px; }
#smallmenu { }
#smallmenu li { font-size: 12px; }
#smallmenu a { font-size: 12px; }</style>

jede schrift im forum auch wieder...


<td class="test">TestText</td> // oder <div class="test">TestText</div> // oder oder oder
.vote{
background-color: #ffffff; // alternativ -> black
color: #000000; // alternativ -> white
<td style="font-color: #000000; background-color: #ffffff;">Weißer Text - Schwarzer Hintergrund</td>

<td class="vote">{_boxes_VOTE}</td>
<td style="font-color: #000000; background-color: #ffffff;">Weißer Text - Schwarzer Hintergrund</td>





[img]bild.jpg[/img] oder [screen]screen.jpg[/screen]










| Geschlossen | ||
![]() |
Zurück zu Fehlersuche und Probleme | |