帮助:Test/styles.css:修订间差异

跳到导航 跳到搜索
(修改)
(修改)
第4行: 第4行:
.toc {
.toc {
     transition: 5s;
     transition: 5s;
border: 3px rgba(66, 127, 201, 0.5) solid;
border: 3px rgba(1, 188, 14, 0.5) solid;
background-color: rgba(210, 231, 252, 0.5);
background-color: rgba(2, 247, 19, 0.5);
}
}
.toc:hover {
.toc:hover {
border: 3px rgba(66, 127, 201, 0.5) solid;
border: 3px rgba(1, 188, 14, 0.5) solid;
background-color: rgba(210, 231, 252, 0.0);
background-color: rgba(2, 247, 19, 0.0);


}
}
第61行: 第61行:
}
}
div.thumbcaption{
div.thumbcaption{
   color: #005AB5;
   color:#01bc0e;
   border-top:3px #427fc9 solid;
   border-top:3px #01bc0e solid;
}
}


/*marker(语法为*)相关,设定为特殊符号*/
/*marker(语法为*)相关,设定为特殊符号*/
ul > li::marker {
ul > li::marker {
content: "🔹";
border-radius: 15px;
border-left: solid 10px #00b00c;
font-size:1px;
font-size:1px;
padding-left: 2px;
padding-left: 2px;
第291行: 第292行:
font-weight: bolder;
font-weight: bolder;
margin-top: 5px;
margin-top: 5px;
color: #00d00e;
color: #01bc0e;
text-shadow: 0px 0px 10px #fcfbee;
text-shadow: 0px 0px 10px #fcfbee;
}
}
第299行: 第300行:
h2 .mw-headline::after {
h2 .mw-headline::after {
content: '';
content: '';
background: linear-gradient(90deg,#66ff75,#97ffa3 90%,transparent);
background: linear-gradient(90deg,#53dc61,#97ffa3 90%,transparent);
display: block;
display: block;
margin: -30px 0px 0px -30px;
margin: -30px 0px 0px -30px;