MediaWiki:FandomMobile.css

From Thorium Mod Wiki
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.
.infobox {
    border: 1px #AAA solid;
    background-color: #f9f9f9;
    color: black;
    padding: 0.2em;
    width: 100% !important;
}
.infobox > .title {
    font-weight: bold;
    text-align: center;
    font-size: 150%;
}
.infobox > .section > .title {
	font-weight: bold;
    text-align: center;
    font-size: 120%;
}
.infobox ul {
    list-style: none;
    margin: auto;
    text-align: center;
}
.item.infobox .images ul.inline li {
    display: inline-block;
    padding: 0 8px 0 9px;
    margin: 2px auto;
    position: relative;
    vertical-align: middle;
}

/* [[Template:Money]] */
.coins {
    white-space: nowrap;
}
.coins s {
    display: none;
}