MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
(35 intermediate revisions by the same user not shown) | |||
Line 33: | Line 33: | ||
} | } | ||
.mw-logo-wordmark { | .mw-logo-wordmark { | ||
color: | color: black; | ||
font-weight: | font-weight: 500; | ||
} | } | ||
.mw-logo-wordmark:hover { | .mw-logo-wordmark:hover { | ||
color: #28b017; | color: #28b017; | ||
} | |||
.mw-page-title-main { | |||
font-family: 'Rubik' !important; | |||
} | |||
/* | |||
.vector-header-container, .vector-sticky-header, .vector-sticky-header-container, .vector-header-container, .mw-header { | |||
background-color: #287308 !important; | |||
} */ | |||
.catlinks { | |||
margin-top: 0.25em !important; | |||
padding-top: 0.25em !important; | |||
} | |||
.mw-footer-container { | |||
padding-top: 25px !important; | |||
} | |||
.mw-body p + table { | |||
margin-top: 0 !important; | |||
} | } | ||
/* | /* CreatureInfoBox & BlockInfoBox Classes */ | ||
.game-infobox { | .game-infobox { | ||
font-family: 'Rubik'; | font-family: 'Rubik'; | ||
Line 66: | Line 86: | ||
width: 70px; | width: 70px; | ||
font-size: 12px; | font-size: 12px; | ||
padding: 0.5rem; | padding: 0.5rem 0.5rem 0.5rem 0.5rem; | ||
} | } | ||
.game-infobox-argument { | .game-infobox-argument { | ||
font-size: 12px; | font-size: 12px; | ||
padding: 0.5rem; | padding: 0.5rem 0.5rem 0.5rem 0.5rem; | ||
} | } | ||
.game-infobox tr th, .game-infobox tr td { | .game-infobox tr th, .game-infobox tr td { | ||
Line 95: | Line 115: | ||
border-bottom-right-radius: 2px; | border-bottom-right-radius: 2px; | ||
} | } | ||
.message-box { | .message-box { | ||
padding: 0.5em 0.5em 0.5em 0.5em; | padding: 0.5em 0.5em 0.5em 0.5em; | ||
margin: | margin: 0 0.25em 1em 0.25em; | ||
} | } | ||
Line 114: | Line 135: | ||
text-align: center; | text-align: center; | ||
} | } | ||
.gallery-grid-container { | .gallery-grid-container { | ||
display: grid; | display: grid; | ||
border: 1px solid #ccc; | border: 1px solid #ccc; | ||
grid-template-columns: repeat(auto-fill, 50px); | grid-template-columns: repeat(auto-fill, 50px); | ||
} | } | ||
Line 130: | Line 145: | ||
.game-infobox { | .game-infobox { | ||
float: none; | float: none; | ||
} | } | ||
} | |||
#gallery_1, #gallery_2 { | |||
border-radius: 5px; | |||
} | } |