MediaWiki:Mobile.css

From Serial Experiments Lain wiki
Revision as of 10:31, 5 August 2022 by Prince (talk | contribs)
Jump to: navigation, search

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.
/* 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}