用户:Staf Irity/Sandbox04.css:修订间差异
来自Limbo Wiki Mirror
创建页面,内容为“.card{ width:150px; height:200px; background-color:white; border:1px solid black; border-radius:20px; padding:20px; position: relative; } .card > .a{ position: absolute; left: 10px; top: 10px; } .card > .b{ position: absolute; left: 0; left: 25px; top: 12px; } .card > .c{ position: absolute; right: 10px; top: 10px; } .card > .d{ position: absolute; right: 10px; bottom: 10px; filter:invert(100%); } .card > .e{ pos…” |
小 已从limbowiki:用户:Staf_Irity/Sandbox04.css导入12个版本 |
||
| (未显示1个用户的11个中间版本) | |||
| 第8行: | 第8行: | ||
position: relative; | position: relative; | ||
} | } | ||
.card | .card .a{ | ||
position: absolute; | position: absolute; | ||
left: 10px; | left: 10px; | ||
top: 10px; | top: 10px; | ||
} | } | ||
.card | .card .b{ | ||
position: absolute; | position: absolute; | ||
left: 0; | left: 0; | ||
| 第19行: | 第19行: | ||
top: 12px; | top: 12px; | ||
} | } | ||
.card | .card .c{ | ||
position: absolute; | position: absolute; | ||
right: 10px; | right: 10px; | ||
top: 10px; | top: 10px; | ||
} | } | ||
.card | .card .d{ | ||
position: absolute; | position: absolute; | ||
right: 10px; | right: 10px; | ||
| 第30行: | 第30行: | ||
filter:invert(100%); | filter:invert(100%); | ||
} | } | ||
.card | .card .e{ | ||
position: absolute; | position: absolute; | ||
left: 10px; | left: 10px; | ||
bottom: 10px; | bottom: 10px; | ||
} | } | ||
.card | .card .f{ | ||
position: absolute; | position: absolute; | ||
left: 72px; | left: 72px; | ||
top:90px; | top:90px; | ||
font-size:2em; | font-size:2em; | ||
} | |||
.card .g{ | |||
position: absolute; | |||
overflow:hidden; | |||
left:-1px;top:-1px;display:block;height:242px;width:192px; | |||
} | |||
.card .g .h{ | |||
display: block; | |||
position: absolute; | |||
background: repeating-linear-gradient(135deg, red,red 18px,#FF5555 20px,#FF5555 23px, red 25px); | |||
height:10px; | |||
width:1000px; | |||
} | |||
.nostyle .lw-treebut { | |||
padding: unset; | |||
border: unset; | |||
border-color: unset; | |||
border-radius: unset; | |||
background-color: unset; | |||
} | |||
.realspan span.lw-treediv[style*="block"]{ | |||
display: inline!important; | |||
} | |||
span.A-P05k::before{ | |||
content: "【"; | |||
opacity:0.7; | |||
} | |||
span.A-P05k::after{ | |||
content: "】"; | |||
opacity:0.7; | |||
} | } | ||
2025年6月25日 (三) 23:37的最新版本
.card{
width:150px;
height:200px;
background-color:white;
border:1px solid black;
border-radius:20px;
padding:20px;
position: relative;
}
.card .a{
position: absolute;
left: 10px;
top: 10px;
}
.card .b{
position: absolute;
left: 0;
left: 25px;
top: 12px;
}
.card .c{
position: absolute;
right: 10px;
top: 10px;
}
.card .d{
position: absolute;
right: 10px;
bottom: 10px;
filter:invert(100%);
}
.card .e{
position: absolute;
left: 10px;
bottom: 10px;
}
.card .f{
position: absolute;
left: 72px;
top:90px;
font-size:2em;
}
.card .g{
position: absolute;
overflow:hidden;
left:-1px;top:-1px;display:block;height:242px;width:192px;
}
.card .g .h{
display: block;
position: absolute;
background: repeating-linear-gradient(135deg, red,red 18px,#FF5555 20px,#FF5555 23px, red 25px);
height:10px;
width:1000px;
}
.nostyle .lw-treebut {
padding: unset;
border: unset;
border-color: unset;
border-radius: unset;
background-color: unset;
}
.realspan span.lw-treediv[style*="block"]{
display: inline!important;
}
span.A-P05k::before{
content: "【";
opacity:0.7;
}
span.A-P05k::after{
content: "】";
opacity:0.7;
}
