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 |
||
| (không hiển thị 33 phiên bản ở giữa của cùng người dùng) | |||
| Dòng 1: | Dòng 1: | ||
/* Mã CSS đặt ở đây sẽ áp dụng cho giao diện điện thoại */ | |||
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+Khmer); | @import url(https://fonts.googleapis.com/css?family=Noto+Sans+Khmer); | ||
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+Cham); | @import url(https://fonts.googleapis.com/css?family=Noto+Sans+Cham); | ||
| Dòng 5: | Dòng 6: | ||
overflow-y: auto; | overflow-y: auto; | ||
} | } | ||
#mw-indicator-mw-helplink, .last-modified-bar, #footer-info-lastmod, .catlinks, .notes, .cognates, #footer-icons { | #mw-indicator-mw-helplink, .last-modified-bar, #footer-info-lastmod, .catlinks, .notes, .cognates, .fognates, .reflist, #footer-icons, #language-selector { | ||
display:none!important; | display:none!important; | ||
} | } | ||
| Dòng 14: | Dòng 15: | ||
h2 { | h2 { | ||
font-size: 1.1em!important; | font-size: 1.1em!important; | ||
} | |||
.content li { | |||
border-bottom: 1px lightgrey solid | |||
} | } | ||
| Dòng 20: | Dòng 24: | ||
font-style: italic!important; | font-style: italic!important; | ||
min-width: max-content!important; | min-width: max-content!important; | ||
page-break-inside: avoid; | |||
max-width: min-content; | |||
} | |||
dl { | |||
margin: 0.2em 0 0.5em 0; | |||
} | } | ||
| Dòng 49: | Dòng 59: | ||
rb:has(> .notHani) { | rb:has(> .notHani) { | ||
padding-top: 5px!important; | padding-top: 5px!important; | ||
} | |||
rb:has(> .notHani.nozoom) { | |||
padding-top: 0!important; | |||
} | } | ||
.content .thumbcaption, .mw-content-ltr>ul { | .content .thumbcaption, .mw-content-ltr>ul { | ||
| Dòng 100: | Dòng 113: | ||
} | } | ||
.reference a { | .reference a { | ||
color: darkred | color: darkred; | ||
font-weight: bold | font-weight: bold; | ||
} | } | ||
.drawer.references-drawer a.new { | .drawer.references-drawer a.new { | ||
| Dòng 109: | Dòng 122: | ||
color: #c8ccd1!important; | color: #c8ccd1!important; | ||
} | } | ||
/* Reference */ | |||
sup[id*="cite_ref-ref"] a { | |||
color: gray; | |||
font-weight: normal; | |||
font-size: 0.6em; | |||
} | |||
/* Zoom text */ | /* Zoom text */ | ||
.Hani .tttext .ttzoom { | .Hani .tttext .ttzoom { | ||
| Dòng 140: | Dòng 159: | ||
position: relative!important; | position: relative!important; | ||
display: inline-block!important; | display: inline-block!important; | ||
border-bottom: 1px dotted | border-bottom: 1px dotted grey!important; | ||
} | } | ||
.nozoom .ttzoom { | .nozoom .ttzoom { | ||
| Dòng 148: | Dòng 167: | ||
border-bottom: none!important; | border-bottom: none!important; | ||
} | } | ||
.ttzoom .nomtext { | |||
display: block; | |||
margin: 20px; | |||
line-height: 0; | |||
} | |||
.ttzoom .nomtext img { | |||
width: 80px; | |||
height: 80px; | |||
vertical-align: text-bottom; | |||
max-width: unset; | |||
} | |||
.tttext>span>span>img { | |||
height: 1.1em; | |||
width: 1.1em; | |||
max-width: unset; | |||
vertical-align: text-bottom; | |||
filter: invert(100%) sepia(32%) saturate(924%) hue-rotate(172deg) brightness(86%) contrast(87%); | |||
} | |||
/* Missing font notice */ | /* Missing font notice */ | ||
.missing.message.popup { | .missing.message.popup { | ||
| Dòng 171: | Dòng 212: | ||
color:gray; | color:gray; | ||
} | } | ||
.own { | |||
color: slateblue; | |||
} | |||
.enlarge { | .enlarge { | ||
display:none!important; | display:none!important; | ||
| Dòng 203: | Dòng 249: | ||
.mw-content-ltr ol, .mw-content-rtl .mw-content-ltr ol { | .mw-content-ltr ol, .mw-content-rtl .mw-content-ltr ol { | ||
margin: 0.3em 0 0 | margin: 0.3em 0 0 1em !important; | ||
} | } | ||
| Dòng 233: | Dòng 279: | ||
left: 0.15em; | left: 0.15em; | ||
padding-left: 0.3em | padding-left: 0.3em | ||
} | |||
/* Audio */ | |||
.mw-tmh-player.audio { | |||
height: 20px !important; | |||
width: 20px !important; | |||
--inline-controls-bar-height: 20px !important; | |||
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 { | |||
height: 20px !important; | |||
width: 20px !important; | |||
color: inherit; | |||
background: rgba(0, 0, 0, 0); | |||
} | |||
.video-js .vjs-control-bar { | |||
min-height: 20px !important; | |||
height: 20px !important; | |||
background: rgba(0, 0, 0, 0); | |||
} | |||
.vjs-button > .vjs-icon-placeholder:before { | |||
font-size: 20px !important; | |||
line-height: 20px !important; | |||
} | |||
.video-js .vjs-control { | |||
width: 20px !important; | |||
height: 20px !important; | |||
} | |||
.video-js .vjs-subs-caps-button, .mw-tmh-duration { | |||
display: none; | |||
} | |||
.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before, .vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before { | |||
content: "\f107"; | |||
} | |||
.mw-tmh-player.audio .mw-tmh-play .mw-tmh-play-icon { | |||
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; | |||
} | |||
*:not(.thumbinner) > .video-js.video-js:not(.vjs-fullscreen) { | |||
vertical-align: text-bottom; | |||
} | |||
con { | |||
font-weight: normal | |||
} | |||
arrow { | |||
font-family: serif; | |||
font-weight: bold; | |||
} | |||
span.luc { | |||
text-indent: 1em; | |||
display: inline-block; | |||
} | |||
dd:has(br.brwithspace)::before { | |||
display: none; | |||
} | |||
ol dl dd::before { | |||
content: ""; | |||
height: 5px; | |||
background-color: grey; | |||
width: 5px; | |||
display: block; | |||
bottom: -1em; | |||
position: relative; | |||
right: 1em; | |||
} | |||
/* Br */ | |||
.brwithspace { | |||
display: block; | |||
content: ' '; | |||
margin-top: 10px; | |||
} | |||
.brwithspace { | |||
display: block; | |||
content: ' '; | |||
} | } | ||