Utilisateur:Shawn/common.css

Une page de Wikipédia, l'encyclopédie libre.
Note : après avoir enregistré la page, vous devrez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

Mozilla / Firefox / Konqueror / Safari : maintenez la touche Majuscule (Shift) en cliquant sur le bouton Actualiser (Reload) ou pressez Maj-Ctrl-R (Cmd-R sur Apple Mac) ;

Chrome / Internet Explorer / Opera : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5.
/* Fix diff font */
.diff-editfont-monospace .diff-addedline,
.diff-editfont-monospace .diff-deletedline,
.diff-editfont-monospace .diff-context {
  font-family: sans-serif;
}

td.diff-addedline, td.diff-deletedline, td.diff-context {
	font-size: 100%;
}

/* Fix all interface elements broken by OO-UI to make it usable on computer */

/* Fix input text box too high */
.oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea {
	/*padding: 0.2px;*/
	padding: inherit!important;
}

.oo-ui-textInputWidget input {
    height: auto!important;
}
.oo-ui-textInputWidget .oo-ui-inputWidget-input {
    padding: inherit!important;
}

/* Fix too much vertical space between form items */
.oo-ui-fieldLayout.oo-ui-labelElement, .oo-ui-fieldLayout.oo-ui-fieldLayout-align-inline {
	margin-top: 0.3em!important;
}

/* Fix fieldset too narrow */
.mw-special-Contributions .oo-ui-fieldsetLayout-group {
    max-width: inherit!important;
}

/* Fix too much space between select drop list option items */
.oo-ui-decoratedOptionWidget {
	padding: 0.1em 0.9375em 0.1em;
}

/* Fix select drop list too high */
.oo-ui-dropdownInputWidget select {
	height: inherit!important;	
}

/* Fix calendar input box too high */
.mw-widget-dateInputWidget-handle, .mw-widget-dateInputWidget.oo-ui-textInputWidget input {
	height: 1.8em;
}

/* Prevent unexpected new line in checkbox label */
.oo-ui-fieldLayout.oo-ui-labelElement.oo-ui-fieldLayout-align-top > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-header, .oo-ui-fieldLayout.oo-ui-labelElement.oo-ui-fieldLayout-align-inline > .oo-ui-fieldLayout-body {
    max-width: 100%;
}


/* Fix : bring back legacy select listbox  */
select.oo-ui-inputWidget-input {
	display:inline-block!important;
}

.oo-ui-dropdownInputWidget select {
	width:auto!important;	
}

/* Fix strange grey background when bringing back legacy select listbox */
.oo-ui-dropdownInputWidget.oo-ui-widget-enabled {
    background-color: transparent!important;
}

/* Hide ugly broken OO-UI dropdown widget */
.oo-ui-dropdownWidget {
	display:none!important;
}