migrate to new git
This commit is contained in:
13
web/ext/editor_templates/a02.edit_t015/config.xml
Normal file
13
web/ext/editor_templates/a02.edit_t015/config.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xml id="edit001" type="editor">
|
||||
<ccategory>表格</ccategory>
|
||||
<title>表格樣版15</title>
|
||||
<description>
|
||||
條列式表格,粉紅色系間隔
|
||||
</description>
|
||||
<img id="thumb" src="tp15.gif"/>
|
||||
<assets>
|
||||
<file id="control" href="editor.html"/>
|
||||
<file id="css" href="style.css"/>
|
||||
</assets>
|
||||
</xml>
|
||||
36
web/ext/editor_templates/a02.edit_t015/editor.html
Normal file
36
web/ext/editor_templates/a02.edit_t015/editor.html
Normal file
@@ -0,0 +1,36 @@
|
||||
<table class="table table-015 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>
|
||||
36
web/ext/editor_templates/a02.edit_t015/style.css
Normal file
36
web/ext/editor_templates/a02.edit_t015/style.css
Normal file
@@ -0,0 +1,36 @@
|
||||
.table-015 {
|
||||
font-family: "微軟正黑體";
|
||||
border-top: 1px solid #fff;
|
||||
border-left: 1px solid #fff;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.table-015 td,
|
||||
.table-015 th {
|
||||
padding: 10px 0;
|
||||
border-bottom: 1px solid #fff;
|
||||
border-right: 1px solid #fff;
|
||||
}
|
||||
|
||||
.table-015 .t1 {
|
||||
background-color: #fa5e74;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
font-size: 15px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.table-015 tr:nth-child(even) {
|
||||
color: #de7685;
|
||||
background-color: #fedde6;
|
||||
text-align: center;
|
||||
font-size: 13px;
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
.table-015 tr:nth-child(odd) {
|
||||
color: #fff;
|
||||
background-color: #f9cad7;
|
||||
text-align: center;
|
||||
font-size: 13px;
|
||||
}
|
||||
BIN
web/ext/editor_templates/a02.edit_t015/tp15.gif
Normal file
BIN
web/ext/editor_templates/a02.edit_t015/tp15.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
Reference in New Issue
Block a user