Jump to content

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(57 intermediate revisions by the same user not shown)
Line 33: Line 33:
}
}
.mw-logo-wordmark {
.mw-logo-wordmark {
color: #287308;
color: black;
font-weight: 600;
font-weight: 500;
}
}
.mw-logo-wordmark:hover {
.mw-logo-wordmark:hover {
color: #47bc15;
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;
}
}


/* Infobox Classes */
/* CreatureInfoBox & BlockInfoBox Classes */
.game-infobox {
.game-infobox {
font-family: Rubik;
font-family: 'Rubik';
border-spacing: 0;
border-spacing: 0;
border-collapse: separate;
border-collapse: separate;
float: right;  
float: right;  
margin: 0.5rem 5px 0.5rem 2rem;
margin: 0.5rem 5px 0.5rem 2rem;
max-width: 270px;
max-width: 240px;
min-width: 200px;
min-width: 200px;
}
}
Line 53: Line 73:
background-color: #287308;
background-color: #287308;
color: white;
color: white;
padding: 0.75rem 3rem 0.75rem 3rem;
padding: 0.5rem 2.5rem 0.5rem 2.5rem;
font-size: 18px;
font-size: 16px;
}
}
.game-infobox-header {
.game-infobox-header {
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 98: Line 118:
.message-box {
.message-box {
padding: 0.5em 0.5em 0.5em 0.5em;
padding: 0.5em 0.5em 0.5em 0.5em;
margin: 1em 0.5em 1em 0.5em;
margin: 0 0.25em 1em 0.25em;
}
}


Line 115: Line 135:
     text-align: center;
     text-align: center;
}
}
.gallery-grid-container {
.gallery-grid-container {
display: grid;
display: grid;
Line 123: Line 142:


/* Viewport Containers */
/* Viewport Containers */
@media(max-height: 993px) {
@media(max-width: 850px) {
.game-infobox {
.game-infobox {
float: none;
float: none;
}
}
}
#gallery_1, #gallery_2 {
border-radius: 5px;
}
}