Verfasst: 18.09.2005 17:32
hmmm... jetzt hab ich einen sandrand einen orangen rand und einen weiteren sandrand...
boah das is ja übel.
boah das is ja übel.
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
/* This is the outline round the main forum tables */
.forumline { background-color: transparent; border: 2px transparent solid; }
Code: Alles auswählen
/* This is the outline round the main forum tables */
.forumline { background-color: transparent; border: 0px transparent solid; }
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;
}
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;
}
Wenn du keine Rahmen brauchst ... kannst du die alle auf 0 setzen.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; }
Code: Alles auswählen
th.thSides,td.catSides,td.spaceRow { border-width: 0px 0px 0px 1px; }