打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

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

来自Rizline中文维基
星鸿留言 | 贡献
无编辑摘要
标签已被回退
星鸿留言 | 贡献
无编辑摘要
 
(未显示同一用户的48个中间版本)
第1行: 第1行:
/* styles.css */
.g1-container {
.g1-container, .g2-container {
     width: 280px;
     width: 280px;
     height: 22px;
     height: 22px;
第6行: 第5行:
     background: #eee;
     background: #eee;
}
}
 
.g1-progress {
.g1-progress, .g2-progress {
    width: 50%;
    height: inherit;
    border-radius: 7px 0 0 7px;
    background: #096dd9;
}
.g2-container {
    width: 280px;
    height: 22px;
    border-radius: 7px;
    background: #eee;
}
.g2-progress {
     width: 50%;
     width: 50%;
     height: inherit;
     height: inherit;
第14行: 第24行:
}
}


#home-nav .mw-ui-input, #home-nav .mw-ui-button {
.mw-ui-input  
     box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.04) !important;
{
    box-shadow: inset 0 3px 6px rgba( 0, 0, 0, 0.04 );
}
.mw-ui-button
{
     box-shadow: inset 0 3px 6px rgba( 0, 0, 0, 0.04 );
}
}


.home-grid {
.home-grid {
    display: grid;
display: grid;
    grid-auto-flow: dense;
grid: auto-flow dense/repeat( auto-fit, minmax( 9.375rem, 1fr ) );
    grid-template-columns: repeat(auto-fit, minmax(9.375rem, 1fr));
grid-auto-rows: minmax( 3rem, auto );
    grid-auto-rows: minmax(3rem, auto);
grid-gap: 0.625rem;
    grid-gap: 0.625rem;
    margin-top: 0.8rem;
}
}


.home-grid--col2 {
.home-grid--col2 {
    grid-template-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
 
.home-grid a.external {
background-image: none;
}
}


.home-card {
.home-card {
    position: relative;
position: relative;
    padding: 15px;
padding: 15px;
    background: #FFF;
background: #FFF;
    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 );
    font-size: 0.875rem;
font-size: 0.875rem;
}
 
.home-card table.timeline {
margin-top: 0.2rem;
}
 
.home-card--col1 {
grid-column: span 1;
}
 
.home-card--col2 {
grid-column: span 2;
}
 
.home-card--row1 {
grid-row: span 1;
}
 
.home-card--row2 {
grid-row: 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: #72777D;
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 {
.home-card__background {
    position: absolute;
position: absolute;
    top: 0;
top: 0;
    right: 0;
right: 0;
    bottom: 0;
bottom: 0;
    left: 0;
left: 0;
    background: #242a31;
background: #242a31;
    border-radius: 8px;
border-radius: 8px;
opacity:1;
}
}
 
.home-card__background:after {
.home-card__background::after {
position: absolute;
    position: absolute;
top: 0;
    top: 0;
right: 0;
    right: 0;
left: 0;
    bottom: 0;
background: linear-gradient(to right,#000,transparent);
    left: 0;
    display: block;
    background: linear-gradient(90deg, #000 0%, transparent 100%);
     content: "";
     content: "";
     z-index: 1;
     z-index:0;
    display:inline;
}
}
.home-card__background img {
.home-card__background img {
    width: 100%;
width: 100%;
    height: 100%;
height: 100%;
    object-fit: cover;
object-fit: cover;
    object-position: center;
object-position: center;
}
}


.home-card__foreground {
.home-card__foreground {
    position: relative;
position: absolute;
    z-index: 2;
}
    height: 100%;
 
    width: 100%;
.home-card__foreground .home-card__label {
    display: flex;
color: #bababa;
    align-items: center;
}
    padding: 0 15px;
 
    color: #fff;
.home-card__foreground .home-card__header {
    font-weight: 500;
color: #fff;
}
 
.home-card p {
margin-top: 0.2rem;
font-size: 0.875rem;
}
}


.home-card.home-card--button {
.home-card.home-card--button {
    overflow: hidden;
overflow: hidden;
    padding: 0;
padding: 0;
    background: #242a31;
background: #242a31;
}
 
.home-card--button a {
display: flex;
height: 100%;
justify-content: center;
align-items: center;
padding: 0 15px;
background: transparent;
color: #fff;
font-weight: 500;
}
 
.home-card--button .home-card__background a {
padding: 0;
}
 
.home-card--button img {
transition: transform 0.2s ease;
}
 
.home-link {
display: grid;
margin-top: 6px;
font-size: 0.875rem;
font-weight: 500;
grid-gap: 6px;
text-align: center;
z-index:10;
}
 
.home-link__button {
display: flex;
z-index:10;
}
}


/* 特殊卡片颜色 */
.home-link__button a {
#home-card-QQ { background: #24c8fd; }
flex-grow: 1;
#home-card-kook { background: #7acc35; }
padding: 0.3rem 0.6rem;
#home-card-discord { background: #5865f2; }
border: 1px solid;
#home-card-patreon { background: #ff424d; }
border-color: #ECEDEF;
#home-card-reddit { background: #ff4500; }
background: #F9FAFC;
border-radius: 12px;
color : #202123 !important;
z-index:10;
}
 
.home-link_for_state {
margin-top: 6px;
z-index:10;
}
 
#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: #72777D;
font-size: 0.8125rem;
}
 
#home-card-QQ {
background: #24c8fd;
}
 
#home-card-kook {
background: #7acc35;
}
 
#home-card-discord {
background: #5865f2;
}
 
