Khác biệt giữa bản sửa đổi của “MediaWiki:Common.css”
Không có tóm lược sửa đổi Thẻ: Lùi lại thủ công |
Không có tóm lược sửa đổi |
||
| (không hiển thị 6 phiên bản ở giữa của cùng người dùng) | |||
| Dòng 380: | Dòng 380: | ||
sup[id*="cite_ref-ref"] a, .note { | sup[id*="cite_ref-ref"] a, .note { | ||
color: gray; | color: gray!important; | ||
font-weight: normal; | font-weight: normal; | ||
font-size: x-small; | font-size: x-small; | ||
| Dòng 472: | Dòng 472: | ||
position: static; | position: static; | ||
} | } | ||
.mw-file-element.video-js { | .mw-file-element .video-js { | ||
height: 20px !important; | height: 20px !important; | ||
width: 20px !important; | width: 20px !important; | ||
| Dòng 480: | Dòng 480: | ||
.video-js .vjs-control-bar { | .video-js .vjs-control-bar { | ||
min-height: unset!important; | |||
height: 20px !important; | height: 20px !important; | ||
background: rgba(0, 0, 0, 0); | background: rgba(0, 0, 0, 0); | ||
| Dòng 491: | Dòng 492: | ||
.video-js .vjs-control { | .video-js .vjs-control { | ||
width: 20px !important; | width: 20px !important; | ||
height: 20px !important; | |||
} | } | ||
| Dòng 500: | Dòng 502: | ||
} | } | ||
.mw-tmh-play-icon.notheme { | |||
--color-base: inherit!important; | |||
} | } | ||
.mw-tmh-player.audio .mw-tmh-play .mw-tmh-play-icon { | .mw-tmh-player.audio .mw-tmh-play .mw-tmh-play-icon { | ||
background: | background: var(--color-base); | ||
mask-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20px' viewBox='0 -960 960 960' width='20px' fill='%23000'%3E%3Cpath d='M560-131v-82q90-26 145-100t55-168q0-94-55-168T560-749v-82q124 28 202 125.5T840-481q0 127-78 224.5T560-131ZM120-360v-240h160l200-200v640L280-360H120Zm440 40v-322q47 22 73.5 66t26.5 96q0 51-26.5 94.5T560-320ZM400-606l-86'/%3E%3C/svg%3E); | |||
} | |||
.mw-tmh-player.audio .mw-tmh-play:hover .mw-tmh-play-icon, .mw-tmh-player.audio .mw-tmh-play:focus .mw-tmh-play-icon, .mw-tmh-player.audio .mw-tmh-play:active .mw-tmh-play-icon { | |||
background-color: var(--color-base); | |||
} | } | ||
| Dòng 542: | Dòng 549: | ||
position: relative; | position: relative; | ||
right: 1em; | right: 1em; | ||
} | |||
/* Night mode, dark theme */ | |||
.skin-theme-clientpref-night .tttext>span>span>img { | |||
filter: invert(1); | |||
} | |||
.skin-theme-clientpref-night .reference a, .skin-theme-clientpref-night .notelistalpha .references>li::marker, .skin-theme-clientpref-night .cognates .references>li:before { | |||
color: forestgreen; | |||
} | } | ||