MediaWiki:Common.css

De Ikoula Wiki
Jump to navigation Jump to search

Note : après avoir enregistré vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou pressez Ctrl-F5 ou Ctrl-R (⌘-R sur un Mac).
  • Google Chrome : appuyez sur Ctrl-Maj-R (⌘-Shift-R sur un Mac).
  • Internet Explorer : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5.
  • Opera : allez dans Menu → Settings (Opera → Préférences sur un Mac) et ensuite à Confidentialité et sécurité → Effacer les données d’exploration → Images et fichiers en cache.
/* CSS placed here will be applied to all skins */

/* Hide "Main Page" titles */ 
body.page-Main_Page .title, body.page-Main_Page #tagline {
    display:none;
}
 
.row.display {
	background: #eee;
	font-size: 11px;
	margin-bottom: 10px;
}
.row.display .columns, .row.display .column {
	background: #e7e7e7;
	border: 1px solid #ddd;
	font-size: 13px;
	font-weight: bold;
	text-indent: 3px;
	padding-top: 8px;
	color: #444;
	padding-bottom: 8px;
}

/* CodeRay Syntax Highlighting Styles to match Github */
.CodeRay {
  background-color: #eee;
  border: 1px solid #cccccc;
  font-family: "Consolas", "Liberation Mono", Courier, monospace;
  color: #000;
  padding: 0.8em 0 0.8em 0.8em;
  margin-bottom: 1.3em;
  overflow: auto; }

.CodeRay pre {
  margin: 0;
  font-size: .9em;
  line-height: 1.4em;
  white-space: pre; }