diff options
-rw-r--r-- | www/stylesheet_wiki.css | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/www/stylesheet_wiki.css b/www/stylesheet_wiki.css index 2028067..dce137b 100644 --- a/www/stylesheet_wiki.css +++ b/www/stylesheet_wiki.css @@ -5,12 +5,15 @@ background-color:#dceeee; padding: 0; margin: 2em 2em 2em 2em; text-align: center; - /*font: normal 1em verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;*/ - line-height:1.35em; - font-size:1em; + font: normal 10pt verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif; + line-height:1.35em; + font-size:1em; } - +h1 { font-size: 2.2em;} +h2 { font-size: 1.6em } +h3 { font-size: 1.2em } +h4 { font-size: 1em } hr { border: none; border-top: 1px solid #ccb; margin: 2em 0 } address { font-style: normal } img { border: none } @@ -56,13 +59,9 @@ h4:hover .anchor, h5:hover .anchor, h6:hover .anchor { } @media screen { - -// vor jeden externen Link ein ›? ‹eingefügt. -a.ext-link:before {content: "\2197\A0";} -// kleiner Trick damit Links, die außerhalb des Wikis aber auf neo-layout.org sind, nicht als extern angezeigt werden. -a[href^="http://www.neo-layout.org"]:before { content: "";} -//Standard der trac.css überschreiben - a.ext-link .icon { +a.ext-link:before {content: "\2197\A0";} // vor jeden externen Link ein ›? ‹eingefügt. +a[href^="http://www.neo-layout.org"]:before { content: "";} // kleiner Trick damit Links, die außerhalb des Wikis aber auf neo-layout.org sind, nicht als extern angezeigt werden. + a.ext-link .icon { background: none; padding-left:0; } |