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 Thẻ: Đã bị lùi lại Sửa đổi di động Sửa đổi từ trang di động Sửa đổi di động nâng cao |
Không có tóm lược sửa đổi Thẻ: Đã bị lùi lại Sửa đổi di động Sửa đổi từ trang di động Sửa đổi di động nâng cao |
||
| Dòng 3: | Dòng 3: | ||
#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, #footer-icons { | ||
display:none; | display:none!important; | ||
} | } | ||
.pre-content h1, .content h1 { | .pre-content h1, .content h1 { | ||
font-family: Times New Roman; | font-family: Times New Roman!important; | ||
} | } | ||
h2 { | h2 { | ||
font-size: 1.1em; | font-size: 1.1em!important; | ||
} | } | ||
ol dl dd { | ol dl dd { | ||
font-size: 0.9em; | font-size: 0.9em!important; | ||
font-style: italic; | font-style: italic!important; | ||
min-width: max-content; | min-width: max-content!important; | ||
} | } | ||
/* Ruby text */ | /* Ruby text */ | ||
ruby { | ruby { | ||
display: inline-flex; | display: inline-flex!important; | ||
flex-direction: column-reverse; | flex-direction: column-reverse!important; | ||
line-height: 1.1em; | line-height: 1.1em!important; | ||
text-align: center; | text-align: center!important; | ||
vertical-align: text-bottom; | vertical-align: text-bottom!important; | ||
} | } | ||
.notHani { | .notHani { | ||
font-family: sans-serif, Khmer, Noto Sans Cham; | font-family: sans-serif, Khmer, Noto Sans Cham!important; | ||
} | } | ||
rt { | rt { | ||
font-size:60%; | font-size:60%!important; | ||
} | } | ||
rb:has(> .notHani) { | rb:has(> .notHani) { | ||
padding-top: 5px; | padding-top: 5px!important; | ||
} | } | ||
.content .thumbcaption, .mw-content-ltr>ul { | .content .thumbcaption, .mw-content-ltr>ul { | ||
text-align: left; | text-align: left!important; | ||
} | } | ||
.alignright { | .alignright { | ||
text-align: right; | text-align: right!important; | ||
} | } | ||
/* Tooltip */ | /* Tooltip */ | ||
.note { | .note { | ||
color: #777; | color: #777!important; | ||
text-decoration-line: underline; | text-decoration-line: underline!important; | ||
text-decoration-style: dotted; | text-decoration-style: dotted!important; | ||
text-decoration-thickness: 1px; | text-decoration-thickness: 1px!important; | ||
cursor: help; | cursor: help!important; | ||
vertical-align: super; | vertical-align: super!important; | ||
font-size: x-small; | font-size: x-small!important; | ||
} | } | ||
.symbol.note { | .symbol.note { | ||
display: none; | display: none!important; | ||
} | } | ||
/* Strikethrough */ | /* Strikethrough */ | ||
del { | del { | ||
text-decoration-color: red; | text-decoration-color: red!important; | ||
text-decoration-thickness: 2px; | text-decoration-thickness: 2px!important; | ||
text-decoration-style: double; | text-decoration-style: double!important; | ||
} | } | ||
/* Note */ | /* Note */ | ||
.references-drawer ol>li { | .references-drawer ol>li { | ||
list-style: none; | list-style: none!important; | ||
} | } | ||
.references-drawer .ttzoom { | .references-drawer .ttzoom { | ||
display:none | display:none!important | ||
} | } | ||
.references-drawer ul { | .references-drawer ul { | ||
list-style: disc!important; | list-style: disc!important; | ||
margin-left: 30px; | margin-left: 30px!important; | ||
} | } | ||
.reference a { | .reference a { | ||
color: darkred; | color: darkred!important; | ||
font-weight: bold; | font-weight: bold!important; | ||
} | } | ||
.drawer.references-drawer a.new { | .drawer.references-drawer a.new { | ||
color: #dd3333; | color: #dd3333!important; | ||
} | } | ||
.drawer.references-drawer .references-drawer__title { | .drawer.references-drawer .references-drawer__title { | ||
color: #c8ccd1; | color: #c8ccd1!important; | ||
} | } | ||
/* Zoom text */ | /* Zoom text */ | ||
.Hani .tttext .ttzoom { | .Hani .tttext .ttzoom { | ||
font-family: Kaiti, Simsun; | font-family: Kaiti, Simsun!important; | ||
} | } | ||
.ttzoom { | .ttzoom { | ||
visibility: hidden; | visibility: hidden!important; | ||
background-color: #fff; | background-color: #fff!important; | ||
color: #000; | color: #000!important; | ||
text-align: center; | text-align: center!important; | ||
border-radius: 6px; | border-radius: 6px!important; | ||
position: absolute; | position: absolute!important; | ||
z-index: 1; | z-index: 1!important; | ||
left: 100%; | left: 100%!important; | ||
bottom: -100%; | bottom: -100%!important; | ||
margin-left: 10px; | margin-left: 10px!important; | ||
transition: opacity 0.3s; | transition: opacity 0.3s!important; | ||
opacity: 0; | opacity: 0!important; | ||
padding: 10px; | padding: 10px!important; | ||
border: black solid 1px; | border: black solid 1px!important; | ||
font-size: 3em; | font-size: 3em!important; | ||
line-height: 1.5em; | line-height: 1.5em!important; | ||
align-items: center; | align-items: center!important; | ||
font-weight: normal; | font-weight: normal!important; | ||
min-width: 1.5em; | min-width: 1.5em!important; | ||
white-space: nowrap; | white-space: nowrap!important; | ||
} | } | ||
.tttext { | .tttext { | ||
position: relative; | position: relative!important; | ||
display: inline-block; | display: inline-block!important; | ||
border-bottom: 1px dotted black; | border-bottom: 1px dotted black!important; | ||
} | } | ||
.nozoom .ttzoom { | .nozoom .ttzoom { | ||
display: none; | display: none!important; | ||
} | } | ||
.nozoom .tttext { | .nozoom .tttext { | ||
border-bottom: none; | border-bottom: none!important; | ||
} | } | ||
/* Missing font notice */ | /* Missing font notice */ | ||
| Dòng 133: | Dòng 133: | ||
} | } | ||
.missing.message.popup:before { | .missing.message.popup:before { | ||
background-color: rgba(0,0,0,0.2); | background-color: rgba(0,0,0,0.2)!important; | ||
height: 100vh; | height: 100vh!important; | ||
width: 100vw; | width: 100vw!important; | ||
content: """"; | content: """"; | ||
display: block; | display: block!important; | ||
position: fixed; | position: fixed!important; | ||
top: 0; | top: 0!important; | ||
left: 0; | left: 0!important; | ||
} | } | ||
/* Cognates */ | /* Cognates */ | ||
.cognates>ol>li { | .cognates>ol>li { | ||
list-style: none; | list-style: none!important; | ||
} | } | ||
/* Maybe */ | /* Maybe */ | ||
.maybe { | .maybe { | ||
opacity: .7; | opacity: .7!important; | ||
} | } | ||
.maybe.message.popup { | .maybe.message.popup { | ||
opacity: 1; | opacity: 1!important; | ||
} | } | ||
.enlarge { | .enlarge { | ||
display:none; | display:none!important; | ||
} | } | ||
/* Inline notes */ | /* Inline notes */ | ||
.inlinenote { | .inlinenote { | ||
color: darkcyan; | color: darkcyan!important; | ||
font-size: smaller; | font-size: smaller!important; | ||
font-weight: bold; | font-weight: bold!important; | ||
} | } | ||