模板:Main page/friendlink/styles.css:修订间差异

来自Dollan Infinity TH Wiki
无编辑摘要
无编辑摘要
第11行: 第11行:
.idol {
.idol {
     font-size: 9px;
     font-size: 9px;
     color: var(--color-surface-3);
     color: var(--color-surface-1);
}
}
.link_editing {
.link_editing {
第30行: 第30行:
}
}


.link_editing img:after {
.link_editing img {
width: 110%;
width: 100%;
height: 110%;
height: 100%;
}
}


.link_editing img {
.link_editing img:after {
width: 100%;
width: 100%;
height: 100%;
height: 100%;
第43行: 第43行:
text-decoration: none!important;
text-decoration: none!important;
margin-right: 0.5em;
margin-right: 0.5em;
font-size: 13.5px;
font-size: 14.5px;
}
}

2023年8月11日 (五) 17:59的版本

.home-editing__intro h3 {
	text-align: left;
}

.link_editing h4 {
	text-align: left;
	font-size: 0.75rem;
	margin-bottom: 0.9em;
}

.idol {
    font-size: 9px;
    color: var(--color-surface-1);
}
.link_editing {
	margin-left: 0.25em;
}
.link_editing ul {
	display: flex;
	margin: 0;
	flex-wrap: nowrap;
	gap: 5px;
}
.link_editing li{
	margin-right: 10px;
	list-style: none;
}
.link editing li:last-child {
	margin-right: 0;
}

.link_editing img {
	width: 100%;
	height: 100%;
}

.link_editing img:after {
	width: 100%;
	height: 100%;
}

.link_editing a {
	text-decoration: none!important;
	margin-right: 0.5em;
	font-size: 14.5px;
}