Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Mobile.css: Difference between revisions

MediaWiki interface page
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
Line 15: Line 15:


/* link colors */
/* link colors */
.mw-body-content a:link { color: #E69710; } /* normal unvisited links */
:root.skin-citizen-dark a:link { color: #E69710; } /* normal unvisited links */
.mw-body-content a:link:visited { color: #DB8200; } /* visited links */
:root.skin-citizen-dark a:link:visited { color: #DB8200; } /* visited links */
.mw-body-content a:link:active { color: #E69710; } /* active links */
:root.skin-citizen-dark a:link:active { color: #E69710; } /* active links */
.mw-body-content a:link.new { color: #DD4444; } /* new links */
:root.skin-citizen-dark a:link.new { color: #E69710; } /* new links */
.mw-body-content a:link.extiw { color: #3366BB; } /* interwiki links */
:root.skin-citizen-dark a:link.extiw { color: #3366BB; } /* interwiki links */
.mw-body-content a:link.external { color: #E69710; } /* external links */
:root.skin-citizen-dark a:link.external { color: #E69710; } /* external links */
.mw-body-content a:link.stub { color: #E69710; } /* hovered links */
:root.skin-citizen-dark a:link.stub { color: #E69710; } /* hovered links */


.mw-body-content a:link {color: #E69710}
:root.skin-citizen-dark a:link {color: #E69710}
.mw-body-content a:visited {color: #DB8200}
:root.skin-citizen-dark a:visited {color: #DB8200}
.mw-body-content a:hover {color: #E69710}
:root.skin-citizen-dark a:hover {color: #E69710}
.mw-body-content a:active {color: #E69710}
:root.skin-citizen-dark a:active {color: #E69710}