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="edit008" type="editor">
<ccategory>內文樣板</ccategory>
<title>內文+圖片樣版13</title>
<description>
圖片水平排列 + 陰影
</description>
<img id="thumb" src="thumb13.jpg"/>
<assets>
<file id="control" href="editor.html"/>
<file id="css" href="style.css"/>
</assets>
</xml>

View File

@@ -0,0 +1,28 @@
<div class="editor">
<h3>Show</h3>
<div class="row">
<div class="col-sm-6 col-md-3 box">
<figure class="box-shadow-2">
<img class="img-responsive" src="../../ext/editor_templates/a05.edit_t013/images/450_300.jpg" alt="" />
</figure>
</div>
<div class="col-sm-6 col-md-3 box">
<figure class="box-shadow-2">
<img class="img-responsive" src="../../ext/editor_templates/a05.edit_t013/images/450_300.jpg" alt="" />
</figure>
</div>
<div class="col-sm-6 col-md-3 box">
<figure class="box-shadow-2">
<img class="img-responsive" src="../../ext/editor_templates/a05.edit_t013/images/450_300.jpg" alt="" />
</figure>
</div>
<div class="col-sm-6 col-md-3 box">
<figure class="box-shadow-2">
<img class="img-responsive" src="../../ext/editor_templates/a05.edit_t013/images/450_300.jpg" alt="" />
</figure>
</div>
</div>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@@ -0,0 +1,49 @@
/* ----------------------------- essentials.css --------------------------- */
/*10132*/
.editor section.edit_t018 .box-shadow-2 {
position: relative;
}
.editor section.edit_t018 .box-shadow-2:before,
.editor section.edit_t018 .box-shadow-2:after {
z-index: -1;
position: absolute;
content: "";
bottom: 15px;
left: 10px;
width: 50%;
top: 80%;
max-width:300px;
background: #777;
-webkit-box-shadow: 0 15px 10px #777;
-moz-box-shadow: 0 15px 10px #777;
box-shadow: 0 15px 10px #777;
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);
}
.editor section.edit_t018 .box-shadow-2:after {
right: 10px;
left: auto;
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
}
@media (max-width: 992px){
.editor section.edit_t018 .row div{
margin-top: 25px;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB