No edit summary
No edit summary
Line 5: Line 5:
.mp-button{
.mp-button{
background-color: #f8f9fa;
background-color: #f8f9fa;
color: #202122;
border: 1px solid #202122;
border-radius: 24px;
font-size: 1em;
font-weight: bold;
padding: 0.8em 0em;
text-shadow: 2px 2px 0 #00000020;
    box-shadow: 0 0 0 1px #313233, 0 0 0 2px #0606067F, 0 4px 4px rgba(0, 0, 0, 0.1);
   
transition-property: background-color, color, border-color, box-shadow, opacity, padding, margin;
transition-duration: .1s;
}
}
.mp-button:hover{
.mp-button:hover{
Line 12: Line 23:
body.mediawiki .mp-button > * {
body.mediawiki .mp-button > * {
width: calc(100%);
width: calc(100%);
position: relative;
display: flex;
display: flex;
position: relative;
color: #202122;
border: 1px solid #202122;
font-size: 1em;
font-weight: bold;
padding: 0.8em 0em;
   
text-align: center;
text-align: center;
align-items: center;
align-items: center;
Line 28: Line 32:
cursor: pointer;
cursor: pointer;
user-select: none;
user-select: none;
text-decoration: none;
text-decoration: none;
text-shadow: 2px 2px 0 #00000020;
transition-property: background-color, color, border-color, box-shadow, opacity, padding, margin;
transition-duration: .1s;
border-radius: 24px;
    box-shadow: 0 0 0 1px #313233, 0 0 0 2px #0606067F, 0 4px 4px rgba(0, 0, 0, 0.1);
}
}