migrate to new git
This commit is contained in:
13
web/ext/editor_templates/a05.edit_t013/config.xml
Normal file
13
web/ext/editor_templates/a05.edit_t013/config.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xml id="edit008" type="editor">
|
||||
<ccategory>內文樣板</ccategory>
|
||||
<title>內文+圖片樣版13</title>
|
||||
<description>
|
||||
圖片水平排列 + 陰影
|
||||
</description>
|
||||
<img id="thumb" src="thumb13.jpg"/>
|
||||
<assets>
|
||||
<file id="control" href="editor.html"/>
|
||||
<file id="css" href="style.css"/>
|
||||
</assets>
|
||||
</xml>
|
||||
28
web/ext/editor_templates/a05.edit_t013/editor.html
Normal file
28
web/ext/editor_templates/a05.edit_t013/editor.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<div class="editor">
|
||||
|
||||
<h3>Show</h3>
|
||||
<div class="row">
|
||||
|
||||
<div class="col-sm-6 col-md-3 box">
|
||||
<figure class="box-shadow-2">
|
||||
<img class="img-responsive" src="../../ext/editor_templates/a05.edit_t013/images/450_300.jpg" alt="" />
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col-sm-6 col-md-3 box">
|
||||
<figure class="box-shadow-2">
|
||||
<img class="img-responsive" src="../../ext/editor_templates/a05.edit_t013/images/450_300.jpg" alt="" />
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col-sm-6 col-md-3 box">
|
||||
<figure class="box-shadow-2">
|
||||
<img class="img-responsive" src="../../ext/editor_templates/a05.edit_t013/images/450_300.jpg" alt="" />
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col-sm-6 col-md-3 box">
|
||||
<figure class="box-shadow-2">
|
||||
<img class="img-responsive" src="../../ext/editor_templates/a05.edit_t013/images/450_300.jpg" alt="" />
|
||||
</figure>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
BIN
web/ext/editor_templates/a05.edit_t013/images/450_300.jpg
Normal file
BIN
web/ext/editor_templates/a05.edit_t013/images/450_300.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.1 KiB |
49
web/ext/editor_templates/a05.edit_t013/style.css
Normal file
49
web/ext/editor_templates/a05.edit_t013/style.css
Normal file
@@ -0,0 +1,49 @@
|
||||
/* ----------------------------- essentials.css --------------------------- */
|
||||
|
||||
/*10132*/
|
||||
.editor section.edit_t018 .box-shadow-2 {
|
||||
position: relative;
|
||||
}
|
||||
.editor section.edit_t018 .box-shadow-2:before,
|
||||
.editor section.edit_t018 .box-shadow-2:after {
|
||||
z-index: -1;
|
||||
position: absolute;
|
||||
content: "";
|
||||
bottom: 15px;
|
||||
left: 10px;
|
||||
width: 50%;
|
||||
top: 80%;
|
||||
max-width:300px;
|
||||
background: #777;
|
||||
|
||||
-webkit-box-shadow: 0 15px 10px #777;
|
||||
-moz-box-shadow: 0 15px 10px #777;
|
||||
box-shadow: 0 15px 10px #777;
|
||||
|
||||
-webkit-transform: rotate(-3deg);
|
||||
-moz-transform: rotate(-3deg);
|
||||
-o-transform: rotate(-3deg);
|
||||
-ms-transform: rotate(-3deg);
|
||||
transform: rotate(-3deg);
|
||||
}
|
||||
.editor section.edit_t018 .box-shadow-2:after {
|
||||
right: 10px;
|
||||
left: auto;
|
||||
|
||||
-webkit-transform: rotate(3deg);
|
||||
-moz-transform: rotate(3deg);
|
||||
-o-transform: rotate(3deg);
|
||||
-ms-transform: rotate(3deg);
|
||||
transform: rotate(3deg);
|
||||
}
|
||||
|
||||
@media (max-width: 992px){
|
||||
|
||||
.editor section.edit_t018 .row div{
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
BIN
web/ext/editor_templates/a05.edit_t013/thumb13.jpg
Normal file
BIN
web/ext/editor_templates/a05.edit_t013/thumb13.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
Reference in New Issue
Block a user