MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* ===== VECTOR 2022 FULL WIDTH ===== */ | /* ===== VECTOR 2022 FULL WIDTH ===== */ | ||
.skin-vector-2022 .mw-page-container { | .skin-vector-2022 .mw-page-container { | ||
max-width: | max-width: none !important; | ||
padding-left: 0 !important; | padding-left: 0 !important; | ||
padding-right: 0 !important; | padding-right: 0 !important; | ||
width: 100% !important; | |||
} | } | ||
.skin-vector-2022 .vector-page-toolbar, | .skin-vector-2022 .vector-page-toolbar, | ||
.skin-vector-2022 .mw-header { | .skin-vector-2022 .mw-header { | ||
max-width: | max-width: none !important; | ||
} | } | ||
.skin-vector-2022 #mw-content-container { | .skin-vector-2022 #mw-content-container { | ||
max-width: 100% !important; | max-width: none !important; | ||
padding-left: 0 !important; | |||
padding-right: 0 !important; | |||
width: 100% !important; | |||
} | } | ||
.skin-vector-2022 .mw-content-container { | .skin-vector-2022 .mw-content-container { | ||
max-width: 100% !important; | max-width: none !important; | ||
padding-left: 0 !important; | |||
padding-right: 0 !important; | |||
width: 100% !important; | |||
} | |||
.mw-parser-output { | |||
max-width: none !important; | |||
width: 100% !important; | |||
} | } | ||
| Line 41: | Line 53: | ||
overflow: hidden; | overflow: hidden; | ||
transition: transform 0.2s ease, box-shadow 0.2s ease; | transition: transform 0.2s ease, box-shadow 0.2s ease; | ||
height: 100%; | |||
display: flex; | |||
flex-direction: column; | |||
} | |||
.card-2 { | |||
height: 100%; | height: 100%; | ||
} | } | ||
| Line 54: | Line 72: | ||
gap: 24px !important; | gap: 24px !important; | ||
padding: 20px 25px !important; | padding: 20px 25px !important; | ||
width: 100% !important; | |||
box-sizing: border-box !important; | |||
} | } | ||
| Line 64: | Line 84: | ||
@media (min-width: 1024px) { | @media (min-width: 1024px) { | ||
.column { | .column { | ||
flex: | flex: 0 1 calc(33.333% - 16px) !important; | ||
max-width: calc(33% - 16px) !important; | max-width: calc(33.333% - 16px) !important; | ||
} | } | ||
} | } | ||
| Line 72: | Line 92: | ||
@media (min-width: 600px) and (max-width: 1023px) { | @media (min-width: 600px) and (max-width: 1023px) { | ||
.column { | .column { | ||
flex: | flex: 0 1 calc(50% - 12px) !important; | ||
max-width: calc(50% - 12px) !important; | max-width: calc(50% - 12px) !important; | ||
} | } | ||
| Line 87: | Line 107: | ||
width: 100% !important; | width: 100% !important; | ||
max-width: 100% !important; | max-width: 100% !important; | ||
flex: 0 1 100% !important; | |||
} | } | ||
} | } | ||
| Line 116: | Line 137: | ||
display: flex !important; | display: flex !important; | ||
flex-direction: column !important; | flex-direction: column !important; | ||
flex-grow: 1 !important; | |||
} | } | ||
| Line 124: | Line 146: | ||
letter-spacing: 0.8px !important; | letter-spacing: 0.8px !important; | ||
display: block !important; | display: block !important; | ||
margin | margin: 0 0 6px 0 !important; | ||
border: none !important; | border: none !important; | ||
background: none !important; | background: none !important; | ||
| Line 163: | Line 185: | ||
text-decoration: none !important; | text-decoration: none !important; | ||
border: none !important; | border: none !important; | ||
background: none !important; | |||
} | } | ||
| Line 168: | Line 191: | ||
background-color: #2e7d32 !important; | background-color: #2e7d32 !important; | ||
color: #fff !important; | color: #fff !important; | ||
display: | display: block !important; | ||
text-align: center !important; | |||
width: 100% !important; | |||
box-sizing: border-box !important; | |||
padding: 10px 18px !important; | |||
} | } | ||
| Line 186: | Line 213: | ||
width: 100% !important; | width: 100% !important; | ||
box-sizing: border-box !important; | box-sizing: border-box !important; | ||
} | } | ||
| Line 224: | Line 242: | ||
background: #fff !important; | background: #fff !important; | ||
padding: 35px 25px !important; | padding: 35px 25px !important; | ||
width: 100% !important; | |||
box-sizing: border-box !important; | |||
} | } | ||
| Line 243: | Line 263: | ||
/* ===== PAGE TITLE ===== */ | /* ===== PAGE TITLE ===== */ | ||
.title { | |||
width: 100% !important; | |||
} | |||
.title h1 { | .title h1 { | ||
font-size: 32px !important; | font-size: 32px !important; | ||
| Line 267: | Line 291: | ||
padding-bottom: 8px !important; | padding-bottom: 8px !important; | ||
border-bottom: 2px solid #2e7d32 !important; | border-bottom: 2px solid #2e7d32 !important; | ||
width: 100% !important; | |||
box-sizing: border-box !important; | |||
} | } | ||
| Line 301: | Line 327: | ||
font-size: 12px !important; | font-size: 12px !important; | ||
} | } | ||
} | |||
/* ===== HIDE WIKI DEFAULT STYLING ===== */ | |||
.mw-editsection { | |||
display: none !important; | |||
} | |||
.mw-editsection-bracket { | |||
display: none !important; | |||
} | } | ||