diff options
author | florian <florian@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-02-26 13:24:02 +0000 |
---|---|---|
committer | florian <florian@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-02-26 13:24:02 +0000 |
commit | 5d1d908488c80eadcbc624537590f09142832e87 (patch) | |
tree | 1b65eaa581b6b7ad1a0a1f20c441d2cc5b23fc03 | |
parent | b0908b0e7d471308655b1c3a1d966aa9a0858f02 (diff) |
externe Links gekennzeichnet
git-svn-id: https://svn.neo-layout.org@1706 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to '')
-rw-r--r-- | www/stylesheet_wiki.css | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/www/stylesheet_wiki.css b/www/stylesheet_wiki.css index 52c9079..2028067 100644 --- a/www/stylesheet_wiki.css +++ b/www/stylesheet_wiki.css @@ -56,10 +56,17 @@ 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 { - background: url(../extlink.gif) left center no-repeat; - padding-left: 16px; - } + background: none; + padding-left:0; + } +} * html a.ext-link .icon { display: inline-block; } } |