MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
#content, body, h1, h2, h3,h4, h5 { | #content, body, h1, h2, h3,h4, h5 { | ||
font-family: 'Rubik', sans-serif !important; | font-family: 'Rubik', sans-serif !important; | ||
} | |||
/* Removes all default CSS icons */ | |||
#content a.external { | |||
background: none !important; | |||
padding: 0 !important; | |||
} | } | ||
Line 10: | Line 15: | ||
font-weight: 400; | font-weight: 400; | ||
} | } | ||
.mw-head-base { | .mw-head-base { | ||
background-color: #dfdbc3; | background-color: #dfdbc3; | ||
} | } | ||
.mw-logo-wordmark { | .mw-logo-wordmark { | ||
color: #101418; | color: #101418; | ||
font-weight: 500; | font-weight: 500; | ||
} | } | ||
Line 35: | Line 29: | ||
border-collapse: separate; | border-collapse: separate; | ||
float: right; | float: right; | ||
margin: 0.5rem | margin: 0.5rem 5px 0.5rem 2rem; | ||
max-width: 270px; | max-width: 270px; | ||
min-width: 200px; | min-width: 200px; | ||
Line 92: | Line 86: | ||
/* Gallery Classes */ | /* Gallery Classes */ | ||
.gallery-container { | .gallery-container { | ||
border: 1px solid #ccc; | border: 1px solid #ccc; | ||
width: 260px; | width: 260px; | ||
Line 104: | Line 98: | ||
padding: 15px 8px 15px 8px; | padding: 15px 8px 15px 8px; | ||
text-align: center; | text-align: center; | ||
} | |||
.gallery-grid-container { | |||
display: grid; | |||
border: 1px solid #ccc; | |||
grid-template-columns: repeat(auto-fill, 50px); | |||
} | } | ||