MediaWiki:Skin/Komplementärfarbe.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
WiMu (Diskussion | Beiträge) K (hoffentlich klappt's) |
WiMu (Diskussion | Beiträge) K |
||
Zeile 80: | Zeile 80: | ||
.portlet h5 { | .portlet h5 { | ||
− | background-color: #1F1C19; | + | background-color: #1F1C19 !important; |
border: 1px solid silver; | border: 1px solid silver; | ||
-moz-border-radius-topright: 0.5em; | -moz-border-radius-topright: 0.5em; | ||
Zeile 89: | Zeile 89: | ||
.portlet ul { | .portlet ul { | ||
list-style-type: square; | list-style-type: square; | ||
− | list-style-image: url("http://kamelopedia.mormo.org/images/f/f4/P_ulinvers.gif"); | + | list-style-image: url("http://kamelopedia.mormo.org/images/f/f4/P_ulinvers.gif") !important; |
} | } | ||
ul { | ul { | ||
− | list-style-image: url("http://kamelopedia.mormo.org/images/c/c4/K_ulinvers.gif"); | + | list-style-image: url("http://kamelopedia.mormo.org/images/c/c4/K_ulinvers.gif") !important; |
} | } |
Version vom 27. Juni 2007, 13:34 Uhr
body {
background: #000C22 url("images/5/5b/Invershintergrund.jpg") 0px 0px no-repeat !important;
color: Black;
margin: 0;
padding: 0;
}
#p-logo a { background-image: url("images/1/19/Wikiinvert.png") !important; }
#siteNotice { color: white; }
#bodyContent, #content, #footer {
background-color: #000000;
color: #FFFFFF;
}
#bodyContent {
background: none;
}
h1, h2, h3, h4, h5, h6 { color: #FFFFFF; }
a { color: #FFD447; }
a:visited { color: #888888; }
a:hover { text-decoration: none; }
a.new { color: red; }
#bodyContent a.extiw, #bodyContent a.extiw:active { color: #999999; }
#bodyContent a.extiw:visited { color: #888888; }
#bodyContent a.external { color: #999999; }
#bodyContent a.external:visited { color: #888888; }
#bodyContent a.stub, #bodyContent a.stub:visited { color: #FF5500; }
.pBody {
background-color: #000000;
color: #FFFFFF;
}
#bodyContent a.extiw, #bodyContent a.extiw:active {
background: none;
padding: 0;
}
#bodyContent div.noicon a {
background: none;
padding: 0;
}
.selected {
background-color: #000000;
color: #FFFFFF;
border-color: #CCCCCC;
}
#p-cactions ul li a {
background-color: #000000;
color: #FFD447;
}
#p-cactions li.selected a {
background-color: #000000 !important;
color: #FFD447 !important;
}
pre {
background-color: transparent;
color: inherit;
border: none;
}
#p-personal {
background-color: transparent;
color: #999999;
}
#p-personal a {
color: #FFD447 !important;
background-color: transparent;
}
#p-personal a:hover { background-color: transparent !important; }
.portlet h5 {
background-color: #1F1C19 !important;
border: 1px solid silver;
-moz-border-radius-topright: 0.5em;
border-left:none!important;
border-bottom:1px solid #e0e3e6!important;
}
.portlet ul {
list-style-type: square;
list-style-image: url("http://kamelopedia.mormo.org/images/f/f4/P_ulinvers.gif") !important;
}
ul {
list-style-image: url("http://kamelopedia.mormo.org/images/c/c4/K_ulinvers.gif") !important;
}