MediaWiki:Mobile.css

From The Last Starwiki
Revision as of 13:30, 29 July 2022 by Totengeist (talk | contribs) (Add <kbd> styling)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.
/* All CSS here will be loaded for users of the mobile site */
.social a, .social a:visited {
	font-size: 2.3em !important;
	color: #000 !important;
	background-image: none !important;
	background-position: initial !important;
	background-repeat: no-repeat !important;
	padding-right: inherit !important;
}

kbd {
    display: inline-block;
    margin: 0 .1em;
    padding: .1em .6em;
    color: #232629;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #e3e6e8;
    border: 1px solid #9fa6ad;
    border-radius: 3px;
    box-shadow: 0 1px 1px #0c0d0e26, inset 0 1px 0 0 #ffffff;
    overflow-wrap: break-word;
}

.main-news {
	display: none;
}

#main-guides {
	margin-right: 0.5em;
}

#main-guides .column {
	padding: 0.5em;
}

#main-guides .header {
	font-weight: bold;
	background-color: #1b4f72;
	color: #fff;
	padding: 0 0.5em;
	margin: -0.5em -0.5em 0;
}

#main-guides .header a {
	color: #fff;
}