User:Blackwolfe/timeless.css: Difference between revisions
From IdleOn MMO Wiki
imported>Blackwolfe No edit summary |
imported>Blackwolfe No edit summary |
||
Line 27: | Line 27: | ||
/* Background Image */ | /* Background Image */ | ||
#mw-content-container { | #mw-content-container { | ||
background: url('https://static.miraheze.org/idleonwiki/2/24/ | background: url('https://static.miraheze.org/idleonwiki/2/24/Background_Day.png') no-repeat center center fixed; | ||
-webkit-background-size: cover; | -webkit-background-size: cover; | ||
-moz-background-size: cover; | -moz-background-size: cover; |
Revision as of 08:26, 25 November 2020
#mw-site-navigation .sidebar-chunk {
background: transparent;
border:0;
color:white;
}
/* unvisited link */
a:link {
color: red;
}
/* visited link */
a:visited {
color: green;
}
/* mouse over link */
a:hover {
color: hotpink;
}
/* selected link */
a:active {
color: blue;
}
/* Background Image */
#mw-content-container {
background: url('https://static.miraheze.org/idleonwiki/2/24/Background_Day.png') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}