Difference between revisions of "MediaWiki:Common.css"
From Dashboard samenwerking Wijchen
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
.supervision { | .supervision { | ||
background-color: #686868; | background-color: #686868; | ||
− | background-image: url(https://wijchen.dashboardsamenwerking.nl/wikis/wijchen.dashboardsamenwerking.nl/images | + | background-image: url(https://wijchen.dashboardsamenwerking.nl/wikis/wijchen.dashboardsamenwerking.nl/images/f/f1/Icon_eye.svg); |
background-size: 20px; | background-size: 20px; | ||
− | background-position: | + | background-position: 13px center; |
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
Line 11: | Line 11: | ||
padding-right: 8px; | padding-right: 8px; | ||
padding-bottom: 8px; | padding-bottom: 8px; | ||
− | padding-left: | + | padding-left: 43px; |
margin-top: -12px; | margin-top: -12px; | ||
Line 20: | Line 20: | ||
border-radius: 0px 0px 5px 5px; | border-radius: 0px 0px 5px 5px; | ||
height: 36px; | 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; | ||
} | } |
Latest revision as of 12:11, 16 April 2020
.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; }