|
|
𣳔1.017: |
𣳔1.017: |
| /* @noflip */ | | /* @noflip */ |
| border-left: 10px solid #47a30d; /* Xanh lục */ | | border-left: 10px solid #47a30d; /* Xanh lục */ |
| }
| |
|
| |
| /* Kiểu hộp thông báo hình */
| |
| table.imbox {
| |
| margin: 4px 10%;
| |
| border-collapse: collapse;
| |
| border: 3px solid #36c; /* Default "notice" blue */
| |
| background-color: #fbfbfb;
| |
| box-sizing: border-box;
| |
| }
| |
| .imbox .mbox-text .imbox { /* For imboxes inside imbox-text cells. */
| |
| margin: 0 -0.5em; /* 0.9 - 0.5 = 0.4em left/right. */
| |
| display: block; /* Fix for webkit to force 100% width. */
| |
| }
| |
| .mbox-inside .imbox { /* For imboxes inside other templates. */
| |
| margin: 4px;
| |
| }
| |
|
| |
| table.imbox-notice {
| |
| border: 3px solid #36c; /* Blue */
| |
| }
| |
| table.imbox-speedy {
| |
| border: 3px solid #b32424; /* Red */
| |
| background-color: #fee7e6; /* Pink */
| |
| }
| |
| table.imbox-delete {
| |
| border: 3px solid #b32424; /* Red */
| |
| }
| |
| table.imbox-content {
| |
| border: 3px solid #f28500; /* Orange */
| |
| }
| |
| table.imbox-style {
| |
| border: 3px solid #fc3; /* Yellow */
| |
| }
| |
| table.imbox-move {
| |
| border: 3px solid #9932cc; /* Purple */
| |
| }
| |
| table.imbox-protection {
| |
| border: 3px solid #a2a9b1; /* Gray-gold */
| |
| }
| |
| table.imbox-license {
| |
| border: 3px solid #88a; /* Dark gray */
| |
| background-color: #f7f8ff; /* Light gray */
| |
| }
| |
| table.imbox-featured {
| |
| border: 3px solid #cba135; /* Brown-gold */
| |
| }
| |
|
| |
| /* Kiểu hộp thông báo thể loại */
| |
| table.cmbox {
| |
| margin: 3px 10%;
| |
| border-collapse: collapse;
| |
| border: 1px solid #a2a9b1;
| |
| background-color: #dfe8ff; /* Default "notice" blue */
| |
| box-sizing: border-box;
| |
| }
| |
|
| |
| table.cmbox-notice {
| |
| background-color: #d8e8ff; /* Blue */
| |
| }
| |
| table.cmbox-speedy {
| |
| margin-top: 4px;
| |
| margin-bottom: 4px;
| |
| border: 4px solid #b32424; /* Red */
| |
| background-color: #ffdbdb; /* Pink */
| |
| }
| |
| table.cmbox-delete {
| |
| background-color: #ffdbdb; /* Pink */
| |
| }
| |
| table.cmbox-content {
| |
| background-color: #ffe7ce; /* Orange */
| |
| }
| |
| table.cmbox-style {
| |
| background-color: #fff9db; /* Yellow */
| |
| }
| |
| table.cmbox-move {
| |
| background-color: #e4d8ff; /* Purple */
| |
| }
| |
| table.cmbox-protection {
| |
| background-color: #efefe1; /* Gray-gold */
| |
| }
| |
|
| |
| /* Kiểu một số dạng hộp thông báo khác */
| |
| table.ombox {
| |
| margin: 4px 10%;
| |
| border-collapse: collapse;
| |
| border: 1px solid #a2a9b1; /* Default "notice" gray */
| |
| background-color: #f8f9fa;
| |
| box-sizing: border-box;
| |
| }
| |
|
| |
| table.ombox-notice {
| |
| border: 1px solid #a2a9b1; /* Gray */
| |
| }
| |
| table.ombox-speedy {
| |
| border: 2px solid #b32424; /* Red */
| |
| background-color: #fee7e6; /* Pink */
| |
| }
| |
| table.ombox-delete {
| |
| border: 2px solid #b32424; /* Red */
| |
| }
| |
| table.ombox-content {
| |
| border: 1px solid #f28500; /* Orange */
| |
| }
| |
| table.ombox-style {
| |
| border: 1px solid #fc3; /* Yellow */
| |
| }
| |
| table.ombox-move {
| |
| border: 1px solid #9932cc; /* Purple */
| |
| }
| |
| table.ombox-protection {
| |
| border: 2px solid #a2a9b1; /* Gray-gold */
| |
| }
| |
|
| |
| /* Kiểu hộp thông báo thảo luận */
| |
| table.tmbox {
| |
| margin: 4px 10%;
| |
| border-collapse: collapse;
| |
| border: 1px solid #c0c090; /* Default "notice" gray-brown */
| |
| background-color: #f8eaba;
| |
| min-width: 80%;
| |
| box-sizing: border-box;
| |
| }
| |
| .tmbox.mbox-small {
| |
| min-width: 0; /* reset the min-width of tmbox above */
| |
| }
| |
| .mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
| |
| margin: 2px 0; /* this declaration overrides other styles (including mbox-small above) */
| |
| width: 100%; /* For Safari and Opera */
| |
| }
| |
| .mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when */
| |
| line-height: 1.5em; /* also "nested", so reset styles that are */
| |
| font-size: 100%; /* set in "mbox-small" above. */
| |
| }
| |
|
| |
| table.tmbox-speedy {
| |
| border: 2px solid #b32424; /* Red */
| |
| background-color: #fee7e6; /* Pink */
| |
| }
| |
| table.tmbox-delete {
| |
| border: 2px solid #b32424; /* Red */
| |
| }
| |
| table.tmbox-content {
| |
| border: 2px solid #f28500; /* Orange */
| |
| }
| |
| table.tmbox-style {
| |
| border: 2px solid #fc3; /* Yellow */
| |
| }
| |
| table.tmbox-move {
| |
| border: 2px solid #9932cc; /* Purple */
| |
| }
| |
| table.tmbox-protection,
| |
| table.tmbox-notice {
| |
| border: 1px solid #c0c090; /* Gray-brown */
| |
| }
| |
|
| |
| /* Kiểu hộp thông báo chân trang và đầu đề */
| |
| table.fmbox {
| |
| clear: both;
| |
| margin: 0.2em 0;
| |
| width: 100%;
| |
| border: 1px solid #a2a9b1;
| |
| background-color: #f8f9fa; /* Default "system" gray */
| |
| box-sizing: border-box;
| |
| }
| |
| table.fmbox-system {
| |
| background-color: #f8f9fa;
| |
| }
| |
| table.fmbox-warning {
| |
| border: 1px solid #bb7070; /* Dark pink */
| |
| background-color: #ffdbdb; /* Pink */
| |
| }
| |
| table.fmbox-editnotice {
| |
| background-color: transparent;
| |
| }
| |
| /* Thẻ div dựa trên các thông báo fmbox kiểu "cảnh báo". */
| |
| div.mw-warning-with-logexcerpt,
| |
| div.mw-lag-warn-high,
| |
| div.mw-cascadeprotectedwarning,
| |
| div#mw-protect-cascadeon,
| |
| div.titleblacklist-warning,
| |
| div.locked-warning {
| |
| clear: both;
| |
| margin: 0.2em 0;
| |
| border: 1px solid #bb7070;
| |
| background-color: #ffdbdb;
| |
| padding: 0.25em 0.9em;
| |
| box-sizing: border-box;
| |
| }
| |
| /* Thẻ div dựa trên các thông báo fmbox kiểu "hệ thống". Dùng trong
| |
| [[MediaWiki:Noarticletext]] và [[MediaWiki:Readonly lag]]. */
| |
| div.mw-lag-warn-normal,
| |
| div.noarticletext,
| |
| div.fmbox-system {
| |
| clear: both;
| |
| margin: 0.2em 0;
| |
| border: 1px solid #aaa;
| |
| background: #f9f9f9;
| |
| padding: 0.25em 0.9em;
| |
| }
| |
|
| |
| /* Các lớp mbox-small này phải được đặt sau tất cả các lớp
| |
| ambox/tmbox/ombox,v.v khác. "body.mediawiki" là để chúng
| |
| đè lên "table.ambox + table.ambox" phía trên. */
| |
| html body.mediawiki .mbox-small { /* For the "small=yes" option. */
| |
| /* @noflip */
| |
| clear: right;
| |
| /* @noflip */
| |
| float: right;
| |
| /* @noflip */
| |
| margin: 4px 0 4px 1em;
| |
| box-sizing: border-box;
| |
| width: 238px;
| |
| font-size: 88%;
| |
| line-height: 1.25em;
| |
| }
| |
| html body.mediawiki .mbox-small-left { /* For the "small=left" option. */
| |
| /* @noflip */
| |
| margin: 4px 1em 4px 0;
| |
| box-sizing: border-box;
| |
| overflow: hidden;
| |
| width: 238px;
| |
| border-collapse: collapse;
| |
| font-size: 88%;
| |
| line-height: 1.25em;
| |
| }
| |
|
| |
| /* Kiểu cách cho ambox nhỏ gọn */
| |
| /* Ẩn hình */
| |
| .compact-ambox table .mbox-image,
| |
| .compact-ambox table .mbox-imageright,
| |
| .compact-ambox table .mbox-empty-cell {
| |
| display: none;
| |
| }
| |
| /* Remove borders, backgrounds, padding, etc. */
| |
| .compact-ambox table.ambox {
| |
| border: none;
| |
| border-collapse: collapse;
| |
| background-color: transparent;
| |
| margin: 0 0 0 1.6em !important;
| |
| padding: 0 !important;
| |
| width: auto;
| |
| display: block;
| |
| }
| |
| body.mediawiki .compact-ambox table.mbox-small-left {
| |
| font-size: 100%;
| |
| width: auto;
| |
| margin: 0;
| |
| }
| |
| /* Định kiểu ô văn bản dưới dạng một mục danh sách và loại bỏ phần đệm của nó */
| |
| .compact-ambox table .mbox-text {
| |
| padding: 0 !important;
| |
| margin: 0 !important;
| |
| }
| |
| .compact-ambox table .mbox-text-span {
| |
| display: list-item;
| |
| line-height: 1.5em;
| |
| list-style-type: square;
| |
| list-style-image: url(/w/skins/MonoBook/resources/images/bullet.svg);
| |
| }
| |
| .skin-vector .compact-ambox table .mbox-text-span {
| |
| list-style-type: disc;
| |
| list-style-image: url(/w/skins/Vector/images/bullet-icon.svg);
| |
| }
| |
| /* Cho phép ẩn văn bản ở dạng nhỏ gọn */
| |
| .compact-ambox .hide-when-compact {
| |
| display: none;
| |
| }
| |
|
| |
| /* làm cho các chú thích trong bài không làm xô lệch hàng */
| |
| .reference, .references sup {
| |
| font-size: 80%;
| |
| white-space: nowrap;
| |
| }
| |
|
| |
| /* Giảm chiều cao các hàng có <sup> và <sub> */
| |
| sup, sub {
| |
| line-height: 1em;
| |
| }
| |
|
| |
| /* Làm cho danh sách các tham khảo trong [[Bản mẫu:Tham khảo]] nhỏ hơn */
| |
| /* Giữ để đồng bộ với Bản mẫu:Đầu tham khảo/styles.css */
| |
| ol.references,
| |
| div.reflist {
| |
| font-size: 90%; /* Font mặc định */
| |
| margin-bottom: 0.5em;
| |
| }
| |
| div.reflist ol.references {
| |
| font-size: 100%; /* Reset font-size when nested in div.reflist */
| |
| margin-bottom: 0; /* Avoid double margin when nested in div.reflist */
| |
| list-style-type: inherit; /* Enable custom list style types */
| |
| }
| |
|
| |
| /* CHÚ Ý PHÊ CHUẨN: những mã sau hiển thị đúng, nhưng phê chuẩn W3C không chấp nhận nó */
| |
| /* -moz-* là một phần mở rộng tùy theo nhà cung cấp (CSS 2.1 4.1.2.1) */
| |
| /* column-count lấy từ gói CSS3 "CSS Multi-column Layout" */
| |
| /* Xin hãy bỏ qua các lỗi phê chuẩn tạo ra bởi hai dòng này */
| |
| .references-2column {
| |
| font-size: 90%;
| |
| -moz-column-count: 2;
| |
| column-count: 2;
| |
| }
| |
|
| |
| /* Tô sáng tham khảo được nhấn để dễ tìm */
| |
| ol.references > li:target {
| |
| background-color: #DEF;
| |
| box-shadow: 0 0 0 5px #DEF;
| |
| }
| |
| ol.references > li:target:marker,
| |
| ol.references > li:target:-moz-list-number {
| |
| font-weight: bold;
| |
| }
| |
| sup.reference:target,
| |
| span.citation:target, cite:target {
| |
| outline: medium solid rgba(6, 69, 173, 0.4);
| |
| outline-offset: 2px;
| |
| }
| |
|
| |
| /* Làm cho mục tham khảo trong đầu đề bảng không bị đậm hay nghiêng */
| |
| sup.reference {
| |
| font-weight: normal;
| |
| font-style: normal;
| |
| }
| |
|
| |
| /* Kiểu cách cho chú thích */
| |
| span.citation, cite {
| |
| font-style: normal;
| |
| word-wrap: break-word;
| |
| }
| |
|
| |
| /* For linked citation numbers and document IDs, where
| |
| the number need not be shown on a screen or a handheld,
| |
| but should be included in the printed version
| |
| */
| |
| @media screen, handheld, projection {
| |
| span.citation .printonly, cite .printonly {
| |
| display: none;
| |
| }
| |
| }
| |
|
| |
| /* Tọa độ địa lý
| |
|
| |
| Để hiển thị tọa độ địa lý dùng cách ghi chú trong mã nguồn, hãy thêm dòng sau vào trang Thành viên:Tênthànhviên/monobook.css:
| |
| .geo-default { display: inline } .geo-nondefault { display: none }
| |
| .geo-dec { display: inline } .geo-dms { display: inline }
| |
|
| |
| Để hiển thị tọa độ địa lý dùng cách ghi chú thập phân, hãy thêm dòng sau vào trang Thành viên:Tênthànhviên/monobook.css:
| |
| .geo-default { display: inline } .geo-nondefault { display: inline }
| |
| .geo-dec { display: inline } .geo-dms { display: none }
| |
|
| |
| Để hiển thị tọa độ địa lý dùng cách ghi chú kiểu DMS, hãy thêm dòng sau vào trang Thành viên:Tênthànhviên/monobook.css:
| |
| .geo-default { display: inline } .geo-nondefault { display: inline }
| |
| .geo-dec { display: none } .geo-dms { display: inline }
| |
|
| |
| Để hiển thị tọa độ địa lý dùng cách ghi chú kiểu DMS lẫn thập phân, hãy thêm dòng sau vào trang Thành viên:Tênthànhviên/monobook.css:
| |
| .geo-default { display: inline } .geo-nondefault { display: inline }
| |
| .geo-dec { display: inline } .geo-dms { display: inline }
| |
| .geo-multi-punct { display: inline }
| |
|
| |
| Xem [[Bản mẫu:Coor link]] để xem cách dùng.
| |
|
| |
| Lưu ý các lớp "geo", "longitude", và "latitude" không chỉ là các kiểu cách trình bày mà còn được [[vi định dạng Geo]] sử dụng, do đó không nên đổi tên.
| |
|
| |
| */
| |
|
| |
| .geo-default { display: inline; }
| |
| .geo-nondefault { display: none; }
| |
| .geo-dms { display: inline; }
| |
| .geo-dec { display: inline; }
| |
| .geo-multi-punct { display: none; }
| |
|
| |
| .longitude, .latitude {
| |
| white-space: nowrap;
| |
| }
| |
|
| |
| /* Dùng cho vi định dạng Geo (Geo microformat), hiện chưa cần kiểu nào ngoại trừ .geo-dec. */
| |
| .geo { }
| |
|
| |
| /***** hết các kiểu cách cho tọa độ địa lý */
| |
|
| |
| /* Cho phép các cấp độ đầu đề nào hiển thị trong Mục lục;
| |
| ví dụ, <div class="toclimit-3">, sẽ giới hạn trong viẹc hiển thị
| |
| ==đầu đề== và ===đầu đề=== nhưng không hiển thị các đầu đề nhỏ hơn
| |
| (miễn là không có =đầu đề= trong trang, điều không được khuyên dùng theo như
| |
| Cẩm nang về văn phong).
| |
| */
| |
| .toclimit-2 .toclevel-2,
| |
| .toclimit-3 .toclevel-3,
| |
| .toclimit-4 .toclevel-4,
| |
| .toclimit-5 .toclevel-5,
| |
| .toclimit-6 .toclevel-6,
| |
| .toclimit-7 .toclevel-7 { display: none; }
| |
|
| |
| /* Cuộn trái/phải các đoạn mã giữ nguyên khoảng cách */
| |
| @media screen {
| |
| pre { overflow: auto; }
| |
| }
| |
|
| |
| /* Kiểu cách cho Bản mẫu:Quote */
| |
| blockquote.templatequote {
| |
| margin-top: 0;
| |
| }
| |
| blockquote.templatequote div.templatequotecite {
| |
| line-height: 1.5em;
| |
| /* @noflip */
| |
| text-align: left;
| |
| /* @noflip */
| |
| padding-left: 1.6em;
| |
| margin-top: 0;
| |
| }
| |
|
| |
|
| |
| /* Tránh ngắt đoạn ở những trường hợp ngớ ngẩn:
| |
| 1) Muốn vậy
| |
| 2) Liên kết khi chúng ta không muốn
| |
| 3) In đậm "liên kết" trong chính trang đó
| |
| 4) Hàm thức HTML
| |
| 5) Thẻ ref với tên nhóm <ref group="Note"> --> "[Note 1]"
| |
| */
| |
| .nowrap,
| |
| .nowraplinks a,
| |
| .nowraplinks .selflink,
| |
| sup.reference a {
| |
| white-space: nowrap;
| |
| }
| |
| /* But allow wrapping where desired: */
| |
| .wrap,
| |
| .wraplinks a {
| |
| white-space: normal;
| |
| }
| |
|
| |
| /* Cho tài liệu bản mẫu */
| |
| .template-documentation {
| |
| clear: both;
| |
| margin: 1em 0 0 0;
| |
| border: 1px solid #aaa;
| |
| background-color: #ecfcf4;
| |
| padding: 1em;
| |
| }
| |
|
| |
| /* Kiểu cách cho thẻ Bộ lọc Sai phạm */
| |
| .mw-tag-markers {
| |
| font-family: 'Gothic Nguyen', sans-serif;
| |
| font-size:90%;
| |
| }
| |
|
| |
| /* Ẩn những nội dung chỉ cho bảo quản viên biết. Hãy viết tương tự trong
| |
| [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-accountcreator.css]], và
| |
| [[Mediawiki:Group-autoconfirmed.css]].
| |
| */
| |
| .checkuser-show,
| |
| .sysop-show,
| |
| .abusefilter-show,
| |
| .abusefilter-helper-show,
| |
| .patroller-show,
| |
| .templateeditor-show,
| |
| .extendedmover-show,
| |
| .extendedconfirmed-show,
| |
| .autoconfirmed-show,
| |
| .user-show {
| |
| display: none;
| |
| }
| |
|
| |
| /* Hide the redlink generated by {{Editnotice}},
| |
| this overrides the ".sysop-show { display: none; }" above that applies
| |
| to the same link as well. See [[phab:T45013]]
| |
|
| |
| Hide the images in editnotices to keep them readable in VE view.
| |
| Long term, editnotices should become a core feature so that they can be designed responsive. */
| |
| .ve-ui-mwNoticesPopupTool-item .editnotice-redlink,
| |
| .ve-ui-mwNoticesPopupTool-item .mbox-image,
| |
| .ve-ui-mwNoticesPopupTool-item .mbox-imageright {
| |
| display: none !important;
| |
| }
| |
|
| |
| /* Remove bullets when there are multiple edit page warnings */
| |
| ul.permissions-errors > li {
| |
| list-style: none none;
| |
| }
| |
| ul.permissions-errors {
| |
| margin: 0;
| |
| }
| |
|
| |
| /* Không có thanh ngang trên mác trang đăng nhập */
| |
| body.page-Special_UserLogin .mw-label label,
| |
| body.page-Special_UserLogin_signup .mw-label label {
| |
| white-space: nowrap;
| |
| }
| |
|
| |
| /* Biểu đồ Pie thử nghiệm: Viền trong suốt */
| |
| .transborder {
| |
| border: solid transparent;
| |
| }
| |
| * html .transborder { /* IE6 */
| |
| border: solid #000001;
| |
| filter: chroma(color=#000001);
| |
| }
| |
|
| |
| /* Kiểu cách cho đánh dấu cập nhật trong trang theo dõi, lịch sử trang, và thay đổi gần đây/liên quan.
| |
| Các điểm đánh dấu danh sách được định kiểu trong các bảng kiểu của hình dạng. */
| |
| span.updatedmarker {
| |
| background-color: transparent;
| |
| color: #006400;
| |
| }
| |
| /*li.mw-changeslist-line-watched .mw-title,
| |
| table.mw-changeslist-line-watched .mw-title,
| |
| table.mw-enhanced-watch .mw-enhanced-rctime {
| |
| font-weight: normal;
| |
| }*/
| |
| strong.mw-watched a {
| |
| font-weight: bold
| |
| }
| |
|
| |
| /* Lớp chung cho chữ serif kiểu Times, lớp texhtml cho toán học trong dòng */
| |
| .times-serif,
| |
| span.texhtml {
| |
| font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
| |
| font-size: 118%;
| |
| line-height: 1.35em;
| |
| white-space: nowrap;
| |
| }
| |
| span.texhtml span.texhtml {
| |
| font-size: 100%;
| |
| }
| |
|
| |
| /* Hiển thị con số và texhtml dưới dạng bảng */
| |
| .digits,
| |
| .texhtml {
| |
| -moz-font-feature-settings: "lnum", "tnum";
| |
| -webkit-font-feature-settings: "lnum", "tnum";
| |
| font-feature-settings: "lnum", "tnum";
| |
| }
| |
|
| |
| /* Danh sách tham khảo nhỏ hơn */
| |
| ol.references,
| |
| div.reflist,
| |
| div.refbegin {
| |
| font-size: 90%; /* Default font-size */
| |
| margin-bottom: 0.5em;
| |
| }
| |
| div.refbegin-100 {
| |
| font-size: 100%; /* Option for normal fontsize in {{refbegin}} */
| |
| }
| |
| div.reflist ol.references {
| |
| font-size: 100%; /* Reset font-size when nested in div.reflist */
| |
| list-style-type: inherit; /* Enable custom list style types */
| |
| }
| |
|
| |
| /* T156351: Support for Parsoid's Cite implementation */
| |
| span[rel="mw:referencedBy"]::before {
| |
| content: "^ ";
| |
| }
| |
| a[rel="mw:referencedBy"]::before {
| |
| font-weight: bold;
| |
| content: "^";
| |
| }
| |
| span[rel="mw:referencedBy"] {
| |
| counter-reset: mw-ref-linkback 0;
| |
| }
| |
| span[rel="mw:referencedBy"] > a::before {
| |
| font-weight: bold;
| |
| font-style: italic;
| |
| font-size: 80%; /* to match the .references <sup> rule */
| |
| content: counter( mw-ref-linkback, lower-alpha );
| |
| }
| |
| .mw-ref > a[data-mw-group=upper-alpha]::after {
| |
| content: '[' counter( mw-Ref, upper-alpha ) ']';
| |
| }
| |
| .mw-ref > a[data-mw-group=decimal]::after {
| |
| content: '[' counter( mw-Ref, decimal ) ']';
| |
| }
| |
| .mw-ref > a[data-mw-group=lower-alpha]::after {
| |
| content: '[' counter( mw-Ref, lower-alpha ) ']';
| |
| }
| |
| .mw-ref > a[data-mw-group=lower-roman]::after {
| |
| content: '[' counter( mw-Ref, lower-roman ) ']';
| |
| }
| |
| .mw-ref > a[data-mw-group=upper-roman]::after {
| |
| content: '[' counter( mw-Ref, upper-roman ) ']';
| |
| }
| |
| .mw-ref > a[data-mw-group=lower-greek]::after {
| |
| content: '[' counter( mw-Ref, lower-greek ) ']';
| |
| }
| |
|
| |
| /* Thống nhất chiều dài của các dấu tab trong đoạn mã; xem [[Bugzilla:57824]] và [[Bugzilla:57825]]. */
| |
| .mw-highlight > pre,
| |
| div.mw-geshi div,
| |
| div.mw-geshi div pre,
| |
| span.mw-geshi,
| |
| pre.source-css,
| |
| pre.source-javascript,
| |
| pre.source-lua,
| |
| .diffchange {
| |
| -moz-tab-size: 4;
| |
| -o-tab-size: 4;
| |
| tab-size: 4;
| |
| }
| |
|
| |
|
| |
| /* Bao quanh thẻ <code> bằng một khung nhằm tách biệt mã ví dụ với nền chữ thông thường */
| |
| code {
| |
| border: 1px solid #ddd;
| |
| padding: 1px 4px;
| |
| border-radius: 2px;
| |
| }
| |
|
| |
| #sandbox-intro {
| |
| background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/3/38/Mypaint-icon.svg/48px-Mypaint-icon.svg.png");
| |
| background-position: 12px center;
| |
| background-repeat: no-repeat;
| |
| background-size: 48px auto;
| |
| padding: 1.5em 0 1.5em 72px;
| |
| position: -webkit-sticky;
| |
| position: sticky;
| |
| top: 0;
| |
| }
| |
|
| |
| .sandbox {
| |
| background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 30px, rgba(37, 37, 37, 0.03) 30px, rgba(37, 37, 37, 0.03) 60px);
| |
| background-image: -o-repeating-linear-gradient(-45deg, transparent, transparent 30px, rgba(37, 37, 37, 0.03) 30px, rgba(37, 37, 37, 0.03) 60px);
| |
| background-image: repeating-linear-gradient(-45deg, transparent, transparent 30px, rgba(37, 37, 37, 0.03) 30px, rgba(37, 37, 37, 0.03) 60px);
| |
| }
| |
|
| |
| /* Ẩn liên kết § cho những đề mục không bao giờ cần liên kết đến. */
| |
| .noarticletext .mw-headline-anchor,
| |
| .searchresults .mw-headline-anchor {
| |
| display: none;
| |
| }
| |
|
| |
| /* Ẩn giao diện có liên quan đến Biên dịch nội dung khi công cụ đó bị tắt. */
| |
| html:not(.cx-available) .cx-show {
| |
| display: none !important;
| |
| }
| |
|
| |
| @media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
| |
| /* [[MediaZilla:35337]] */
| |
| #p-logo a {
| |
| background-size: 135px auto;
| |
| }
| |
|
| |
| #disambig {
| |
| background-image: url('//upload.wikimedia.org/wikipedia/commons/thumb/7/72/Disambig.svg/64px-Disambig.svg.png');
| |
| }
| |
|
| |
| #stub, #substub, #dich {
| |
| background-image: url('//upload.wikimedia.org/wikipedia/commons/thumb/f/f4/Baustelle.svg/64px-Baustelle.svg.png');
| |
| }
| |
|
| |
| .audiolink a {
| |
| background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/2/21/Speaker_Icon.svg/26px-Speaker_Icon.svg.png") !important;
| |
| }
| |
|
| |
| div.videolist, div.multivideolist {
| |
| background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/3/3f/Film_reel.svg/80px-Film_reel.svg.png");
| |
| }
| |
|
| |
| .section-detail, div.catmore {
| |
| background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/1/1a/Searchtool-80%25.png/30px-Searchtool-80%25.png");
| |
| }
| |
|
| |
| div.dablink {
| |
| background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/7/72/Disambig.svg/30px-Disambig.svg.png");
| |
| }
| |
|
| |
| #sandbox-intro {
| |
| background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/3/38/Mypaint-icon.svg/96px-Mypaint-icon.svg.png");
| |
| }
| |
|
| |
| /* Các thời biểu EasyTimeline không có bản độ phân giải cao. */
| |
| img[src^="//upload.wikimedia.org/wikipedia/vi/timeline"] {
| |
| image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering: crisp-edges;
| |
| -ms-interpolation-mode: nearest-neighbor;
| |
| }
| |
| }
| |
|
| |
| /* Change the external link icon to an Adobe icon for all PDF files
| |
| in browsers that support these CSS selectors, like Mozilla and Opera */
| |
| div#content a[href$=".pdf"].external,
| |
| div#content a[href*=".pdf?"].external,
| |
| div#content a[href*=".pdf#"].external,
| |
| div#content a[href$=".PDF"].external,
| |
| div#content a[href*=".PDF?"].external,
| |
| div#content a[href*=".PDF#"].external,
| |
| div#mw_content a[href$=".pdf"].external,
| |
| div#mw_content a[href*=".pdf?"].external,
| |
| div#mw_content a[href*=".pdf#"].external,
| |
| div#mw_content a[href$=".PDF"].external,
| |
| div#mw_content a[href*=".PDF?"].external,
| |
| div#mw_content a[href*=".PDF#"].external {
| |
| background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
| |
| /* @noflip */
| |
| padding-right: 18px;
| |
| }
| |
|
| |
| /* Sắp xếp sortkey cho bảng biểu */
| |
| td .sortkey,
| |
| th .sortkey {
| |
| display: none;
| |
| speak: none;
| |
| }
| |
|
| |
| /* Cỡ chữ nhỏ cho các thể loại ẩn */
| |
| #mw-hidden-catlinks { font-size: 87% !important; }
| |
|
| |
| /* Sử dụng cho cho chủ đề
| |
| Với màn hình rộng, sẽ hiện ta hai cột
| |
| Với màn hình nhỏ hoặc điện thoại, thì thành một cột */
| |
| .portal-column-left {
| |
| float: left;
| |
| width: 50%;
| |
| }
| |
| .portal-column-right {
| |
| float: right;
| |
| width: 49%;
| |
| }
| |
| .portal-column-left-wide {
| |
| float: left;
| |
| width: 60%;
| |
| }
| |
| .portal-column-right-narrow {
| |
| float: right;
| |
| width: 39%;
| |
| }
| |
| .portal-column-left-extra-wide {
| |
| float: left;
| |
| width: 70%;
| |
| }
| |
| .portal-column-right-extra-narrow {
| |
| float: right;
| |
| width: 29%;
| |
| }
| |
| @media only screen and (max-width: 800px) {
| |
| /* Tách các cột trên màn hình nhỏ */
| |
| .portal-column-left,
| |
| .portal-column-right,
| |
| .portal-column-left-wide,
| |
| .portal-column-right-narrow,
| |
| .portal-column-left-extra-wide,
| |
| .portal-column-right-extra-narrow {
| |
| float: inherit;
| |
| width: inherit;
| |
| }
| |
| }
| |
|
| |
| /* Kiểu cho menu giới thiệu ở đầu trang được thêm vào bởi [[MediaWiki:Sitenotice]] */
| |
| #cssmenu {
| |
| background: #f96e5b;
| |
| width: auto;
| |
| }
| |
| #cssmenu ul {
| |
| list-style: none;
| |
| margin: 0;
| |
| padding: 0;
| |
| line-height: 1;
| |
| display: block;
| |
| zoom: 1;
| |
| }
| |
| #cssmenu ul:after {
| |
| content: " ";
| |
| display: block;
| |
| font-size: 0;
| |
| height: 0;
| |
| clear: both;
| |
| visibility: hidden;
| |
| }
| |
| #cssmenu ul li {
| |
| display: inline-block;
| |
| padding: 0;
| |
| margin: 0;
| |
| }
| |
| #cssmenu.align-right ul li {
| |
| float: right;
| |
| }
| |
| #cssmenu.align-center ul {
| |
| text-align: center;
| |
| }
| |
| #cssmenu ul li a {
| |
| color: #ffffff;
| |
| text-decoration: none;
| |
| display: block;
| |
| padding: 8px 15px;
| |
| font-family: 'Gothic Nguyen', 'Open Sans', sans-serif;
| |
| font-weight: 700;
| |
| text-transform: uppercase;
| |
| font-size: 10px;
| |
| position: relative;
| |
| -webkit-transition: color .25s;
| |
| -moz-transition: color .25s;
| |
| -ms-transition: color .25s;
| |
| -o-transition: color .25s;
| |
| transition: color .25s;
| |
| }
| |
| #cssmenu ul li a:hover {
| |
| color: #333333;
| |
| }
| |
| #cssmenu ul li a:hover:before {
| |
| width: 100%;
| |
| }
| |
| #cssmenu ul li a:after {
| |
| content: "";
| |
| display: block;
| |
| position: absolute;
| |
| right: -3px;
| |
| top: 19px;
| |
| height: 6px;
| |
| width: 6px;
| |
| background: #ffffff;
| |
| opacity: .5;
| |
| }
| |
| #cssmenu ul li a:before {
| |
| content: "";
| |
| display: block;
| |
| position: absolute;
| |
| left: 0;
| |
| bottom: 0;
| |
| height: 3px;
| |
| width: 0;
| |
| background: #333333;
| |
| -webkit-transition: width .25s;
| |
| -moz-transition: width .25s;
| |
| -ms-transition: width .25s;
| |
| -o-transition: width .25s;
| |
| transition: width .25s;
| |
| }
| |
| #cssmenu ul li.last > a:after,
| |
| #cssmenu ul li:last-child > a:after {
| |
| display: none;
| |
| }
| |
| #cssmenu ul li.active a {
| |
| color: #333333;
| |
| }
| |
| #cssmenu ul li.active a:before {
| |
| width: 100%;
| |
| }
| |
| #cssmenu.align-right li.last > a:after,
| |
| #cssmenu.align-right li:last-child > a:after {
| |
| display: block;
| |
| }
| |
| #cssmenu.align-right li:first-child a:after {
| |
| display: none;
| |
| }
| |
| @media screen and (max-width: 768px) {
| |
| #cssmenu ul li {
| |
| float: none;
| |
| display: block;
| |
| }
| |
| #cssmenu ul li a {
| |
| width: 100%;
| |
| -moz-box-sizing: border-box;
| |
| -webkit-box-sizing: border-box;
| |
| box-sizing: border-box;
| |
| border-bottom: 1px solid #fb998c;
| |
| }
| |
| #cssmenu ul li.last > a,
| |
| #cssmenu ul li:last-child > a {
| |
| border: 0;
| |
| }
| |
| #cssmenu ul li a:after {
| |
| display: none;
| |
| }
| |
| #cssmenu ul li a:before {
| |
| display: none;
| |
| }
| |
| }
| |
|
| |
| /* Font chữ serif tiếng Việt cho tiêu đề h1, h2 */
| |
| .mw-body #firstHeading,
| |
| .mw-body h1,
| |
| .mw-body h2,
| |
| .oo-ui-menuToolGroup-tools .oo-ui-tool-name-heading1 .oo-ui-tool-title,
| |
| .oo-ui-menuToolGroup-tools .oo-ui-tool-name-heading2 .oo-ui-tool-title,
| |
| .vector-sticky-header-context-bar-primary,
| |
| .vector-feature-zebra-design-enabled .vector-sticky-header-context-bar-primary {
| |
| font-family: 'Minh Nguyen', 'Han-Nom Minh', 'Nom Na Tong', 'MingLiU', 'MingLiU-ExtB', 'BatangChe', 'Cambria', serif;
| |
| }
| |
|
| |
| /*
| |
| Logo Tết
| |
| Ghi chú: Khi cần tắt logo Tết thì chỉ cần bôi đen và nhấn Ctrl + /
| |
| để tránh mất công viết lại
| |
| */
| |
|
| |
| /*#p-logo a {*/
| |
| /* background-image: url('https://upload.wikimedia.org/wikipedia/vi/1/11/LogoWiki_2023_Tet_Holiday.svg') !important;*/
| |
| /* background-size: 135px;*/
| |
| /*}*/
| |
|
| |
| /*.skin-vector #p-logo, .skin-monobook #p-logo {*/
| |
| /* margin-top: 1em;*/
| |
| /*}*/
| |
|
| |
| /* Logo cho giao diện Vector mới */
| |
|
| |
| /*.mw-logo-icon,*/
| |
| /*.mw-logo-wordmark,*/
| |
| /*.mw-logo-tagline {*/
| |
| /* background-repeat: no-repeat;*/
| |
| /* width: 0 !important;*/
| |
| /* height: 0 !important;*/
| |
| /*}*/
| |
|
| |
| /*.mw-logo-icon {*/
| |
| /* background-image: url(https://upload.wikimedia.org/wikipedia/vi/f/f0/Wikipedia-logo-v2_2023_Tet_Holiday.svg);*/
| |
| /* background-size: 3.125em;*/
| |
| /* padding: 3.125em 3.125em 0 0;*/
| |
| /*}*/
| |
|
| |
| /*.mw-logo-wordmark {*/
| |
| /* background-image: url(https://upload.wikimedia.org/wikipedia/vi/d/d6/Wikipedia-wordmark-en_2023_Tet_Holiday.svg);*/
| |
| /* background-size: 7.5em;*/
| |
| /* padding: 1.125em 7.5em 0 0;*/
| |
| /*}*/
| |
|
| |
| /*.mw-logo-tagline {*/
| |
| /* background-image: url(https://vi.wikipedia.org/static/images/mobile/copyright/wikipedia-tagline-vi.svg);*/
| |
| /* background-size: 7.5em;*/
| |
| /* padding: 0.625em 7.5em 0 0;*/
| |
| /*}*/
| |
|
| |
| /* Thử bỏ liên kết ở sidebar */
| |
| #t-upload {
| |
| display: none;
| |
| } | | } |