More stupid fixes

* Actually make firefox's 'smart' scrollbars semi-cooperate, maybe
* Saner .center styles
* Add mw_metadata to table styles

Change-Id: If14b551e4bd52240748a7681be38ebfe56bebc09
isekai
Isarra 5 years ago
parent 0f0ba30ab1
commit d94a012f9d

@ -6,18 +6,21 @@ html,
body { body {
margin: 0; margin: 0;
padding: 0; padding: 0;
/* Make firefox's stupid scrollbars actually match the content */
scrollbar-color: @base70 @base90;
} }
body { body {
font-family: @fonts; font-family: @fonts;
color: @text; color: @text;
background: @base30; /* Make firefox's 'smart' scrollbars actually match the content */
background: @base100;
font-size: @font-size; font-size: @font-size;
line-height: 1.5; line-height: 1.5;
} }
#mw-wrapper {
background: @base30;
}
#mw-content { #mw-content {
.box; .box;
background: @background; background: @background;
@ -587,7 +590,8 @@ ul {
} }
.center { .center {
margin: auto; margin-right: auto;
margin-left: auto;
text-align: center; text-align: center;
} }
@ -715,6 +719,7 @@ body :not( :checked ) > .toctogglespan:after {
.mw-changeslist-legend, .mw-changeslist-legend,
.mw-body .mw-search-profile-tabs, .mw-body .mw-search-profile-tabs,
.mw-body fieldset#mw-searchoptions, .mw-body fieldset#mw-searchoptions,
.mw_metadata,
.wikitable, .wikitable,
.mw-datatable { .mw-datatable {
color: @text; color: @text;
@ -725,6 +730,7 @@ body :not( :checked ) > .toctogglespan:after {
padding: 0.5em; padding: 0.5em;
} }
.mw_metadata,
.mw-datatable, .mw-datatable,
.wikitable { .wikitable {
border-color: @base70; border-color: @base70;
@ -747,10 +753,15 @@ body :not( :checked ) > .toctogglespan:after {
background: @blue-bright; background: @blue-bright;
} }
.mw_metadata th,
.wikitable th { .wikitable th {
background: @base80; background: @base80;
} }
.mw_metadata {
border-bottom-width: 3px;
}
/* Color bars */ /* Color bars */
.color-bar { .color-bar {

Loading…
Cancel
Save