MediaWiki:Skin/Kamelionary.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
WiMu (Diskussion | Beiträge) K (hm ... per copy&paste vom Original hier rübergeschaufelt ... mal gucken, was passiert ...) |
|||
(36 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
− | #p-logo a { background-image: url("images/0/0c/Kamelionary.png") !important; } | + | #p-logo a { background-image: url("../images/0/0c/Kamelionary.png") !important; } |
− | |||
− | |||
− | |||
.portlet h5 { | .portlet h5 { | ||
− | border:none; | + | border:none !important; |
+ | border-radius-topright:0em !important; | ||
+ | background-color: #e0e3e6; | ||
} | } | ||
#p-cactions li a { | #p-cactions li a { | ||
− | background-color: # | + | background-color: #eef2f5; |
color: #002bb8; | color: #002bb8; | ||
} | } | ||
Zeile 17: | Zeile 16: | ||
background-color: white; | background-color: white; | ||
} | } | ||
+ | |||
+ | /*#siteNotice { display: none! important; }*/ | ||
+ | |||
+ | .portlet ul { | ||
+ | list-style-type: square; | ||
+ | list-style-image: url("../images/1/17/Bullet.gif") !important; | ||
+ | } | ||
+ | |||
+ | #toc ul, | ||
+ | .toc ul { | ||
+ | list-style-type: none; | ||
+ | list-style-image: none !important; | ||
+ | } | ||
+ | |||
+ | #p-feedback .pBody { | ||
+ | background: #FFFFFF url("../images/f/f9/BG_comunit%C3%A0.jpg") center no-repeat; | ||
+ | } | ||
+ | |||
+ | #fb_list { | ||
+ | margin: -0.3em 0 0.3em 2.7em; | ||
+ | } | ||
+ | |||
+ | #fb_text { | ||
+ | color: #424242; | ||
+ | font-size: 95%; | ||
+ | font-weight: bold; | ||
+ | margin-left: 0.5em; | ||
+ | } | ||
+ | |||
+ | #p-feedback a { | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | |||
+ | #fb_comment { | ||
+ | font-size: 82%; | ||
+ | margin-left: 0.7em; | ||
+ | } | ||
+ | |||
+ | #fb_thanks { | ||
+ | margin: 0.5em 0 0.3em 1.7em; | ||
+ | } | ||
+ | |||
+ | /* für die Übersetzungen */ | ||
+ | |||
+ | div.translation_head { | ||
+ | background-color: #d58612; | ||
+ | margin-bottom: 5px; | ||
+ | height: 18px; | ||
+ | } | ||
+ | |||
+ | div.translation ul { | ||
+ | margin: 0px; | ||
+ | margin-left: -1%; | ||
+ | margin-right: -1%; | ||
+ | } | ||
+ | |||
+ | div.translation li { | ||
+ | list-style-position: inside; | ||
+ | background-color: #f9d155; | ||
+ | margin: 0px 1% 0px 1%; | ||
+ | padding-left: 1%; | ||
+ | width: 47%; | ||
+ | float: left; | ||
+ | height: 20px; | ||
+ | } | ||
+ | |||
+ | .translation_left { | ||
+ | position: absolute; | ||
+ | left: 0%; | ||
+ | width: 49%; | ||
+ | background-color: #f9d155; | ||
+ | height: 100%; | ||
+ | z-index: -100; | ||
+ | } | ||
+ | |||
+ | .translation_right { | ||
+ | position: absolute; | ||
+ | left: 51%; | ||
+ | width: 49%; | ||
+ | background-color: #f9d155; | ||
+ | height: 100%; | ||
+ | z-index: -100; | ||
+ | } | ||
+ | |||
+ | #contentSub { | ||
+ | display:none !important; | ||
+ | } | ||
+ | |||
+ | /* Vectoranpassungen */ | ||
+ | |||
+ | body {background-color: #F6F6F6 !important; background-image: none !important;} | ||
+ | #content {border-color: #A7D7F9 !important;} | ||
+ | .skin-vector #mw-page-base { | ||
+ | background-color: #fff; | ||
+ | background-image: url(skins/vector/images/page-fade.png); | ||
+ | } | ||
+ | |||
+ | div.vectorTabs, div.vectorTabs span, div.vectorMenu h5 a { | ||
+ | background-image: url(skins/vector/images/tab-break.png); | ||
+ | } | ||
+ | |||
+ | |||
+ | #head div.vectorMenu h5 { | ||
+ | background-image: url(skins/vector/images/tab-break.png); | ||
+ | } | ||
+ | |||
+ | div.vectorMenu h5 a { | ||
+ | background-image: url(skins/vector/images/tab-break.png); | ||
+ | } | ||
+ | |||
+ | div.vectorTabs ul li { | ||
+ | background-color: #fcf6e4; | ||
+ | background-image: url(skins/vector/images/tab-normal-fade.png); | ||
+ | } | ||
+ | |||
+ | div.vectorTabs li.selected { | ||
+ | background-image: url(skins/vector/images/tab-current-fade.png); | ||
+ | } | ||
+ | |||
+ | #content { | ||
+ | background-image:none !important; | ||
+ | border-left:1px solid #a7d7f9; | ||
+ | } | ||
+ | |||
+ | #footer { | ||
+ | background-image:none !important; | ||
+ | border-top:1px solid #a7d7f9; | ||
+ | } |
Aktuelle Version vom 27. Januar 2014, 02:01 Uhr
#p-logo a { background-image: url("../images/0/0c/Kamelionary.png") !important; }
.portlet h5 {
border:none !important;
border-radius-topright:0em !important;
background-color: #e0e3e6;
}
#p-cactions li a {
background-color: #eef2f5;
color: #002bb8;
}
#p-cactions li a:hover {
background-color: white;
}
/*#siteNotice { display: none! important; }*/
.portlet ul {
list-style-type: square;
list-style-image: url("../images/1/17/Bullet.gif") !important;
}
#toc ul,
.toc ul {
list-style-type: none;
list-style-image: none !important;
}
#p-feedback .pBody {
background: #FFFFFF url("../images/f/f9/BG_comunit%C3%A0.jpg") center no-repeat;
}
#fb_list {
margin: -0.3em 0 0.3em 2.7em;
}
#fb_text {
color: #424242;
font-size: 95%;
font-weight: bold;
margin-left: 0.5em;
}
#p-feedback a {
cursor: pointer;
}
#fb_comment {
font-size: 82%;
margin-left: 0.7em;
}
#fb_thanks {
margin: 0.5em 0 0.3em 1.7em;
}
/* für die Übersetzungen */
div.translation_head {
background-color: #d58612;
margin-bottom: 5px;
height: 18px;
}
div.translation ul {
margin: 0px;
margin-left: -1%;
margin-right: -1%;
}
div.translation li {
list-style-position: inside;
background-color: #f9d155;
margin: 0px 1% 0px 1%;
padding-left: 1%;
width: 47%;
float: left;
height: 20px;
}
.translation_left {
position: absolute;
left: 0%;
width: 49%;
background-color: #f9d155;
height: 100%;
z-index: -100;
}
.translation_right {
position: absolute;
left: 51%;
width: 49%;
background-color: #f9d155;
height: 100%;
z-index: -100;
}
#contentSub {
display:none !important;
}
/* Vectoranpassungen */
body {background-color: #F6F6F6 !important; background-image: none !important;}
#content {border-color: #A7D7F9 !important;}
.skin-vector #mw-page-base {
background-color: #fff;
background-image: url(skins/vector/images/page-fade.png);
}
div.vectorTabs, div.vectorTabs span, div.vectorMenu h5 a {
background-image: url(skins/vector/images/tab-break.png);
}
#head div.vectorMenu h5 {
background-image: url(skins/vector/images/tab-break.png);
}
div.vectorMenu h5 a {
background-image: url(skins/vector/images/tab-break.png);
}
div.vectorTabs ul li {
background-color: #fcf6e4;
background-image: url(skins/vector/images/tab-normal-fade.png);
}
div.vectorTabs li.selected {
background-image: url(skins/vector/images/tab-current-fade.png);
}
#content {
background-image:none !important;
border-left:1px solid #a7d7f9;
}
#footer {
background-image:none !important;
border-top:1px solid #a7d7f9;
}