• 欢迎来到小可 · Wiki,人人可编辑的,多平台聊天机器人“小可”的官方文档资源。
  • 小可很可爱,请给我们打钱
  • 原 MkDocs 已迁入本站。若发现 404 属正常现象,请点击左上角搜索您想要的模块。

MediaWiki:Common.css

MediaWiki系统消息页面
Dianliang233讨论 | 贡献2021年6月11日 (五) 07:50的版本

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5
/* 这里放置的CSS将应用于所有皮肤 */
.home-grid {
	display: grid;
	grid: auto-flow dense/repeat( auto-fit, minmax( 9.375rem, 1fr ) );
	grid-auto-rows: minmax( 3rem, auto );
	grid-gap: 0.625rem;
}

.home-grid a.external {
	background-image: none;
}

.home-card {
	position: relative;
	padding: 15px;
	border: 1px solid;
	border-color: var( --border-color-base );
	background: var( --background-color-dp-02 );
	border-radius: 8px;
	box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.04 ), 0 3px 6px rgba( 0, 0, 0, 0.0575 );
	font-size: 0.875rem;
}

.home-card table.timeline {
	margin-top: 0.2rem;
}

.home-card--col2 {
	grid-column: span 2;
}

.home-card--row3 {
	grid-row: span 3;
}

.home-card--row4 {
	grid-row: span 4;
}

.home-card--row8 {
	grid-row: span 8 / auto;
}

.home-card__label {
	color: var( --color-base--subtle );
	font-size: 0.8125rem;
	letter-spacing: 0.75px;
}

h3.home-card__header {
	margin-top: 0;
	font-size: 1rem;
}

.home-card__header a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home-card__header a:after {
	content: '▶';
	font-size: 0.8125rem;
}

.home-card__background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #242a31;
	border-radius: 8px;
}

.home-card__background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform .2s ease;
}

.home-card:hover .home-card__background img {
	transform: scale( 1.1 );
}

.home-card__foreground {
	position: absolute;
}

.home-card__foreground .home-card__label {
	color: #bababa;
}

.home-card__foreground .home-card__header {
	color: #fff;
}

.home-card p {
	margin-top: 0.2rem;
	font-size: 0.875rem;
}

.home-card.home-card--button {
	padding: 0;
	background: #242a31;
	overflow: hidden;
}

.home-card--button a {
	display: flex;
	height: 100%;
	align-items: center;
	padding: 0 15px;
	background: transparent;
	color: #fff;
	font-weight: 500;
}

.home-card--button .home-card__background a {
	padding: 0;
}

.home-link {
	display: grid;
	margin-top: 6px;
	font-size: 0.875rem;
	font-weight: 500;
	grid-gap: 6px;
	text-align: center;
}

.home-link__button {
	display: flex;
}

.home-link__button a {
	flex-grow: 1;
	padding: 0.3rem 0.6rem;
	border: 1px solid;
	border-color: var( --border-color-base );
	background: var( --background-color-framed );
	border-radius: 12px;
	color: var( --color-base--emphasized );
}

.home-link__button a:hover {
	background: var( --background-color-framed--hover );
}

.home-link__button a:active {
	background: var( --background-color-framed--active );
}

#home-content {
	margin-top: 1.6rem;
}

.home-stats {
	flex-grow: 1;
	line-height: 1;
}

.home-stats__value {
	font-size: 1.5rem;
	font-weight: 600;
}

.home-stats__unit {
	margin-top: 0.2rem;
	color: var( --color-base--subtle );
	font-size: 0.8125rem;
}

#home-card-donate {
	background: #f44336;
}
.home-header {
	margin-top: 1.6rem;
}

.home-header__title {
	margin-top: 0;
	font-size: 1.5rem;
}

.home-header .home-header__subtitle {
	margin-top: 0.4rem;
	color: var( --color-base--subtle );
	font-size: 0.875rem;
}

.home-header__search {
	max-width: 600px;
	padding: 0.6rem 0.8rem;
	border: 1px solid;
	border-color: var( --border-color-base );
	margin: 0.8rem auto 0 auto;
	background: var( --background-color-dp-04 );
	border-radius: 100px;
	box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.04 ), 0 3px 6px rgba( 0, 0, 0, 0.0575 );
	color: var( --color-base--subtle );
	cursor: pointer;
	font-size: 0.875rem;
}

