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="edit003" 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-003">
<div class="editor-frame frame-LT"></div>
<div class="editor-frame frame-CT"></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: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -0,0 +1,62 @@
.editor .frame-003 {
max-width:100%;
position:relative;
padding:50px;
display:inline-block;
}
.editor .frame-003 .editor-frame {
position:absolute;
min-width:71px;
min-height:71px;
z-index:1;
}
.editor .frame-003 .mid {
position:relative;
z-index:2;
}
.editor .frame-003 .frame-LT,
.editor .frame-003 .frame-RT{
top:0
}
.editor .frame-003 .frame-LB,
.editor .frame-003 .frame-RB {
bottom:0
}
.editor .frame-003 .frame-LT,
.editor .frame-003 .frame-LB {
left:0;
}
.editor .frame-003 .frame-RT,
.editor .frame-003 .frame-RB {
right:0;
}
.editor .frame-003 .frame-LM,
.editor .frame-003 .frame-RM {
top:71px;
bottom:71px;
}
.editor .frame-003 .frame-CT,
.editor .frame-003 .frame-CB {
left:71px;
right:71px;
}
.editor .frame-003 .frame-CT {
top:0;
}
.editor .frame-003 .frame-CB {
bottom:0;
}
.editor .frame-003 .frame-LM {
left:0;
}
.editor .frame-003 .frame-RM {
right:0;
}
.editor .frame-003 .frame-LT {background-image:url(images/td1.jpg);}
.editor .frame-003 .frame-CT {background-image:url(images/td2.jpg);}
.editor .frame-003 .frame-RT {background-image:url(images/td3.jpg);}
.editor .frame-003 .frame-LM {background-image:url(images/td4.jpg);}
.editor .frame-003 .frame-RM {background-image:url(images/td6.jpg);}
.editor .frame-003 .frame-LB {background-image:url(images/td7.jpg);}
.editor .frame-003 .frame-CB {background-image:url(images/td8.jpg);}
.editor .frame-003 .frame-RB {background-image:url(images/td9.jpg);}

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB