migrate to new git

This commit is contained in:
2025-08-29 01:27:25 +08:00
parent 946eb9961e
commit af2c152ef6
8623 changed files with 1000453 additions and 1 deletions

View File

@@ -0,0 +1,52 @@
/* CSS Document */
body.dragging, body.dragging * {
cursor: move !important;
}
.dragged {
position: absolute;
opacity: 0.5;
z-index: 2000;
}
ol.example{
width:100%;
list-style-position:outside;
list-style-type:disc ;
padding:0px;
}
ol.example li table,ol.example li{
border-radius: 4px;
}
ol.example li.example_sub {
margin:2px;
width:100%;
height:135px;
cursor:pointer;
list-style:none;
border-width:1px;
border-style:solid;
border-color:#cccccc;
}
ol.example li.placeholder {
position: relative;
margin:2px;
width:100%;
height:135px;
cursor:pointer;
list-style: none;
border-width:1px;
border-style:solid;
border-color:dimgray;
}
ol.example li.placeholder:before {
position: absolute;
}
ul li textarea {
vertical-align: top;
}