MediaWiki:Common.css: Difference between revisions

From Otherkin Wiki
Content added Content deleted
imported>Jazzhorse
(Created page with "→‎CSS placed here will be applied to all skins: #hero { margin-bottom: 30px; } #logo-search { max-width:550px; float:left; } #logo-search form { margin-top:1.5em; } #logo-search form .mw-ui-button { background-color:#B529A7; } @media only screen and (max-width: 1031px) { #main-illustration { display:none; } #logo-search { max-width:100%; float:none; } }")
 
imported>Jazzhorse
(move stuff out into Template:Main Page/styles.css)
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#hero {
margin-bottom: 30px;
}

#logo-search {
max-width:550px;
float:left;
}

#logo-search form {
margin-top:1.5em;
}

#logo-search form .mw-ui-button {
background-color:#B529A7;
}

@media only screen and (max-width: 1031px) {
#main-illustration {
display:none;
}
#logo-search {
max-width:100%;
float:none;
}
}

Latest revision as of 21:15, 7 February 2023

/* CSS placed here will be applied to all skins */