exodus, deadfoxjunction: Remove type images before links.
[matthijs/projects/wipi.git] / static / exodus / css / common.css
index ad7b89d87e80af0987ee1f1808e6a9317f4e90c7..fad232fad33c10f65616edcf06f6fd465a3abcea 100644 (file)
@@ -16,26 +16,6 @@ body {
        margin: 0;
 }
 
-/* Links */
-
-a {color: #0044B3;}
-a:visited {color: #597BB3;}
-a.nonexistent, a.badinterwiki {color: gray;}
-
-a.www:before {content: url(../img/moin-www.png); margin: 0 0.2em;}
-a.http:before {content: url(../img/moin-www.png); margin: 0 0.2em;}
-a.https:before {content: url(../img/moin-www.png); margin: 0 0.2em;}
-a.file:before {content: url(../img/moin-ftp.png); margin: 0 0.2em;}
-a.ftp:before {content: url(../img/moin-ftp.png); margin: 0 0.2em;}
-a.nntp:before {content: url(../img/moin-news.png); margin: 0 0.2em;}
-a.news:before {content: url(../img/moin-news.png); margin: 0 0.2em;}
-a.telnet:before {content: url(../img/moin-telnet.png); margin: 0 0.2em;}
-a.irc:before,a.ircs:before  {content: url(../img/moin-telnet.png); margin: 0 0.2em;}
-a.mailto:before {content: url(../img/moin-email.png); margin: 0 0.2em;}
-a.attachment:before {content: url(../img/moin-attach.png); margin: 0 0.2em;}
-a.badinterwiki:before {content: url(../img/moin-inter.png); margin: 0 0.2em;}
-a.interwiki:before {content: url(../img/moin-inter.png); margin: 0 0.2em;}
-
 li p {
        margin: .25em 0;
 }
@@ -147,16 +127,6 @@ td p {
 .footnotes li {
 }
 
-.info {
-    float: right;
-    font-size: 0.7em;
-    color: gray;
-}
-
-#pageinfo {
-    margin-top: 2em;
-}
-
 .seperator {
     color: gray;
 }
@@ -456,23 +426,5 @@ TD.tip {
     text-align: right;
 }
 
-#menubar {
-       display: block;
-       margin-bottom: 60px;
-       margin-top: 30px;
-}
-
-#menubar li {
-       /* Hide the leading dots */
-       display: inline;
-       /* Put the menu items horizontal */
-       float: left;
-       /* Put some spacing between items */
-       padding: 0px 5px;
-       
-       font-size: +4pt;
-       font-weight: bold;
-}
-
 /* end MonthCalendar stuff */