Ω-5/css:修订间差异
来自Limbo Wiki Mirror
| 小无编辑摘要 | 小 已从limbowiki:Ω-5/css导入15个版本 | ||
| (未显示1个用户的8个中间版本) | |||
| 第1行: | 第1行: | ||
| .red { | .red { | ||
|      background-color: #FF0000; |      background-color: #FF0000; | ||
| 第38行: | 第25行: | ||
| } | } | ||
| /*[[分类:技术性页面]]*/ | /*[[分类:技术性页面]]*/ | ||
| .lw-treebut.nostyle, | |||
| .list .lw-treebut { | |||
| 	padding: 0; | |||
|     border: 0; | |||
|     background-color: transparent; | |||
|     cursor:pointer; | |||
|     display:inline-block; | |||
| } | |||
| .link, | |||
| .list .lw-treebut{color: #3366cc;} | |||
| .link:hover, | |||
| .list .lw-treebut:hover{text-decoration: underline;} | |||
| .link.wip , | |||
| .list .lw-treebut.wip:hover{color :#dd3333;} | |||
| .list tr > td:first-child{background-color:#eaecf0;font-weight:bold;width:3em;text-align:center;} | |||
| .list{width:80%;} | |||
| body.webfonts-changed .noh2 h2 {display:none;} | |||
| body:not(.webfonts-changed) .texts .lw-treediv{display:block!important;} | |||
| body:not(.webfonts-changed) .list{display:none!important;} | |||
2025年6月26日 (四) 20:25的最新版本
.red {
    background-color: #FF0000;
    color: #FFFFFF;
}
.red:hover {
    background-color: #FF4444;
}
.green {
    background-color: #00FF00;
}
.green:hover {
    background-color: #44FF44;
}
.blue {
    background-color: #0000FF;
    color: #FFFFFF;
}
.blue:hover {
    background-color: #4444FF;
}
.pre {
    border:dashed 2px #404040;
    background:#F5F5F5;
    padding:6px;
}
/*[[分类:技术性页面]]*/
.lw-treebut.nostyle,
.list .lw-treebut {
	padding: 0;
    border: 0;
    background-color: transparent;
    cursor:pointer;
    display:inline-block;
}
.link,
.list .lw-treebut{color: #3366cc;}
.link:hover,
.list .lw-treebut:hover{text-decoration: underline;}
.link.wip ,
.list .lw-treebut.wip:hover{color :#dd3333;}
.list tr > td:first-child{background-color:#eaecf0;font-weight:bold;width:3em;text-align:center;}
.list{width:80%;}
body.webfonts-changed .noh2 h2 {display:none;}
body:not(.webfonts-changed) .texts .lw-treediv{display:block!important;}
body:not(.webfonts-changed) .list{display:none!important;}
