Main Page/styles.css: Difference between revisions

From AlternateWiki
no edit summary
No edit summary
Tag: Reverted
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1:
/* {{pp|small=yes}} */
.mainpage-body {
.header-img {
margin:auto;
width: 100%;
border-radius: 15px;
transform: scale(1) !important;
}
 
.mp-box {
#mainpage-banner span
border: 1px solid #aaa; /* all border colors overriden on specific elements */
{
padding: 0 0.5em 0.5em;
display: inline-block;
widthmargin-top: 100%4px;
border-radius:12px;
}
 
.mainpage-banner-overlay {
.mp-h2,
position: absolute;
body.skin-timeless .mp-h2 { /* Timeless needs a higher specificity */
top: 65px;
border: 1px solid #aaa; /* all border colors overriden on specific elements */
width: 100%;
margin: 0.5em 0;
padding: 0.2em 0.4em;
font-size: 120%;
font-weight: bold;
font-family: inherit;
}
 
.mainpagemp-headerlater {
font-size: 85%;
display: flex;
font-weight: normal;
margin: 2em 5em;
align-items:baseline;
}
 
#mp-topbanner {
.header-intro {
background: #f9f9f9;
flex: 2;
border-color: #ddd;
}
 
#mp-welcomecount {
.header-intro h1 {
text-align: center;
font-size: 2.5em;
margin: 0.4em;
border: none;
margin: 0 0 .15em;
}
 
#mp-welcome {
.header-intro p {
font-size: 1.1em162%;
padding: 0.1em;
line-height: 1.7em;
}
 
#mp-welcome h1 {
.header-stats {
font-size: inherit;
display: flex;
font-family: inherit;
align-items: center;
display: inline;
margin:auto;
border: none;
}
 
.header-stats ul {
#mp-free {
list-style: none;
font-size: 95%;
}
 
#articlecount {
@media screen and (max-width: 800px) {
font-size: 85%;
.mainpage-header {
flex-direction: column;
margin:2em;
}
}
 
/* clear fix */
.mainpage-frame {
.mp-contains-float::after {
box-shadow: 0 0 .3em #999;
content: "";
border-radius: 1em;
display: block;
width:100%;
clear: both;
}
 
.mainpage-frame:after {
#mp-banner {
display: block;
background: #fffaf5;
content: "";
border-color: #f2e0ce;
clear: both;
}
 
.separator {
#mp-left {
width:5%;
background: #f5fffa;
margin:1em auto;
border-color: #cef2e0;
}
 
.frame-header {
#mp-left .mp-h2 {
background-color:#b50014;
background: #cef2e0;
border-radius: 1em 1em 0.25em 0.25em;
border-color: #fffa3bfb1;
padding: .4em .8em .5em;
font-weight: bold;
}
 
.frame-header:before {
#mp-right {
display: inline-block;
background: #f5faff;
/* Add some content in order to get normal line height, then make it transparent */
border-color: #cedff2;
content: "x";
color: transparent;
width: 40px;
opacity: .7;
background-size: contain;
background-repeat: no-repeat;
background-position: left center;
}
 
.frame-body {
#mp-right .mp-h2 {
padding: 1em;
background: #cedff2;
border-color: #a3b0bf;
}
 
#mp-middle {
background: #fff5fa;
border-color: #f2cedd;
}
 
#mp-middle .mp-h2 {
background: #f2cedd;
border-color: #bfa3af;
}
 
#mp-lower {
background: #faf5ff;
border-color: #ddcef2;
}
 
#mp-lower .mp-h2 {
background: #ddcef2;
border-color: #afa3bf;
}
 
#mp-bottom {
/* no background */
border-color: #e2e2e2;
}
 
#mp-bottom .mp-h2 {
background: #eee;
border-color: #ddd;
}
 
@media (max-width: 875px) {
/* We need to improve Template:POTD as used on the main page so that these
* hacks aren't necessary */
#mp-tfp table,
#mp-tfp tr,
#mp-tfp td,
#mp-tfp tbody {
display: block !important;
width: 100% !important;
box-sizing: border-box;
}
 
#mp-tfp tr:first-child td:first-child a {
text-align: center;
display: table;
margin: 0 auto;
}
}
 
@media (min-width: 875px) {
#mp-upper {
display: flex;
}
#mp-left {
flex: 1 1 55%;
margin-right: 2px;
}
#mp-right {
flex: 1 1 45%;
margin-left: 2px;
}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.