Template:MonthlyConvert/Default/styles.css: Difference between revisions

Content deleted Content added
align styles with codex & banner dialogs
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 3:
.mc-modal *:after {
box-sizing: border-box;
 
.mc-modal,
.mc-buttonsmodal * {
font-family: -apple-system,BlinkMacSystemFont, "Segoe UI", Roboto, "Oxygen-Sans", Ubuntu, Cantarell, Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
 
Line 10 ⟶ 15:
position: absolute;
top: 20px;
left: 15px20px;
opacity: 0.65;
background: transparent;
border: 0;
padding: 60px0;
}
 
.mc-back:hover {
opacity: 1;
 
.mc-icon-back {
height: 18px;
width: 26px;
}
 
Line 42 ⟶ 45:
.mc-modal {
position: absolute;
top: 5vh50%;
left: 550%;
transform: translate(-50%, -50%);
z-index: 110;
background: #fff;
padding: 40px50px 30px20px 20px;
text-align: center;
color: #000;
font-size: 16px15px;
line-height: 1.4;
border: 1px solid #a2a9b1;
border-radius: 2px;
box-shadow: 0 2px 2px 0 rgba( 0, 0, 0, 0.2 );
width: calc( 90% );
max-width: 600px;
max-height: 90vh;
Line 60 ⟶ 64:
}
 
@media ( min-width: 800px720px ) {
.mc-modal {
padding: 50px 40px 40px;
left: 50%;
top: 10vh;
margin-left: -330px;
padding: 60px;
font-size: 17px;
width: 660px;
}
}
Line 74 ⟶ 73:
line-height: 1.3;
border: 0;
font-size: 120%17px;
font-weight: bold;
margin: 1em0 auto0 20px 0;
}
 
.mc-modal ptext {
margin-bottom: 1em 0 020px;
 
/* Buttons */
.mc-buttons {
margin: 1em auto;
text-align: center;
}
 
@media ( min-width: 800px ) {
.mc-buttons {
margin: 2em auto 1em;
}
}
 
Line 98 ⟶ 86:
min-height: 64px;
padding: 12px;
margin-bottomtop: 10px12px;
font-size: 17px;
font-weight: bold;
background-color: #36c;
border: 1px solid #36c;
border-radius: 6px2px;
outline: 0;
color: #fff;
Line 130 ⟶ 118:
color: #36c;
font-weight: bold;
background: transparent;
text-decoration: underline;
border: 0;
margin-lefttop: -330px12px;
padding: 10px 12px;
font-size: 17px15px;
cursor: pointer;
 
.mc-link:hover {
color: #447ff5;
text-decoration: underline;
}
 
Line 156 ⟶ 153:
display: none;
font-size: 14px;
color: #d33d73333;
}