.keyboard-text {
	padding: 0 5px;
	border: 1px solid;
	margin: 0 2px;
	border-radius: 4px;
}

@media ( min-width: 682px ) {
	.home-header {
		text-align: center;
	}
}

@media ( hover: none ) {
	.desktoponly {
		display: none;
	}
}
#home-nav {
	margin-top: 2.4rem;
}
#home-nav .home-card__background:after {
	position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: linear-gradient(to right,#000,transparent);
    content: "";
}

#home-nav .home-card__foreground {
	pointer-events: none;
	height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    color: #fff;
    font-weight: 500;
}
#home-featured {
	overflow: hidden;
}

#home-featured .home-card__background a {
	display: block;
	height: 100%;
}

#home-featured .home-card__background:after {
	position: absolute;
	pointer-events: none;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 60%;
	background: linear-gradient( to top, #000, transparent );
	border-radius: 0 0 8px 8px;
	content: '';
}

#home-featured .home-card__foreground {
	pointer-events: none;
	right: 15px;
	bottom: 15px;
	left: 15px;
}
#home-version {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.home-version-links {
	grid-template-columns: 1fr 1fr;
}

.home-version-patch__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home-version-patch {
	display: flex;
	align-items: center;
}

.home-version-patch__name {
	font-size: 1.2rem;
	font-weight: 600;
}

.home-version-patch__type {
	padding: 0.1rem 0.6rem;
	margin-left: 0.4rem;
	background: var( --background-color-framed--active );
	border-radius: 100px;
	font-size: 0.8125rem;
	font-weight: 500;
	text-transform: uppercase;
}

.home-version-patch__type--stable {
	background: var( --background-color-success );
}

.home-version-patch__type--beta {
	background: var( --background-color-destructive );
}

.home-version-patch__type--canary {
	background: var( --background-color-warning );
}
#home-editing {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.home-editing__stats {
	display: flex;
}
.home-onthisday-section .home-card__label {
	margin-top: 0.8rem;
}
.mw-parser-output .home-card table.timeline {
    margin-top: 0.2rem;
}
.mw-parser-output table.timeline {
    display: table;
    border-bottom: 0;
}
.mw-parser-output table.timeline tr {
    display: flex;
    flex-direction: column;
    border-left: 1px solid;
    border-color: var(--border-color-base--darker);
    padding-left: 20px;
}
.mw-parser-output table.timeline tr td {
    border-bottom: 0;
}
.mw-parser-output table.timeline tr td:first-child {
    padding-bottom: 0;
    font-size: 1rem;
    font-weight: bold;
    display: list-item;
    margin-left: -7px;
    padding-left: 7px;
    padding-top: 0.8rem;
}
.mw-parser-output table.timeline tr td:last-child {
    padding-top: 0.2rem;
    padding-right: 0;
}
.infobox {
    width: 100%;
    max-width: 400px;
    margin-top: 0;
    border-spacing: 0;
    border-radius: 12px;
    background: var(--background-color-framed);
    font-size: 0.875rem;
    text-align: left;
    /* boxshadow-2 */
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04), 0 3px 6px rgba(0, 0, 0, 0.0575);
    /* In case if tooltips go out of boundary */
    overflow: visible;
}

/* Table elements */
.infobox tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.infobox tr {
    margin-top: 10px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.infobox th,
.infobox td {
    padding: 0 10px;
}

/* Infobox column */
.infobox .infobox-nocol {
    width: 100%;
    flex-direction: row;
}

.infobox .infobox-nocol th {
    width: 30%;
}

.infobox .infobox-nocol td {
    width: 70%;
}

.infobox .infobox-col1 {
    width: 100%;
}

.infobox .infobox-col2 {
    width: 50%;
}

.infobox .infobox-col3 {
    width: calc(100% / 3);
}

.infobox .infobox-col4 {
    width: 25%;
}

.infobox-data {
    min-width: 25%;
}

/* Infobox image */
.infobox .infobox-image {
    margin-top: 0;
    padding: 0;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

.infobox-image td {
    padding: 0;
}

.infobox-image--light .image {
	background: #eaecf0;
}

.infobox-image--dark .image {
	background: #2b2f36;
}

.infobox-image .image img {
    display: block;
    background: var(--background-color-quiet--hover);
}

/* Infobox title */
.infobox .infobox-title {
    margin-top: 20px;
    margin-bottom: 5px;
    width: 100%;
    color: var(--color-base--emphasized);
    font-size: 1.4rem;
    line-height: 1.4;
}

/* Infobox header */
.infobox .infobox-header {
    margin-top: 15px;
    padding-top: 15px;
    width: 100%;
    color: var(--color-base--emphasized);
    border-top: 1px solid;
    border-color: var(--border-color-base);
    font-size: 1rem;
}

/* Infobox value */
.infobox-data th {
    color: var(--color-base--subtle);
    font-weight: normal;
    font-size: 0.8125rem;
    letter-spacing: .75px;
}

.infobox-data td {
    font-weight: bold;
}

.infobox-data ul,
.infobox-data ol {
    margin-top: 0;
}

/* Infobox button */
.infobox .infobox-button-bar {
    margin-top: 25px;
    padding: 0;
    width: 100%;
    text-align: center;
}

.infobox-button-bar th {
    padding: 0;
}

/* Collapsible toggle */
.infobox tr:first-of-type .mw-collapsible-toggle {
    position: relative;
    display: none;
    float: none;
}

.infobox tr:first-of-type .mw-collapsible-toggle a.mw-collapsible-text {
    position: absolute;
    right: 0;
    border-radius: 0 12px;
    padding: 5px 15px;
    background: var(--color-destructive);
    color: white;
    display: block;
}

.infobox tr:first-of-type .mw-collapsible-toggle .mw-collapsible-text:hover {
    background: var(--color-destructive--hover);
}

.infobox tr:first-of-type .mw-collapsible-toggle .mw-collapsible-text:active {
    background: var(--color-destructive--active);
}

.infobox tr:first-of-type .mw-collapsible-toggle-collapsed .mw-collapsible-text {
    background: var(--color-primary);
}

.infobox tr:first-of-type .mw-collapsible-toggle-collapsed .mw-collapsible-text:hover {
    background: var(--color-primary--hover);
}

.infobox tr:first-of-type .mw-collapsible-toggle-collapsed .mw-collapsible-text:active {
    background: var(--color-primary--active);
}

.infobox tr:first-of-type .mw-collapsible-toggle:before,
.infobox tr:first-of-type .mw-collapsible-toggle:after {
    content: none;
}

@media only screen and (max-width: 720px) {
    .infobox {
        margin-left: auto;
        margin-right: auto;
    }

    .infobox tr:first-of-type .mw-collapsible-toggle {
        display: block;
    }
}

@media only screen and (max-width: 508px) {
    .infobox {
        width: auto;
        margin-left: -20px;
        margin-right: -20px;
    }
}
.mbox {
	position: relative;
    margin-top: 0.4rem;
    margin-bottom: 0.8rem;
    border-radius: 8px;
    color: var( --color-base--subtle );
    font-size: 0.875rem;
    background-color: var( --background-color-framed );
    display: flex;
    flex-direction: column;
}

.mbox.mbox-high {
    background-color: var( --background-color-destructive );
}

.mbox.mbox-med {
    background-color: var( --background-color-warning );
}

.mbox-title {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.mbox-icon img {
    opacity: .5;
    margin-right: 10px;
    width: 14px;
    height: auto;
}

.mbox-text {
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.0625), 0 10px 10px rgba(0, 0, 0, 0.055);
}

/* Dark mode */
html.skin-citizen-dark .mbox-icon img {
    filter: invert(1);
}

/* Readability fixes */
html.skin-citizen-dark .mbox {
	color: var( --color-base--emphasized );
}

@media only screen and (max-width: 720px) {
    .mbox {
        margin: 0.4rem -20px 0 -20px;
    }

    .mbox-title {
        padding: 10px 20px;
    }
}
Cookie帮助我们提供我们的服务。通过使用我们的服务,您同意我们使用cookie。