Utilisateur:Toucouch/myskin.css

Définition, traduction, prononciation, anagramme et synonyme sur le dictionnaire libre Wiktionnaire.

Remarque: après avoir sauvegardé, vous devez vider le cache de votre navigateur pour que les changements prennent effet. Mozilla, cliquez sur Actualiser (ou ctrl-r). Internet Explorer / Opera: ctrl-f5. Safari: cmd-r. Konqueror ctrl-r.

/*<pre>*/

/* Propriétés générales */
* {
  color: #A86;
  font-size: 12px;
}

a {
  color: #777;
}

body {
  background: #002;
  margin-right: 50px;
}

div#jump-to-nav {
  display: none;
}

h3#siteSub {
  display: none;
}

span.editsection {
  display: none;
}


/* Contenu de l'article */
h1.firstHeading {
  font-size: 19px;
  font-variant: small-caps;
}

div#bodyContent {
  border-bottom: solid 1px #876;
  border-top: solid 1px #876;
  padding: 10px;
}

div#bodyContent h2 {
  background: #002;
  border: none;
  font-variant: small-caps;
  letter-spacing: 2px;
  padding: 0px;
}

div#bodyContent h2 * {
  color: #A86;
  font-size: 16px;
}

div#bodyContent h3 {
  font-size: 14px;
}

div#bodyContent h4 {
  font-size: 13px;
  margin: 0px;
}

div#bodyContent li {
  background: #002;
}

div#bodyContent ul {
  background:transparent;
}

div#bodyContent pre {
  background: #223;
  border: solid 1px #864;
  padding: 5px 10px 5px 10px;
}

div#bodyContent div[class=boite] {
  border: none;
}

div#bodyContent div[class=boite] * {
  background: #002;
}

div#bodyContent table {
  background: #002;
  border: solid 1px #A86;
}

div#bodyContent table * {
  background: #002;
}


/* Boutons */
input[type=button], input[type=submit] {
  background: #B97;
  border-color: #864;
  color: #210
}


/* Zones de saisie */
textarea {
  background: #113;
  border-color: #864;
  width: 100%;
}


/* Menus flottants */
div#p-aide, div#p-contribuer, #p-navigation {
  display: none;
}

div.portlet {
  border: solid 1px #555;
  height: 33px;
  position: fixed;
  right: 5px;
  width: 33px;
  z-index: 1000;
}

div.portlet:hover {
  background: #000;
  height: auto;
  width: auto;
}

div.portlet div.pBody {
  display: none;
}

div.portlet:hover div.pBody {
  display: block;
}

div.portlet h5 {
  display: none;
}

div.portlet li {
  font-size: 8px;
  font-variant: small-caps;
  list-style: none;
  text-align: center;
  text-transform: lower;
}

div.portlet li a {
  color: #555;
  display: block;
  padding: 4px;
  text-decoration: none;
}

div.portlet li a:hover {
  background: #333;
  color: #777;
}

div.portlet ul {
  margin: 0px;
  padding: 0px;
}


/* Logo */
div#p-logo {
  background: #004;
  top: 5px;
  z-index: 999;
}

div#p-logo:hover {
  height: 155px;
  width: 128px;
}

div#p-logo a {
  display: none;
  height: 155px;
  width: 128px;
}

div#p-logo:hover a {
  display: block;
}


/* Menu de recherche */
div#p-search {
  background: #040;
  top: 45px;
  z-index: 998;
}

div#p-search li a:hover {
  background: #343;
  color: #676;
}

div#p-search input[type=submit] {
  display: none;
}

div#p-search input[type=text] {
  background: #676;
  border: solid 1px #030;
  color: #030;
  height: 13px;
  margin: 8px 0px 8px 8px;
  text-align: center;
  width: 175px;
}


/* Menu outils */
#p-tb {
  background: #440;
  top: 85px;
  z-index: 997;
}

#p-tb li a:hover {
  background: #443;
  color: #776;
}


/* Menu actions page */
div#p-cactions {
  background: #400;
  top: 125px;
  z-index: 996;
}

div#p-cactions li a:hover {
  background: #433;
  color: #766;
}

div#p-cactions div#ca-nstab-user {
  display: none;
}


/* Menu autres langues */
#p-lang {
  background: #404;
  top: 165px;
  z-index: 995;
}

#p-lang li a:hover {
  background: #434;
  color: #767;
}


/* Menu personnel */
#p-personal {
  background: #000;
  top: 205px;
  z-index: 994;
}

#p-personal li a:hover {
  background: #333;
  color: #777;
}


/* Page de modification */
span#wpSummaryLabel {
  display: none;
}

div#editpage-copywarn {
  display: none;
}

div.editOptions {
  border-bottom: solid 1px #864;
  text-align: center;
  width: 100%;
}

div.editOptions br {
  display: none;
}

div.editOptions input#wpSummary {
  display: block;
  margin: 5px auto 5px auto;
  width: 390px;
}

div.editOptions span.editHelp {
  display: none;
}

div.editOptions div.editButtons {
  margin: 8px auto 8px auto;
}

div.mw-editTools {
  font-size: 10px;
}

div.mw-editTools a {
  text-decoration: none;
}

/* Catégories */
div#catlinks {
  border-top: solid 1px 
  font-size: 10px;
}


/* Pied de page */
#footer {
  display: none;
}

div.printfooter {
  display: none;
}

/*</pre>*/