MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
border-radius: 5px; | border-radius: 5px; | ||
color:white; | color:white; | ||
margin:10px 0 0 0; | |||
} | } | ||
.mp-header { | .mp-header { | ||
| Line 26: | Line 27: | ||
.mp-left { | .mp-left { | ||
float:left; | float:left; | ||
width:25% | width:25%; | ||
} | } | ||
.mp-right { | .mp-right { | ||
float:right; | float:right; | ||
width:25% | width:25%; | ||
} | } | ||
.mp-center { | .mp-center { | ||
margin:auto; | margin:auto; | ||
width:48% | width:48%; | ||
} | } | ||
Revision as of 08:00, 2 April 2019
/* CSS placed here will be applied to all skins */
/* Main page box sections*/
.mp-section {
background:#222;
border: 1px solid #0c0c0c;
border-radius: 5px;
color:white;
margin:10px 0 0 0;
}
.mp-header {
border-bottom: 1px solid #0c0c0c;
color: white;
font-size: 140%;
text-align: center;
margin:0 8px 10px 8px;
padding:5px 0 5px 0;
}
.mp-content {
border-bottom: 1px solid white;
color: white;
margin:0 0 10px 0;
padding: 0 8px 8px 8px;
border-bottom: none;
overflow-wrap: break-word;
}
.mp-left {
float:left;
width:25%;
}
.mp-right {
float:right;
width:25%;
}
.mp-center {
margin:auto;
width:48%;
}