MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Moved to global.css Tag: Replaced |
Testing new main page stuff |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Main page box sections*/ | |||
.mp-section { | |||
background:#222; | |||
border: 1px solid #111; | |||
/*-webkit-border-radius: 5px; | |||
.moz-border-radius: 5px; | |||
-o-border-radius: 5px;*/ | |||
border-radius: 5px; | |||
color:white; | |||
border-bottom:none; | |||
} | |||
.mp-header { | |||
border-bottom: 1px solid white; | |||
color: white; | |||
/*font-family:'Open Sans',sans-serif; | |||
text-transform:uppercase;*/ | |||
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; | |||
/*font-size: 140%; | |||
text-align: center;*/ | |||
margin:0 0 10px 0; | |||
padding:0 5px 8px 5px; | |||
border-bottom: none; | |||
overflow-wrap: break-word; | |||
} | |||
body { | |||
background-color: black; | |||
} | |||
.mp-left { | |||
float:left; | |||
width:25% | |||
} | |||
.mp-right { | |||
float:right; | |||
width:25% | |||
} | |||
.mp-center { | |||
margin:auto; | |||
width:48% | |||
} | |||
Revision as of 22:21, 1 April 2019
/* CSS placed here will be applied to all skins */
/* Main page box sections*/
.mp-section {
background:#222;
border: 1px solid #111;
/*-webkit-border-radius: 5px;
.moz-border-radius: 5px;
-o-border-radius: 5px;*/
border-radius: 5px;
color:white;
border-bottom:none;
}
.mp-header {
border-bottom: 1px solid white;
color: white;
/*font-family:'Open Sans',sans-serif;
text-transform:uppercase;*/
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;
/*font-size: 140%;
text-align: center;*/
margin:0 0 10px 0;
padding:0 5px 8px 5px;
border-bottom: none;
overflow-wrap: break-word;
}
body {
background-color: black;
}
.mp-left {
float:left;
width:25%
}
.mp-right {
float:right;
width:25%
}
.mp-center {
margin:auto;
width:48%
}