Différences entre les versions de « MediaWiki:Common.css »

De Wikirouge
Aller à la navigation Aller à la recherche
m (Page blanchie)
Balises : Modification par mobile Modification par le web mobile
m
Ligne 1 : Ligne 1 :
 +
/* Le CSS placé ici sera appliqué à tous les habillages. */
  
 +
/*
 +
#mobileview, #about { display: none ! important; }
 +
 +
#mw-prefsection-editing-advancedediting, #mw-prefsection-editing-labs, #mw-prefsection-editing-fckeditor { display: none; }
 +
*/
 +
 +
/***** Page d'accueil *****/
 +
 +
#mainpage table { padding-top: 10px; padding-bottom: 10px; }
 +
#mainpage table a { font-size:0.85em; }
 +
#mainpage table table td { padding-top : 0px ; border: 1px solid black; border-radius: 5px; }
 +
#mainpage table table b { display: block; text-align: center; text-transform: uppercase; color: #A50000; }
 +
 +
 +
/***** Modèles *****/
 +
 +
/* style "Modèle:Article détaillé" */
 +
.detail { font-style: italic; border-bottom: brown; margin-bottom: 10px; }
 +
.detail:before { content: url(http://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/Exquisite-kfind.png/15px-Exquisite-kfind.png); }
 +
 +
/* style "Modèle:Attention" */
 +
.alerte { font-style: italic; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; background: #FF9C9C; }
 +
 +
/* style "Modèle:Désambiguation" */
 +
.desambiguation { font-style: italic; }
 +
 +
/* [[Modèle:Nobr]] */
 +
.nowrap { white-space: nowrap; }

Version du 24 novembre 2017 à 01:55

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

/*
#mobileview, #about { display: none ! important; }

#mw-prefsection-editing-advancedediting, #mw-prefsection-editing-labs, #mw-prefsection-editing-fckeditor { display: none; }
*/

/***** Page d'accueil *****/

#mainpage table { padding-top: 10px; padding-bottom: 10px; }
#mainpage table a { font-size:0.85em; }
#mainpage table table td { padding-top : 0px ; border: 1px solid black; border-radius: 5px; }
#mainpage table table b { display: block; text-align: center; text-transform: uppercase; color: #A50000; } 


/***** Modèles *****/

/* style "Modèle:Article détaillé" */ 
.detail { font-style: italic; border-bottom: brown; margin-bottom: 10px; } 
.detail:before { content: url(http://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/Exquisite-kfind.png/15px-Exquisite-kfind.png); }

/* style "Modèle:Attention" */
.alerte { font-style: italic; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; background: #FF9C9C; }

/* style "Modèle:Désambiguation" */ 
.desambiguation { font-style: italic; }

/* [[Modèle:Nobr]] */
.nowrap { white-space: nowrap; }