Difference between revisions of "MediaWiki:Monobook.css"

From CrowdSociety
Jump to: navigation, search
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
/****************************/
+
/* Abstand der Box zu den positionierten Elementen oben rechts (WP:ABK, Geokoordinaten, Bapperl) */
/* BEGIN LIGHT BLUE SECTION */
+
/****************************/
+
/* we change it to plain white */
+
/****************************/
+
/* Make all non-namespace pages have a light blue content area. This is done by
+
  setting the background color for all #content areas to light blue and then
+
  overriding it for any #content enclosed in a .ns-0 (main namespace). I then
+
  do the same for the "tab" background colors. --Lupo */
+
  
#content {
+
div.siteNoticeWrapper {
    background: #FFFFFF; /* white */
+
margin-top: 10em;
 
}
 
}
 
+
div#centralNotice > * {
#content div.thumb {
+
        margin-top: 10em !important;
    border-color: #FFFFFF;
+
 
}
 
}
 
.ns-0 * #content {
 
    background: white;
 
}
 
 
#mytabs li {
 
    background: #FFFFFF;
 
}
 
 
.ns-0 * #mytabs li {
 
    background: FFFFFF;
 
}
 
 
#mytabs li a {
 
    background-color: #FFFFFF;
 
}
 
 
.ns-0 * #mytabs li a {
 
    background-color: white;
 
}
 
 
#p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a {
 
    background-color: #FFFFFF;
 
}
 
 
.ns-0 * #p-cactions li a {
 
    background-color: #FFFFFF;
 
}
 
 
.ns-0 * #p-cactions li.selected a, .ns-0 * #p-cactions li a:hover {
 
    background-color: white;
 
}
 
 
.ns-0 * #content div.thumb {
 
    border-color: white;
 
}
 
 
/**************************/
 
/* END LIGHT BLUE SECTION */
 
/**************************/
 

Latest revision as of 13:29, 25 February 2015

/* Abstand der Box zu den positionierten Elementen oben rechts (WP:ABK, Geokoordinaten, Bapperl) */

div.siteNoticeWrapper {
	margin-top: 10em;
}
div#centralNotice > * {
        margin-top: 10em !important;
}