Structorica Wiki/styles.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 27: | Line 27: | ||
transition-duration: .1s; | transition-duration: .1s; | ||
} | } | ||
/* | |||
body.stw-theme-dark .mp-button { | body.stw-theme-dark .mp-button { | ||
background-color: #202122; | background-color: #202122; | ||
| Line 43: | Line 44: | ||
color: #fff; | color: #fff; | ||
} | } | ||
*/ | |||
/* [[Category:Template styles]] */ | /* [[Category:Template styles]] */ | ||
/* [[ru:Structorica_Wiki/styles.css]] */ | /* [[ru:Structorica_Wiki/styles.css]] */ | ||
Revision as of 17:00, 16 January 2026
/* This stylesheet applies to the main page and its associated template pages */
/* MainPageButton */
body.mediawiki .mp-button > * {
width: calc(100%);
position: relative;
background-color: #f8f9fa;
color: #202122;
border: 1px solid #202122;
font-size: 1em;
font-weight: bold;
padding: 0.8em 0em;
text-align: center;
cursor: pointer;
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-duration: .1s;
}
/*
body.stw-theme-dark .mp-button {
background-color: #202122;
color: #ffff;
border: 1px solid #a2a9b1;
}
.mp-button.mp-button-progressive {
background-color: #36c;
border: 1px solid #36c;
color: #fff;
}
body.stw-theme-dark .mp-button.mp-button-progressive {
background-color: #36c;
border: 1px solid #36c;
color: #fff;
}
*/
/* [[Category:Template styles]] */
/* [[ru:Structorica_Wiki/styles.css]] */