Difference between revisions of "MediaWiki:Monobook.css"

From CrowdSociety
Jump to: navigation, search
(Blanked the page)
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
 
  
/* Structure */
 
 
 
body {
 
        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; 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;  }
 

Revision as of 14:47, 3 December 2014