Difference between revisions of "MediaWiki:Monobook.css"

From CrowdSociety
Jump to: navigation, search
 
(10 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;
html,
+
body {  
+
        height: 100%;                          /* hauteur                      */
+
        margin: 0;                              /* marge                        */
+
        padding: 0;                            /* détourage corps              */
+
        font-family: Trebuchet MS, sans-serif;  /* police générale (modifiée)    */
+
        font-size: 1em;                         /* taille police                */
+
 
}
 
}
 
+
div#centralNotice > * {
body {
+
         margin-top: 10em !important;
        background-color: #ffffff;              /* fond de base (modifié)        */
+
         /* @embed */
+
        background-image: none;                 /* image de fond marge (modifié) */
+
 
}
 
}
 
/* Contenu */
 
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;
 
}
 
 
#p-personal ul li a:visited { color: #000000; text-decoration: line-through; }
 
 
/* Espaces de nom et visualisation */
 
 
div.monobookTabs {
 
        /* @embed */
 
        background-image: none; /* bordure (modifié) */
 
     
 
}
 
 
div.monobookTabs ul li {
 
        background-color: #FFFFFF;
 
        /* @embed */
 
        background-image: none; /* bordure (modifié) */
 
}
 
 
div.vectorTabs li.selected {
 
        background-image: none; /* bordure (modifié) */
 
}
 
 
div.vectorTabs span {
 
        /* @embed */
 
        background-image: none; /* bordure (modifié) */
 
}
 
 
/* Onglets avec liens donnant sur les pages non existantes */
 
div.vectorTabs li.new a,
 
div.vectorTabs li.new a:visited {
 
        color: #e5e5e5;
 
}
 
 
/* Onglets sélectionnés */
 
div.vectorTabs li.selected a,
 
div.vectorTabs li.selected a:visited {
 
        color: #e5e5e5;
 
}
 
/* Onglets avec liens */
 
div.vectorTabs li a {
 
        color: #FFFF00;
 
}
 
 
div#mw-head div.vectorMenu h5 {
 
        /* @embed */
 
        background-image: none; /* bordure (modifié) */
 
}
 
 
div.vectorMenu ul {
 
        background-color: #ffffff;
 
        border: none;
 
}
 
 
div.vectorMenu li a {
 
        color: #000000;
 
}
 
 
div.vectorMenu 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: #FFFFFF;
 
}
 
 
div#footer ul li a {
 
        color: #FFFFFF;
 
}
 
 
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;
}