Jump to content

MediaWiki:Common.css: Difference between revisions

m
Add css for main page
m (Make sure the infoboxes do not cramp on the article text)
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;
}
}