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>圖片編排樣板3</title>
<description>
小圖 2 列顯示
</description>
<img id="thumb" src="thumb03.jpg"/>
<assets>
<file id="control" href="editor.html"/>
<file id="css" href="style.css"/>
</assets>
</xml>

View File

@@ -0,0 +1,48 @@
 <div class="editor">
<ul class="row clients-dotted list-inline">
<li class="col-md-3 col-sm-3 col-xs-6">
<a href="#">
<img class="img-responsive" src="../../ext/editor_templates/a06.edit_t003/images/logo01.jpg" alt="client" />
</a>
</li>
<li class="col-md-3 col-sm-3 col-xs-6">
<a href="#">
<img class="img-responsive" src="../../ext/editor_templates/a06.edit_t003/images/logo02.jpg" alt="client" />
</a>
</li>
<li class="col-md-3 col-sm-3 col-xs-6">
<a href="#">
<img class="img-responsive" src="../../ext/editor_templates/a06.edit_t003/images/logo03.jpg" alt="client" />
</a>
</li>
<li class="col-md-3 col-sm-3 col-xs-6">
<a href="#">
<img class="img-responsive" src="../../ext/editor_templates/a06.edit_t003/images/logo04.jpg" alt="client" />
</a>
</li>
<li class="col-md-3 col-sm-3 col-xs-6">
<a href="#">
<img class="img-responsive" src="../../ext/editor_templates/a06.edit_t003/images/logo04.jpg" alt="client" />
</a>
</li>
<li class="col-md-3 col-sm-3 col-xs-6">
<a href="#">
<img class="img-responsive" src="../../ext/editor_templates/a06.edit_t003/images/logo03.jpg" alt="client" />
</a>
</li>
<li class="col-md-3 col-sm-3 col-xs-6">
<a href="#">
<img class="img-responsive" src="../../ext/editor_templates/a06.edit_t003/images/logo02.jpg" alt="client" />
</a>
</li>
<li class="col-md-3 col-sm-3 col-xs-6">
<a href="#">
<img class="img-responsive" src="../../ext/editor_templates/a06.edit_t003/images/logo01.jpg" alt="client" />
</a>
</li>
</ul>
</div>
<!-- / -->

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@@ -0,0 +1,39 @@

/* ----------------------------- essentials.css --------------------------- */
/*4283*/
.editor section.edit_t045 ul.clients-dotted {
overflow:hidden;
}
.editor section.edit_t045 ul.clients-dotted>li {
text-align:center;
padding-top:30px;
padding-bottom:30px;
display:inline-block;
}
/*4292*/
.editor section.edit_t045 ul.clients-dotted>li a {
text-align:center;
display:block;
}
/*4298*/
.editor section.edit_t045 ul.clients-dotted>li:after {
content: '';
position: absolute;
width: 100%;
height: 0;
top: auto;
left: 0;
bottom: -1px;
border-bottom: 1px dashed rgba(0,0,0,0.3);
}
.editor section.edit_t045 ul.clients-dotted>li:before {
content: '';
position: absolute;
height: 100%;
top: 0;
left: -1px;
border-left: 1px dashed rgba(0,0,0,0.3);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB