Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 5: | Line 5: | ||
} | } | ||
| + | |||
| + | div{ | ||
| + | padding: 10px; | ||
| + | } | ||
.container{ | .container{ | ||
display:flex; | display:flex; | ||
| − | |||
min-height:400px; | min-height:400px; | ||
} | } | ||
Revision as of 19:40, 15 April 2020
/* CSS placed here will be applied to all skins */
#p-tb, #ca-talk{
display: none;
}
div{
padding: 10px;
}
.container{
display:flex;
min-height:400px;
}
.flex-item{
border: 1px dashed gray;
flex-grow: 1;
}
.fixed{
border: 1px solid gray;
width: 33%;
}