Moin!
Hab jetzt auf 105a umgestellt, was viel leichter geht - super. Probleme hab ich jetzt nur mit den Hintergrundbildern der Boxen. Hatte ja schon einen Post bzgl. halbtransparenten Hintergründen gestartet und demnach über die style.css *.png-Dateien zugewiesen. Das hat bei 104 auch super geklappt, jetzt zeigt er die Bilder aber nicht mehr an. Hier meine style.css:
body
{
background-color: #000000;
scrollbar-face-color: #DDDDDD;
scrollbar-highlight-color: #EFEFEF;
scrollbar-shadow-color: #003366;
scrollbar-3dlight-color: #000000;
scrollbar-arrow-color: #003366;
scrollbar-track-color: #EFEFEF;
scrollbar-darkshadow-color: #DDDDDD;
}
.abg
{
background-color: #000000;
}
td
{
font-family: Verdana;
font-size: 10px;
}
a
{
color: #B4F000;
font-family: Verdana;
font-size: 10px;
text-decoration: underline;
}
a:hover
{
text-decoration: none;
}
a.box
{
color: #B4F000;
font-family: Verdana;
font-size: 11px;
text-decoration: underline;
}
a.box:hover
{
text-decoration: none;
}
.Chead
{
background-image: url(include/designs/gulgothir/bilder/444444.png);
}
.Chead td, .Chead td strong, .Chead h4, .Chead td b
{
color: #FFA800;
}
.Callg
{
background-image: url(include/designs/gulgothir/bilder/444444.png);
}
.Callg td
{
color: #000000;
}
.Cnorm
{
background-image: url(include/designs/gulgothir/bilder/444444.png);
}
.Cmite
{
background-image: url(include/designs/gulgothir/bilder/444444.png);
}
.Cdark
{
background-image: url(include/designs/gulgothir/bilder/444444.png);
}
#Ballg
{
color: #000000;
}
#Ballg td
{
color: #000000;
}
.Bhead
{
background-color: #4E7AA5;
color: #FFFFFF;
}
.Bbody
{
background-color: #B4C6D8;
color: #000000;
}
.rand
{
border: solid #003366 1px;
}
.smalfont
{
font-size: 10px;
text-decoration: none;
}
.border
{
background-image: url(include/designs/gulgothir/bilder/444444.png);
}
hr
{
height: 0px;
border: solid #003366 0px;
border-top-width: 1px;
}
input, textarea, select
{
color: #000000;
font: 12px Verdana;
border-color: #003366;
border-width: 1px;
border-style: solid;
font-weight: none;
text-decoration: none;
background-color: #EFEFEF;
}
#menu {}
#menu ul { padding-left: 10px; margin-left: 10px; }
#smallmenu { }
#smallmenu li { font-size: 9px; }
#smallmenu a { font-size: 9px; }
Hat sich die Linksyntax irgendwie geändert oder warum funzts nicht mehr???
Ach so, die Seite sieht momentan so aus:
Gulgothir Clanseite
Zuletzt geändert von Amo Nsul am 13.03.2005 - 22:02