Difference between revisions of "MediaWiki:Common.css"
From EEWiki
Line 1: | Line 1: | ||
body.page-Everybody_Edits_Wiki h1.firstHeading { | body.page-Everybody_Edits_Wiki h1.firstHeading { | ||
− | display: none; | + | display:none; |
} | } | ||
.mainBox { | .mainBox { | ||
− | + | display:flex; | |
− | color: #DDDDDD; | + | flex-direction:column; |
− | border: 2px solid #7B7B7B; | + | color:#DDDDDD; |
− | border-radius: 5px; | + | background:#333333; |
− | + | border:2px solid #7B7B7B; | |
− | + | border-radius:5px; | |
+ | padding:5px; | ||
} | } | ||
.mainBoxHeader { | .mainBoxHeader { | ||
− | + | display:flex; | |
− | + | justify-content:center; | |
− | + | ||
− | display: flex | + | |
− | + | ||
− | + | ||
− | justify-content: center; | + | |
align-items: center; | align-items: center; | ||
− | + | font-size:150%; | |
− | padding: 5px; | + | font-weight:bold; |
+ | color:#DDDDDD; | ||
+ | background:#222222; | ||
+ | border-radius:5px; | ||
+ | padding:5px; | ||
+ | margin-bottom:5px; | ||
} | } | ||
.mainBoxNewsContainer { | .mainBoxNewsContainer { | ||
− | + | display:flex; | |
− | display: flex; | + | align-items:center; |
− | align-items: center; | + | justify-content:center; |
− | justify-content: center; | + | margin-bottom:5px; |
} | } | ||
.mainBoxNews { | .mainBoxNews { | ||
− | font-weight: bold; | + | font-weight:bold; |
} | } | ||
.mainBoxNewsBig { | .mainBoxNewsBig { | ||
− | font-size: 125%; | + | font-size:125%; |
} | } | ||
.mainBoxItemContainer { | .mainBoxItemContainer { | ||
− | display: flex; | + | display:flex; |
− | justify-content: space-around; | + | justify-content:space-around; |
− | margin: | + | margin-bottom:5px; |
} | } | ||
− | |||
.mainBoxItem { | .mainBoxItem { | ||
− | display: flex; | + | display:flex; |
− | flex-direction: column; | + | flex-direction:column; |
− | align-items: center; | + | align-items:center; |
} | } |
Revision as of 00:43, 1 May 2024
body.page-Everybody_Edits_Wiki h1.firstHeading { display:none; } .mainBox { display:flex; flex-direction:column; color:#DDDDDD; background:#333333; border:2px solid #7B7B7B; border-radius:5px; padding: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; align-items:center; justify-content:center; margin-bottom:5px; } .mainBoxNews { font-weight:bold; } .mainBoxNewsBig { font-size:125%; } .mainBoxItemContainer { display:flex; justify-content:space-around; margin-bottom:5px; } .mainBoxItem { display:flex; flex-direction:column; align-items:center; }