From SCP: Secret Laboratory English Official Wiki

No edit summary
No edit summary
Line 42: Line 42:
.mp-wide a{
.mp-wide a{
margin: 0 15px 0 15px;
margin: 0 15px 0 15px;
font-size: 120%;
}
}
.mp-wide p{
.mp-wide p{
margin:0;
margin:0;
}
}

Revision as of 20:51, 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;
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: #0c0c0c;
}
.mp-wide a{
margin: 0 15px 0 15px;
font-size: 120%;
}
.mp-wide p{
margin:0;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.