User:Greenitthe/timeless.css: Difference between revisions
From IdleOn MMO Wiki
imported>Greenitthe No edit summary |
imported>Greenitthe No edit summary |
||
(21 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
#mw-content-container { | #mw-content-container { | ||
background: url( | background: url() no-repeat center center fixed; | ||
-webkit-background-size: cover; | -webkit-background-size: cover; | ||
-moz-background-size: cover; | -moz-background-size: cover; | ||
-o-background-size: cover; | -o-background-size: cover; | ||
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; | |||
} | } |
Latest revision as of 19:28, 18 November 2020
#mw-content-container {
background: url() 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;
}