濑瀜/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;
}
}