Verfasst: 20.07.2005 18:58
er hat noch nicht geasagt das er die css bearbeitet hat.
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
schadewieso greifen die nicht?
naja und mit dem ACP? ich mein da sind die fonts zB nicht richtigShadowproject hat geschrieben:@nasenkopf: weil du die entsprechenden stellen in den tpl-dateien gelöscht hast.
@AK87: ich hab keine ahnung wie man das lösen könnte; hatte noch nie popups.
Code: Alles auswählen
/*
This is for the table cell above the Topics, Post & Last posts on the index.php page
By default this is the fading out gradiated silver background.
However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
background-color: #000000;
background-image: url(images/cellpic.gif);
background-repeat: repeat-y;
}
/* Header cells - the blue and silver gradient backgrounds */
th {
color: #CC0000; font-size: 11px; font-weight : normal;
background-color: #800000; height: 25px;
background-image: url(images/cellpic.gif);
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url(images/cellpic.gif);
background-color:#000000; border: #000000; border-style: solid; height: 28px;
}