Structorica Wiki/styles.css: Difference between revisions
No edit summary Tags: Mobile edit Mobile web edit |
No edit summary Tags: Mobile edit Mobile web edit |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 9: | Line 9: | ||
font-size: 1em; | font-size: 1em; | ||
font-weight: bold; | font-weight: bold; | ||
padding: 0. | padding: 0.6em 0em; | ||
transition-property: background-color, color, border-color, box-shadow, opacity, padding, margin; | transition-property: background-color, color, border-color, box-shadow, opacity, padding, margin; | ||
transition-duration: .1s; | transition-duration: .1s; | ||
| Line 47: | Line 47: | ||
.mp-button-progressive:hover { | .mp-button-progressive:hover { | ||
border-color: # | border-color: #7f9e05; | ||
background-color: #7B9904; | background-color: #7B9904; | ||
} | } | ||
| Line 61: | Line 61: | ||
body.mediawiki .mp-button > * { | body.mediawiki .mp-button > * { | ||
width: calc(100% + | width: calc(100% + 6px); | ||
height: calc(100% + | height: calc(100% + 6px); | ||
margin: - | margin: -3px; | ||
position: relative; | position: relative; | ||
| Line 103: | Line 103: | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
justify-content: center; | justify-content: center; | ||
gap: | gap: 5px; | ||
} | } | ||
.mp-language-wrapper .mp-button { | .mp-language-wrapper .mp-button { | ||
flex: 1 1 90px; | flex: 1 1 90px; | ||
max-width: | max-width: 210px; | ||
} | } | ||
.mp-language-wrapper .mp-button:last-child { | .mp-language-wrapper .mp-button:last-child { | ||
min-width: 170px; | |||
} | } | ||