User:Ju gatsu mikka/common.css

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
/* --------------------------------------------------------------------
                        Code couleurs utilisateurs
-------------------------------------------------------------------- */

/* changer la couleur des utilisateurs en fonction de leurs statuts (historique) */

.history-user-normal
{
    background-color            : #CCF;
}

.history-user-sysop
{
    background-color            : #FF7;
}

.history-user-bot
{
    background-color            : #AFA;
}

.history-user-ip
{
    background-color            : #FBB;
}

/* --------------------------------------------------------------------
                        Code couleurs diffs
-------------------------------------------------------------------- */

/* changer les couleurs d'indication des changements dans les diffs de version */

td.diff-addedline
{
    background                  : #bfa;
}
td.diff-addedline .diffchange
{
    background                  : #0a0;
    color                       : #fff;
    font-weight                 : bold;
}
td.diff-deletedline
{
    background                  : #fab;
}

td.diff-deletedline .diffchange
{
    background                  : #a00;
    color                       : #fff;
    font-weight                 : bold;
}

/* --------------------------------------------------------------------
police d'écriture comme avant le 1 avril 2014 (quel farce de mauvais gout)
-------------------------------------------------------------------- */
 
#bodyContent {
	font-size: 0.8em !important;
}
 
#content {
	color: black !important;
}
 
h1, h2 {
	font-family: sans-serif !important;
}
 
#firstHeading {
	font-size: 1.6em !important;
}