MediaWiki:Mobile.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary Tags: Mobile edit Mobile web edit |
No edit summary |
||
| Line 1: | Line 1: | ||
:root.skin-citizen-dark { | /* ui color */ | ||
:root.skin-citizen-dark {--color-surface-0: #333232;} | |||
} | .list-header {background-color: #333232;} | ||
.list-header { | .mw-footer {background-color: #2B2A2B;} | ||
background-color: #333232; | .mw-header.citizen-header {background-color: #2B2A2B; transparency: 50;} | ||
} | .last-modified-bar {background-color: #2B2A2B;} | ||
.mw-footer { | #footer-bottom {background-color: #2B2A2B;} | ||
background-color: #2B2A2B; | |||
} | /* link colors */ | ||
.mw-header.citizen-header { | .mw-body-content a:link { color: #E69710; } /* normal unvisited links */ | ||
background-color: #2B2A2B; | .mw-body-content a:link:visited { color: #DB8200; } /* visited links */ | ||
transparency: 50; | .mw-body-content a:link:active { color: #E69710; } /* active links */ | ||
} | .mw-body-content a:link.new { color: #DD4444; } /* new links */ | ||
.last-modified-bar { | .mw-body-content a:link.extiw { color: #3366BB; } /* interwiki links */ | ||
background-color: #2B2A2B; | .mw-body-content a:link.external { color: #E69710; } /* external links */ | ||
} | .mw-body-content a:link.stub { color: #E69710; } /* hovered links */ | ||
#footer-bottom { | |||
background-color: #2B2A2B; | .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} | |||
} | |||
Revision as of 10:12, 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;}
/* 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}