« MediaWiki:Common.css » : différence entre les versions

De Adadov.net wiki
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 37 : Ligne 37 :
   background-color: inherit;
   background-color: inherit;
   font-weight: 600;
   font-weight: 600;
  margin: 0;
  padding: 0;
}
}

Version du 2 février 2012 à 20:24

/* Le CSS placé ici sera appliqué à tous les habillages. */

code {
  background-color: #F1F1F1;
}

div.wgTemplate {
  background-color: white;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 1px 1px 13px #CACBCD;
  margin: 20px 30px;
  padding: 0.5em 1em 0.5em 0.7em;
}

span.linux-code-prompt {

}

div.linux-code {
  background-color: #C4D6FF;
  border-color: #004DFF;
  border-style: solid;
  border-width: 1px 1px 1px 20px;
  color: #000000;
  font-family: monospace,"Courier New";
  font-size: 13px;
  margin: 10px 0 10px 10px;
  max-height: 500px;
  min-height: 16px;
  overflow: auto;
  padding: 5px 10px;
  width: 80%;
}

div.linux-code pre {
  border: 0;
  background-color: inherit;
  font-weight: 600;
  margin: 0;
  padding: 0;
}