Bật tắt bảng chọn
ONTHITHPT
Toggle preferences menu
Bật tắt bảng chọn cá nhân
Chưa đăng nhập
Địa chỉ IP của bạn sẽ được hiển thị công khai nếu bạn thực hiện bất kỳ sửa đổi nào.

MediaWiki:Common.css

Trang giao diện MediaWiki

Chú ý: Sau khi lưu trang, có thể bạn sẽ phải xóa bộ nhớ đệm của trình duyệt để xem các thay đổi.

  • 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).
  • 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.
/* Mã CSS đặt ở đây sẽ áp dụng cho mọi giao diện */
#siteSub, .page-info
{
  display: none;
}
.citizen-body iframe {
  width: 100%;
  border-radius: var(--border-radius-medium);
  margin-bottom: 25px;
}
.citizen-body p img, .citizen-body table{
  max-width: 100% !important;
  height: auto !important;
}
.button {
  display: flex;
  flex-grow: 1;
  padding: var(--space-xs);
  border: 1px solid var(--border-color-base);
  background: var(--color-surface-2);
  border-radius: var(--border-radius-medium);
  color: var(--color-emphasized);
  line-height: var(--line-height-xxx-small);
  text-decoration: none;
  cursor: pointer;
  justify-content: center; /* Center horizontally */
  align-items: center;     /* Center vertically */
}

.button:hover {
  background: var(--color-surface-2--hover);
}

.button:active {
  background: var(--color-surface-2--active);
}

.card {
  width: 100%;
	padding: var( --space-md );
	border: 1px solid var( --border-color-base );
	background: var( --color-surface-1 );
	border-radius: var( --border-radius-medium );
}
.gallerytext p {
display: none;
}
.galleryfilename-truncate {
	white-space: inherit;
}
#citizen-sidebar-lastmod {
 display: none;
}