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