MediaWiki:Radreise.css: Unterschied zwischen den Versionen
Aus Radreise-Wiki
Maze (Diskussion | Beiträge) k |
Maze (Diskussion | Beiträge) k |
||
Zeile 3: | Zeile 3: | ||
-moz-border-radius-topleft: 1em; | -moz-border-radius-topleft: 1em; | ||
-moz-border-radius-bottomleft: 1em; | -moz-border-radius-bottomleft: 1em; | ||
} | |||
div.pBody { | |||
border-left:none; | |||
-moz-border-radius-topright: 1em; | |||
-moz-border-radius-bottomright: 1em; | |||
} | |||
#p-personal ul { | |||
border: 1px solid #60c658; | |||
line-height: 1em; | |||
padding: 0 1em .3em 0; | |||
opacity:.7; | |||
-moz-border-radius-bottomleft:1em; | |||
float:right; | |||
border-top:none; | |||
border-right:none; | |||
} | |||
#p-personal li { | |||
border-right:1px dotted #aaa; | |||
margin: 0; | |||
} | |||
#p-personal a { | |||
padding: .5em; | |||
} | |||
#p-cactions li.selected { | |||
border-color: #60c658; | |||
} | |||
#p-cactions ul li, #p-cactions ul li a { | |||
-moz-border-radius-topleft: 1em; | |||
-moz-border-radius-topright: 1em; | |||
} | } | ||
Zeile 35: | Zeile 64: | ||
border-color: #f5fff5; | border-color: #f5fff5; | ||
} | } | ||
#article, #bodyContent, #bodyContent h1, #bodyContent h2 { | |||
text-align: justify; | |||
} | |||
/* color of interwiki links */ | |||
#bodyContent a.extiw, #bodyContent a.extiw:active { | |||
color: #2070ff; | |||
} | |||
#footer { | |||
border-top: #60c658; | |||
border-bottom: #60c658; | |||
margin: .8em 0 1em 0; | |||
} | |||
#f-poweredbyico, #f-copyrightico { | |||
top: -4px; | |||
} | |||
/* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */ | |||
pre { overflow: auto; } | |||
* > html #p-cactions li.selected a { border-color: #60c658; } |
Version vom 6. August 2006, 18:02 Uhr
/* rounded look */ #content { -moz-border-radius-topleft: 1em; -moz-border-radius-bottomleft: 1em; } div.pBody { border-left:none; -moz-border-radius-topright: 1em; -moz-border-radius-bottomright: 1em; } #p-personal ul { border: 1px solid #60c658; line-height: 1em; padding: 0 1em .3em 0; opacity:.7; -moz-border-radius-bottomleft:1em; float:right; border-top:none; border-right:none; } #p-personal li { border-right:1px dotted #aaa; margin: 0; } #p-personal a { padding: .5em; } #p-cactions li.selected { border-color: #60c658; } #p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: 1em; -moz-border-radius-topright: 1em; } /* namespace backgrounds: main->white project->green other->blue */ #content { background: #f5f5ff; } .ns-0 * #content, .ns-1 * #content, .ns-100 * #content { background: white; } .ns-4 * #content, .ns-5 * #content { background: #f5fff5; } #p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a { background-color: #f5f5ff; } .ns-0 * #p-cactions li a, .ns-0 * #p-cactions li a:hover, .ns-0 * #p-cactions li.selected a, .ns-100 * #p-cactions li a, .ns-100 * #p-cactions li a:hover, .ns-100 * #p-cactions li.selected a { background-color: white; } .ns-4 * #p-cactions li a, .ns-4 * #p-cactions li a:hover, .ns-4 * #p-cactions li.selected a, .ns-5 * #p-cactions li a, .ns-5 * #p-cactions li a:hover, .ns-5 * #p-cactions li.selected a { background-color: #f5fff5; } div.thumb { border-color: #f5f5ff; } .ns-0 * div.thumb, .ns-100 * div.thumb { border-color: white; } .ns-4 * div.thumb, .ns-5 * div.thumb { border-color: #f5fff5; } #article, #bodyContent, #bodyContent h1, #bodyContent h2 { text-align: justify; } /* color of interwiki links */ #bodyContent a.extiw, #bodyContent a.extiw:active { color: #2070ff; } #footer { border-top: #60c658; border-bottom: #60c658; margin: .8em 0 1em 0; } #f-poweredbyico, #f-copyrightico { top: -4px; } /* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */ pre { overflow: auto; } * > html #p-cactions li.selected a { border-color: #60c658; }