migrate to new git
This commit is contained in:
13
web/ext/editor_templates/a02.edit_t003/config.xml
Normal file
13
web/ext/editor_templates/a02.edit_t003/config.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xml id="edit003" type="editor">
|
||||
<ccategory>表格</ccategory>
|
||||
<title>表格樣版3</title>
|
||||
<description>
|
||||
條列式表格,藍綠色與銀色漸層色系
|
||||
</description>
|
||||
<img id="thumb" src="tp3.gif"/>
|
||||
<assets>
|
||||
<file id="control" href="editor.html"/>
|
||||
<file id="css" href="style.css"/>
|
||||
</assets>
|
||||
</xml>
|
||||
36
web/ext/editor_templates/a02.edit_t003/editor.html
Normal file
36
web/ext/editor_templates/a02.edit_t003/editor.html
Normal file
@@ -0,0 +1,36 @@
|
||||
<table class="table table-003 scroll">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="t1">標題</th>
|
||||
<th class="t1">年份</th>
|
||||
<th class="t1">作者</th>
|
||||
<th class="t1">位置</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>文件處理</td>
|
||||
<td>2014-11-10</td>
|
||||
<td>Jon.K</td>
|
||||
<td>B棟10樓</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>電腦更新</td>
|
||||
<td>2014-11-10</td>
|
||||
<td>吐司人</td>
|
||||
<td>A棟2樓</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>元素製作</td>
|
||||
<td>2014-11-30</td>
|
||||
<td>小烏龜</td>
|
||||
<td>C棟20樓</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>行銷規劃</td>
|
||||
<td>2014-12-14</td>
|
||||
<td>發發發</td>
|
||||
<td>C棟1樓</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
39
web/ext/editor_templates/a02.edit_t003/style.css
Normal file
39
web/ext/editor_templates/a02.edit_t003/style.css
Normal file
@@ -0,0 +1,39 @@
|
||||
.table-003{
|
||||
font-family:"微軟正黑體";
|
||||
border-top:1px solid #e6e3e5;
|
||||
border-left:1px solid #e6e3e5;
|
||||
letter-spacing:1px;
|
||||
box-shadow:0 5px 3px #e9e5e5;
|
||||
-webkit-box-shadow:0 1px 3px #e9e5e5;
|
||||
-moz-box-shadow:0 1px 3px #e9e5e5;
|
||||
}
|
||||
.table-003 td,
|
||||
.table-003 th{
|
||||
padding:10px 0;
|
||||
border-bottom:1px solid #e6e3e5;
|
||||
border-right:1px solid #e6e3e5;
|
||||
}
|
||||
.table-003 .t1{
|
||||
background:#93cede;
|
||||
background:-moz-linear-gradient(top,rgba(147,206,222,1) 0,rgba(117,189,209,1) 41%,rgba(73,165,191,1) 100%);
|
||||
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(147,206,222,1)),color-stop(41%,rgba(117,189,209,1)),color-stop(100%,rgba(73,165,191,1)));
|
||||
background:-webkit-linear-gradient(top,rgba(147,206,222,1) 0,rgba(117,189,209,1) 41%,rgba(73,165,191,1) 100%);
|
||||
background:-o-linear-gradient(top,rgba(147,206,222,1) 0,rgba(117,189,209,1) 41%,rgba(73,165,191,1) 100%);
|
||||
background:-ms-linear-gradient(top,rgba(147,206,222,1) 0,rgba(117,189,209,1) 41%,rgba(73,165,191,1) 100%);
|
||||
background:linear-gradient(to bottom,rgba(147,206,222,1) 0,rgba(117,189,209,1) 41%,rgba(73,165,191,1) 100%);
|
||||
color:#fff;
|
||||
text-align:center;font-size:15px;
|
||||
font-weight:700;
|
||||
}
|
||||
.table-003 tr{
|
||||
background:#fff;
|
||||
background:-moz-linear-gradient(top,#fff 0,#e5e5e5 100%);
|
||||
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#e5e5e5));
|
||||
background:-webkit-linear-gradient(top,#fff 0,#e5e5e5 100%);background:-o-linear-gradient(top,#fff 0,#e5e5e5 100%);
|
||||
background:-ms-linear-gradient(top,#fff 0,#e5e5e5 100%);
|
||||
background:linear-gradient(to bottom,#fff 0,#e5e5e5 100%);
|
||||
color:#666;
|
||||
text-align:center;
|
||||
font-size:13px;
|
||||
padding:10px 0;
|
||||
}
|
||||
BIN
web/ext/editor_templates/a02.edit_t003/tp3.gif
Normal file
BIN
web/ext/editor_templates/a02.edit_t003/tp3.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.0 KiB |
Reference in New Issue
Block a user