Difference between revisions of "MediaWiki:Common.css"

From Wikimini Stock
Jump to: navigation, search
(Simplification of the upload form)
m
Line 25: Line 25:
 
label[for="wpWatchthis"],
 
label[for="wpWatchthis"],
 
input#wpIgnoreWarning,
 
input#wpIgnoreWarning,
label[for="wpIgnoreWarning"], {
+
label[for="wpIgnoreWarning"] {
 
display:none;
 
display:none;
 
}
 
}

Revision as of 05:33, 22 October 2013

/* CSS placed here will be applied to all skins */

/* --- Special:Preferences ------------------------------ */

#preftoc li,
#preftoc li.selected {
     border: 0;
}

/* Masquer certains onglets */

#preftoc li a[href$="-1"],
#preftoc li a[href$="-3"],
#preftoc li a[href$="-4"],
#preftoc li a[href$="-5"],
#preftoc li a[href$="-7"] {
     display:none;
}

/* --- Special:Upload ----------------------------------- */

/* Masquer 2 cases à cocher */

input#wpWatchthis,
label[for="wpWatchthis"],
input#wpIgnoreWarning,
label[for="wpIgnoreWarning"] {
     display:none;
}