MediaWiki:Common.css

From Dashboard samenwerking Wijchen

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
.supervision {
 background-color: #686868;
 background-image: url(https://wijchen.dashboardsamenwerking.nl/wikis/wijchen.dashboardsamenwerking.nl/images/f/f1/Icon_eye.svg);
 background-size: 20px;
 background-position: 13px center;
 background-repeat: no-repeat;

 color: #FFFFFF;

 padding-top: 8px;
 padding-right: 8px;
 padding-bottom: 8px;
 padding-left: 43px;

 margin-top: -12px;
 margin-right: 0px;
 margin-bottom: 15px;
 margin-left: 0px;

 border-radius: 0px 0px 5px 5px;
 height: 36px;
}

/* Missing CSS values, added: */
.checkboxes-lg {
     line-height:1.75em;
     font-size:x-large;
}

.radioButtonVertical label {
   display: block !important; 
}

/* Toelichting */
.bs-callout-info {
    border-left-color: #E96E1E;
}
.bs-callout {
    padding: 20px;
    margin: 20px 0px;
    border-width: 1.5px 1.5px 1.5px 10px;
    border-style: solid;
    border-color: #EA6E1E;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 3px;
}

.checkboxes-lg {
     line-height:1.75em;
     font-size:x-large;
}

.subopgave {
   padding-bottom: 10px;
   padding-top: 10px;
   margin-top: 10px;
   margin-bottom: 10px;
}

/** https://test.wikipedia.org/wiki/User:Krinkle/Test_suite_for_mw-collapsible?action=edit&veswitched=1 - test: Draft:Functionality/Collapsible **/
#collapse-pre-one .mw-collapsible-toggle .up, #collapse-pre-one.mw-collapsed .mw-collapsible-toggle .down {
display: none;
}
#collapse-pre-one .mw-collapsible-toggle .down, #collapse-pre-one.mw-collapsed .mw-collapsible-toggle .up {
display: inline;
}

/* Many <big> HTML tags were used for styling. Replace those with a <span> with this class. */
.replace-big {
 font-size:larger;
}