MediaWiki:Common.css

De Militothèque

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.
/* Pour changer la taille du titre principal */
#firstHeading { font-size: 155% !important; }

#content h2 { margin-bottom: 0.5em; }

/* Masquer "Politique de confidentialité", "Avertissements", "À propos" et "Dernières modifications" dans le pied de page */
#footer-places-privacy, #footer-places-disclaimer, #footer-places-about, #footer-info-lastmod, #footer-places-mobileview {
	display: none !important;
}
.marge-bas {
	margin-bottom: 0.5em !important;
}

/* remove Toolbox */
#p-tb { display:none !important; }

/* Pour enlever la numérotation dans le sommaire */
.tocnumber { display: none; }

/* Pour masquer la dernière date de modification et la taille des pages affichées lors d'une recherche */
.mw-search-result-data {
	display:none;
}
.mw-search-createlink {
	margin-bottom: 1em !important;
}

/* Masque le bouton d'aide en haut à droite des pages spéciales */
.mw-helplink {
	display: none !important;
}

/* Pour les citations */
.vector-body blockquote {
	quotes: "" "";
	padding: 0 8px 0 20px !important;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
	border-left-width: 5px !important;	
	font-family: 'Linux Libertine','Georgia','Times',serif;
	font-size: 1.15em;
	margin: 1em 0;
}
.reference-citation {
	text-align:left;
	font-family: 'Linux Libertine','Georgia','Times',serif;
}
/* Pour masquer "Information" des bulles au survol */
.tippy-header {
	display: none;
}
.barre-arborescence {
	font-size: 95%;
	line-height: 1.2em;
	color: #54595d;
	margin-bottom: 1em;
	width: auto;
}
textarea#comment {
	width: -moz-available;
	width: -webkit-fill-available;
}
.c-form-title {
	display:none;
}
/* Pour Comments */
.f-message {
	width: unset;
	margin-top: 1em;
}
.full {
	width: unset;
}
.c-form-message {
	width: unset;
}
.c-score {
	padding-top: 0 !important;
}
.c-spy {
	display: none;
}
.c-order-select select,.c-form-button .site-button {
	padding: 0.5em;
}

/*\
* * FORMULAIRES SÉMANTIQUES
\*/

/* Pour les champs de formulaire */
table.formtable th {
	vertical-align: middle;
}
#pfForm textarea {
	width: -webkit-fill-available !important;
	font-family: sans-serif;
	font-size: .95em;
}
#pfForm .createboxInput {
	width: -moz-available !important;
	width: -webkit-fill-available;
	min-height: 2.5em;
}
#pfForm .mandatoryField {
	width: -moz-available !important;
	width: -webkit-fill-available;
	min-height: 2.5em;
}
/* Pour les cases à cocher des formulaires */
#pfForm input[type="checkbox"] {
	margin-right: 0;
	margin-left: 0.5em;
}
.checkboxLabel {
	font-size: 0.875em;
	white-space: nowrap;
	margin-bottom: 0.5em;
}
/* Pour les caractères des tokens */
li.select2-search-choice {
	font-size:0.875em;
}
/* Pour les champs de résumés et de citations des formulaires */
.champ-texte-formulaire {
	font-family: serif !important;
	font-size: 100% !important;
	line-height: 1.5;
}
/* Boites de multi-instances dans les formulaires */
.multipleTemplateInstance {
	background-color: #f6f6f6;
	height: unset !important;
}
/* Pour enlever l'opacité des boutons "Supprimer une instance" et "Ajouter une autre instance au-dessus" */
td.instanceRemove, td.instanceAddAbove {
	opacity: 100;
}
/* Pour les messages d'erreurs en haut de formulaire */
#form_error_header {
	margin: 1em 0 -0.85em 0 !important;
}
.tippy-tooltip.light-border-theme {
	max-width: 600px !important;
}
.tippy-content-container {
	max-height: none !important;
}
.tippy-header {
	display: none;
}
.hover-content-wrapper {
	position: absolute;
	background-color: #fff;
	padding: .5em .8em;
	text-align: initial;
	word-break: break-word;
	overflow-y: auto;
	border: 1px solid #ebebeb;
	border-radius: calc(.3em - 1px);
	display: none;
	z-index: 2;
	overflow: visible;
	font-style: normal;
	font-size: 90%;
	max-width: 75%;
}
.hover-content-wrapper.show {
	display: inline-block;
}
.srf-redirect li {
	position: inherit;
}
.redirecticon {
	display: none !important;
}
.mw-sidebar-action {
	display: none;
}
.mw-body-subheader {
	display: none;
}
#vector-main-menu-label {
	display: none;
}
#right-navigation {
	display: none;
}
.vector-body-before-content, .vector-user-menu-anon-editor {
	display: none;
}
.vector-main-menu-action.vector-main-menu-action-opt-out {
	display: none;
}
.mw-content-container {
	max-width: none !important;
}
#pfForm .formtable textarea {
	height: 300px;
	font-family: sans;
	line-height: 1.5;
}
.vector-menu-tabs .mw-list-item.new a, .vector-menu-tabs .mw-list-item.new a:visited {
	color: #3366cc;
}
#allcomments {
	margin-top: 1.5em;
}
.mw-footer {
	padding: 0.5em;
}
.CodeMirror {
	font-family: serif;
	font-size: 17px !important;
	line-height: 130% !important;
}
.vector-feature-limited-width-disabled #wikiPreview {
	max-width: none;
}
.mw-page-container {
	max-width: none;
}
.mw-logo {
	min-width: 12em;
}
.mw-sidebar {
	margin-left: 0 !important;
}
/* Pour le sommaire latéral */
#mw-panel-toc {
	background-color: #f8f9fa;
}
.sidebar-toc-title {
	font-size: 100% !important;
}
.vector-toc-collapse-button, .vector-toc-uncollapse-button {
	font-size: 70% !important;
}
#toc-mw-content-text {
	display: none;
}
.sidebar-toc-contents {
	font-size: 100% !important;
}
.sidebar-toc-level-2 {
	font-size: 0.875em !important;
}
.vector-toc-not-collapsed .sidebar-toc::after {
	background: none !important;
}
/* Vignette de la barre de recherche */
.cdx-thumbnail__placeholder, .cdx-thumbnail__image {
	width: 50px !important;
	height: 65px !important;
}
.client-js .vector-search-box-vue.vector-search-box-show-thumbnail > div {
	max-width: 40em;
}
.mw-special-RunQuery .mw-article-toolbar-container {
	display: none !important;
}
.descriptif {
	margin: -0.5em 0 1em 0;
	color: #54595d;
	font-size: 110%;
}
.vector-sticky-header {
	max-width: none !important;
}
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0.17em !important;
}
.mw-special-FormEdit .vector-article-toolbar {
	display: none;
}
#ca-ve-edit {
	display: none;
}