2023年政策修订增补工作正在进行中,欢迎参与!
User:あお/sandbox/styles.css
跳转到导航
跳转到搜索
注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox/Safari:按住“Shift”的同时单击“刷新”,或按“Ctrl-F5”或“Ctrl-R”(Mac为“⌘-R”)
- Google Chrome:按“Ctrl-Shift-R”(Mac为“⌘-Shift-R”)
- Internet Explorer:按住“Ctrl”的同时单击“刷新”,或按“Ctrl-F5”
- Opera:在“工具→首选项”中清除缓存
- 如果您已登录但该页面出现未登录状态,请尝试在地址栏的地址最后添加代码
?_=1
来访问最新页面。 - 添加代码后的本页地址如下:
-{R|https://moegirl.icu/User:%E3%81%82%E3%81%8A/sandbox/styles.css?_=1}-
h2 {
max-width: 100%;
border-bottom: none;
overflow: visible;
}
h2 .mw-headline {
display: inline-block;
position: relative;
color: #b08c56;
letter-spacing: 3px;
font-family: sans-serif;
font-weight: bolder;
font-size: 130%;
margin: auto;
text-align: center;
line-height: 400%;
width: 100%;
background: url("https://img.moegirl.org.cn/common/4/47/RPG-rs_title_bg.png");
background-size: 40%;
background-repeat: no-repeat;
background-position:center;
}
.box{
background-color: #fcfaf7;
background-clip:border-box;
padding:30px;
filter: drop-shadow(0 0 .5em rgba(202,164,108,0.3));
margin: auto;
}
.border_image{
width: 100%;
height: 100%;
border: 1em solid transparent;
padding: 3em;
border-image:url("https://img.moegirl.org.cn/common/3/34/Rpg-rs_box_border.png") 20% round;
}