Difference between revisions of "MediaWiki:Common.css"

From Wikimini Stock
Jump to: navigation, search
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;
+
display: none;
 
}
 
}
   
Line 44: Line 44:
 
input#wpIgnoreWarning,
 
input#wpIgnoreWarning,
 
label[for="wpIgnoreWarning"] {
 
label[for="wpIgnoreWarning"] {
display:none;
+
display: none;
 
}
 
}
   
Line 54: Line 54:
 
input#wpSource_Button,
 
input#wpSource_Button,
 
input#wpAuthor_Button {
 
input#wpAuthor_Button {
display:none;
+
display: none;
  +
}
  +
  +
/* Divers */
  +
  +
label#wpDescLabel {
  +
display: block;
  +
padding-top: 28px
  +
}
  +
  +
#wpUploadAddDescription {
  +
float: right;
  +
font-size: smaller;
 
}
 
}
   
 
/* nixit */
 
/* nixit */
 
#mw-upload-form fieldset:nth-child(3) {
 
#mw-upload-form fieldset:nth-child(3) {
display:none;
+
display: none;
 
}
 
}
 
/* nixit end */
 
/* nixit end */

Revision as of 08:30, 24 March 2014

/* 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 ----------------------------------- */

#mw-upload-maxfilesize,
#mw-upload-permitted {
     color: #808080;
     font-size: smaller;
}

/* Mettre en forme le menu déroulant des licences */

#wpLicense option:disabled {
     color: #000000 !important;
     font-weight: bold;
     margin-top: 8px;
}

#wpLicense option {
     margin-top: 1px;
}

/* Masquer 2 cases à cocher */

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

/* --- Special:Upload > surcouche JS (Upload form rewrite) --- */

/* Masquer boutons transformant champs 
"texte" en "textarea" (encombrant et peu utile) */

input#wpSource_Button,
input#wpAuthor_Button {
     display: none;
}

/* Divers */

label#wpDescLabel {
     display: block;
     padding-top: 28px
}

#wpUploadAddDescription {
    float: right;
    font-size: smaller;
}

/* nixit */
#mw-upload-form fieldset:nth-child(3) {
   display: none;
}
/* nixit end */