first commit 2

This commit is contained in:
hmw1001
2026-06-11 18:47:38 +09:00
parent c768729ce6
commit 6f534e33a6
11095 changed files with 1595758 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
html, body {
}
p {
margin: 0;
}
table, td, th { border:1px dotted #ccc; }
table { border-collapse: collapse }
/*-------------------------------------------------------------------------------*/
.ch_bogus_spacer {}
.cheditor-zero-width { font-family: monospace; }
.cheditor-insertpara-pointer {
height: 1px;
display: none;
overflow: hidden;
background-color: red;
position: absolute;
}
.cheditor-add-paragraph {
border: #999 dotted 1px;
margin: 1px 0px;
}