Aller au contenu

Utilisateur:Dr Brains/Help.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) ;

Chrome / Internet Explorer / Opera : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5.
#HelpLinksList li {
  background-color:#002000 !important;
  margin:3px;
  padding:3px;
  -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
  font-size:12px;
  color#006000 !important;
}
#HelpLinksList li:hover {
  background-color:#002800 !important;
  -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
  color:#007000 !important;
}
#HelpLinksList li a {
  color:#00D000 !important;
  margin-left:5px !important;
}
#HelpLinksList li li{
  margin:3px;
  padding-left:20px;
  background-color:#004000 !important;
  color:#00D000 !important;
}
#HelpLinksList li li:hover {
  background-color:#005000 !important;
  -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
  color:#00D000 !important;
}
#HelpLinksList li li:hover a {
  color:#00D000 !important;
}
#HelpLinksList li li a {
  margin-left:0 !important;
}
#HelpLinksList li ul {
  display:none !important;
}
#HelpLinksList li:hover ul {
  display:block !important;
}
#HelpLinksList li:hover a {
  color:#00A000 !important;
}

/*
#column-one { display:none;}
#sidebox { display:none;}
#column-content { margin: 0 0 0 0; }
#content { margin: 0 0 0 0; }

#mw-head { display:none; }
#mw-panel { display:none; }
#page-base { height:0em; }
#mw-page-base { height:0em; }
#content { margin-left:0 !important; }

#mw_portlets { display:none; }
#mw_contentwrapper { margin-left: 0em; }
#mw_content { margin: 0 0 0 0; }
*/

.Button {
  margin-left:5px;
}
.Button a img{
  background-color:#002000 !important;
  border:#001000 !important;
}
.Button a:hover img {
  background-color:#006000 !important;
  border:#003000 !important;
}

#HelpPanel {
  font-size:12px;
}

#HelpContainer {
  background-color:none;
  text-align:justify;
  font-size:90%;
}

.NResize {
  cursor:n-resize !important;
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;

   /* Introduced in IE 10. See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/ */
   -ms-user-select: none;
   user-select: none;
}

.NResize * {
  cursor:n-resize !important;
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;

   /* Introduced in IE 10. See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/ */
   -ms-user-select: none;
   user-select: none;
}