Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 1
Seite [1]
LinQ


Rock the board




Beiträge: 58
# Thema - 29.08.2007 um 17:09 Uhr
hi

ich bin gerade am coden von meiner clansphere page. Und ich möchte gerne das die überschrift meiner news weiß ist und mein news text schwarz...
das problem ist wenn ich die textfarbe von der news ändere, ändert sich die überschrift mit, in der selben farbe.

Kann mir jemand helfen? dankeschön

Hier meine css

/* $Id: clansphere.css 232 2006-08-19 16:07:22Z hajo $ */

body {
background-color:#D8D8D8;
color:#1c4e89;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
margin:6px;
text-align:right;
}
a:link, a:visited {
background-color:inherit;
color:#1c4e89;
font-size:8pt
}
a:active, a:hover {
background-color:inherit;
color:#214b85;
text-decoration:underline;
}
div,span {
background-color:inherit;
color:#353535;
font-size:8pt;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
img {
border:0px;
}
form {
display:inline;
}
td {
background-color:inherit;
color:#ededed;
font-size:8pt;
vertical-align:top;
}
textarea {
width:90%;
}
ul {
margin:0px;
}

#nav-left,#content,#bottom {
float:left;
margin:auto;
}

#nav-left {
width:14%;
}
#nav-right {
float:right;
width:20%;
}
#content {
background-color:inherit;
color:#1c4e89;
text-align:center;
width:66%;
}
#bottom {
background-color:#C2C2C2;
border:2px solid #777777;
color:inherit;
margin-top:20px;
padding:4px 0px 4px 0px;
width:100%;
}
#head {
background-color:#ebebeb;
border:2px solid #ebebeb;
color:#333333;
font-size:8pt;
height:100px;
margin-bottom:20px;
text-align:center;
width:100%;
}
#debug {
height:150px;
margin-bottom:20px;
overflow:auto;
padding-left:4px;
width:100%;
text-align:left;
}
#errors {
color:#CC0066;
}
#sql {
color:#777777;
}
.h1 {
color: #1c4e89;
font-size: 8pt;
font-weight: bold;
text-decoration: none;
}
.h2 {
color: #c5c5c5;
font-size: 8pt;
font-weight: normal;
text-decoration: none;
}
.h3 {
color: #c5c5c5;
font-size: 8pt;
font-weight: normal;
text-decoration: none;
}
.form {
background-color:#c5c5c5;
border:1px solid #777777;
color:#363636;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
margin:2px;
padding-left:3px;
}
.forum {
background-color:#757575;
border:1px solid #;
color:inherit;
margin:auto;
}
.headb {
background-color:#77B2B2;
color:inherit;
font-weight:bold;
padding:4px;
text-align:left;
}
.bottom {
background-color:#9B9B9B;
color:inherit;
padding:4px 6px 4px 8px;
text-align:left;
}
.newshead {
background-color:#77B2B2;
color:inherit;
font-size:11pt;
font-weight:bold;
padding:4px 6px 4px 8px;
text-align:left;
}
.left,.center,.right {
padding:1px;
}
.leftb,.centerb,.rightb {
background-color:#B2B2B2;
color:inherit;
padding:4px 6px 4px 8px;
}
.leftc,.centerc,.rightc {
background-color:#BEBEBE;
color:inherit;
padding:4px 6px 4px 8px;
}
.left,.leftb,.leftc {
text-align:left;
}
.center,.centerb,.centerc {
text-align:center;
}
.right,.rightb,.rightc {
text-align:right;
}
.quote {
background-color:#9B9B9B;
border:1px solid #777777;
color:inherit;
padding:6px;
text-align:left;
}
.navhead,.navhead2 {
background-color:#77B2B2;
border:solid #777777;
border-width:2px 2px 0px 2px;
color:inherit;
font-weight:bold;
padding:4px;
text-align:center;
}
.navbodyb,.navbody2b {
background-color:#B2B2B2;
border:2px solid #777777;
color:inherit;
list-style:none;
padding:4px 6px 4px 8px;
text-align:left;
}
.calhead {
background-color:#BEBEBE;
color:inherit;
padding:4px 2px 4px 2px;
text-align:center;
}
.calday,.calevent,.caltoday, .calweek {
padding:4px 2px 4px 2px;
text-align:right;
}
.calday {
background-color:#9B9B9B;
color:inherit;
}
.calevent {
background-color:#9B9B9B;
color:inherit;
}
.caltoday {
background-color:#77B2B2;
color:inherit;
}
.calweek {
background-color:#CDCDCD;
color:inherit;
}
Inaktiv
h4ze


Geekboy




Herkunft: Itzehoe
Beiträge: 1433
# Antwort: 1 - 29.08.2007 um 18:49 Uhr
 
1.
2.
3.
4.
1. / 2. / ... 
 .newshead {
color#fff;
(...)
}


------------------
gembee.com - Upload your Life!
A Social Filesharing Network
"Wie YouTube, nur für alle Datei-Typen"


Inaktiv
|
Antworten: 1
Seite [1]


Sie müssen sich registrieren, um zu antworten.