Khác biệt giữa bản sửa đổi của “MediaWiki:Minerva.css”

Không có tóm lược sửa đổi
Không có tóm lược sửa đổi
 
Dòng 288: Dòng 288:
     vertical-align: text-bottom;
     vertical-align: text-bottom;
}
}
 
.video-js {
    position: static;
    height: 20px !important;
    width: 20px !important;
    color: inherit;
    background: rgba(0, 0, 0, 0);
   
}
.mw-file-element.video-js {
.mw-file-element.video-js {
     height: 20px !important;
     height: 20px !important;
Dòng 297: Dòng 304:


.video-js .vjs-control-bar {
.video-js .vjs-control-bar {
    min-height: 20px !important;
     height: 20px !important;
     height: 20px !important;
     background: rgba(0, 0, 0, 0);
     background: rgba(0, 0, 0, 0);
Dòng 308: Dòng 316:
.video-js .vjs-control {
.video-js .vjs-control {
     width: 20px !important;
     width: 20px !important;
    height: 20px !important;
}
}


.video-js .vjs-subs-caps-button {
.video-js .vjs-subs-caps-button, .mw-tmh-duration {
     display: none;
     display: none;
}
}
Dòng 317: Dòng 326:
}
}


.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: rgba(0, 0, 0, 0);
}


.mw-tmh-player.audio .mw-tmh-play .mw-tmh-play-icon {
.mw-tmh-player.audio .mw-tmh-play .mw-tmh-play-icon {
     background: rgba(0, 0, 0, 0) 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") no-repeat center;
     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-play-icon.notheme {
    --color-base: inherit!important;
}
}