MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 39: | Line 39: | ||
} | } | ||
} | } | ||
/* INTRO RULES */ | /* INTRO RULES */ | ||
| Line 69: | Line 70: | ||
margin: 0 auto; | margin: 0 auto; | ||
} | } | ||
/* PAGE BANNER */ | /* PAGE BANNER */ | ||
| Line 83: | Line 85: | ||
margin: 0 auto; | margin: 0 auto; | ||
} | } | ||
/* PAGE BANNER MOBILE/DESKTOP */ | /* PAGE BANNER MOBILE/DESKTOP */ | ||
| Line 120: | Line 123: | ||
flex-direction: column; | flex-direction: column; | ||
align-items: stretch; | align-items: stretch; | ||
} | } | ||
| Line 137: | Line 133: | ||
.grid-text { | .grid-text { | ||
margin-top: | margin-top: 10px; | ||
font-size: 0.95em; | |||
line-height: 1.45; | |||
text-align: center; | |||
} | } | ||
/* IMAGE OVERLAY TITLE RULES */ | |||
/* ------------------------- */ | |||
.grid-image-wrap { | .grid-image-wrap { | ||
position: relative; | position: relative; | ||
| Line 182: | Line 184: | ||
text-align: center; | text-align: center; | ||
align-items: start; | align-items: start; | ||
} | } | ||
| Line 216: | Line 190: | ||
grid-template-columns: repeat(2, minmax(0, 1fr)); | grid-template-columns: repeat(2, minmax(0, 1fr)); | ||
} | } | ||
} | |||
/* GRID THREE */ | /* GRID THREE */ | ||
| Line 245: | Line 211: | ||
.grid-three .grid-title { | .grid-three .grid-title { | ||
font-variant: small-caps; | |||
font-weight: bold; | |||
font-size: 28px; | font-size: 28px; | ||
line-height: 1.1; | |||
margin: 0 0 10px 0; | margin: 0 0 10px 0; | ||
height: 85px; | height: 85px; | ||
display: flex; | display: flex; | ||
| Line 255: | Line 223: | ||
text-align: center; | text-align: center; | ||
overflow-wrap: break-word; | overflow-wrap: break-word; | ||
} | |||
.grid-three .grid-item img { | |||
border: 1px solid #777; | |||
} | } | ||