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 10: Line 10:
a:active,
a:active,
image a:active {
image a:active {
     color: #5F9EA0;
     color: #AFE1AF;
}
}



Revision as of 17:53, 19 May 2022

body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

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

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

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;
}