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,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<xml id="edit005" type="editor">
<ccategory>圖框</ccategory>
<title>圖片邊框五</title>
<description>
相片夾子邊框
</description>
<img id="thumb" src="thumb.jpg"/>
<assets>
<file id="control" href="editor.html"/>
<file id="css" href="style.css"/>
</assets>
</xml>

View File

@@ -0,0 +1,13 @@
<div class="frame-005">
<div class="editor-frame frame-LT"></div>
<div class="editor-frame frame-CT"><div class="conter-icon"></div></div>
<div class="editor-frame frame-RT"></div>
<div class="editor-frame frame-LM"></div>
<div class="editor-frame frame-RM"></div>
<div class="editor-frame frame-LB"></div>
<div class="editor-frame frame-CB"></div>
<div class="editor-frame frame-RB"></div>
<div class="mid">
<img src="../../admin/ckeditor/plugins/templates/templates/images/photo.jpg" />
</div>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1009 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1020 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1021 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1001 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1007 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1006 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1013 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1016 B

View File

@@ -0,0 +1,73 @@
.editor .frame-005 {
max-width:100%;
position:relative;
padding: 35px 8px 49px;
display:inline-block;
}
.editor .frame-005 .editor-frame {
position:absolute;
min-width:8px;
min-height:8px;
z-index:1;
}
.editor .frame-005 .mid {
position:relative;
z-index:2;
}
.editor .frame-005 .frame-LT,
.editor .frame-005 .frame-RT{
width:8px;
height:35px;
top:0
}
.editor .frame-005 .frame-LB,
.editor .frame-005 .frame-RB {
width:9px;
height: 49px;
bottom:0
}
.editor .frame-005 .frame-LT,
.editor .frame-005 .frame-LB {
left:0;
}
.editor .frame-005 .frame-RT,
.editor .frame-005 .frame-RB {
right:0;
}
.editor .frame-005 .frame-LM,
.editor .frame-005 .frame-RM {
top: 35px;
bottom: 49px;
}
.editor .frame-005 .frame-CT,
.editor .frame-005 .frame-CB {
left: 8px;
right: 8px;
}
.editor .frame-005 .frame-CT {
top:0;
}
.editor .frame-005 .frame-CB {
height: 49px;
bottom:0;
}
.editor .frame-005 .frame-LM {
left:0;
}
.editor .frame-005 .frame-RM {
right:0;
}
.editor .frame-005 .frame-LT {background-image:url(images/td1.png);}
.editor .frame-005 .frame-CT {background-image:url(images/td2.png);}
.editor .frame-005 .frame-RT {background-image:url(images/td3.png);}
.editor .frame-005 .frame-LM {background-image:url(images/td4.png);}
.editor .frame-005 .frame-RM {background-image:url(images/td6.png);}
.editor .frame-005 .frame-LB {background-image:url(images/td7.png);}
.editor .frame-005 .frame-CB {background-image:url(images/td8.png);}
.editor .frame-005 .frame-RB {background-image:url(images/td9.png);}
.editor .frame-005 .frame-CT .conter-icon {
height:35px;
background:url(images/td2b.png) no-repeat center;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB