Difference between revisions of "MediaWiki:Liberty.css"
Jump to navigation
Jump to search
Line 31: | Line 31: | ||
padding-top: 1px; | padding-top: 1px; | ||
padding-bottom: 15px; | padding-bottom: 15px; | ||
+ | } | ||
+ | |||
+ | .unit-set { | ||
+ | border-collapse: collapse; | ||
+ | border-spacing: 0; | ||
+ | background-color: #2b333b; | ||
+ | color: white; | ||
+ | border-radius: 20px; | ||
+ | } | ||
+ | |||
+ | table.unit-set > tbody > tr > td { | ||
+ | padding-right: 15px; | ||
+ | padding-bottom: 15px; | ||
+ | padding-left: 15px; | ||
+ | padding-top: 15px; | ||
+ | } | ||
+ | |||
+ | .unit-mx-auto { | ||
+ | margin-right: auto !important; | ||
+ | margin-left: auto !important; | ||
} | } | ||
Line 69: | Line 89: | ||
background-color: #253946!important; | background-color: #253946!important; | ||
color: #272b30!important; | color: #272b30!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] .unit-mx-auto { | ||
+ | background-color: transparent!important; | ||
+ | background: transparent!important; | ||
+ | border: 0px!important; | ||
} | } |
Revision as of 07:05, 13 April 2020
/* CSS placed here will affect users of the Liberty skin */ .fixed-toc-button { display:none; } .liberty-expand { width: 75px!important; } .liberty-expand-2 { width: 90px!important; } .dropdown-item-unit { display: block; width: 100%; padding: 0.25rem 1.5rem; clear: both; font-weight: 400; text-align: inherit; white-space: nowrap; border: 0; } div.title > h1 { font-size: 30px; } .card-body { padding: 12px; padding-top: 1px; padding-bottom: 15px; } .unit-set { border-collapse: collapse; border-spacing: 0; background-color: #2b333b; color: white; border-radius: 20px; } table.unit-set > tbody > tr > td { padding-right: 15px; padding-bottom: 15px; padding-left: 15px; padding-top: 15px; } .unit-mx-auto { margin-right: auto !important; margin-left: auto !important; } [data-theme="dark"] .mw-datatable td { background-color: transparent!important; } [data-theme="dark"] .oo-ui-buttonElement-button, [data-theme="dark"] .oo-ui-buttonElement-button:hover { background-color: transparent!important; } [data-theme="dark"] #preftoc li { border: 1px solid #464646!important; } [data-theme="dark"] #preftoc li:first-child { border-left: 1px solid #464646!important; } [data-theme="dark"] div#preferences > fieldset#mw-prefsection-personal > fieldset { border: 1px solid #464646!important; } [data-theme="dark"] .mw-datatable td { background-color: transparent!important; } [data-theme="dark"] #msupload-list .green { background: #66a566!important; } [data-theme="dark"] .smw-tab-warning,nav-label { color: #b9b9b9!important; } [data-theme="dark"] .item-count { background-color: #253946!important; color: #272b30!important; } [data-theme="dark"] .unit-mx-auto { background-color: transparent!important; background: transparent!important; border: 0px!important; }