The editors' meeting has been canceled for technical reasons.

直播记录/styles.css:修订间差异

来自NeuroWiki
跳转到导航 跳转到搜索
无编辑摘要
无编辑摘要
第8行: 第8行:
padding: 15px;
padding: 15px;
}
}
.item{
.base_block > pre{
max-width: 360px;
max-width: 360px;
min-width: 200px;
min-width: 200px;
第14行: 第14行:
flex-grow: 1;
flex-grow: 1;
border: thick double #32a1ce;
border: thick double #32a1ce;
padding: 0;
}
}
.base_block > pre{
.base_block > pre > a{
max-width: 360px;
width: 100%;
min-width: 200px;
height: 100%;
height: 124px;
flex-grow: 1;
border: thick double #32a1ce;
}
}

2024年11月30日 (六) 23:53的版本

.base_block{
	border: 2px outset #9147ff;
	background-color: rgba(255, 255, 255, 0.1);
	box-shadow: 0 2px 5px #aaa;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	padding: 15px;
}
.base_block > pre{
	max-width: 360px;
	min-width: 200px;
	height: 124px;
	flex-grow: 1;
	border: thick double #32a1ce;
	padding: 0;
}
.base_block > pre > a{
	width: 100%;
	height: 100%;
}