Difference between revisions of "MediaWiki:Common.css"
From EEWiki
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
body.page-Everybody_Edits_Wiki h1.firstHeading { | body.page-Everybody_Edits_Wiki h1.firstHeading { | ||
display:none; | display:none; | ||
+ | } | ||
+ | |||
+ | .mainContent { | ||
+ | display:flex; | ||
} | } | ||
Line 11: | Line 15: | ||
border-radius:5px; | border-radius:5px; | ||
padding:5px; | padding:5px; | ||
+ | margin:5px; | ||
} | } | ||
Line 16: | Line 21: | ||
display:flex; | display:flex; | ||
justify-content:center; | justify-content:center; | ||
− | align-items: center; | + | align-items:center; |
font-size:150%; | font-size:150%; | ||
font-weight:bold; | font-weight:bold; | ||
Line 28: | Line 33: | ||
.mainBoxNewsContainer { | .mainBoxNewsContainer { | ||
display:flex; | display:flex; | ||
+ | flex-direction:column; | ||
align-items:center; | align-items:center; | ||
− | |||
margin-bottom:5px; | margin-bottom:5px; | ||
} | } | ||
Line 44: | Line 49: | ||
display:flex; | display:flex; | ||
justify-content:space-around; | justify-content:space-around; | ||
+ | align-items:center; | ||
+ | height:100%; | ||
margin-bottom:5px; | margin-bottom:5px; | ||
} | } | ||
Line 51: | Line 58: | ||
flex-direction:column; | flex-direction:column; | ||
align-items:center; | align-items:center; | ||
+ | } | ||
+ | |||
+ | .mainBoxNewsContainer:last-child, .mainBoxItemContainer:last-child { | ||
+ | margin-bottom:0px !important; | ||
} | } |
Latest revision as of 01:11, 1 May 2024
body.page-Everybody_Edits_Wiki h1.firstHeading { display:none; } .mainContent { display:flex; } .mainBox { display:flex; flex-direction:column; color:#DDDDDD; background:#333333; border:2px solid #7B7B7B; border-radius:5px; padding:5px; margin:5px; } .mainBoxHeader { display:flex; justify-content:center; align-items:center; font-size:150%; font-weight:bold; color:#DDDDDD; background:#222222; border-radius:5px; padding:5px; margin-bottom:5px; } .mainBoxNewsContainer { display:flex; flex-direction:column; align-items:center; margin-bottom:5px; } .mainBoxNews { font-weight:bold; } .mainBoxNewsBig { font-size:125%; } .mainBoxItemContainer { display:flex; justify-content:space-around; align-items:center; height:100%; margin-bottom:5px; } .mainBoxItem { display:flex; flex-direction:column; align-items:center; } .mainBoxNewsContainer:last-child, .mainBoxItemContainer:last-child { margin-bottom:0px !important; }