.search-container {
max-width: 600px;
margin: 50px auto;
}
input[type="text"] {
display: block;
width: calc(100% - 24px); /*20px [ left & Right ] padding + 4px border [ left & Right ] */
font-size: 18px;
font-weight: 600;
color: #4b00ff;
padding: 10px;
border: 2px solid #4b00ff;
}
.wrapper {
padding: 20px;
background: #eaeaea;
max-width: 400px;
margin: 50px auto;
}
.cut {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
max-width: 150px;
}
.mp-box {
border: 1px solid #aaa; /* all border colors overriden on specific elements */
padding: 0 0 0;
margin-top: 4px;
}
.mp-h2,
body.skin-timeless .mp-h2 { /* Timeless needs a higher specificity */
border-bottom: 1px solid; /* all border colors overriden on specific elements */
margin: 0.5em 0;
padding: 0.4em 0.4em;
font-size: 120%;
font-weight: bold;
font-family: inherit;
color: #0645B4;
text-align: center
}
h2.mp-h2::after { /* Remove borders in Timeless */
border: none;
}
.mp-h3,
body.skin-timeless .mp-h2 { /* Timeless needs a higher specificity */
margin: 0.5em 0;
padding: 0.3em 0.3em 0.3em 0.6em;
font-size: 120%;
font-weight: bold;
font-family: inherit;
color: #000;
text-align: left;
border:1px #CFCFCF solid;
margin-bottom: 0em;
border-radius: 10px;
background: linear-gradient(to right, #EFEFEF, #fcfcfc);
}
h2.mp-h3::after { /* Remove borders in Timeless */
border: none;
}
.mp-later {
font-size: 85%;
font-weight: normal;
}
#mp-topbanner {
border-color: #fff;
}
#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-welcome h1::after {
content: none;
}
#mp-free {
font-size: 95%;
}
#articlecount {
font-size: 85%;
}
/* clear fix */
.mp-contains-float::after {
content: "";
display: block;
clear: both;
}
#mp-banner {
background: #fff;
border-color: #ccc;
}
#mp-left, #mp-middle, #mp-lower {
background: #fff;
border-color: #fff;
}
#mp-right {
background: #fff;
border:0px solid #ADDAF9;
background:transparent linear-gradient(to left, #F6F6F6, #fff);
vertical-align:top;
padding: 5px 10px 10px 5px;
border-radius:10px;
}
.mp-h2 {
border-color: #ccc;
}
#mp-bottom {
/* no background */
border-color: #ccc;
}
@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-right {
width: 30%;
margin-left: 15px;
}
#mp-left {
width: 70%;
margin-right: 12px;
}
}
/* [[phab:T293232]] - Mobile doesn't have this style.
* Will be fixed with TStyles.
*/
div.hlist.inline ul,
div.hlist.inline li,
div.hlist.inline {
display: inline;
}
.tabs-label {
cursor: pointer;
padding: 1px 6px;
background-color: #cedff2;
border: 0px solid #a3b0bf;
}
.tabs-tabbox > .tabs-container {
margin-top: -1px;
padding: 2px 6px;
border-radius: 8px;
position: relative;
border: 0px solid #AAA;
width: inherit;
max-width: inherit;
min-width: inherit;
z-index: 1;
}