MediaWiki:Skin/Komplementärfarbe.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
WiMu (Diskussion | Beiträge) K |
WiMu (Diskussion | Beiträge) (alles neu ... hoffentlich klappt's) |
||
Zeile 1: | Zeile 1: | ||
+ | /* Hintergrundbild invertieren */ | ||
+ | |||
body { | body { | ||
background: #000C22 url("images/5/5b/Invershintergrund.jpg") 0px 0px no-repeat !important; | background: #000C22 url("images/5/5b/Invershintergrund.jpg") 0px 0px no-repeat !important; | ||
Zeile 6: | Zeile 8: | ||
} | } | ||
+ | /* Wiki-Logo invertieren */ | ||
+ | |||
#p-logo a { background-image: url("images/1/19/Wikiinvert.png") !important; } | #p-logo a { background-image: url("images/1/19/Wikiinvert.png") !important; } | ||
+ | /* Seitennachricht weiß */ | ||
+ | |||
#siteNotice { color: white; } | #siteNotice { color: white; } | ||
− | #bodyContent | + | /* Seiteninhalt weiß + Hauptseiten-Boxen-Style invertiert */ |
+ | |||
+ | #bodyContent { | ||
+ | background: none; | ||
+ | color: #FFFFFF; | ||
+ | } | ||
+ | |||
+ | .hs-box { | ||
+ | border: 1px solid #202020; | ||
+ | } | ||
+ | |||
+ | /* Seitenrahmen + Hintergrundfarbe */ | ||
+ | |||
+ | #content { | ||
+ | border: 1px solid #555555; | ||
background-color: #000000; | background-color: #000000; | ||
color: #FFFFFF; | color: #FFFFFF; | ||
} | } | ||
− | # | + | /* GNU-Lizenz + MediaWiki invertieren */ |
− | background: | + | |
+ | #footer { | ||
+ | border: 1px solid #0542DC; | ||
+ | background-color: #000000; | ||
+ | color: #FFFFFF; | ||
} | } | ||
+ | |||
+ | /* Überschriften weiß (auch in der Sidebar!) */ | ||
h1, h2, h3, h4, h5, h6 { color: #FFFFFF; } | h1, h2, h3, h4, h5, h6 { color: #FFFFFF; } | ||
+ | |||
+ | /* Hyperlinks Orange */ | ||
+ | |||
a { color: #FFD447; } | a { color: #FFD447; } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | /* rote Links türkis */ | ||
+ | |||
+ | a.new { color: #33DDFF; } | ||
+ | |||
+ | /* externe Links in hässlichem braun */ | ||
+ | |||
+ | a.external { color: #CC9944; } | ||
+ | |||
+ | /* Hintergrund + Rahmen der Sidebar */ | ||
+ | |||
.pBody { | .pBody { | ||
− | border: 1px solid #555555 | + | border: 1px solid #555555; |
border-left: none !important; | border-left: none !important; | ||
background-color: #000000; | background-color: #000000; | ||
Zeile 37: | Zeile 68: | ||
} | } | ||
− | # | + | /* Hintergrund + Rahmen der Sidebar-Überschriften */ |
− | + | ||
− | + | .portlet h5 { | |
+ | background-color: #1F1C19 !important; | ||
+ | border: 1px solid #555555 !important; | ||
+ | -moz-border-radius-topright: 0.5em; | ||
+ | border-left:none!important; | ||
+ | border-bottom:1px solid #1F1C19 !important; | ||
} | } | ||
− | + | /* Listenzeichen in der Sidebar invertieren */ | |
− | + | ||
− | + | .portlet ul { | |
+ | list-style-type: square; | ||
+ | list-style-image: url("http://kamelopedia.mormo.org/images/f/f4/P_ulinvers.gif") !important; | ||
} | } | ||
− | + | /* Inaktive Bearbeitungs-Leiste invertieren */ | |
− | + | ||
− | + | #p-cactions ul li { | |
− | border | + | border: 1px solid #555555 !important; |
} | } | ||
− | #p-cactions ul li a { | + | #p-cactions ul li a { |
background-color: #000000; | background-color: #000000; | ||
color: #FFD447; | color: #FFD447; | ||
+ | } | ||
+ | |||
+ | /* Aktive Bearbeitungs-Leiste invertieren */ | ||
+ | |||
+ | #p-cactions li.selected { | ||
+ | border: 1px solid #0542DC !important; | ||
+ | border-bottom: none !important; | ||
} | } | ||
Zeile 62: | Zeile 107: | ||
color: #FFD447 !important; | color: #FFD447 !important; | ||
} | } | ||
+ | |||
+ | /* Benutzername und so */ | ||
− | + | #p-personal a { | |
− | + | color: #FFA769 !important; | |
− | |||
− | |||
} | } | ||
− | + | /* das Person-Symbol links neben dem Benutzername für angemeldete... */ | |
− | |||
− | |||
− | |||
− | |||
− | # | + | li#pt-userpage { |
− | + | background: url("http://kamelopedia.mormo.org/images/2/26/MiniS2invert.png") top left no-repeat; | |
− | background- | + | background-repeat: no-repeat; |
+ | padding-left: 20px; | ||
+ | text-transform: none; | ||
} | } | ||
− | + | /* ...und für anonyme Kamele invertieren */ | |
− | + | li#pt-anonuserpage, li#pt-login { | |
− | background | + | background: url("http://kamelopedia.mormo.org/images/b/bc/MiniS2ainvert.png") top left no-repeat; |
− | + | background-repeat: no-repeat; | |
− | - | + | padding-left: 20px; |
− | + | text-transform: none; | |
− | |||
} | } | ||
− | + | /* Listenzeichen in ein weißes Kamel umwandeln */ | |
− | |||
− | |||
− | |||
ul { | ul { | ||
list-style-image: url("http://kamelopedia.mormo.org/images/c/c4/K_ulinvers.gif") !important; | list-style-image: url("http://kamelopedia.mormo.org/images/c/c4/K_ulinvers.gif") !important; | ||
} | } |
Version vom 29. Juni 2007, 11:12 Uhr
/* Hintergrundbild invertieren */
body {
background: #000C22 url("images/5/5b/Invershintergrund.jpg") 0px 0px no-repeat !important;
color: Black;
margin: 0;
padding: 0;
}
/* Wiki-Logo invertieren */
#p-logo a { background-image: url("images/1/19/Wikiinvert.png") !important; }
/* Seitennachricht weiß */
#siteNotice { color: white; }
/* Seiteninhalt weiß + Hauptseiten-Boxen-Style invertiert */
#bodyContent {
background: none;
color: #FFFFFF;
}
.hs-box {
border: 1px solid #202020;
}
/* Seitenrahmen + Hintergrundfarbe */
#content {
border: 1px solid #555555;
background-color: #000000;
color: #FFFFFF;
}
/* GNU-Lizenz + MediaWiki invertieren */
#footer {
border: 1px solid #0542DC;
background-color: #000000;
color: #FFFFFF;
}
/* Überschriften weiß (auch in der Sidebar!) */
h1, h2, h3, h4, h5, h6 { color: #FFFFFF; }
/* Hyperlinks Orange */
a { color: #FFD447; }
/* rote Links türkis */
a.new { color: #33DDFF; }
/* externe Links in hässlichem braun */
a.external { color: #CC9944; }
/* Hintergrund + Rahmen der Sidebar */
.pBody {
border: 1px solid #555555;
border-left: none !important;
background-color: #000000;
color: #FFFFFF;
}
/* Hintergrund + Rahmen der Sidebar-Überschriften */
.portlet h5 {
background-color: #1F1C19 !important;
border: 1px solid #555555 !important;
-moz-border-radius-topright: 0.5em;
border-left:none!important;
border-bottom:1px solid #1F1C19 !important;
}
/* Listenzeichen in der Sidebar invertieren */
.portlet ul {
list-style-type: square;
list-style-image: url("http://kamelopedia.mormo.org/images/f/f4/P_ulinvers.gif") !important;
}
/* Inaktive Bearbeitungs-Leiste invertieren */
#p-cactions ul li {
border: 1px solid #555555 !important;
}
#p-cactions ul li a {
background-color: #000000;
color: #FFD447;
}
/* Aktive Bearbeitungs-Leiste invertieren */
#p-cactions li.selected {
border: 1px solid #0542DC !important;
border-bottom: none !important;
}
#p-cactions li.selected a {
background-color: #000000 !important;
color: #FFD447 !important;
}
/* Benutzername und so */
#p-personal a {
color: #FFA769 !important;
}
/* das Person-Symbol links neben dem Benutzername für angemeldete... */
li#pt-userpage {
background: url("http://kamelopedia.mormo.org/images/2/26/MiniS2invert.png") top left no-repeat;
background-repeat: no-repeat;
padding-left: 20px;
text-transform: none;
}
/* ...und für anonyme Kamele invertieren */
li#pt-anonuserpage, li#pt-login {
background: url("http://kamelopedia.mormo.org/images/b/bc/MiniS2ainvert.png") top left no-repeat;
background-repeat: no-repeat;
padding-left: 20px;
text-transform: none;
}
/* Listenzeichen in ein weißes Kamel umwandeln */
ul {
list-style-image: url("http://kamelopedia.mormo.org/images/c/c4/K_ulinvers.gif") !important;
}