From 421a0d927aea05e4ae19b57b0025c67c447ee52b Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 26 Feb 2009 13:31:46 +0000 Subject:

bis

wie in der Liste besprochen git-svn-id: https://svn.neo-layout.org@1707 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- www/stylesheet_wiki.css | 21 ++++++++++----------- 1 file 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; } -- cgit v1.2.3