User:Blackwolfe/timeless.css: Difference between revisions

From IdleOn MMO Wiki
imported>Blackwolfe
No edit summary
imported>Blackwolfe
No edit summary
Line 4: Line 4:
color:white;
color:white;
border-radius: 10px;
border-radius: 10px;
}
}


Line 45: Line 44:


#mw-related-navigation .sidebar-chunk {
#mw-related-navigation .sidebar-chunk {
background: transparent;
background: rgba(192,179,204,0.7);
border:0;
border:0;
color:white;
border-radius: 10px;
}
}

Revision as of 09:19, 25 November 2020

#mw-site-navigation .sidebar-chunk {
	background: rgba(192,179,204,0.7);
	border:0;
	color:white;
	border-radius: 10px;
}

/* Logo image border */
#p-logo {
    background: rgba(192,179,204,0.7);
	border:0;
	color:white;
	border-radius: 10px;
}

 /* unvisited link */
a:link {
  color: blue;
}

/* visited link */
a:visited {
  color: #0026FF;
}

/* mouse over link */
a:hover {
  color: red;
}

/* selected link */
a:active {
  color: blue;
}

/* Background Image */
#mw-content-container {
    background:  url('https://static.miraheze.org/idleonwiki/9/9f/Background_Beach.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#mw-related-navigation .sidebar-chunk {
	background: rgba(192,179,204,0.7);
	border:0;
	color:white;
	border-radius: 10px;
}