MediaWiki:Vector.css

Từ điển mở Wiktionary

Chú ý: Sau khi lưu trang này, phải xóa bộ nhớ đệm (cache) của trình duyệt để những thay đổi hiện ra

  • Firefox / Safari: Nhấn giữ phím Shift trong khi nhấn Tải lại (Reload), hoặc nhấn tổ hợp Ctrl-F5 hay Ctrl-R (⌘R trên Mac)
  • Google Chrome: Nhấn tổ hợp Ctrl-Shift-R (⇧⌘R trên Mac)
  • Internet Explorer / Edge: Nhấn giữ phím Ctrl trong khi nhấn Làm tươi (Refresh), hoặc nhấn tổ hợp Ctrl-F5
  • Opera: Nhấn tổ hợp Ctrl-F5.
/* CSS dùng cho người dùng giao diện Vector */

#coordinates {
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	text-align: right;
	text-indent: 0;
	font-size: 85%;
	text-transform: none;
	white-space: nowrap;
}

/* Hiển thị "Từ điển mở Wiktionary" ở dưới tiêu đề */
.ns-0 #siteSub,
.ns-1 #siteSub {
	display: inline;
	font-size: 92%;
	font-weight: normal;
}

.ns-0 .topicon,
.ns-1 .topicon {
	top: -2em;
}

.ns-0 #coordinates,
.ns-1 #coordinates {
	top: 0em;
}

.columns {
    -moz-column-rule: 1px solid #aaaaaa; -webkit-column-rule: 1px solid #aaaaaa; column-rule: 1px solid #aaaaaa;
}

/* In xiên [[MediaWiki:Editpage-head-copy-warn]] */
.editpage-head-copywarn {
    font-style: italic;
}

/* Phông chữ serif tiếng Việt cho tiêu đề h1, h2 */
.mw-body #firstHeading,
.mw-body h1,
.mw-body h2 {
	font-family: "Linux Libertine", "Palatino Linotype", "Times New Roman", 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-size: 123px;
	background-image: url('//upload.wikimedia.org/wikipedia/commons/b/bc/Wiktionary-logo-vi-2022.svg') !important;
}

 .skin-vector #p-logo {
	margin-top: 1em;
}
*/