Difference between revisions of "MediaWiki:Mobile.css"

From Serial Experiments Lain wiki
Jump to: navigation, search
Tags: Mobile web edit Mobile edit
Tags: Mobile web edit Mobile edit
Line 8: Line 8:
 
.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;}
 +
.ca-edit {background-color: #E69710;}
 +
.ca-view {background-color: #E69710;}
  
 
/* link colors */
 
/* link colors */

Revision as of 10:23, 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;}
.ca-edit {background-color: #E69710;}
.ca-view {background-color: #E69710;}

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