migrate to new git
This commit is contained in:
13
web/ext/editor_templates/a05.edit_t007/config.xml
Normal file
13
web/ext/editor_templates/a05.edit_t007/config.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xml id="edit008" type="editor">
|
||||
<ccategory>內文樣板</ccategory>
|
||||
<title>內文+圖片樣版7</title>
|
||||
<description>
|
||||
小圖 + 文 3 欄排列
|
||||
</description>
|
||||
<img id="thumb" src="thumb07.jpg"/>
|
||||
<assets>
|
||||
<file id="control" href="editor.html"/>
|
||||
<file id="css" href="style.css"/>
|
||||
</assets>
|
||||
</xml>
|
||||
48
web/ext/editor_templates/a05.edit_t007/editor.html
Normal file
48
web/ext/editor_templates/a05.edit_t007/editor.html
Normal file
@@ -0,0 +1,48 @@
|
||||
<div class="editor">
|
||||
<h3>Design team</h3>
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<div class="testimonial testimonial-bordered padding-15">
|
||||
<figure class="pull-left">
|
||||
<img class="rounded" src="../../ext/editor_templates/a05.edit_t007/images/300_300.jpg" alt="" />
|
||||
</figure>
|
||||
<div class="testimonial-content">
|
||||
<p>Voluptate officiis corporis, distinctio vitae iusto libero et amet tenetur quae deleniti cum error dolorem eligendi, praesentium reiciendis unde accusamus repellat similique.</p>
|
||||
<cite>
|
||||
Mery
|
||||
<span>Designers</span>
|
||||
</cite>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="testimonial testimonial-bordered padding-15">
|
||||
<figure class="pull-left">
|
||||
<img class="rounded" src="../../ext/editor_templates/a05.edit_t007/images/300_300.jpg" alt="" />
|
||||
</figure>
|
||||
<div class="testimonial-content">
|
||||
<p>Facilis voluptates qui itaque iure possimus nam, mollitia consequuntur, odit adipisci, blanditiis soluta repellendus, velit. Odio illum quas, velit dicta, rerum maxime.</p>
|
||||
<cite>
|
||||
Tom
|
||||
<span>Designers</span>
|
||||
</cite>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="testimonial testimonial-bordered padding-15">
|
||||
<figure class="pull-left">
|
||||
<img class="rounded" src="../../ext/editor_templates/a05.edit_t007/images/300_300.jpg" alt="" />
|
||||
</figure>
|
||||
<div class="testimonial-content">
|
||||
<p>Pariatur inventore eum, ad laboriosam placeat mollitia sequi obcaecati reiciendis adipisci, vitae, itaque. Autem minus illum velit ipsa doloremque laborum recusandae deleniti.</p>
|
||||
<cite>
|
||||
Joe
|
||||
<span>Designers</span>
|
||||
</cite>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
BIN
web/ext/editor_templates/a05.edit_t007/images/300_300.jpg
Normal file
BIN
web/ext/editor_templates/a05.edit_t007/images/300_300.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.8 KiB |
47
web/ext/editor_templates/a05.edit_t007/style.css
Normal file
47
web/ext/editor_templates/a05.edit_t007/style.css
Normal file
@@ -0,0 +1,47 @@
|
||||
/* ----------------------------- essentials.css --------------------------- */
|
||||
/* 1403 rounded */
|
||||
.editor section.edit_t009 .rounded {
|
||||
-webkit-border-radius: 50% !important;
|
||||
-moz-border-radius: 50% !important;
|
||||
border-radius: 50% !important;
|
||||
}
|
||||
|
||||
/*10466*/
|
||||
.editor section.edit_t009 div.testimonial p {
|
||||
margin-top:0;
|
||||
}
|
||||
|
||||
.editor section.edit_t009 div.testimonial>figure>img {
|
||||
width:65px;
|
||||
height:65px;
|
||||
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
/*10479*/
|
||||
.editor section.edit_t009 .testimonial cite {
|
||||
font-weight:bold;
|
||||
text-shadow:none;
|
||||
}
|
||||
.editor section.edit_t009 .testimonial cite span {
|
||||
display:block;
|
||||
color:#888;
|
||||
font-size:12px;
|
||||
font-weight:300;
|
||||
}
|
||||
|
||||
/*10492*/
|
||||
.editor section.edit_t009 .testimonial-content {
|
||||
position:relative;
|
||||
padding-left:75px;
|
||||
}
|
||||
|
||||
/* 10531 bordered */
|
||||
.editor section.edit_t009 div.testimonial-bordered {
|
||||
border:#eaeaea 2px solid;
|
||||
padding:30px 15px;
|
||||
margin:30px 0;
|
||||
}
|
||||
|
||||
BIN
web/ext/editor_templates/a05.edit_t007/thumb07.jpg
Normal file
BIN
web/ext/editor_templates/a05.edit_t007/thumb07.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Reference in New Issue
Block a user