Aller au contenu

Utilisateur:Bouvierjr/common.css

Une page de Wikipédia, l'encyclopédie libre.
Note : après avoir enregistré la page, vous devrez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

Mozilla / Firefox / Konqueror / Safari : maintenez la touche Majuscule (Shift) en cliquant sur le bouton Actualiser (Reload) ou pressez Maj-Ctrl-R (Cmd-R sur Apple Mac) ;

Firefox (sur GNU/Linux) / Chrome / Internet Explorer / Opera : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5.
body {
   font-family:Georgia,serif;
   color:rgb(51,51,51);
}
h1,h2,h3,h4,h5,.section {
   font-family:Verdana,sans-serif;
}
h1, h2,.h2section,h3,h4,h5,.section {
   color:black;
}
h0 { /* does not exist! */
   color:rgb(248,19,20);
}
h1, h2, .h2section {
   font-weight: bold;
}
a:hover, a:hover *,:link,:link * {
   color: rgb(248,19,20)!important;
}
:visited,:visited * {
   color: rgb(248,19,20)!important;
}

a.new:after {
   content: " ⟧"!important
}
a.new:before {
   content: "⟦ "!important;
}

.infobox, table.wikitable, table.toccolours, table.toccolors, #toc, div.info, pre, .thumbinner {
   box-shadow: rgba(0, 0, 0, 0.5) 4px 4px 4px;
   -webkit-box-shadow: rgba(0, 0, 0, 0.5) 4px 4px 4px;
   -moz-box-shadow: rgba(0, 0, 0, 0.5) 4px 4px 4px;
}

/* Fix sidebar */ 
div#mw-panel {
   position: fixed;
   top: 84px;
   height: 100%;
   width: 169px;
   margin: 0px;
   background-color: #f6f6f6;
   background-image: none!important;
   background-repeat: no-repeat!important;
   border-right: 1px solid #ccc;
   z-index: 2;
   box-shadow: rgba(80, 80, 80, 0.5) 2px 0px 4px;
   -webkit-box-shadow: rgba(80, 80, 80, 0.5) 2px 0px 4px;
   -moz-box-shadow: rgba(80, 80, 80, 0.5) 2px 0px 4px;
   overflow: auto;
}

div#content {
   background-image: none!important;
   background-repeat: no-repeat!important;
}

div#mw-head {
   position: fixed;
   top: 0px;
   left: 0px;
   background-color: #f6f6f6;
   background-image: none!important;
   background-repeat: no-repeat!important;
   border-bottom: 1px solid #ccc;
   z-index: 1;
   box-shadow: rgba(80, 80, 80, 0.5) 0px 2px 4px;
   -webkit-box-shadow: rgba(80, 80, 80, 0.5) 0px 2px 4px;
   -moz-box-shadow: rgba(80, 80, 80, 0.5) 0px 2px 4px;
}

div#footer {
   background-color: white;
   border-top: 1px inset #f6f6f6;
   background-image: none!important;
   background-repeat: no-repeat!important;
   box-shadow: rgba(80, 80, 80, 0.5) 0px 2px 4px inset;
   -webkit-box-shadow: rgba(80, 80, 80, 0.5) 0px 2px 4px inset;
   -moz-box-shadow: rgba(80, 80, 80, 0.5) 0px 2px 4px inset;
}

h1#firstHeading:before { 
   content: url('http://upload.wikimedia.org/wikipedia/en/2/2a/Buzzinbees_logo.png');
   margin-right: 10px;
   vertical-align: middle;
}

div.vectorTabs, div.vectorTabs *, div.vectorMenu * {
   background-image: none!important;
   background-repeat: no-repeat!important;
}

div.vectorTabs li.selected {
   background: white;
   box-shadow: rgba(80, 80, 80, 0.5) 2px 2px 4px inset;
   -webkit-box-shadow: rgba(80, 80, 80, 0.5) 2px 2px 4px inset;
   -moz-box-shadow: rgba(80, 80, 80, 0.5) 2px 2px 4px inset;
}
div.vectorTabs li {
   margin-bottom: 2px!important;
   margin-right: 2px!important;
}