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 |
Không có tóm lược sửa đổi |
||
| (không hiển thị 32 phiên bản ở giữa của cùng người dùng) | |||
| Dòng 5: | Dòng 5: | ||
overflow-y: auto; | overflow-y: auto; | ||
} | } | ||
#mw-indicator-mw-helplink, .last-modified-bar, #footer-info-lastmod | #mw-indicator-mw-helplink, .last-modified-bar, #footer-info-lastmod, .patrollink, #footer-icons, .vector-main-menu-action-opt-out { | ||
display:none; | display:none; | ||
} | } | ||
| Dòng 90: | Dòng 90: | ||
a img { | a img { | ||
max-width: calc(100% - 8px); | max-width: calc(100% - 8px); | ||
height: auto; | /* height: auto; */ | ||
max-height: 300px; | |||
width: inherit; | |||
} | } | ||
.alignright { | .alignright { | ||
| Dòng 212: | Dòng 214: | ||
position: relative; | position: relative; | ||
display: inline-block; | display: inline-block; | ||
border-bottom: 1px dotted | border-bottom: 1px dotted grey; | ||
} | } | ||
.nozoom .ttzoom { | .nozoom .ttzoom { | ||
| Dòng 300: | Dòng 302: | ||
.cognates .reference-text { | .cognates .reference-text { | ||
display: inline-block; | display: inline-block; | ||
vertical-align: top; | vertical-align: top; | ||
width: calc(100% - 80px); | |||
} | } | ||
.cognates .reference-text ol { | .cognates .reference-text ol { | ||
| Dòng 371: | Dòng 373: | ||
ol.references > li:not(:first-child) { | ol.references > li:not(:first-child) { | ||
padding-top: 5px; | |||
border-top: solid 1px lightgray; | border-top: solid 1px lightgray; | ||
} | } | ||
| Dòng 377: | 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 469: | 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; | ||
color: | color: inherit; | ||
background: rgba(0, 0, 0, 0); | background: rgba(0, 0, 0, 0); | ||
} | } | ||
.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 488: | Dòng 492: | ||
.video-js .vjs-control { | .video-js .vjs-control { | ||
width: 20px !important; | width: 20px !important; | ||
height: 20px !important; | |||
} | } | ||
| Dòng 497: | 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 533: | Dòng 543: | ||
content: ""; | content: ""; | ||
height: 5px; | height: 5px; | ||
background-color: | background-color: grey; | ||
width: 5px; | width: 5px; | ||
display: block; | display: block; | ||
| Dòng 539: | 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; | |||
} | } | ||