Khác biệt giữa bản sửa đổi của “MediaWiki:Minerva.css”
Giao diện
Đã tẩy trống trang Thẻ: Tẩy trống trang |
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 1: | Dòng 1: | ||
@import url(https://fonts.googleapis.com/css?family=Khmer); | |||
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+Cham); | |||
#mw-indicator-mw-helplink, .last-modified-bar, #footer-info-lastmod, .catlinks, .notes, .cognates, #footer-icons { | |||
display:none; | |||
} | |||
.pre-content h1, .content h1 { | |||
font-family: Times New Roman; | |||
} | |||
h2 { | |||
font-size: 1.1em; | |||
} | |||
ol dl dd { | |||
font-size: 0.9em; | |||
font-style: italic; | |||
min-width: max-content; | |||
} | |||
/* Ruby text */ | |||
ruby { | |||
display: inline-flex; | |||
flex-direction: column-reverse; | |||
line-height: 1.1em; | |||
text-align: center; | |||
vertical-align: text-bottom; | |||
} | |||
.notHani { | |||
font-family: sans-serif, Khmer, Noto Sans Cham; | |||
} | |||
rt { | |||
font-size:60%; | |||
} | |||
rb:has(> .notHani) { | |||
padding-top: 5px; | |||
} | |||
.content .thumbcaption, .mw-content-ltr>ul { | |||
text-align: left; | |||
} | |||
.alignright { | |||
text-align: right; | |||
} | |||
/* Tooltip */ | |||
.note { | |||
color: #777; | |||
text-decoration-line: underline; | |||
text-decoration-style: dotted; | |||
text-decoration-thickness: 1px; | |||
cursor: help; | |||
vertical-align: super; | |||
font-size: x-small; | |||
} | |||
.symbol.note { | |||
display: none; | |||
} | |||
/* Strikethrough */ | |||
del { | |||
text-decoration-color: red; | |||
text-decoration-thickness: 2px; | |||
text-decoration-style: double; | |||
} | |||
/* Note */ | |||
.references-drawer ol>li { | |||
list-style: none; | |||
} | |||
.references-drawer .ttzoom { | |||
display:none | |||
} | |||
.references-drawer ul { | |||
list-style: disc!important; | |||
margin-left: 30px; | |||
} | |||
.reference a { | |||
color: darkred; | |||
font-weight: bold; | |||
} | |||
.drawer.references-drawer a.new { | |||
color: #dd3333; | |||
} | |||
.drawer.references-drawer .references-drawer__title { | |||
color: #c8ccd1; | |||
} | |||
/* Zoom text */ | |||
.Hani .tttext .ttzoom { | |||
font-family: Kaiti, Simsun; | |||
} | |||
.ttzoom { | |||
visibility: hidden; | |||
background-color: #fff; | |||
color: #000; | |||
text-align: center; | |||
border-radius: 6px; | |||
position: absolute; | |||
z-index: 1; | |||
left: 100%; | |||
bottom: -100%; | |||
margin-left: 10px; | |||
transition: opacity 0.3s; | |||
opacity: 0; | |||
padding: 10px; | |||
border: black solid 1px; | |||
font-size: 3em; | |||
line-height: 1.5em; | |||
align-items: center; | |||
font-weight: normal; | |||
min-width: 1.5em; | |||
white-space: nowrap; | |||
} | |||
.tttext { | |||
position: relative; | |||
display: inline-block; | |||
border-bottom: 1px dotted black; | |||
} | |||
.nozoom .ttzoom { | |||
display: none; | |||
} | |||
.nozoom .tttext { | |||
border-bottom: none; | |||
} | |||
/* Missing font notice */ | |||
.missing.message.popup { | |||
} | |||
.missing.message.popup:before { | |||
background-color: rgba(0,0,0,0.2); | |||
height: 100vh; | |||
width: 100vw; | |||
content: """"; | |||
display: block; | |||
position: fixed; | |||
top: 0; | |||
left: 0; | |||
} | |||
/* Cognates */ | |||
.cognates>ol>li { | |||
list-style: none; | |||
} | |||
/* Maybe */ | |||
.maybe { | |||
opacity: .7; | |||
} | |||
.maybe.message.popup { | |||
opacity: 1; | |||
} | |||
.enlarge { | |||
display:none; | |||
} | |||
/* Inline notes */ | |||
.inlinenote { | |||
color: darkcyan; | |||
font-size: smaller; | |||
font-weight: bold; | |||
} | |||
Phiên bản lúc 17:55, ngày 26 tháng 3 năm 2024
@import url(https://fonts.googleapis.com/css?family=Khmer);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+Cham);
#mw-indicator-mw-helplink, .last-modified-bar, #footer-info-lastmod, .catlinks, .notes, .cognates, #footer-icons {
display:none;
}
.pre-content h1, .content h1 {
font-family: Times New Roman;
}
h2 {
font-size: 1.1em;
}
ol dl dd {
font-size: 0.9em;
font-style: italic;
min-width: max-content;
}
/* Ruby text */
ruby {
display: inline-flex;
flex-direction: column-reverse;
line-height: 1.1em;
text-align: center;
vertical-align: text-bottom;
}
.notHani {
font-family: sans-serif, Khmer, Noto Sans Cham;
}
rt {
font-size:60%;
}
rb:has(> .notHani) {
padding-top: 5px;
}
.content .thumbcaption, .mw-content-ltr>ul {
text-align: left;
}
.alignright {
text-align: right;
}
/* Tooltip */
.note {
color: #777;
text-decoration-line: underline;
text-decoration-style: dotted;
text-decoration-thickness: 1px;
cursor: help;
vertical-align: super;
font-size: x-small;
}
.symbol.note {
display: none;
}
/* Strikethrough */
del {
text-decoration-color: red;
text-decoration-thickness: 2px;
text-decoration-style: double;
}
/* Note */
.references-drawer ol>li {
list-style: none;
}
.references-drawer .ttzoom {
display:none
}
.references-drawer ul {
list-style: disc!important;
margin-left: 30px;
}
.reference a {
color: darkred;
font-weight: bold;
}
.drawer.references-drawer a.new {
color: #dd3333;
}
.drawer.references-drawer .references-drawer__title {
color: #c8ccd1;
}
/* Zoom text */
.Hani .tttext .ttzoom {
font-family: Kaiti, Simsun;
}
.ttzoom {
visibility: hidden;
background-color: #fff;
color: #000;
text-align: center;
border-radius: 6px;
position: absolute;
z-index: 1;
left: 100%;
bottom: -100%;
margin-left: 10px;
transition: opacity 0.3s;
opacity: 0;
padding: 10px;
border: black solid 1px;
font-size: 3em;
line-height: 1.5em;
align-items: center;
font-weight: normal;
min-width: 1.5em;
white-space: nowrap;
}
.tttext {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
}
.nozoom .ttzoom {
display: none;
}
.nozoom .tttext {
border-bottom: none;
}
/* Missing font notice */
.missing.message.popup {
}
.missing.message.popup:before {
background-color: rgba(0,0,0,0.2);
height: 100vh;
width: 100vw;
content: """";
display: block;
position: fixed;
top: 0;
left: 0;
}
/* Cognates */
.cognates>ol>li {
list-style: none;
}
/* Maybe */
.maybe {
opacity: .7;
}
.maybe.message.popup {
opacity: 1;
}
.enlarge {
display:none;
}
/* Inline notes */
.inlinenote {
color: darkcyan;
font-size: smaller;
font-weight: bold;
}