#home-card-patreon {
background: #ff424d;
}
 
#home-card-reddit {
background: #ff4500;
}
.home-footer {
font-size: 0.8125rem;
font-family: monospace;
text-align: center;
}

2025年4月13日 (日) 03:40的最新版本

.g1-container {
    width: 280px;
    height: 22px;
    border-radius: 7px;
    background: #eee;
}
.g1-progress {
    width: 50%;
    height: inherit;
    border-radius: 7px 0 0 7px;
    background: #096dd9;
}
.g2-container {
    width: 280px;
    height: 22px;
    border-radius: 7px;
    background: #eee;
}
.g2-progress {
    width: 50%;
    height: inherit;
    border-radius: 7px 0 0 7px;
    background: #096dd9;
}

.mw-ui-input 
{
    box-shadow: inset 0 3px 6px rgba( 0, 0, 0, 0.04 );
}
.mw-ui-button
{
    box-shadow: inset 0 3px 6px rgba( 0, 0, 0, 0.04 );
}

.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--col2 {
	grid-template-columns: 1fr 1fr;
}

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

.home-card {
	position: relative;
	padding: 15px;
	background: #FFF;
	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--col1 {
	grid-column: span 1;
}

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

.home-card--row1 {
	grid-row: span 1;
}

.home-card--row2 {
	grid-row: 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: #72777D;
	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;
	opacity:1;
}
.home-card__background:after {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background: linear-gradient(to right,#000,transparent);
    content: "";
    z-index:0;
    display:inline;
}
.home-card__background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.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 {
	overflow: hidden;
	padding: 0;
	background: #242a31;
}

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

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

.home-card--button img {
	transition: transform 0.2s ease;
}

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

.home-link__button {
	display: flex;
	z-index:10;
}

.home-link__button a {
	flex-grow: 1;
	padding: 0.3rem 0.6rem;
	border: 1px solid;
	border-color: #ECEDEF;
	background: #F9FAFC;
	border-radius: 12px;
	color : #202123 !important;
	z-index:10;
}

.home-link_for_state {
	margin-top: 6px;
	z-index:10;
}

#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: #72777D;
	font-size: 0.8125rem;
}

#home-card-QQ {
	background: #24c8fd;
}

#home-card-kook {
	background: #7acc35;
}

#home-card-discord {
	background: #5865f2;
}

#home-card-patreon {
	background: #ff424d;
}

#home-card-reddit {
	background: #ff4500;
}
.home-footer {
	font-size: 0.8125rem;
	font-family: monospace;
	text-align: center;
}