MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
/* Main page box sections*/ | /* Main page box sections*/ | ||
.mp-section { | .mp-section { | ||
background: | background:rgba(0,0,0,0.5); | ||
border: 1px solid | border:1px solid white; | ||
border-radius: 5px; | border-radius:5px; | ||
color:white; | color:white; | ||
margin:10px 0 0 0; | margin:10px 0 0 0; | ||
} | } | ||
.mp-header { | .mp-header { | ||
border-bottom: 1px solid | border-bottom:1px solid white; | ||
color: white; | color:white; | ||
font-size: 140%; | font-size:140%; | ||
text-align: center; | text-align:center; | ||
margin:0 8px 10px 8px; | margin:0 8px 10px 8px; | ||
padding:5px 0 5px 0; | padding:5px 0 5px 0; | ||
} | } | ||
.mp-content { | .mp-content { | ||
border-bottom: 1px solid white; | border-bottom:1px solid white; | ||
color: white; | color:white; | ||
padding: 0 8px 8px 8px; | padding:0 8px 8px 8px; | ||
border-bottom: none; | border-bottom:none; | ||
overflow-wrap: break-word; | overflow-wrap:break-word; | ||
} | } | ||
.mp-left { | .mp-left { | ||
| Line 36: | Line 36: | ||
width:48%; | width:48%; | ||
} | } | ||
.mp-section hr{ | .mp-section hr { | ||
margin: 10px 0 10px 0; | margin:10px 0 10px 0; | ||
background: | background:white; | ||
} | } | ||
.mp-wide a{ | .mp-wide a { | ||
margin: 0 15px 0 15px; | margin:0 15px 0 15px; | ||
font-size: 120%; | font-size:120%; | ||
} | } | ||
.mp-wide p{ | .mp-wide p { | ||
margin:0; | margin:0; | ||
} | } | ||
Revision as of 19:45, 3 April 2019
/* CSS placed here will be applied to all skins */
/* Main page box sections*/
.mp-section {
background:rgba(0,0,0,0.5);
border:1px solid white;
border-radius:5px;
color:white;
margin:10px 0 0 0;
}
.mp-header {
border-bottom:1px solid white;
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;
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%;
}
.mp-section hr {
margin:10px 0 10px 0;
background:white;
}
.mp-wide a {
margin:0 15px 0 15px;
font-size:120%;
}
.mp-wide p {
margin:0;
}