Difference between revisions of "MediaWiki:Monobook.css"

From CrowdSociety
Jump to: navigation, search
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
+
/* Abstand der Box zu den positionierten Elementen oben rechts (WP:ABK, Geokoordinaten, Bapperl) */
  
/* Structure */
+
div.siteNoticeWrapper {
 
+
margin-top: 10em;
 
+
body {
+
        background-color: #ffffff;              /* fond de base (modifié)        */
+
        /* @embed */
+
        background-image: none;                 /* image de fond marge (modifié) */
+
 
}
 
}
 
+
div#centralNotice > * {
/* Contenu */
+
         margin-top: 10em !important;
div#content {
+
         margin-left: 0em;
+
        padding: 0em;
+
        /* @embed */
+
        background-image: none;
+
        background-color: #FFFFFF;
+
        color: #FFFFFF;
+
        direction: ltr;
+
 
}
 
}
 
/* En-tête */
 
#mw-page-base {
 
        height: 5em;                            /* hauteur de l'en-tête        */
 
        background-color: #FFFFFF;              /* couleur fond                */
 
        /* @embed */
 
        background-image: none; /* fading en-tête (modifié) */
 
}
 
 
#mw-head-base {
 
        margin-top: -5em;
 
        margin-left: 10em;
 
        height: 5em;
 
        /* @embed */
 
        background-image: none; /* bordure gauche (modifié) */
 
}
 
 
/* Barre personnelle */
 
#p-personal ul li a { color: #000000; text-decoration: underline;  }
 
 
#p-personal ul li a:visited { color: #000000; text-decoration: line-through; }
 
 
 
 
div#mw-head div.monobookMenu h5 {
 
        /* @embed */
 
        background-image: none; /* bordure (modifié) */
 
}
 
 
div.monobookMenu ul {
 
        background-color: #000000;
 
        border: none;
 
}
 
 
div.monobookMenu li a {
 
        color: #000000;
 
}
 
 
div.monobookMenu h5 a {
 
        /* @embed */
 
        background-image: none; /* bordure (modifié) */
 
}
 
 
/* Barre latérale */
 
 
div#mw-panel div.portal h5 {
 
        color: #000000;
 
}
 
 
div#mw-panel div.portal div.body {
 
        /* @embed */
 
        background-image: none;
 
}
 
 
div#mw-panel div.portal div.body ul li a { color: #000000; text-decoration: underline;  }
 
 
div#mw-panel div.portal div.body ul li a:visited { color: #000000; text-decoration: line-through;  }
 
 
/* Pied de page */
 
div#footer {
 
        /* @embed */
 
        background-image: none; /* bordure gauche (modifié) */
 
}
 
 
div#footer ul li {
 
        color: #000000;
 
}
 
 
div#footer ul li a {
 
        color: #000000;
 
}
 
 
div#footer ul li a:visited { color: #000000; text-decoration: line-through;  }
 

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;
}