Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 2
Seite [1]
LinQ


Rock the board




Beiträge: 58
# Thema - 26.12.2007 um 20:12 Uhr
Hi...


Ich möchte gern die schriftgröße ändern auf meiner seite nur leider kann ich in der css nicht die richtige stelle finden. Kann mir da jemand aushelfen?

http://pavo.de.gg

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

body {
background-color:#202020;
color:#CCCCCC;
font-family:Verdana,Helvetica,sans-serif;
font-size:10pt;
margin:0px;
text-align:left;

}
a:link, a:visited {
background-color:inherit;
color:#8C8C8C;
text-decoration:none;
}
a:active, a:hover {
background-color:inherit;
color:#B2B2B2;
text-decoration:underline;
}
div,span {
background-color:inherit;
color:#F2F2F2;
font-family:Verdana,Helvetica,sans-serif;
}
img {
border:0px;
}
form {
display:inline;
}


textarea {
width:80%;
}
ul {
margin:0pt;
}

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

#nav-left {
width:14%;
}
#nav-right {
float:right;
width:20%;
}
#content {
background-color:inherit;
color:#202020;
text-align:left;
width:100%;
}
#bottom {
background-color:#202020;
border:1px solid #000000;
color:inherit;
margin-top:20px;
padding:4px 0px 4px 0px;
width:100%;
}
#head {
background-color:#202020;
border:1px solid #C4C4C4;
color:#F2F2F2;
font-size:25pt;
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:#CC0000;
}
#sql {
color:#666666;
}

.form {
background-color:#202020;
border:1px solid #191919;
color:#8D8D8D;
font-family:Verdana,Helvetica,sans-serif;
font-size:9pt;
margin:2px;
padding-left:3px;
}
.forum {
background-color:#171717;
color:inherit;
margin:auto;
width:100%;

}
.headb {
background-color:#262626;
color:inherit;
font-weight:bold;
text-align:left;
padding:2px 2px 2px 2px;
}
.bottom {
background-color:#262626;
color:inherit;
padding:2px 2px 2px 2px;
text-align:left;
}
td {

vertical-align:top;
}
.newshead {
background-color:#262626;
color:#1882D6;
font-size:12px;
font-weight:bold;
text-align:left;
padding:2px 2px 2px 2px;
width:100%;
}
.left,.center,.right {
padding:1px;
}
.leftb,.centerb,.rightb {
background-color:#1C1C1C;
color:inherit;


}
.leftc,.centerc,.rightc {
background-color:#1C1C1C;
color:inherit;

}
.left,.leftb,.leftc {
text-align:left;
}
.center,.centerb,.centerc {
text-align:center;
}
.right,.rightb,.rightc {
text-align:right;
}
.quote {
background-color:#444444;
border:1px solid #C4C4C4;
color:inherit;
padding:6px;
text-align:left;
}

.calday,.calevent,.caltoday, .calweek {
padding:4px 2px 4px 2px;
text-align:right;
}
.calday {
background-color:#666666;
color:inherit;
}
.calevent {
background-color:#444444;
color:inherit;
}
.caltoday {
background-color:#3E3E3E;
color:inherit;
}
.calweek {
background-color:#333333;
color:inherit;
}
Inaktiv
St4un3r


Rock the board



Herkunft: Lübeck
Beiträge: 41
# Antwort: 1 - 26.12.2007 um 20:15 Uhr
MOIN um die größe zu ändern nur
font-size:10pt;
höer machen

MFG
St4un3r


Inaktiv
|
LinQ
Thread-Ersteller


Rock the board




Beiträge: 58
# Antwort: 2 - 26.12.2007 um 20:22 Uhr
kk habs schon... musste es in der index.htm ändern


Inaktiv
|

Dieses Thema wurde von Ramires ClanSphere Team PM geschlossen.

Antworten: 2
Seite [1]