Template:Main page/styles2.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* | .ca-talk { display:none!important; } | ||
. | /* {{pp|small=yes}} */ | ||
.mp-box { | |||
border: 1px solid #aaa; /* all border colors overridden on specific elements */ | |||
padding: 0 0.5em 0.5em; | |||
margin-top: 4px; | |||
} | } | ||
.mp-h2, | |||
.mp- | body.skin-timeless .mp-h2 { /* Timeless needs a higher specificity */ | ||
border: 1px solid #aaa; /* all border colors overridden on specific elements */ | |||
margin: 0.5em 0; | |||
padding: 0.2em 0.4em; | |||
font-size: 120%; | |||
font-weight: bold; | |||
font-family: inherit; | |||
} | } | ||
.mp-later { | |||
.mp- | font-size: 85%; | ||
font-weight: normal; | |||
} | } | ||
#mp-topbanner { | |||
background: #f9f9f9; | |||
border-color: #ddd; | |||
} | } | ||
#mp-welcomecount { | #mp-welcomecount { | ||
text-align: center; | |||
margin: 0.4em; | |||
} | } | ||
#mp-welcome { | #mp-welcome { | ||
font-size: 162%; | |||
padding: 0.1em; | |||
} | } | ||
#mp-welcome h1 { | #mp-welcome h1 { | ||
font-size: inherit; | |||
font-family: inherit; | |||
display: inline; | |||
border: none; | |||
} | |||
#mp-free { | |||
font-size: 95%; | |||
} | |||
#articlecount { | |||
font-size: 85%; | |||
} | } | ||
/* | /* clear fix */ | ||
.mp-contains-float::after { | .mp-contains-float::after { | ||
content: ""; | |||
display: block; | |||
clear: both; | |||
} | |||
#mp-banner { | |||
background: #fffaf5; | |||
border-color: #f2e0ce; | |||
} | |||
#mp-left, | |||
#mp-right { | |||
background: #f5faff; | |||
border-color: #cedff2; | |||
width: 100%; /* make both left and right sections take full width */ | |||
} | |||
#mp-left .mp-h2, | |||
#mp-right .mp-h2 { | |||
background: #cedff2; | |||
border-color: #a3b0bf; | |||
} | } | ||
@media (min-width: 875px) { | |||
@media ( | #mp-upper { | ||
display: block; /* revert back to block display for upper content */ | |||
} | |||
} | } |
Revision as of 21:28, 4 April 2024
.ca-talk { display:none!important; }
/* {{pp|small=yes}} */
.mp-box {
border: 1px solid #aaa; /* all border colors overridden on specific elements */
padding: 0 0.5em 0.5em;
margin-top: 4px;
}
.mp-h2,
body.skin-timeless .mp-h2 { /* Timeless needs a higher specificity */
border: 1px solid #aaa; /* all border colors overridden on specific elements */
margin: 0.5em 0;
padding: 0.2em 0.4em;
font-size: 120%;
font-weight: bold;
font-family: inherit;
}
.mp-later {
font-size: 85%;
font-weight: normal;
}
#mp-topbanner {
background: #f9f9f9;
border-color: #ddd;
}
#mp-welcomecount {
text-align: center;
margin: 0.4em;
}
#mp-welcome {
font-size: 162%;
padding: 0.1em;
}
#mp-welcome h1 {
font-size: inherit;
font-family: inherit;
display: inline;
border: none;
}
#mp-free {
font-size: 95%;
}
#articlecount {
font-size: 85%;
}
/* clear fix */
.mp-contains-float::after {
content: "";
display: block;
clear: both;
}
#mp-banner {
background: #fffaf5;
border-color: #f2e0ce;
}
#mp-left,
#mp-right {
background: #f5faff;
border-color: #cedff2;
width: 100%; /* make both left and right sections take full width */
}
#mp-left .mp-h2,
#mp-right .mp-h2 {
background: #cedff2;
border-color: #a3b0bf;
}
@media (min-width: 875px) {
#mp-upper {
display: block; /* revert back to block display for upper content */
}
}