deadfoxjunction: Use custom formatting for recentchangens entries.
[matthijs/projects/wipi.git] / static / deadfoxjunction / css / common.css
index 144e03817f955573e3cd1b39c3a0a550b19390a1..d391c37720acb9f18ea67a5879b50e728adb01c8 100644 (file)
@@ -16,20 +16,9 @@ body {
        margin: 0;
 }
 
-/* Links */
-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;}
+.center {
+       text-align: center;
+}
 
 li p {
        margin: .25em 0;
@@ -203,12 +192,15 @@ strong.highlight
 .recentchanges td {
        vertical-align: top;
        border: none;
-       border-bottom: 1pt solid #E6EAF0;
-       background: #F2F4F7;
+}
+
+.recentchanges td.rccomment {
+       border: none;
+       border-bottom: 1pt solid #824900;
 }
 
 .rcdaybreak td {
-       background: #B8C5D9;
+       background: #633500;
        border: none;
 }
 
@@ -236,7 +228,6 @@ strong.highlight
 
 .rccomment {
        width: 50%;
-       color: gray;
        font-size: 0.88em;
 }
 
@@ -443,3 +434,8 @@ TD.tip {
 
 /* end MonthCalendar stuff */
 
+
+/* Give portrait pictures a bit of a margin */
+.Portret img {
+    margin: 10px;
+}