diff --git a/Identity/Webenv/Themes/Default/Moin/1.5.9/Modern/css/screen.css b/Identity/Webenv/Themes/Default/Moin/1.5.9/Modern/css/screen.css index 7927300..906799a 100644 --- a/Identity/Webenv/Themes/Default/Moin/1.5.9/Modern/css/screen.css +++ b/Identity/Webenv/Themes/Default/Moin/1.5.9/Modern/css/screen.css @@ -713,21 +713,47 @@ a.nonexistent:hover { color: gray; } /* Special decoration for some links' classes */ -a.www:before { +a.www:before, +a.http:before, +a.https:before, { white-space:nowrap; content: url(../img/moin-www.png); margin: 0 0.2em; } -a.http:before { +a.ftp:before { white-space:nowrap; - content: url(../img/moin-www.png); + content: url(../img/moin-ftp.png); margin: 0 0.2em; } -a.https:before { +a.nntp:before { white-space:nowrap; - content: url(../img/moin-www.png); + content: url(../img/moin-nntp.png); + margin: 0 0.2em; + } + +a.news:before { + white-space:nowrap; + content: url(../img/moin-news.png); + margin: 0 0.2em; + } + +a.telnet:before { + white-space:nowrap; + content: url(../img/moin-telnet.png); + margin: 0 0.2em; + } + +a.irc:before { + white-space:nowrap; + content: url(../img/moin-irc.png); + margin: 0 0.2em; + } + +a.file:before { + white-space:nowrap; + content: url(../img/moin-file.png); margin: 0 0.2em; } @@ -749,7 +775,6 @@ a.interwiki:before { margin: 0 0.2em; } - /* */ div#header .user-last-visit a,