用户:某不知名鸽子/common.css:修订间差异
来自Limbo Wiki Mirror
小无编辑摘要 |
小无编辑摘要 |
||
| 第14行: | 第14行: | ||
/*list*/ | /*list*/ | ||
ol {background: | ol {background-color:grey; | ||
ul {background: | color:black;} | ||
ul {background-color:grey; | |||
color:black;} | |||
/*TreeButton*/ | /*TreeButton*/ | ||
.lw-treebut { | .lw-treebut { | ||
2022年7月21日 (四) 09:01的版本
/*测试 可能在整活的时候用到*/
pre, code {
background-color:#ffffff;
color:#387dff;
}
a:hover {color: rgb(189, 189, 189);}
a:link {color: #dbdbdb}
a:active {color: #ffffff;}
a:visited {color: #000000;}
/*list*/
ol {background-color:grey;
color:black;}
ul {background-color:grey;
color:black;}
/*TreeButton*/
.lw-treebut {
padding: .2em .6em;
border: 1px solid;
border-color: black;
border-radius: 0;
background-color: white;
cursor:pointer;
display:inline-block;
color:#000000;
text-shadow:0 0 0.6em white;
font-family:等线;
}
.lw-treebut:hover {
padding: .2em .6em;
border:1px solid;
border-radius:0;
background-color: #000000;
border-color:#c0c0c0;
cursor:pointer;
display:inline-block;
color:white;
text-shadow:0 0 0.6em white;
font-family:等线;
}
/*blockquote*/
blockquote {
border-left: 4px dotted #a0a0a0;
overflow: hidden;
margin: 1em 0 1em 2em;
padding: 0 40px;
}
