User:Greenitthe/timeless.css: Difference between revisions

From IdleOn MMO Wiki
imported>Greenitthe
No edit summary
imported>Greenitthe
No edit summary
Line 6: Line 6:
     background-size: cover;
     background-size: cover;
}
}
#p-logo {
#p-logo {
     background: #f8f9fa;
     background: #f8f9fa;
Line 14: Line 13:
     border-width: 1px 1px 0.2em;
     border-width: 1px 1px 0.2em;
}
}
#mw-header-hack {
#mw-header-hack {
background: #d5165c;
background: #d5165c;
}
}
 
.color-middle-container: {
#mw-header-hack div {
background: #d5165c;
max-width: 100vw;
}
.color-left {
display: none;
}
.color-right {
display: none;
display: none;
}
}

Revision as of 19:06, 18 November 2020

#mw-content-container {
    background:  url(https://static.miraheze.org/idleonwiki/a/a2/Galaxybg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#p-logo {
    background: #f8f9fa;
    padding: 1px 1px 0.8em 1px;
    border: #f8f9fa;
    border-style: solid;
    border-width: 1px 1px 0.2em;
}
#mw-header-hack {
	background: #d5165c;
}
.color-middle-container: {
	background: #d5165c;
	max-width: 100vw;
}
.color-left {
	display: none;
}
.color-right {
	display: none;
}