MediaWiki:Common.css: Difference between revisions
m
Add css for main page
-u ndefined- (talk | contribs) m (Make sure the infoboxes do not cramp on the article text) |
-u ndefined- (talk | contribs) m (Add css for main page) |
||
Line 93: | Line 93: | ||
.port-rectangle-constraint { | .port-rectangle-constraint { | ||
background-color: #A0AAC8; | background-color: #A0AAC8; | ||
} | |||
.main-columns { | |||
border-radius: 20px; | |||
box-shadow: 0px -10px #0004 inset; | |||
flex: 1 1 32%; | |||
margin-bottom: 0.4em; | |||
padding: 0.4em 0.4em 1em; | |||
} | } |