ERLEDIGT !!!! Überschrift größe ändern
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
ERLEDIGT !!!! Überschrift größe ändern
Hey,
wer kann mir eben schnell sagen wo ich die Größe der Überschrift 1 ( Also die Überschrift des FORUMS ) ändern kann ??
DANKE
wer kann mir eben schnell sagen wo ich die Größe der Überschrift 1 ( Also die Überschrift des FORUMS ) ändern kann ??
DANKE
Zuletzt geändert von fun35 am 27.06.2005 21:21, insgesamt 2-mal geändert.
dann bearbeite die .css-Datei mal.
da steht z.B.
da kannste dann die Einstellung ändern 
da steht z.B.
Code: Alles auswählen
/* Forum category titles */
.cattitle { font-size: 12px ; letter-spacing: 1px; color : #FFFFFF}
a.cattitle { text-decoration: none; color : #FFFFFF; }
a.cattitle:hover{ text-decoration: none; }
/* Forum title: Text and link to the forums used in: index.php */
.forumlink { text-decoration: none; font-size: 12px; color : #FF9900; }
a.forumlink { text-decoration: none; color : #FF9900; }
a.forumlink:hover{ text-decoration: none; color : #FF9900; }
/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav { font-size: 11px; color : #FFFFFF;}
a.nav { text-decoration: none; color : #FF9900; }
a.nav:hover { text-decoration: none; }
/* titles for the topics: could specify viewed link colour too */
.topictitle { font-size: 11px; color : #FFFFFF; }
a.topictitle:link { text-decoration: none; color : #FF9900; }
a.topictitle:visited { text-decoration: none; color : #FF9900; }
a.topictitle:hover { text-decoration: none; color : #FF9900; }
