MediaWiki:Skin/Komplementärfarbe.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
WiMu (Diskussion | Beiträge) K (rev ... klappt nicht ... mal Nachteule Fragen) |
K (Textersetzung - „"http://kamelopedia.mormo.org/images/“ durch „"../images/“) |
||
(9 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 43: | Zeile 43: | ||
h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { | ||
color: #FFFFFF; | color: #FFFFFF; | ||
− | border-bottom: 1px solid #555555 | + | border-bottom: 1px solid #555555; } |
− | + | /* Hyperlinks Orange, besuchte Links Olivgrün, */ | |
a { color: #FFD447; } | a { color: #FFD447; } | ||
Zeile 76: | Zeile 76: | ||
-moz-border-radius-topright: 0.5em; | -moz-border-radius-topright: 0.5em; | ||
border-left:none!important; | border-left:none!important; | ||
+ | border-bottom: 1px solid #000000; !important; | ||
+ | padding-bottom:1px; | ||
} | } | ||
Zeile 82: | Zeile 84: | ||
.portlet ul { | .portlet ul { | ||
list-style-type: square; | list-style-type: square; | ||
− | list-style-image: url(" | + | list-style-image: url("../images/f/f4/P_ulinvers.gif") !important; |
} | } | ||
Zeile 94: | Zeile 96: | ||
background-color: #000000; | background-color: #000000; | ||
color: #FFD447; | color: #FFD447; | ||
+ | } | ||
+ | |||
+ | #p-cactions ul li a:hover { | ||
+ | background-color: #000000; | ||
} | } | ||
Zeile 117: | Zeile 123: | ||
li#pt-userpage { | li#pt-userpage { | ||
− | background: url(" | + | background: url("../images/2/26/MiniS2invert.png") top left no-repeat !important; |
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
padding-left: 20px; | padding-left: 20px; | ||
Zeile 126: | Zeile 132: | ||
li#pt-anonuserpage, li#pt-login { | li#pt-anonuserpage, li#pt-login { | ||
− | background: url(" | + | background: url("../images/b/bc/MiniS2ainvert.png") top left no-repeat !important; |
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
padding-left: 20px; | padding-left: 20px; | ||
Zeile 135: | Zeile 141: | ||
ul { | ul { | ||
− | list-style-image: url(" | + | 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;
}