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

De Wikirouge
Aller à la navigation Aller à la recherche
m
Ligne 30 : Ligne 30 :
 
/* [[Modèle:Nobr]] */
 
/* [[Modèle:Nobr]] */
 
.nowrap { white-space: nowrap; }
 
.nowrap { white-space: nowrap; }
 +
 +
 +
/***** Importer un fichier *****/
 +
 +
.mw-htmlform-field-Licenses, .mw-editTools, .mw-upload-editlicenses { display: none; }
  
 
/***** Footer (pied de page) *****/
 
/***** Footer (pied de page) *****/
 
#footer-info-lastmod { display: none; }
 
#footer-info-lastmod { display: none; }

Version du 4 décembre 2017 à 21:47

/* 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 *****/

.page-Accueil h1 { display: none; }
#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; }


/***** Importer un fichier *****/

.mw-htmlform-field-Licenses, .mw-editTools, .mw-upload-editlicenses { display: none; } 

/***** Footer (pied de page) *****/
#footer-info-lastmod { display: none; }