文学领主/style.css:修订间差异

跳到导航 跳到搜索
添加1,422字节 、​ 2022年6月24日 (星期五)
修改
无编辑摘要
(修改)
 
(未显示同一用户的9个中间版本)
第1行: 第1行:
/* 搬运于萌娘百科的页面Slow Loop专用样式表 */
/* 搬运于萌娘百科的页面Slow Loop专用样式表 */
/*改变字体颜色
需使用<div class="blue"> 内容 </div>*/
.blue {
color: #1568a2;
}
/*MinervaNeue皮肤下图片缩放*/
/*MinervaNeue皮肤下图片缩放*/
.infobox2 img {
.infobox2 img {
width:100%; max-width:312px !important; height:auto;
width:100%; max-width:312px !important; height:auto;
}
}
/*tab的透明化*/
.tabs-pages{
background-color:transparent;
}
.inner-content{
border:transparent;
}
/*移除信息栏中tab的边框*/
/*移除信息栏中tab的边框*/
.infobox2 .TabContent{
.infobox2 .TabContent{
border:0;
border:0;
}
}
.switch_demo {
position: relative;
width: 150px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.switch_demo-checkbox {
display: none;
}
.switch_demo-label {
display: block;
overflow: hidden;
cursor: pointer;
border: 2px solid #999999;
border-radius: 20px;
}
.switch_demo-inner {
display: block;
width: 200%;
margin-left: -100%;
transition: margin 0.3s ease-in 0s;
}
.switch_demo-inner:before,
.switch_demo-inner:after {
display: block;
float: left;
width: 50%;
height: 30px;
padding: 0;
line-height: 30px;
font-size: 14px;
color: white;
font-family: Trebuchet, Arial, sans-serif;
font-weight: bold;
box-sizing: border-box;
}
.switch_demo-inner:before {
content: "開啟";
padding-left: 10px;
background-color: #34A7C1;
color: #FFFFFF;
}
.switch_demo-inner:after {
content: "關閉";
padding-right: 10px;
background-color: #EEEEEE;
color: #999999;
text-align: right;
}
.switch_demo-switch {
display: block;
width: 18px;
margin: 6px;
background: #FFFFFF;
position: absolute;
top: 0;
bottom: 0;
right: 116px;
border: 2px solid #999999;
border-radius: 20px;
transition: all 0.3s ease-in 0s;
}
.switch_demo-checkbox:checked + .switch_demo-label .switch_demo-inner {
margin-left: 0;
}
.switch_demo-checkbox:checked + .switch_demo-label .switch_demo-switch {
right: 0px;
}


/*原型取自萌娘百科-糖调!
/*原型取自萌娘百科-糖调!
第79行: 第169行:
   
   
#ost .song_length {
#ost .song_length {
text-align:right;
border: transparent;
border: transparent;
}
}
第105行: 第194行:
.mw-collapsible-text {
.mw-collapsible-text {
border: transparent;
border: transparent;
color: rgb(135, 206, 235);
color: rgb(135, 206, 235);;
text-align: left;
}
}
   
   
第160行: 第248行:


/*标题风格化*/
/*标题风格化*/
h2:hover,h2:focus,h3:hover,h4:hover,h3:focus,h4:focus{
h3:hover,h4:hover,h3:focus,h4:focus{
letter-spacing: 0.3em;
letter-spacing: 0.3em;
transition: letter-spacing 1s;
transition: letter-spacing 1s;
第358行: 第446行:
}
}
}
}
/* [[Category:在主名字空间下的CSS页面]] */
/* [[分类:CSS页面]] */
15,321

个编辑

导航菜单