No edit summary |
No edit summary Tags: mobile web edit mobile edit |
||
| Line 18: | Line 18: | ||
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } | body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } | ||
a, | |||
image a { | |||
color: #7a6e36; | |||
} | |||
a:visited, | |||
image a:visited, | |||
a:active, | |||
image a:active { | |||
color: #367a52; | |||
} | |||
a.new, | |||
image a.new { | |||
color: #f5c425; | |||
} | |||
a.new:visited, | |||
image a.new:visited { | |||
color: #f5c425; | |||
} | |||
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: #f5c425; | |||
} | |||
.mw-body-content a.external, | |||
.mw-body-content a.extiw { | |||
color: #3869bb; | |||
} | |||
.mw-body-content a.external:visited, | |||
.mw-body-content a.extiw:visited, | |||
.mw-body-content a.external:active, | |||
.mw-body-content a.extiw:active { | |||
color: #3869bb; | |||
} | |||
Revision as of 02:00, 5 May 2022
/***** CSS placed here will be applied to all skins on the entire site. *****/
body {
background: url("http://everwind.jandenhale.com/skins/Vector/images/background-image.jpg") #f6f6f6 top left no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body {
background-image: url("http://everwind.jandenhale.com/skins/Vector/images/background-image.jpg");
background-size: 1000px 250px;
}
}
#mw-head {
background: url("http://everwind.jandenhale.com/skins/Vector/images/background-image.jpg");
}
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
a,
image a {
color: #7a6e36;
}
a:visited,
image a:visited,
a:active,
image a:active {
color: #367a52;
}
a.new,
image a.new {
color: #f5c425;
}
a.new:visited,
image a.new:visited {
color: #f5c425;
}
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: #f5c425;
}
.mw-body-content a.external,
.mw-body-content a.extiw {
color: #3869bb;
}
.mw-body-content a.external:visited,
.mw-body-content a.extiw:visited,
.mw-body-content a.external:active,
.mw-body-content a.extiw:active {
color: #3869bb;
}
