MediaWiki:Common.css: Difference between revisions

From Wikimini Stock
Jump to navigation Jump to search
(Created page with '→‎CSS placed here will be applied to all skins: →‎--- Special:Preferences ------------------------------: #preftoc li, #preftoc li.selected { border: 0; } /* Masque…')
 
(Simplification of the upload form)
Line 15: Line 15:
#preftoc li a[href$="-5"],
#preftoc li a[href$="-5"],
#preftoc li a[href$="-7"] {
#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;
display:none;
}
}

Revision as of 03:31, 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;
}
Wikiboo Personal tools