Jump to content
Toggle menu
  • 7 articles
  • 95 files
  • 12.4K users
  • 771 edits
Williams Arcades Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 14: Line 14:
}
}


/* Pull logo up into the header strip */
/* Logo in the empty header space left of Page */
#p-logo {
#p-logo {
   position: absolute !important;
   position: absolute !important;
   top: -55px !important;
   top: 8px !important;
   left: 8px !important;
   left: 8px !important;
   z-index: 100 !important;
   z-index: 1 !important;
   width: 360px !important;
   width: 220px !important;
   height: 90px !important;
   height: 56px !important;
   overflow: visible !important;
   overflow: visible !important;
}
}
Line 28: Line 28:
#p-logo a span {
#p-logo a span {
   display: block !important;
   display: block !important;
   width: 360px !important;
   width: 220px !important;
   height: 90px !important;
   height: 56px !important;
   background-position: left center !important;
   background-position: left center !important;
   background-repeat: no-repeat !important;
   background-repeat: no-repeat !important;
Line 36: Line 36:


#p-logo img {
#p-logo img {
   width: 360px !important;
   width: 220px !important;
   height: auto !important;
   height: auto !important;
   max-width: none !important;
   max-width: none !important;
  max-height: none !important;
}
}


/* Force the top-right menus back */
#left-navigation {
#mw-head,
  margin-left: 230px !important;
}
 
#p-personal,
#p-personal,
#p-search,
#p-search,
#left-navigation,
#right-navigation,
#right-navigation {
#p-views,
  display: block !important;
#p-cactions {
   visibility: visible !important;
   visibility: visible !important;
  opacity: 1 !important;
}
#left-navigation {
  margin-left: 280px !important;
}
}



Revision as of 21:23, 11 September 2026

/* Hide sidebar menus only */
#p-navigation,
#p-tb,
#p-interaction,
#p-coll-print_export,
#p-lang,
#p-Help_about_MediaWiki {
  display: none !important;
}

#mw-panel {
  background: none !important;
  overflow: visible !important;
}

/* Logo in the empty header space left of Page */
#p-logo {
  position: absolute !important;
  top: 8px !important;
  left: 8px !important;
  z-index: 1 !important;
  width: 220px !important;
  height: 56px !important;
  overflow: visible !important;
}

#p-logo a,
#p-logo a span {
  display: block !important;
  width: 220px !important;
  height: 56px !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

#p-logo img {
  width: 220px !important;
  height: auto !important;
  max-width: none !important;
}

#left-navigation {
  margin-left: 230px !important;
}

#p-personal,
#p-search,
#right-navigation,
#p-views,
#p-cactions {
  visibility: visible !important;
}

#content,
.mw-body,
#footer {
  margin-left: 1em !important;
}