Anonymous
×
Create a new article
Write your page title here:
We currently have 1,806 articles on Everwind Wiki. Type your article name above or click on one of the titles below and start writing!



Everwind Wiki
1,806Articles

MediaWiki:Mobile.css: Difference between revisions

No edit summary
Tags: mobile web edit mobile edit
No edit summary
Tags: mobile web edit mobile edit
Line 1: Line 1:
img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ }
a,
a,
image a {
image a {

Revision as of 18:52, 7 May 2022

img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ }

a,
image a {
    color: #3c94b7;
}

a:visited,
image a:visited,
a:active,
image a:active {
    color: #c02841;
}

a.new,
image a.new {
    color: #e88e20;
}

a.new:visited,
image a.new:visited {
    color: #8b577a;
}

nav.vector-menu-tabs li a,
#p-cactions div.vector-menu-content li a,
#mw-panel .portal .vector-menu-content li a,
nav.vector-menu-tabs li a:visited,
#p-cactions div.vector-menu-content li a:visited,
#mw-panel .portal .vector-menu-content li a:visited,
nav.vector-menu-tabs li a:active,
#p-cactions div.vector-menu-content li a:active,
#mw-panel .portal .vector-menu-content li a:active {
    color: #327ba7;
}

nav.vector-menu-tabs li.new a,
#p-cactions div.vector-menu-content li.new a,
#mw-panel .portal .vector-menu-content li.new a,
nav.vector-menu-tabs li.new a:visited,
#p-cactions div.vector-menu-content li.new a:visited,
#mw-panel .portal .vector-menu-content li.new a:visited,
nav.vector-menu-tabs li.new a:active,
#p-cactions div.vector-menu-content li.new a:active,
#mw-panel .portal .vector-menu-content li.new a:active {
    color: #e88e20;
}