Utilisateur:Zibeline/common.css

De Scoutopedia

Note : après avoir publié 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 appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  • Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
  • Opera : appuyez sur Ctrl + F5.
/* ***** CSS pour js perso ***** */

.counterDisplay {
	display: inline-block; 
	width: 75px; 
	height: 75px; 
	border: solid 1px black; 
	text-align: center;
}

.personnalToolbox {
	padding: 5px;
	background-color:#CAFDB5; 
	border:2px solid #ADD67A;
}

/* ***** CSS général ***** */

/* Elargit le titre pour rendre joli les moifs récentes */
.mw-title {
    display: inline-block;
    width: 500px;
    margin-left: 20px;
}

.mw-line-even .minoredit, .mw-line-odd .minoredit {
    margin-right: -16px;
}

.mw-line-even .newpage, .mw-line-odd .newpage {
    margin-right: -13px;
    color: darkred;
}

.mw-line-even {
    background-color: #ebebeb;
}

.mw-plusminus-pos, .mw-plusminus-neg, .mw-plusminus-null {
    display: inline-block;
    width: 47px;
}


/* Colore mon nom dans les modifs récentes, pour sy retrouver plus facilement */
.mw-userlink[title="Utilisateur:Zibeline"] {
	color: orange;
	font-style: italic;
}