Template:Main page/styles2.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 139: | Line 139: | ||
#mp-left { | #mp-left { | ||
flex: 1 1 | flex: 1 1 100%; | ||
margin-right: 2px; | margin-right: 2px; | ||
} | } | ||
#mp-right { | #mp-right { | ||
flex: 1 1 | flex: 1 1 100%; | ||
margin-left: 2px; | margin-left: 2px; | ||
} | } | ||
} | } |
Revision as of 21:10, 4 April 2024
.ca-talk { display:none!important; }
/* {{pp|small=yes}} */
.mp-box {
border: 1px solid #9ACD32; /* Yellow Green */
padding: 0 0.5em 0.5em;
margin-top: 4px;
}
.mp-h2,
body.skin-timeless .mp-h2 { /* Timeless needs a higher specificity */
border: 1px solid #9ACD32; /* Yellow Green */
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: #87CEFA; /* Light Sky Blue */
border-color: #4682B4; /* Steel Blue */
}
#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: #FFB6C1; /* Light Pink */
border-color: #FF69B4; /* Hot Pink */
}
#mp-left {
background: #98FB98; /* Pale Green */
border-color: #556B2F; /* Dark Olive Green */
}
#mp-left .mp-h2 {
background: #AFEEEE; /* Pale Turquoise */
border-color: #4682B4; /* Steel Blue */
}
#mp-right {
background: #FFDAB9; /* Peach Puff */
border-color: #CD853F; /* Peru */
}
#mp-right .mp-h2 {
background: #FFA07A; /* Light Salmon */
border-color: #CD5C5C; /* Indian Red */
}
#mp-middle {
background: #F0E68C; /* Khaki */
border-color: #DAA520; /* Goldenrod */
}
#mp-middle .mp-h2 {
background: #F0E68C; /* Khaki */
border-color: #DAA520; /* Goldenrod */
}
#mp-lower {
background: #FFDAB9; /* Peach Puff */
border-color: #CD853F; /* Peru */
}
#mp-lower .mp-h2 {
background: #FFA07A; /* Light Salmon */
border-color: #CD5C5C; /* Indian Red */
}
#mp-bottom {
/* no background */
border-color: #FFDAB9; /* Peach Puff */
}
#mp-bottom .mp-h2 {
background: #F0E68C; /* Khaki */
border-color: #DAA520; /* Goldenrod */
}
@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 100%;
margin-right: 2px;
}
#mp-right {
flex: 1 1 100%;
margin-left: 2px;
}
}