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

De Wikirouge
Aller à la navigation Aller à la recherche
m
m
Ligne 65 : Ligne 65 :
  
 
div[title="Changer d’éditeur"] { display: none; }
 
div[title="Changer d’éditeur"] { display: none; }
a[title="Aide"][class='oo-ui-tool-link'] { display: none; }
+
a[title="Aide"] { display: none; }

Version du 9 septembre 2019 à 01:28

/* 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(https://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; }


/***** Article détaillé *****/
.loupe {
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/6/61/Searchtool.svg/15px-Searchtool.svg.png");
	background-position: 2px 3px;
	background-repeat: no-repeat;
	line-height: 1.5em;
	text-indent: 23px;
	display: inline-block;
}
.bandeau-niveau-detail, 
.bandeau-section.bandeau-niveau-information {
	border-color: #e7e7e7;
	background-color: #fdfdfd;
}
div.bandeau-section { 
	display: block;
	font-size: 0.95em;
        border-style: solid;
	border-width: 1px 0;
	padding: 0.2em 0.5em 0.1em 0;
	margin: 0.3em 0 0.7em 2em;
}

/***** VE Toolbar *****/

div[title="Changer d’éditeur"] { display: none; }
a[title="Aide"] { display: none; }