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

跳到导航 跳到搜索
添加654字节 、​ 2022年3月24日 (星期四)
无编辑摘要
无编辑摘要
无编辑摘要
第9行: 第9行:
}
}


/* Non essential CSS - Just for example centering */


html, body {
.switch_demo {
width: 100%;
position: relative;
height: 100%;
width: 150px;
margin: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.switch_demo-checkbox {
display: none;
}
}
 
.switch_demo-label {
.center-outer {
display: block;
display: table;
overflow: hidden;
width: 100%;
cursor: pointer;
height: 100%;
border: 2px solid #999999;
border-radius: 20px;
}
}
 
.switch_demo-inner {
.center-inner {
display: block;
display: table-cell;
width: 200%;
vertical-align: middle;
margin-left: -100%;
text-align: center;
transition: margin 0.3s ease-in 0s;
}
}
 
.switch_demo-inner:before,
/* Essential CSS - Makes the effect work */
.switch_demo-inner:after {
 
display: block;
body {
float: left;
background-color: #3498db;
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 {
.bubbles {
content: "開啟";
display: inline-block;
padding-left: 10px;
font-family: arial;
background-color: #34A7C1;
position: relative;
color: #FFFFFF;
}
}
 
.switch_demo-inner:after {
.bubbles h5 {
content: "關閉";
position: relative;
padding-right: 10px;
margin: 1em 0 0;
background-color: #EEEEEE;
font-family: 'Luckiest Guy', cursive;
color: #999999;
color: #fff;
text-align: right;
z-index: 2;
}
}
 
.switch_demo-switch {
.individual-bubble {
display: block;
width: 18px;
margin: 6px;
background: #FFFFFF;
position: absolute;
position: absolute;
border-radius: 100%;
top: 0;
bottom: 10px;
bottom: 0;
background-color: #fff;
right: 116px;
z-index: 1;
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;
}


/*原型取自萌娘百科-糖调!
/*原型取自萌娘百科-糖调!
15,321

个编辑

导航菜单