MediaWiki:Common.css: Difference between revisions

From Type III Secretion System Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .mainpage_row { display: flex; flex-direction: row; flex-flow: row wrap; justify-content: space-between;...")
(No difference)

Revision as of 21:17, 29 April 2019

/* CSS placed here will be applied to all skins */
.mainpage_row {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.mainpage_box {
    flex: 1;
    margin: 5px;
    min-width: 210px;
    border: 1px solid #CCC;
    padding: 0 10px 10px 10px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}