migrate to new git
This commit is contained in:
13
web/ext/editor_templates/a06.edit_t001/config.xml
Normal file
13
web/ext/editor_templates/a06.edit_t001/config.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xml id="edit008" type="editor">
|
||||
<ccategory>內文樣板</ccategory>
|
||||
<title>圖片編排樣板1</title>
|
||||
<description>
|
||||
圖片橫向排列
|
||||
</description>
|
||||
<img id="thumb" src="thumb01.jpg"/>
|
||||
<assets>
|
||||
<file id="control" href="editor.html"/>
|
||||
<file id="css" href="style.css"/>
|
||||
</assets>
|
||||
</xml>
|
||||
59
web/ext/editor_templates/a06.edit_t001/editor.html
Normal file
59
web/ext/editor_templates/a06.edit_t001/editor.html
Normal file
@@ -0,0 +1,59 @@
|
||||
<style>
|
||||
.col-md-5th{
|
||||
width:18.5%;
|
||||
float:left;
|
||||
padding: 0 3px;
|
||||
}
|
||||
</style>
|
||||
<div class="editor">
|
||||
|
||||
<header class="text-center margin-bottom-10">
|
||||
<h1>產品分類</h1>
|
||||
<p class="font-lato weight-300 size-18 margin-top-10">堅持、品質、服務、創新</p>
|
||||
</header>
|
||||
|
||||
<hr class="margin-bottom-100" />
|
||||
<div class="row">
|
||||
|
||||
<div class="col-md-5th "><!-- item -->
|
||||
|
||||
<div class="item-box">
|
||||
<img class="img-responsive" src="../../ext/editor_templates/a06.edit_t001/images/600_400.jpg" alt="" />
|
||||
</div>
|
||||
|
||||
</div><!-- /item -->
|
||||
|
||||
<div class="col-md-5th"><!-- item -->
|
||||
|
||||
<div class="item-box">
|
||||
<img class="img-responsive" src="../../ext/editor_templates/a06.edit_t001/images/600_400.jpg" alt="" />
|
||||
</div>
|
||||
|
||||
</div><!-- /item -->
|
||||
|
||||
<div class="col-md-5th"><!-- item -->
|
||||
|
||||
<div class="item-box">
|
||||
<img class="img-responsive" src="../../ext/editor_templates/a06.edit_t001/images/600_400.jpg" alt="" />
|
||||
</div>
|
||||
|
||||
</div><!-- /item -->
|
||||
|
||||
<div class="col-md-5th"><!-- item -->
|
||||
|
||||
<div class="item-box">
|
||||
<img class="img-responsive" src="../../ext/editor_templates/a06.edit_t001/images/600_400.jpg" alt="" />
|
||||
</div>
|
||||
|
||||
</div><!-- /item -->
|
||||
<div class="col-md-5th"><!-- item -->
|
||||
|
||||
<div class="item-box">
|
||||
<img class="img-responsive" src="../../ext/editor_templates/a06.edit_t001/images/600_400.jpg" alt="" />
|
||||
</div>
|
||||
|
||||
</div><!-- /item -->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
BIN
web/ext/editor_templates/a06.edit_t001/images/600_400.jpg
Normal file
BIN
web/ext/editor_templates/a06.edit_t001/images/600_400.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
BIN
web/ext/editor_templates/a06.edit_t001/images/600_400_02.jpg
Normal file
BIN
web/ext/editor_templates/a06.edit_t001/images/600_400_02.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.6 KiB |
BIN
web/ext/editor_templates/a06.edit_t001/images/600_400_03.jpg
Normal file
BIN
web/ext/editor_templates/a06.edit_t001/images/600_400_03.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.7 KiB |
89
web/ext/editor_templates/a06.edit_t001/style.css
Normal file
89
web/ext/editor_templates/a06.edit_t001/style.css
Normal file
@@ -0,0 +1,89 @@
|
||||
/* ----------------------------- essentials.css --------------------------- */
|
||||
|
||||
/*1483*/
|
||||
.col-xs-5th,
|
||||
.col-sm-5th,
|
||||
.col-md-5th,
|
||||
.col-lg-5th {
|
||||
position: relative;
|
||||
min-height: 1px;
|
||||
padding-right: 10px;
|
||||
padding-left: 10px;
|
||||
width: 20%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.col-sm-5th {
|
||||
width: 20%;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
.col-md-5th {
|
||||
width: 20%;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.col-lg-5th {
|
||||
width: 20%;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 992px) {
|
||||
.col-md-5th {
|
||||
width:100%;
|
||||
float:none;
|
||||
display:block;
|
||||
}
|
||||
.col-md-5th.col-sm-5th {
|
||||
width: 20%;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 769px) {
|
||||
.col-md-5th.col-sm-5th {
|
||||
width:100%;
|
||||
float:none;
|
||||
display:block;
|
||||
}
|
||||
}
|
||||
|
||||
/* ----------------------------- layout.css --------------------------- */
|
||||
|
||||
/*5578*/
|
||||
#portfolio {
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
/*5705*/
|
||||
#portfolio.portfolio-nogutter .row>div,
|
||||
#portfolio.portfolio-nogutter .item-box {
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
/*5898*/
|
||||
.item-box {
|
||||
overflow:hidden;
|
||||
margin:0;
|
||||
position:relative;
|
||||
box-shadow:rgba(0,0,0,0.1) 0 0 5px;
|
||||
|
||||
|
||||
-webkit-border-radius:0;
|
||||
-moz-border-radius:0;
|
||||
border-radius:0;
|
||||
}
|
||||
.mix-grid .item-box,
|
||||
#portfolio .item-box {
|
||||
box-shadow:none;
|
||||
}
|
||||
.item-box.fullwidth {
|
||||
max-width:100%;
|
||||
}
|
||||
section.alternate .item-box {
|
||||
background-color:rgba(0,0,0,0.05);
|
||||
}
|
||||
BIN
web/ext/editor_templates/a06.edit_t001/thumb01.jpg
Normal file
BIN
web/ext/editor_templates/a06.edit_t001/thumb01.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Reference in New Issue
Block a user