MediaWiki:Common.css

From Internet Society Accessibility Standing Group

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
nav.vector-user-links[role="navigation"] {
    display: none;
}
div.mw-footer-container {
    display: none;
}
div#p-search .vector-typeahead-search-container{
    margin-left: auto;
}
.mw-logo-container{
	max-width: 400px;
    font-size: 24px;
    min-width: 550px;
}
.vector-menu .vector-menu-content-list li:last-child{
	display:none;
}

@media screen and (max-width: 480px) {
 .mw-logo-container {
    max-width: 400px;
    font-size: 16px;
    min-width: 360px;
}
.vector-feature-zebra-design-disabled .mw-body .firstHeading {
    word-wrap: break-word;
    margin-bottom: 0;
    display: none;
}
.vector-page-titlebar {
    justify-content: space-between;
}
figure[typeof~='mw:File/Thumb'].mw-halign-right, figure[typeof~='mw:File/Frame'].mw-halign-right {
    clear: right;
    float: none;
}
.vector-feature-zebra-design-disabled .skin--responsive .mw-page-container {
    min-width: 31.25em;
}
.mw-logo-icon{
	display: block;
}
.mw-logo-container {
    max-width: 400px;
    font-size: 18px;
    min-width: 100px;
}
}