MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 190: | Line 190: | ||
.grid-four .grid-item { | .grid-four .grid-item { | ||
display: grid; | display: grid; | ||
grid-template-rows: | grid-template-rows: 90px auto 1fr; | ||
align-items: start; | align-items: start; | ||
min-width: 0; | |||
} | } | ||
.grid-four .grid-title { | .grid-four .grid-title { | ||
height: | font-weight: bold; | ||
font-size: 32px; | |||
line-height: 1.1; | |||
text-align: left; | |||
margin: 0 0 10px 0; | |||
height: 90px; | |||
display: flex; | display: flex; | ||
align-items: | align-items: flex-start; | ||
font-size: | min-width: 0; | ||
overflow-wrap: anywhere; | |||
} | |||
.grid-four .grid-text { | |||
margin-top: 12px; | |||
font-size: 1.15em; | |||
line-height: 1.6; | |||
text-align: left; | |||
min-width: 0; | |||
overflow-wrap: anywhere; | |||
} | } | ||
| Line 208: | Line 224: | ||
.grid-four .grid-item { | .grid-four .grid-item { | ||
grid-template-rows: | grid-template-rows: 78px auto 1fr; | ||
} | } | ||
.grid-four .grid-title { | .grid-four .grid-title { | ||
height: | height: 78px; | ||
font-size: 28px; | font-size: 28px; | ||
} | } | ||
| Line 230: | Line 246: | ||
.grid-three .grid-item { | .grid-three .grid-item { | ||
display: grid; | display: grid; | ||
grid-template-rows: | grid-template-rows: 82px auto 1fr; | ||
align-items: start; | align-items: start; | ||
min-width: 0; | |||
} | } | ||
.grid-three .grid-title { | .grid-three .grid-title { | ||
height: | height: 82px; | ||
display: flex; | display: flex; | ||
align-items: | align-items: flex-start; | ||
font-size: 30px; | font-size: 30px; | ||
line-height: 1.1; | |||
text-align: left; | |||
margin: 0 0 10px 0; | |||
overflow-wrap: anywhere; | |||
} | } | ||
| Line 244: | Line 265: | ||
font-size: 1.1em; | font-size: 1.1em; | ||
line-height: 1.6; | line-height: 1.6; | ||
text-align: left; | |||
} | } | ||
| Line 253: | Line 275: | ||
.grid-three .grid-item { | .grid-three .grid-item { | ||
grid-template-rows: | grid-template-rows: 74px auto 1fr; | ||
} | } | ||
.grid-three .grid-title { | .grid-three .grid-title { | ||
height: | height: 74px; | ||
font-size: 27px; | font-size: 27px; | ||
} | } | ||