/* User Style Sheet erstellt von M. Artz, Urversion von D. Boecker */
/* Zuerst werden alle in HTML vorkommenden Textelemente mit der
Schriftgröße 1em definiert. 1em entspricht exakt der Schriftgröße,
die der Benutzer in den Voreinstellungen seines Browsers eingestellt hat. */
A, ABBR, ACRONYM, ADDRESS, B, BASEFONT, BIG, BLOCKQUOTE, BODY, BUTTON,
CAPTION, CITE, CODE, DD, DEL, DFN, DIR, DIV, DL, DT, EM, FIELDSET, I,
INPUT, INS, KBD, LI, MENU, NOFRAMES, NOSCRIPT, OBJECT, OL, OPTION, P,
PARAM, PRE, Q, S, SAMP, SELECT, SMALL, SPAN, STRIKE, STRONG, SUB, SUP,
TABLE, TBODY, TD, TEXTAREA, TFOOT, TH, THEAD, TR, TT, U, UL, VAR
{font-size: 1em !important; }
/* Die Überschriften h1 bis h3 sollen größer erscheinen und h4 bis h6
sind so groß wie der Fließtext. */
H1 { font-size: 1.6em !important;}
H2 { font-size: 1.4em !important;}
H3 { font-size: 1.2em !important;}
h4, h5, h6 { font-size: 1em !important;}
/* Jetzt wird jegliches Verändern mittels <font size="..."> abgefangen. */
FONT[size] { font-size: 1em !important;}
/* FONT[size] ist der Selektor, der HTML: <font size="..."> abfängt und ein
Ändern verhindert. <font color=""> wird nicht verhindert. /*
/* (Dieser Teil ist auskommentiert; bitte ggf. entsprechend anpassen)
Wer dem Autor doch ein paar Möglichkeiten lassen will, um zu
verdeutlichen, was größer/kleiner sein soll:
FONT[size="-1"] { font-size: 95% !important;}
FONT[size="-2"] { font-size: 90% !important;}
FONT[size="-3"] { font-size: 85% !important;}
FONT[size="-4"] { font-size: 80% !important;}
FONT[size="-5"] { font-size: 75% !important;}
FONT[size="-6"] { font-size: 70% !important;}
FONT[size="-7"] { font-size: 65% !important;}
FONT[size="+1"] { font-size: 105% !important;}
FONT[size="+2"] { font-size: 110% !important;}
FONT[size="+3"] { font-size: 115% !important;}
FONT[size="+4"] { font-size: 120% !important;}
FONT[size="+5"] { font-size: 125% !important;}
FONT[size="+6"] { font-size: 130% !important;}
FONT[size="+7"] { font-size: 135% !important;}
*/
*/ Links sollen immer unterstrichen werden */
a { text-decoration: underline !important; }
*/ Oeffnet ein Link ein neues Fenster, wird dieser als solcher markiert.
Sehr praktisch bei Windows-Browsern mit maximiertem Fenster, auf dem Mac
allerdings nicht so relevant, da Fenster fuer gewoehnlich versetzt geoeffnet
werden. YMMV. */
a[target="_blank"] { border-left: 8px solid #f00 !important;}
/* Die sehr häufigen 468x60 Flash Werbebanner werden ausgeblendet */
embed[type="application/x-shockwave-flash"][width="468"][height="60"] {
display: none !important;
visibility: hidden !important;
}
/* Die weniger häufigen 728x90 Flash Werbebanner werden ausgeblendet */
embed[type="application/x-shockwave-flash"][width="728"][height="90"] {
display: none !important;
visibility: hidden !important;
}
/* end */
© 2003 - Michael Artz (web2003 at artz-net.de)
http://www.artz-net.de/user-styles/