Aller au contenu

MediaWiki:Gadget-BatchPurge.css

De Wiki Undertale FR

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).
  •  Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
/* Copied from https://dev.fandom.com/wiki/MediaWiki:MassNullEdit.css */
/* MassNullEdit by Ozuzanna and OneTwoThreeFall */

/* Main modal */
#mne-main {
    width: 560px;
}

/* Main modal input textarea */
#mne-input {
    border: 1px solid #aaa;
    box-sizing: border-box;
    height: 20em;
    padding: 2px;
    width: 100%;
}

/* Main modal notices element */
#mne-output {
    background-color: #fdd;
    border: 1px solid #aaa;
    box-sizing: border-box;
    color: #111;
    height: 10em;
    margin-top: 5px;
    overflow: auto;
    padding: 2px;
    width: 100%;
}

/* Main modal: switch buttons on processing state */
#mne-main:not(.processing) #mne-main-pause,
#mne-main.processing #mne-main-start {
    opacity: 0.6;
    pointer-events: none;
}

/* "Add pages" modal rows */
.mne-addpages-row {
    padding: 4px 0;
}
.mne-addpages-row > label {
    margin-right: 4px;
}

/* "Add pages" modal: disable while processing */
#mne-addpages.processing #mne-addpages-start,
#mne-addpages.processing > section {
    opacity: 0.6;
    pointer-events: none;
}

/* Modal footer message */
.mne-modal .qdmodal-spinner-container {
    --qdmodal-spinner-size: 40px;
}
.mne-modal #mne-processing-msg {
    flex-grow: 1;
    text-indent: 8px;
}
.mne-modal:not(.processing) .qdmodal-spinner-container,
.mne-modal:not(.processing) #mne-processing-msg {
    display: none;
}