Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Meta:Main Page/styles.css: Difference between revisions

From WikiOasis Meta
No edit summary
m Tali64³ moved page User:Tali64³/Main page redesign/styles.css to Meta:Main Page/styles.css without leaving a redirect: No longer a draft
 
(5 intermediate revisions by the same user not shown)
Line 29: Line 29:
margin-bottom: min(1.5rem, 4vw);
margin-bottom: min(1.5rem, 4vw);
}
}
.mp-card-heading h3 {
.mp-card-heading .mw-heading3 {
color: #2d3748;
font-size: clamp(1.2rem, 5vw, 1.5rem);
font-size: clamp(1.2rem, 5vw, 1.5rem);
font-weight: 700;
font-weight: 700;
margin: 0;
margin: 0;
padding: 0;
padding: 0;
}
/* This cannot be merged into the above rule due to the color breaking */
.mp-card-heading h3 {
color: #2d3748;
}
}
.mp-card-list {
.mp-card-list {
Line 46: Line 49:
.mp-icon {
.mp-icon {
align-items: center;
align-items: center;
background: radial-gradient(circle, #4089cb 0, #0081b4 100%);
background: radial-gradient(circle, #3650b8 0, #0050b4 100%);
border-radius: 50%;
border-radius: 50%;
display: inline-flex;
display: inline-flex;
Cookies help us deliver our services. By using our services, you agree to our use of cookies.