No edit summary Tags: mobile web edit mobile edit |
No edit summary |
||
| Line 19: | Line 19: | ||
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: #3c94b7; | |||
} | |||
a:visited, | |||
image a:visited, | |||
a:active, | |||
image a:active { | |||
color: #854ca6; | |||
} | |||
a.new, | |||
image a.new { | |||
color: #e88e20; | |||
} | |||
a.new:visited, | |||
image a.new:visited { | |||
color: #8b577a; | |||
} | |||
Revision as of 21:53, 26 July 2024
/***** 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; }
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: #854ca6;
}
a.new,
image a.new {
color: #e88e20;
}
a.new:visited,
image a.new:visited {
color: #8b577a;
}
