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

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

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

来自RIA | Wiki
LettuceIce留言 | 贡献
无编辑摘要
LettuceIce留言 | 贡献
无编辑摘要
第26行: 第26行:
color: white;  
color: white;  
text-shadow: 0 0 0.5rem lightblue, 0 0 0.5rem white;
text-shadow: 0 0 0.5rem lightblue, 0 0 0.5rem white;
}
}
@media screen and (min-width: 769px) {
.content_box {
width:75%;
margin: 0 auto;
font-family:'Cambria','Microsoft Yahei';
}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
.content_box {
width:88%;
margin: 0 auto;
font-family:'Cambria','Microsoft Yahei';
}
}
@media screen and (max-width: 480px) {
.content_box {
width:100%;
margin: 0 auto;
font-family:'Cambria','Microsoft Yahei';
}
}
}
}

2024年3月20日 (三) 13:06的版本

/** 顶部渐变 **/
.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;
	}
}

@media screen and (min-width: 769px) {
	.content_box {
		width:75%; 
		margin: 0 auto;
		font-family:'Cambria','Microsoft Yahei';
	}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
	.content_box {
		width:88%; 
		margin: 0 auto;
		font-family:'Cambria','Microsoft Yahei';
	}
}

@media screen and (max-width: 480px) {
	.content_box {
		width:100%; 
		margin: 0 auto;
		font-family:'Cambria','Microsoft Yahei';
	}
}