MediaWiki:Common.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 be applied to all skins */
table.zebra tr:nth-child(2n) {
    background-color: #e1e1ea;
}
table.zebra2 tr:nth-child(2n-1) {
    background-color: #ededed;
}

.wikitable th {
    text-align: center;
    font-weight: bold;
}
.wikitable tr {
    text-align: center;
}

.wikitable_l th {
    text-align: left;
    font-weight: bold;
}
.wikitable_l tr {
    text-align: left;
}

.wikitable_info th {
    text-align: left;
    font-weight: bold;
}

.wikitable_info tr {
    text-align: left;
}

.wikitable_info {
    width: 320px;
    border-collapse: collapse;
    border-spacing: 0;
}

.wikitable_info td {
    padding-left: 10px;
}

body.page-Main_Page.action-view h1.firstHeading,
body.page-Main_Page.action-submit h1.firstHeading {
    display: none;
}

#p-logo a {
    background-position: calc(50% - 4px) 50%;
}
#p-logo {
    padding-top: 10px;
}

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

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

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

.top-banner {
    float: center;
    position: relative;
}

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

.clear {
    clear: both;
}

.main-caption-image {
    padding-top: 32px;
    float: right;
    width: calc(100% - 340px);
}
div.main-caption-image > div.thumb {
    width: 100%;
}
div.main-caption-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 32em;
    max-height: 36em;
}

.main-page table {
    width: 100%;
    border: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* 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 */

/* infobox */
div.game-header-left {
    font-size: 85%;
}
/* end infobox */