diff options
author | florian <florian@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-02-26 13:31:46 +0000 |
---|---|---|
committer | florian <florian@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-02-26 13:31:46 +0000 |
commit | 421a0d927aea05e4ae19b57b0025c67c447ee52b (patch) | |
tree | a8a88680d91385b87e3a0cd98d4fe4a8edf92622 /www | |
parent | 5d1d908488c80eadcbc624537590f09142832e87 (diff) |
<h1> bis <h4> wie in der Liste besprochen
git-svn-id: https://svn.neo-layout.org@1707 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to '')
-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; } |