MediaWiki:Skin/Komplementärfarbe.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
WiMu (Diskussion | Beiträge) (so, hoffentlich geht's jetzt dann gleich) |
K (Textersetzung - „"http://kamelopedia.mormo.org/images/“ durch „"../images/“) |
||
(29 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
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ß */ |
+ | |||
+ | #bodyContent { | ||
+ | background: none; | ||
+ | color: #FFFFFF; | ||
+ | } | ||
+ | |||
+ | /* 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; | ||
} | } | ||
− | h1, h2, h3, h4, h5, h6 { color: #FFFFFF; } | + | /* Überschriften weiß (auch in der Sidebar!) */ |
+ | |||
+ | h1, h2, h3, h4, h5, h6 { | ||
+ | color: #FFFFFF; | ||
+ | border-bottom: 1px solid #555555; } | ||
+ | |||
+ | /* Hyperlinks Orange, besuchte Links Olivgrün, */ | ||
+ | |||
a { color: #FFD447; } | a { color: #FFD447; } | ||
− | a:visited { color: # | + | a:visited { color: #A5C969; } |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | /* rote Links türkis */ | ||
+ | |||
+ | a.new { color: #33DDFF !important; } | ||
+ | |||
+ | /* externe Links in hässlichem braun */ | ||
+ | |||
+ | a.external { color: #CC9944; } | ||
+ | #bodyContent a.extiw, #bodyContent a.extiw:active { color: #CC9944; } | ||
+ | #bodyContent a.external { color: #CC9944; } | ||
+ | |||
+ | /* Hintergrund + Rahmen der Sidebar */ | ||
+ | |||
.pBody { | .pBody { | ||
+ | border: 1px solid #555555; | ||
+ | border-left: none !important; | ||
background-color: #000000; | background-color: #000000; | ||
color: #FFFFFF; | 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 #000000; !important; | ||
+ | padding-bottom:1px; | ||
+ | } | ||
+ | |||
+ | /* Listenzeichen in der Sidebar invertieren */ | ||
+ | |||
+ | .portlet ul { | ||
+ | list-style-type: square; | ||
+ | list-style-image: url("../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; | background-color: #000000; | ||
− | color: # | + | color: #FFD447; |
− | |||
} | } | ||
− | #p-cactions ul li a { | + | #p-cactions ul li a:hover { |
background-color: #000000; | background-color: #000000; | ||
− | + | } | |
+ | |||
+ | /* Aktive Bearbeitungs-Leiste invertieren */ | ||
+ | |||
+ | #p-cactions li.selected { | ||
+ | border: 1px solid #0542DC !important; | ||
+ | border-bottom: none !important; | ||
} | } | ||
Zeile 60: | Zeile 113: | ||
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... */ |
− | background- | + | |
− | + | li#pt-userpage { | |
+ | background: url("../images/2/26/MiniS2invert.png") top left no-repeat !important; | ||
+ | background-repeat: no-repeat; | ||
+ | padding-left: 20px; | ||
+ | text-transform: none; | ||
} | } | ||
− | # | + | /* ...und für anonyme Kamele invertieren */ |
− | + | ||
− | background- | + | li#pt-anonuserpage, li#pt-login { |
+ | background: url("../images/b/bc/MiniS2ainvert.png") top left no-repeat !important; | ||
+ | background-repeat: no-repeat; | ||
+ | padding-left: 20px; | ||
+ | text-transform: none; | ||
+ | } | ||
+ | |||
+ | /* Listenzeichen in ein weißes Kamel umwandeln */ | ||
+ | |||
+ | ul { | ||
+ | list-style-image: url("../images/c/c4/K_ulinvers.gif") !important; | ||
} | } | ||
− | # | + | /* Suche invertieren */ |
+ | |||
+ | #searchInput { | ||
+ | background-color: black; | ||
+ | color: white; | ||
+ | } | ||
+ | |||
+ | .feedback_reviewform { | ||
+ | background-color:#060606; | ||
+ | } |
Aktuelle Version vom 23. November 2013, 19:58 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ß */
#bodyContent {
background: none;
color: #FFFFFF;
}
/* 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;
border-bottom: 1px solid #555555; }
/* Hyperlinks Orange, besuchte Links Olivgrün, */
a { color: #FFD447; }
a:visited { color: #A5C969; }
/* rote Links türkis */
a.new { color: #33DDFF !important; }
/* externe Links in hässlichem braun */
a.external { color: #CC9944; }
#bodyContent a.extiw, #bodyContent a.extiw:active { color: #CC9944; }
#bodyContent 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 #000000; !important;
padding-bottom:1px;
}
/* Listenzeichen in der Sidebar invertieren */
.portlet ul {
list-style-type: square;
list-style-image: url("../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;
}
#p-cactions ul li a:hover {
background-color: #000000;
}
/* 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("../images/2/26/MiniS2invert.png") top left no-repeat !important;
background-repeat: no-repeat;
padding-left: 20px;
text-transform: none;
}
/* ...und für anonyme Kamele invertieren */
li#pt-anonuserpage, li#pt-login {
background: url("../images/b/bc/MiniS2ainvert.png") top left no-repeat !important;
background-repeat: no-repeat;
padding-left: 20px;
text-transform: none;
}
/* Listenzeichen in ein weißes Kamel umwandeln */
ul {
list-style-image: url("../images/c/c4/K_ulinvers.gif") !important;
}
/* Suche invertieren */
#searchInput {
background-color: black;
color: white;
}
.feedback_reviewform {
background-color:#060606;
}