MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 1,256: | Line 1,256: | ||
/* ========================================================= | /* ========================================================= | ||
OOO ITEM PANEL LAYOUT ( | OOO ITEM PANEL LAYOUT (Stable) | ||
========================================================= */ | ========================================================= */ | ||
.ooo-item-top{ | .ooo-item-top{ | ||
display: | display:grid; | ||
grid-template-columns:260px 1fr; | |||
gap:24px; | gap:24px; | ||
align-items: | align-items:start; | ||
} | |||
.ooo-item-top .ooo-infobox{ | |||
width:260px; | |||
min-width:260px; | |||
} | } | ||
.ooo-item-description{ | .ooo-item-description{ | ||
line-height:1.6; | line-height:1.6; | ||
} | } | ||
.ooo-item-body{ | .ooo-item-body{ | ||
margin-top:20px; | margin-top:20px; | ||
| Line 1,280: | Line 1,281: | ||
max-width:540px; | max-width:540px; | ||
line-height:1.65; | line-height:1.65; | ||
} | } | ||