Difference between revisions of "MediaWiki:Mobile.css"
From Serial Experiments Lain wiki
Tags: Mobile web edit Mobile edit |
|||
Line 7: | Line 7: | ||
#footer-bottom {background-color: #2B2A2B;} | #footer-bottom {background-color: #2B2A2B;} | ||
.mw-ui-button.mw-ui-progressive.createboxButton {background-color: #E69710;} | .mw-ui-button.mw-ui-progressive.createboxButton {background-color: #E69710;} | ||
− | .mw-inputbox-input.mw-ui-input.mw-ui-input-inline.createboxInput {background-color: #FFFFFF;} | + | .mw-inputbox-input.mw-ui-input.mw-ui-input-inline.createboxInput {background-color: #FFFFFF; color: 000000} |
.ca-edit {background-color: #E69710;} | .ca-edit {background-color: #E69710;} | ||
.ca-view {background-color: #E69710;} | .ca-view {background-color: #E69710;} | ||
+ | |||
+ | /* text/textboxes */ | ||
+ | .mw-textarea-sprotected mw-editfont-monospace {background-color: 393939; color: C1C1C1; font: monospace; font-size: 13;} | ||
/* link colors */ | /* link colors */ |
Revision as of 10:31, 5 August 2022
/* ui color */
:root.skin-citizen-dark {--color-surface-0: #333232;}
.list-header {background-color: #333232;}
.mw-footer {background-color: #2B2A2B;}
.mw-header.citizen-header {background-color: #2B2A2B; transparency: 50;}
.last-modified-bar {background-color: #2B2A2B;}
#footer-bottom {background-color: #2B2A2B;}
.mw-ui-button.mw-ui-progressive.createboxButton {background-color: #E69710;}
.mw-inputbox-input.mw-ui-input.mw-ui-input-inline.createboxInput {background-color: #FFFFFF; color: 000000}
.ca-edit {background-color: #E69710;}
.ca-view {background-color: #E69710;}
/* text/textboxes */
.mw-textarea-sprotected mw-editfont-monospace {background-color: 393939; color: C1C1C1; font: monospace; font-size: 13;}
/* link colors */
.mw-body-content a:link { color: #E69710; } /* normal unvisited links */
.mw-body-content a:link:visited { color: #DB8200; } /* visited links */
.mw-body-content a:link:active { color: #E69710; } /* active links */
.mw-body-content a:link.new { color: #DD4444; } /* new links */
.mw-body-content a:link.extiw { color: #3366BB; } /* interwiki links */
.mw-body-content a:link.external { color: #E69710; } /* external links */
.mw-body-content a:link.stub { color: #E69710; } /* hovered links */
.mw-body-content a:link {color: #E69710}
.mw-body-content a:visited {color: #DB8200}
.mw-body-content a:hover {color: #E69710}
.mw-body-content a:active {color: #E69710}