MediaWiki:Mobile.css

From PlayItHardcore

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.
/* CSS placed here will affect users of the mobile site */

.img-responsive {
    max-width: 100%;
    height: auto;
}

.content ul {
    list-style: square outside;
    padding-left: 20px;
}
table.zebra tr:nth-child(2n) {
    background-color: #e1e1ea;
}
table.zebra2 tr:nth-child(2n-1) {
    background-color: #ededed;
}

.top-links {
    border: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    float: right;
    width: 100%;
}

.top-links p {
    margin-left: 1.6em;
}

.top-banner {
    width: 100%;
    text-align: center;
}

.top-slogan {
    font-size: 120%;
    font-weight: bold;
}

/* sidebar */
/* forums */
li#n-Forums {
    background-image: url("https://bgforge.net/assets/logo/bgforge.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
li#n-Forums a {
    margin-left: 23px;
}
/* discord */
li#n-Discord {
    background-image: url("https://bgforge.net/assets/logo/discord.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
li#n-Discord a {
    margin-left: 23px;
}
/* telegram */
li#n-Telegram {
    background-image: url("https://bgforge.net/assets/logo/telegram.svg");
    background-size: 1.5em;
    background-repeat: no-repeat;
}
li#n-Telegram a {
    margin-left: 23px;
}
/* irc */
li#n-IRC {
    background-image: url("https://bgforge.net/assets/logo/irc_short.svg");
    background-size: 1.5em;
    background-repeat: no-repeat;
}
li#n-IRC a {
    margin-left: 23px;
}
/* end sidebar */