2023年政策修订增补工作正在进行中,欢迎参与!
  • Moegirl.ICU:萌娘百科流亡社群 581077156(QQ),欢迎对萌娘百科运营感到失望的编辑者加入
  • Moegirl.ICU:账号认领正在试运行,有意者请参照账号认领流程

User:伍昱物起/Sandboxofmyself/style.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:%E4%BC%8D%E6%98%B1%E7%89%A9%E8%B5%B7/Sandboxofmyself/style.css?_=1}-
/*自定义h1标题*/
.h1{
	font-weight: 700;
    padding: 1rem;
    color: rgb(44, 62, 80);
    position: relative;
    font-size: 1.6em;
    margin: 1rem;
    padding-left: 1rem;
}
.h1::before {
    width: .25em;
    height: 70%;
    background-color: rgb(142, 212, 149);
    content: "";
    display: block;
    position: absolute;
    top: 13%;
    left: 0;
    border-radius: 1em;
}
.h1 .mw-headline{
    background-color: #FFCCDD;
}
/*天依*/
.one-half.column{
	width: 60%!important;
}
.one-half.column:last-child{
	width: 200px!important;
}
/*西丝特*/
.xisite h2 .mw-headline::before {
	content: '🗽';
}/*标题左符号*/
.xisite h2 .mw-headline::after {
	content: '🗽️';
}/*标题右符号*/
.xisite h2 .mw-headline{
	color: #ffffff;
    background-color: #FF6600;
    border-bottom: #FFCB0F solid 3px;
}/*颜色修改*/