Jump to: content

MediaWiki:Common.css: Difference between revisions

From The-West Wiki
Jump to:navigation Jump to:search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 4: Line 4:
.mw-wiki-logo.timeless-logo img {
.mw-wiki-logo.timeless-logo img {
     width: 613px!important;
     width: 613px!important;
     height: auto;
     height: auto!important;
     margin: 0.75em 0 0.5em;
     margin: 0.75em 0 0.5em!important;
}
}


@media screen and (min-width: 1340px) { #mw-related-navigation .sidebar-chunk { margin-top: 200px; } #mw-site-navigation { margin-top: 185px; } }
@media screen and (min-width: 1340px) { #mw-related-navigation .sidebar-chunk { margin-top: 200px; } #mw-site-navigation { margin-top: 185px; } }

Revision as of 19:36, 27 October 2023

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

@media screen and (min-width: 851px)
.mw-wiki-logo.timeless-logo img {
    width: 613px!important;
    height: auto!important;
    margin: 0.75em 0 0.5em!important;
}

@media screen and (min-width: 1340px) { #mw-related-navigation .sidebar-chunk { margin-top: 200px; } #mw-site-navigation { margin-top: 185px; } }