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>內文樣板12</title>
<description>
流程圖
</description>
<img id="thumb" src="thumb32.jpg"/>
<assets>
<file id="control" href="editor.html"/>
<file id="css" href="style.css"/>
</assets>
</xml>

View File

@@ -0,0 +1,36 @@
 <!-- RECENT WORK -->
<div class="editor">
<header class="text-center">
<h2 class="nomargin">網頁設計流程</h2>
<p class="size-20 nomargin">為您提供最優質的服務</p>
</header>
<ul class="process-steps nav nav-tabs nav-justified margin-top-100 padding-bottom-100">
<li>
<a href="#">1</a>
<h5>網站需求</h5>
</li>
<li>
<a href="#">2</a>
<h5>網站企劃</h5>
</li>
<li>
<a href="#">3</a>
<h5>確定架構</h5>
</li>
<li>
<a href="#">4</a>
<h5>簽訂合約</h5>
</li>
<li>
<a href="#">5</a>
<h5>網站設計</h5>
</li>
<li>
<a href="#">6</a>
<h5>完成</h5>
</li>
</ul>
</div>

View File

@@ -0,0 +1,34 @@

/* ----------------------------- essentials.css --------------------------- */
/*6983*/
.editor section.edit_t032 ul.process-steps,
ul.process-steps li {
border:0 !important;
text-align: center;
}
/*6989*/
.editor section.edit_t032 ul.process-steps li a {
width:50px;
height:50px;
font-size:30px;
line-height:30px;
text-align: center;
display:inline-block;
color:#111;
border:#666 1px solid !important;
background-color:#fff;
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
border-radius: 50% !important;
}
/*9776*/
.editor section.edit_t032 .nav-tabs.nav-justified>li>a {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB