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

首页/styles.css:修订间差异

来自小可 · Wiki,人人可编辑的,QQ机器人“小可”的官方文档资源
(Dianliang233将页面首页/styles.css的内容模型从“CSS”更改为“已过滤的CSS”)
标签内容模型更改
([InPageEdit] 没有编辑摘要)
第1行: 第1行:
.page-小可_·_Wiki .page-heading {
visibility: hidden;
margin-bottom: 0;
}
.page-小可_·_Wiki #siteSub {
display: none;
}
.home-grid {
.home-grid {
display: grid;
display: grid;
第4行: 第13行:
grid-auto-rows: minmax( 3rem, auto );
grid-auto-rows: minmax( 3rem, auto );
grid-gap: 0.625rem;
grid-gap: 0.625rem;
}
.home-grid--col2 {
grid-template-columns: 1fr 1fr;
}
}


第17行: 第22行:
position: relative;
position: relative;
padding: 15px;
padding: 15px;
background: var( --color-surface-1 );
border: 1px solid;
border-color: var( --border-color-base );
background: var( --background-color-dp-02 );
border-radius: 8px;
border-radius: 8px;
box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.04 ), 0 3px 6px rgba( 0, 0, 0, 0.0575 );
box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.04 ), 0 3px 6px rgba( 0, 0, 0, 0.0575 );
第80行: 第87行:
object-fit: cover;
object-fit: cover;
object-position: center;
object-position: center;
transition: transform .2s ease;
}
.home-card:hover .home-card__background img {
transform: scale( 1.1 );
}
}


第100行: 第112行:


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


第108行: 第120行:
display: flex;
display: flex;
height: 100%;
height: 100%;
justify-content: center;
align-items: center;
align-items: center;
padding: 0 15px;
padding: 0 15px;
第118行: 第129行:
.home-card--button .home-card__background a {
.home-card--button .home-card__background a {
padding: 0;
padding: 0;
}
.home-card--button img {
transition: transform 0.2s ease;
}
.home-card--button:hover img {
transform: scale(1.1);
}
}


第146行: 第149行:
border: 1px solid;
border: 1px solid;
border-color: var( --border-color-base );
border-color: var( --border-color-base );
background: var( --color-surface-2 );
background: var( --background-color-framed );
border-radius: 12px;
border-radius: 12px;
color: var( --color-base--emphasized ) !important;
color: var( --color-base--emphasized );
}
}


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


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


第179行: 第182行:
}
}


#home-card-discord {
#home-card-donate {
background: #5865f2;
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-card-patreon {
#home-nav .home-card__foreground {
background: #ff424d;
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-card-reddit {
#home-featured .home-card__background a {
background: #ff4500;
display: block;
height: 100%;
}
}


.home-footer {
#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-size: 0.8125rem;
font-family: monospace;
font-weight: 500;
text-align: center;
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--dev {
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;
}
}

2023年1月21日 (六) 10:37的版本

.page-小可_·_Wiki .page-heading {
	visibility: hidden;
	margin-bottom: 0;
}

.page-小可_·_Wiki #siteSub {
	display: none;
}

.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--dev {
	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;
}
Cookie帮助我们提供我们的服务。通过使用我们的服务,您同意我们使用cookie。