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
Buttons
Should add comment
(8 intermediate revisions by the same user not shown)
Line 8: Line 8:
font-weight: 600;
font-weight: 600;
margin: 0.25rem;
margin: 0.25rem;
padding: min(0.9rem, 3vw) min(2rem, 5vw);
text-align: center;
text-align: center;
transition: all 0.3s ease;
transition: all 0.3s ease;
width: min(280px, 80vw);
}
}
.mp-button:hover {
.mp-button:hover {
Line 20: Line 20:
margin-bottom: min(2rem, 6vw);
margin-bottom: min(2rem, 6vw);
padding: min(2rem, 8vw) min(2rem, 6vw);
padding: min(2rem, 8vw) min(2rem, 6vw);
}
.mp-card-heading {
align-items: center;
display: flex;
flex-wrap: wrap;
gap: min(0.5rem, 2vw);
justify-content: center;
margin-bottom: min(1.5rem, 4vw);
}
.mp-card-heading .mw-heading3 {
font-size: clamp(1.2rem, 5vw, 1.5rem);
font-weight: 700;
margin: 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 {
color: #4a5568;
font-size: clamp(0.9rem, 3.5vw, 1rem);
line-height: 1.6;
}
.mp-card-list-item {
margin-bottom: min(1rem, 3vw);
}
.mp-icon {
align-items: center;
background: radial-gradient(circle, #4089cb 0, #0081b4 100%);
border-radius: 50%;
display: inline-flex;
justify-content: center;
height: min(40px, 10vw);
width: min(40px, 10vw);
}
.mp-icon-inner {
filter: brightness(0) invert(1);
line-height: 1;
}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.