MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 45: | Line 45: | ||
.mw-header, | .mw-header, | ||
.mw-page-container, | .mw-page-container, | ||
.vector-sticky-header, | |||
.vector-pinned-container, | .vector-pinned-container, | ||
.vector-dropdown-content { | .vector-dropdown-content { | ||
transition: background-color | transition: background-color 3s linear !important; | ||
} | } | ||
ul li, | ul li, | ||
Line 56: | Line 57: | ||
.vector-typeahead-search-container, | .vector-typeahead-search-container, | ||
#news { | #news { | ||
transition: background-color | transition: background-color 3s linear, rotate 2s linear; | ||
} | } | ||
Line 147: | Line 148: | ||
.mw-parser-output ul li { | .mw-parser-output ul li { | ||
rotate: unset !important; | rotate: unset !important; | ||
} | |||
@media only screen and (max-width: 767px) { | @media only screen and (max-width: 767px) { | ||
html, body { | html, body { | ||
overflow-x: hidden; | /*overflow-x: hidden;*/ | ||
} | } | ||
.vector-header-container { | .vector-header-container { | ||
justify-content: start; | justify-content: start; | ||
} | } | ||
.vector-header-container .mw-header { | .vector-header-container .mw-header, .mw-logo { | ||
min-width: unset; | min-width: unset; | ||
} | } | ||
} | } |