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

爱来自星云工艺喵!(づ。◕◡◡◕。)づ
无编辑摘要
标签手工回退
(已保护“模板:Main page/友链/styles.css”([编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期)))
 
(未显示同一用户的4个中间版本)
第8行: 第8行:
border-top: 1px solid rgb(221,221,221);
border-top: 1px solid rgb(221,221,221);
margin-top: 8px;
margin-top: 8px;
padding-top: 8px;
display: flex;
display: flex;
flex-direction: row;
flex-direction: row;
第14行: 第15行:


.interlink-server {
.interlink-server {
margin: 12px 15px 0px 0px;
margin-right: 15px;
display: flex;
display: flex;
flex-direction: row;
flex-direction: row;
第29行: 第30行:


.interlink-server-name {
.interlink-server-name {
margin-bottom: 0;
font-weight: 500;
font-weight: 500;
font-size: 16px !important;
font-size: 16px !important;
}
}

2023年9月23日 (六) 22:22的最新版本

#home-interlink {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.interlink-container {
	border-top: 1px solid rgb(221,221,221);
	margin-top: 8px;
	padding-top: 8px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.interlink-server {
	margin-right: 15px;
	display: flex;
	flex-direction: row;
	position: relative;
}

.interlink-server-img img {
	margin: 5px 5px 0px 0px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	overflow: hidden;
}

.interlink-server-name {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 16px !important;
}