Seite 1 von 1

ERLEDIGT !!!! Überschrift größe ändern

Verfasst: 27.06.2005 19:15
von fun35
Hey,

wer kann mir eben schnell sagen wo ich die Größe der Überschrift 1 ( Also die Überschrift des FORUMS ) ändern kann ??


DANKE

Verfasst: 27.06.2005 19:19
von funfreak
in Deiner subsilver.css
Alternativ sollte es auch via ACP --> Styles --> Einstellungen --> Bearbeiten gehen.

Verfasst: 27.06.2005 19:20
von fun35
funfreak hat geschrieben:in Deiner subsilver.css
Alternativ sollte es auch via ACP --> Styles --> Einstellungen --> Bearbeiten gehen.
in der ACP kann ich doch nur den Text eingeben ?? Wo ist denn da die Größe definiert ??

Verfasst: 27.06.2005 19:26
von funfreak
Da steht doch Schriftgröße 1, 2, 3.... dahinter stehen Zahlen 10, 11, 12
die kannst Du größer machen.

Wenn das keinen Erfolg bringt, bearbeite die .css-Datei manuell, kannst auch mehr machen =)

Verfasst: 27.06.2005 19:28
von fun35
Aber das ist doch nicht die Foren Überschrift ?!?!?!

Verfasst: 27.06.2005 19:31
von funfreak
dann bearbeite die .css-Datei mal.

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; }

da kannste dann die Einstellung ändern :wink:

Verfasst: 27.06.2005 19:34
von fun35
öhmmm

was ist da jetzt die Forenüberschrift ??

sorry bin noch etwas unsicher im Umgang damit ....

Verfasst: 27.06.2005 20:02
von fun35
habe jeden Font-size ausprobiert, aber nichts hat sich geändert ... wo ist der Trick ??

Verfasst: 27.06.2005 21:02
von funfreak
sorry, versuch es mal mit der overall header =)
und suche:
/* Forum category titles */

da kannste es dann ändern =)

Verfasst: 27.06.2005 21:20
von fun35
Ja danke ......