2023年政策修订增补工作正在进行中,欢迎参与!
User:あお/sandbox/SlowLoop.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/SlowLoop.css?_=1}-
/*MinervaNeue皮肤下图片缩放*/
.infobox2 img {
width:100%; max-width:312px !important; height:auto;
}
/*移除信息栏中tab的边框*/
.infobox2 .TabContent{
border:0;
}
/*标题风格化*/
h2 {
max-width: 100%;
border-bottom-color:transparent;
}
h2 .mw-headline {
display: inline-block;
position: relative;
color: #FFFFFF;
font-family: SimHei;
font-weight: bolder;
letter-spacing: 3px;
background: #46A4B7;
padding: 5px 10px 5px 40px;
font-size: 110%;
border-radius: 0 30px 30px 0;
margin-left: 15px;
line-height: 1.4;
width: 40%;
}
h2 span.mw-headline::before {
content: url("https://img.moegirl.org.cn/common/3/34/Slow_Loop_title_icon.png" );
display: inline-block;
position: absolute;
left: -0.8em;
top: -2%;
}
h3 .mw-headline {
color: #1568A2;
font-size: 120%;
padding: 0 10px;
border-bottom: solid 2px #0B7698;
}
h4 .mw-headline {
border-left: solid 10px #0C7698;
color: rgba(4,87,146,1.00);
color: rgba(4,87,146,1.00);
padding-left: 7px;
position: relative;
font-size: 118%;
padding-bottom: 5px;
}
h5 .mw-headline {
padding-left: 10px;
font-size: 108%;
position: relative;
font-weight: 900;
}
/*圆角化*/
.infoBox,.infoBoxContent,.infoBox2,.toc,pre,.card,.radius,.TabContent {
border-radius: 7px;
}
/*目录在宽屏下改为两栏显示*/
@media screen and (min-width:1000px) {
.toc ul {
column-count: 2;
}
.toc ul > li > ul {
column-count: 1;
}
.toctoggle {
float: right;
}
}
/*移动版允许使用small、big标签*/
small {
font-size:smaller;
}
big {
font-size:larger;
}
/*表格样式*/
.stubborn>table {
border-radius: 15px;
border: #46a4b7 3px solid;
overflow: hidden;
}
.wikitable th {
border: 1.2px solid #7fcad9;
color:#0b7698;
background-color: rgba(161, 212, 218, 0.4);
}
.wikitable td {
border: 1.2px solid #7fcad9;
background-color: rgba(135, 206, 235, 0.1);
}
/* 折叠窗优化 */
table.wikitable {
border-radius: 15px;
text-align: center;
}
table.wikitable img {
height: auto;
max-width: 90%;
}
table.wikitable > tr > th, table.wikitable > * > tr > th {
background-color: #cde5ea;
}
.mw-collapsible-text {
color: #0b7698;
}
table.wikitable tbody{
display: contents;
}
hr {
margin: 1em 10% 0.5em;
width: 80%;
border-bottom: 2px dashed #3fa8bd;
background: none;
}
.flex_wrapper{
position: relative;
overflow: hidden;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}