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

Home.css:修订间差异

来自失传媒体中文维基

页面于 8小时前前HW 建立

页面于 8小时前HW 编辑

状态:未填写 | 类型:未填写

HW
HW留言 | 贡献 (创建页面,内容为“ .other-sites { display: grid; grid-template-columns: repeat(4, 1fr); justify-items: center; justify-content: center; background: rgba(var(--lightblock-background-color)); } .site.lostmeida-cn { --img: url(https://lostmedia.wdfiles.com/local--files/start/cn-logo-2.svg) } .other-sites .site { position: relative; cursor: pointer; display: block; width: 50px; height: 50px; background-image: var(--img); background-size: contain; background-repeat: n…”)
 
HW
HW留言 | 贡献
 
(未显示同一用户的1个中间版本)
第1行: 第1行:
.page-header-info {
display: none !important;
}
.recent-article {
max-height: 40vh;
overflow-y: auto;
}


.other-sites {
.other-sites {

2026年4月7日 (二) 10:54的最新版本

.page-header-info {
	display: none !important;
}

.recent-article {
	max-height: 40vh;
	overflow-y: auto;
}

.other-sites {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	justify-items: center;
	justify-content: center;
	background: rgba(var(--lightblock-background-color));
}

.site.lostmeida-cn {
	--img: url(https://lostmedia.wdfiles.com/local--files/start/cn-logo-2.svg)
}

.other-sites .site {
	position: relative;
	cursor: pointer;
	display: block;
	width: 50px;
	height: 50px;
	background-image: var(--img);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 30px;
	margin-top: 30px;
	transition: all 0.3s ease;
}