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

目前wiki关闭了自行注册账号的功能,如需注册账号,请查阅Help:注册账号

濑瀜/styles.css:修订间差异

来自RIA | Wiki
LettuceIce留言 | 贡献
LettuceIce将页面濑瀜/styles.css的内容模型从“wikitext”更改为“已过滤的CSS”
LettuceIce留言 | 贡献
无编辑摘要
第3行: 第3行:
background: linear-gradient(to top, #016F8A, black);  
background: linear-gradient(to top, #016F8A, black);  
padding-top: 0.625rem;
padding-top: 0.625rem;
}
@media screen and (max-width: 480px) {
.main_header {
font-size:2rem;
color: white;
text-shadow: 0 0 0.5rem lightblue, 0 0 0.5rem white;
}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
.main_header {
font-size:3.5rem;
color: white;
text-shadow: 0 0 0.5rem lightblue, 0 0 0.5rem white;
}
}
@media screen and (min-width: 769px) {
.main_header {
font-size:5rem;
color: white;
text-shadow: 0 0 0.5rem lightblue, 0 0 0.5rem white;
}
}
}

2024年3月19日 (二) 16:17的版本

/** 顶部渐变 **/
.header_gadient {
	background: linear-gradient(to top, #016F8A, black); 
	padding-top: 0.625rem;
}

@media screen and (max-width: 480px) {
	.main_header {
		font-size:2rem; 
		color: white; 
		text-shadow: 0 0 0.5rem lightblue, 0 0 0.5rem white;
	}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
	.main_header {
		font-size:3.5rem; 
		color: white; 
		text-shadow: 0 0 0.5rem lightblue, 0 0 0.5rem white;
	}
}

@media screen and (min-width: 769px) {
	.main_header {
		font-size:5rem; 
		color: white; 
		text-shadow: 0 0 0.5rem lightblue, 0 0 0.5rem white;
	}
}