No edit summary
No edit summary
Line 3: Line 3:


/* MainPageButton */
/* MainPageButton */
.mp-button {
body.mediawiki .mp-button > * {
position: relative;
position: relative;
Line 19: Line 19:
cursor: pointer;
cursor: pointer;
user-select: none;
user-select: none;
text-decoration: none;
text-shadow: 2px 2px 0 #00000020;
transition-property: background-color, color, border-color, box-shadow, opacity, padding, margin;
transition-property: background-color, color, border-color, box-shadow, opacity, padding, margin;