Seite 6 von 6

Verfasst: 18.09.2005 17:32
von Valerie Raghnall
hmmm... jetzt hab ich einen sandrand einen orangen rand und einen weiteren sandrand...

boah das is ja übel.

Verfasst: 18.09.2005 17:43
von Markus67
Hi ...

suche:

Code: Alles auswählen

/* This is the outline round the main forum tables */ 
.forumline { background-color: transparent; border: 2px transparent solid; }
ersetze mit:

Code: Alles auswählen

/* This is the outline round the main forum tables */ 
.forumline { background-color: transparent; border: 0px transparent solid; }
suche:

Code: Alles auswählen

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(templates/subSilver/images/{T_TH_CLASS1});
			background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; height: 28px;
}
ersetze mit:

Code: Alles auswählen

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(templates/subSilver/images/{T_TH_CLASS1});
			background-color:transparent; border: transparent; border-style: solid; height: 28px;
}
Markus

Verfasst: 18.09.2005 17:49
von Valerie Raghnall
schon viel besser :)

jetzt ist nur noch bei den kategorieüberschriften was drum rum.

Verfasst: 18.09.2005 17:59
von Markus67
Hi ...

so hier ist der Rest ...
suche:
th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; }
th.thTop { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }
Wenn du keine Rahmen brauchst ... kannst du die alle auf 0 setzen.
Noch besser wäre vielleicht wenn du den Block kopierst und auskommentierst .. und dann den geänderten Block einfach druntersetzt. Vielleicht brauchst du ja doch nochmal irgendwo einen Rahmen :wink:

Die andere Alternative wäre beim der Definition von td bzw. th ebenfalls ein border: transparent; hinzuzufügen.

Markus

Verfasst: 18.09.2005 20:04
von Valerie Raghnall
wunderbar, danke :)


edit: ich hab nu aber doch noch ränder :-/
und zwar wenn man sein profil einstellt immer bei den cellpics... und im adminbereich isses auch da.
das ding mag mich eindeutig ned.

Verfasst: 18.09.2005 20:55
von Markus67
Hi ...

schau nochmal in die overall_header.tpl

Code: Alles auswählen

th.thSides,td.catSides,td.spaceRow { border-width: 0px 0px 0px 1px; } 
Hier hast du noch eine 1 stehen :wink:

Markus

Verfasst: 18.09.2005 21:32
von Valerie Raghnall
hmpf... so langsam isses wohl wirklich zu viele stunden am stück vorm pc.

sry und danke.