Merge branch 'master' into 'master'

Add custom templates.

Add custom templates.
Update most of things.

See merge request !11
This commit is contained in:
chiu 2021-06-17 18:46:09 +08:00
commit 9ca0756481
181 changed files with 4420 additions and 19 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

View File

@ -0,0 +1,16 @@
body {
background-color: #c9d7e4;
}
@media (min-width: 768px){
.container {
width: 46.875em;
}
header{
margin-top: 4em;
}
}
@media (max-width: 767px){
.container {
width: 100%;
}
}

View File

@ -0,0 +1,18 @@
;(function($, win, undefined) {
// ECMAScript 5 嚴格模式
'use strict';
$(document).ready(function() {
var timeout_id;
$(window).resize(function() {
window.clearTimeout(timeout_id)
if (window.innerWidth < 768) {
} else {
timeout_id = setTimeout(function(){
if($('.mobile-menu .modules-menu').length > 0){
$("header .container").append($('.mobile-menu .modules-menu'))
}
}, 500);
}
})
})
}(jQuery, window));

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

View File

@ -0,0 +1,13 @@
body {
background-color: #c9d7e4;
}
@media (min-width: 768px){
.container {
width: 46.875em;
}
}
@media (max-width: 767px){
.container {
width: 100%;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

View File

@ -0,0 +1,13 @@
body {
background-color: #c9d7e4;
}
@media (min-width: 768px){
.container {
width: 46.875em;
}
}
@media (max-width: 767px){
.container {
width: 100%;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

View File

@ -0,0 +1,13 @@
body {
background-color: #c9d7e4;
}
@media (min-width: 768px){
.container {
width: 46.875em;
}
}
@media (max-width: 767px){
.container {
width: 100%;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

View File

@ -0,0 +1,13 @@
body {
background-color: #c9d7e4;
}
@media (min-width: 768px){
.container {
width: 46.875em;
}
}
@media (max-width: 767px){
.container {
width: 100%;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

View File

@ -0,0 +1,13 @@
body {
background-color: #c9d7e4;
}
@media (min-width: 768px){
.container {
width: 46.875em;
}
}
@media (max-width: 767px){
.container {
width: 100%;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

View File

@ -0,0 +1,13 @@
body {
background-color: #c9d7e4;
}
@media (min-width: 768px){
.container {
width: 46.875em;
}
}
@media (max-width: 767px){
.container {
width: 100%;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

View File

@ -0,0 +1,13 @@
body {
background-color: #c9d7e4;
}
@media (min-width: 768px){
.container {
width: 46.875em;
}
}
@media (max-width: 767px){
.container {
width: 100%;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

View File

@ -0,0 +1,13 @@
body {
background-color: #c9d7e4;
}
@media (min-width: 768px){
.container {
width: 46.875em;
}
}
@media (max-width: 767px){
.container {
width: 100%;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB

View File

@ -0,0 +1,13 @@
body {
background-color: #c9d7e4;
}
@media (min-width: 768px){
.container {
width: 46.875em;
}
}
@media (max-width: 767px){
.container {
width: 100%;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

View File

@ -0,0 +1,13 @@
body {
background-color: #c9d7e4;
}
@media (min-width: 768px){
.container {
width: 46.875em;
}
}
@media (max-width: 767px){
.container {
width: 100%;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

View File

@ -0,0 +1,13 @@
body {
background-color: #c9d7e4;
}
@media (min-width: 768px){
.container {
width: 46.875em;
}
}
@media (max-width: 767px){
.container {
width: 100%;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

View File

@ -0,0 +1,13 @@
body {
background-color: #c9d7e4;
}
@media (min-width: 768px){
.container {
width: 46.875em;
}
}
@media (max-width: 767px){
.container {
width: 100%;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

View File

@ -0,0 +1,13 @@
body {
background-color: #c9d7e4;
}
@media (min-width: 768px){
.container {
width: 46.875em;
}
}
@media (max-width: 767px){
.container {
width: 100%;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

View File

@ -0,0 +1,13 @@
body {
background-color: #c9d7e4;
}
@media (min-width: 768px){
.container {
width: 46.875em;
}
}
@media (max-width: 767px){
.container {
width: 100%;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

View File

@ -0,0 +1,13 @@
body {
background-color: #c9d7e4;
}
@media (min-width: 768px){
.container {
width: 46.875em;
}
}
@media (max-width: 767px){
.container {
width: 100%;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

View File

@ -0,0 +1,13 @@
body {
background-color: #c9d7e4;
}
@media (min-width: 768px){
.container {
width: 46.875em;
}
}
@media (max-width: 767px){
.container {
width: 100%;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

View File

@ -0,0 +1,62 @@
.mobile-menu .modules-menu.collapse.in{
height: 100%;
}
/*img.site-logo{
display: none;
}*/
.mobile-menu .modules-menu {
background: #2cafcc;
}
.mobile-menu .modules-menu .menu_text{
display: none;
}
.layout-slide{
padding: 0;
}
@media (min-width: 768px){
.modules-menu-level-0, #main-nav{
display: inline-block;
padding-bottom: 2em;
}
.modules-menu-level-0 > li {
float: none;
}
.modules-menu .modules-menu-level-0 > li > a {
color: #396992;
}
.layout-header > .container{
padding: 0;
}
.navbar-collapse.collapse{
padding: 0;
}
.modules-menu .modules-menu-level-0{
background: #ffffff;
margin-bottom: 0;
border: 2px solid #c2c0c0;
border-radius: 0.4em;
}
.modules-menu .modules-menu-level-0 > li{
padding: 0 1em;
text-align: center;
border-bottom: 0.1em solid #c2c0c0;
}
.modules-menu .modules-menu-level-0 > li:hover{
background-color: #91BFEA;
border-radius: unset;
}
.modules-menu .modules-menu-level-0 li.menu_text{
background: #396992;
color: #ffffff;
border-radius: 0.3em 0.3em 0 0;
border-bottom: none;
}
.modules-menu .modules-menu-level-0 li.menu_text:hover{
background: #396992;
color: #ffffff;
border-radius: 0.3em 0.3em 0 0;
}
}
.modules-menu .modules-menu-level-0 > li:hover > a {
color: #fff;
}

View File

@ -0,0 +1,76 @@
.layout-content-inner{
background: #ffffff;
}
.seminar_hr{
display: none;
}
[class*=widget-title] , .seminar_h3{
margin: 0.5em 0;
line-height: 1.5;
color: #396992;
}
[class*=widget-title] > * , #main-content [class*=page-title], #main-content .index-title{
color: #396992;
}
.layout-content-inner a, .w-annc .w-annc__title,.i-annc .i-annc__title{
color: #396992;
}
.layout-content-inner a.btn-primary{
background: #396992;
color: #ffffff;
border: none;
text-decoration: none;
}
.layout-content-inner a:hover, .w-annc .w-annc__title:hover,.i-annc .i-annc__title:hover{
color: #82abce;
}
.layout-content-inner a.btn-primary:hover,.layout-content-inner a.btn-primary:focus,.layout-content-inner a.btn-primary:active {
color: #ffffff;
background: #064d88;
border: none;
text-decoration: none;
outline: none;
}
li.w-annc__item.row:before {
display: none;
content: "";
}
span.w-annc__postdate, .i-annc__postdate {
color: #787878;
}
li.w-annc__item.row {
padding: 5px 0;
margin: 0;
border: none;
}
li.w-annc__item.row > * {
border-right: 3px solid #b0b0b0;
}
li.w-annc__item.row > *:last-child {
border-right: none;
}
.w-annc{
border-bottom: 1px dashed #888888;
}
.layout-footer-content , .footer-counter{
color: #0f609a;
}
.widget-custom_gallery .row > .col-md-4{
border: 0.1em solid #b3b2b2;
}
.widget-custom_gallery .row > .col-md-4:hover{
border: 0.1em solid #396992;
}
@media (max-width: 767px){
.layout-content{
background: #ffffff;
}
.widget-custom_gallery .row > .col-md-4{
padding: 1em;
}
}
[data-pp="200"]{
padding: 0 0.9375em;
}

View File

@ -0,0 +1,2 @@
{ "template": "vertical_1_main_left_annc_top_album_right",
"read_more_position": "lower_right" }

View File

@ -0,0 +1,7 @@
$(document).ready(function(){
$('#main-content > * > [class*="-title"] ,[data-pp] > * > [class*="-title"]').each(function(i,h3){
if($(h3).prop('tagName').match(/(h1|h2|h3|h4)/i) && $(h3).next(".seminar_hr").length == 0){
$(h3).after("<hr class=\"seminar_hr\">")
}
})
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

View File

@ -0,0 +1,34 @@
@media (min-width: 768px){
.modules-menu-level-0, #main-nav{
display: inline-block;
}
.modules-menu-level-0 > li {
float: left;
}
}
.mobile-menu .modules-menu.collapse.in{
height: 100%;
}
img.site-logo{
display: none;
}
.layout-slide{
padding: 0;
}
@media (min-width: 768px){
.modules-menu .modules-menu-level-0 > li > a {
color: #c2c8bd;
}
.layout-header > .container{
padding: 0;
}
.navbar-collapse.collapse{
padding: 0;
}
.modules-menu .modules-menu-level-0{
background: #4a4a4a;
margin-bottom: 0;
padding: 0 1em;
}
}

View File

@ -0,0 +1,19 @@
.layout-content-inner{
background: #ffffff;
}
.seminar_h3{
font-weight: bold;
}
.seminar_hr{
border-top: 0.1em dashed #acacac;
margin: 0.5em 0;
}
[class*=widget-title] {
margin: 0.5em 0;
line-height: 1.5;
}
@media (max-width: 767px){
.layout-content{
background: #ffffff;
}
}

View File

@ -0,0 +1 @@
{ "template": "vertical_3_main_top_annc_left_album_right" }

View File

@ -0,0 +1,7 @@
$(document).ready(function(){
$('#main-content > * > [class*="-title"] ,[data-pp] > * > [class*="-title"]').each(function(i,h3){
if($(h3).prop('tagName').match(/(h1|h2|h3|h4)/i) && $(h3).next(".seminar_hr").length == 0){
$(h3).after("<hr class=\"seminar_hr\">")
}
})
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View File

@ -0,0 +1,34 @@
@media (min-width: 768px){
.modules-menu-level-0, #main-nav{
display: inline-block;
}
.modules-menu-level-0 > li {
float: left;
}
}
.mobile-menu .modules-menu.collapse.in{
height: 100%;
}
img.site-logo{
display: none;
}
.layout-slide{
padding: 0;
}
@media (min-width: 768px){
.modules-menu .modules-menu-level-0 > li > a {
color: #c2c8bd;
}
.layout-header > .container{
padding: 0;
}
.navbar-collapse.collapse{
padding: 0;
}
.modules-menu .modules-menu-level-0{
background: #4a4a4a;
margin-bottom: 0;
padding: 0 1em;
}
}

View File

@ -0,0 +1,19 @@
.layout-content-inner{
background: #ffffff;
}
.seminar_h3{
font-weight: bold;
}
.seminar_hr{
border-top: 0.1em dashed #acacac;
margin: 0.5em 0;
}
[class*=widget-title] {
margin: 0.5em 0;
line-height: 1.5;
}
@media (max-width: 767px){
.layout-content{
background: #ffffff;
}
}

View File

@ -0,0 +1 @@
{ "template": "vertical_2_main_right_annc_left_album_bottom" }

View File

@ -0,0 +1,7 @@
$(document).ready(function(){
$('#main-content > * > [class*="-title"] ,[data-pp] > * > [class*="-title"]').each(function(i,h3){
if($(h3).prop('tagName').match(/(h1|h2|h3|h4)/i) && $(h3).next(".seminar_hr").length == 0){
$(h3).after("<hr class=\"seminar_hr\">")
}
})
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

View File

@ -0,0 +1,34 @@
@media (min-width: 768px){
.modules-menu-level-0, #main-nav{
display: inline-block;
}
.modules-menu-level-0 > li {
float: left;
}
}
.mobile-menu .modules-menu.collapse.in{
height: 100%;
}
img.site-logo{
display: none;
}
.layout-slide{
padding: 0;
}
@media (min-width: 768px){
.modules-menu .modules-menu-level-0 > li > a {
color: #c2c8bd;
}
.layout-header > .container{
padding: 0;
}
.navbar-collapse.collapse{
padding: 0;
}
.modules-menu .modules-menu-level-0{
background: #4a4a4a;
margin-bottom: 0;
padding: 0 1em;
}
}

View File

@ -0,0 +1,19 @@
.layout-content-inner{
background: #ffffff;
}
.seminar_h3{
font-weight: bold;
}
.seminar_hr{
border-top: 0.1em dashed #acacac;
margin: 0.5em 0;
}
[class*=widget-title] {
margin: 0.5em 0;
line-height: 1.5;
}
@media (max-width: 767px){
.layout-content{
background: #ffffff;
}
}

View File

@ -0,0 +1 @@
{ "template": "vertical_2_main_right_annc_left_album_bottom" }

View File

@ -0,0 +1,7 @@
$(document).ready(function(){
$('#main-content > * > [class*="-title"] ,[data-pp] > * > [class*="-title"]').each(function(i,h3){
if($(h3).prop('tagName').match(/(h1|h2|h3|h4)/i) && $(h3).next(".seminar_hr").length == 0){
$(h3).after("<hr class=\"seminar_hr\">")
}
})
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

View File

@ -0,0 +1,34 @@
@media (min-width: 768px){
.modules-menu-level-0, #main-nav{
display: inline-block;
}
.modules-menu-level-0 > li {
float: left;
}
}
.mobile-menu .modules-menu.collapse.in{
height: 100%;
}
img.site-logo{
display: none;
}
.layout-slide{
padding: 0;
}
@media (min-width: 768px){
.modules-menu .modules-menu-level-0 > li > a {
color: #c2c8bd;
}
.layout-header > .container{
padding: 0;
}
.navbar-collapse.collapse{
padding: 0;
}
.modules-menu .modules-menu-level-0{
background: #4a4a4a;
margin-bottom: 0;
padding: 0 1em;
}
}

View File

@ -0,0 +1,19 @@
.layout-content-inner{
background: #ffffff;
}
.seminar_h3{
font-weight: bold;
}
.seminar_hr{
border-top: 0.1em dashed #acacac;
margin: 0.5em 0;
}
[class*=widget-title] {
margin: 0.5em 0;
line-height: 1.5;
}
@media (max-width: 767px){
.layout-content{
background: #ffffff;
}
}

View File

@ -0,0 +1 @@
{ "template": "horizontal_13_main_left_annc_right_album_left" }

View File

@ -0,0 +1,7 @@
$(document).ready(function(){
$('#main-content > * > [class*="-title"] ,[data-pp] > * > [class*="-title"]').each(function(i,h3){
if($(h3).prop('tagName').match(/(h1|h2|h3|h4)/i) && $(h3).next(".seminar_hr").length == 0){
$(h3).after("<hr class=\"seminar_hr\">")
}
})
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

View File

@ -0,0 +1,52 @@
.mobile-menu .modules-menu.collapse.in{
height: 100%;
}
/*img.site-logo{
display: none;
}*/
.mobile-menu .modules-menu {
background: #2cafcc;
}
.mobile-menu .modules-menu .menu_text{
display: none;
}
.layout-slide{
padding: 0;
}
@media (min-width: 768px){
.modules-menu-level-0, #main-nav{
display: inline-block;
padding: 1em 0 2em 0;
}
.modules-menu-level-0 > li {
float: none;
}
.modules-menu .modules-menu-level-0 > li > a {
color: #333333;
border-left: 9px solid #969696;
}
.layout-header > .container{
padding: 0;
}
.navbar-collapse.collapse{
padding: 0;
}
.modules-menu .modules-menu-level-0{
background: #e8e6e7;
margin-bottom: 0;
border-radius: 0.4em;
}
.modules-menu .modules-menu-level-0 > li{
padding: 0.2em 0.3em;
text-align: center;
border-bottom: 0.1em solid #c2c0c0;
}
.modules-menu .modules-menu-level-0 > li:hover{
background-color: #646464;
border-radius: unset;
}
}
.modules-menu .modules-menu-level-0 > li:hover > a {
color: #fff;
border-left: 9px solid #dbdada;
}

View File

@ -0,0 +1,85 @@
.layout-content-inner{
background: #ffffff;
}
.seminar_hr{
display: none;
}
[class*=widget-title] , .seminar_h3{
margin: 0.5em 0;
line-height: 1.5;
color: #333333;
}
[class*=widget-title] > * , #main-content [class*=page-title], #main-content .index-title{
color: #333333;
}
.layout-content-inner a.btn-primary {
background: transparent;
color: #396992;
border: none;
text-decoration: none;
}
.layout-content-inner h1,.layout-content-inner h2,.layout-content-inner h3,.layout-content-inner h4,.layout-content-inner h5,.layout-content-inner h6{
font-weight: bold;
}
h4.w-annc__entry-title{
font-weight: 500;
}
.layout-content-inner [data-subpart-id] a, .layout-content-inner #main-content a{
color: #333333;
}
.layout-content-inner [data-subpart-id] a:hover, .layout-content-inner #main-content a:hover{
color: #888888;
}
.layout-content-inner a.btn-primary:hover,.layout-content-inner a.btn-primary:focus,.layout-content-inner a.btn-primary:active {
color: #033864;
background: transparent;
border: none;
text-decoration: underline;
outline: none;
font-weight: bold;
}
li.w-annc__item.row:before {
display: inline-block;
content: " ";
width: 0.5em;
height: 0.5em;
border-radius: 50px;
background-color: #888888;
position: absolute;
top: 12px;
}
span.w-annc__postdate, .i-annc__postdate {
color: #787878;
}
li.w-annc__item.row {
padding: 5px 0;
margin: 0;
border: none;
}
li.w-annc__item.row .w-annc__postdate-wrap {
display: none;
}
.w-annc{
border-bottom: 1px dashed #888888;
}
.layout-footer-content , .footer-counter{
color: #0f609a;
}
.widget-custom_gallery .row > .col-md-4{
border: 0.1em solid #b3b2b2;
}
.widget-custom_gallery .row > .col-md-4:hover{
border: 0.1em solid #396992;
}
@media (max-width: 767px){
.layout-content{
background: #ffffff;
}
.widget-custom_gallery .row > .col-md-4{
padding: 1em;
}
}
[data-pp="200"]{
padding: 0 0.9375em;
}

View File

@ -0,0 +1,2 @@
{ "template": "vertical_2_main_right_annc_left_album_bottom",
"read_more_position": "lower_right" }

View File

@ -0,0 +1,7 @@
$(document).ready(function(){
$('#main-content > * > [class*="-title"] ,[data-pp] > * > [class*="-title"]').each(function(i,h3){
if($(h3).prop('tagName').match(/(h1|h2|h3|h4)/i) && $(h3).next(".seminar_hr").length == 0){
$(h3).after("<hr class=\"seminar_hr\">")
}
})
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

View File

@ -0,0 +1,50 @@
.mobile-menu .modules-menu.collapse.in{
height: 100%;
}
/*img.site-logo{
display: none;
}*/
.mobile-menu .modules-menu {
background: #2cafcc;
}
.mobile-menu .modules-menu .menu_text{
display: none;
}
.layout-slide{
padding: 0;
}
@media (min-width: 768px){
.modules-menu-level-0, #main-nav{
display: inline-block;
padding: 1em 0 2em 0;
}
.modules-menu-level-0 > li {
float: none;
}
.modules-menu .modules-menu-level-0 > li > a {
color: #333333;
}
.layout-header > .container{
padding: 0;
}
.navbar-collapse.collapse{
padding: 0;
}
.modules-menu .modules-menu-level-0{
background: #ffffff;
margin-bottom: 0;
border-radius: 0.4em;
}
.modules-menu .modules-menu-level-0 > li{
padding: 0.2em 0.3em;
text-align: center;
border-bottom: 0.1em solid #c2c0c0;
}
.modules-menu .modules-menu-level-0 > li:hover{
background-color: #e8e6e7;
border-radius: unset;
}
}
.modules-menu .modules-menu-level-0 > li:hover > a {
color: #35ae31;
}

View File

@ -0,0 +1,98 @@
.layout-content-inner{
background: #e8e6e6;
padding-left: 0.9375em;
}
.layout-content.col-sm-9{
padding-left: 0;
}
.seminar_hr{
display: none;
}
[class*=widget-title] , .seminar_h3{
margin: 0.5em 0;
line-height: 1.5;
color: #333333;
}
[class*=widget-title] > * , #main-content [class*=page-title], #main-content .index-title{
color: #333333;
}
.layout-content-inner [data-subpart-id] a.btn-primary, .layout-content-inner #main-content a.btn-primary {
background: transparent;
color: #0eb209;
border: none;
text-decoration: none;
}
.layout-content-inner h1,.layout-content-inner h2,.layout-content-inner h3,.layout-content-inner h4,.layout-content-inner h5,.layout-content-inner h6{
font-weight: bold;
}
h4.w-annc__entry-title{
font-weight: 500;
}
.layout-content-inner [data-subpart-id] a, .layout-content-inner #main-content a{
color: #333333;
}
.layout-content-inner [data-subpart-id] a:hover, .layout-content-inner #main-content a:hover{
color: #0eb209;
}
.layout-content-inner a.btn-primary:hover,.layout-content-inner a.btn-primary:focus,.layout-content-inner a.btn-primary:active {
color: #068a02;
background: transparent;
border: none;
text-decoration: underline;
outline: none;
font-weight: bold;
}
li.w-annc__item.row:before {
display: inline-block;
content: " ";
width: 0.5em;
height: 0.5em;
border-radius: 50px;
background-color: #888888;
position: absolute;
top: 12px;
}
span.w-annc__postdate, .i-annc__postdate {
color: #787878;
}
li.w-annc__item.row {
padding: 5px 0;
margin: 0;
border: none;
}
li.w-annc__item.row .w-annc__postdate-wrap {
display: none;
}
.w-annc{
border-bottom: 1px dashed #888888;
}
.layout-footer-content , .footer-counter{
color: #0f609a;
}
[data-pp="200"]{
padding: 0 0.9375em;
}
.widget-custom_gallery .row > .col-md-4{
border: 0.1em solid #b3b2b2;
}
.widget-custom_gallery .row > .col-md-4:hover{
border: 0.1em solid #396992;
}
@media (max-width: 767px){
.layout-content{
background: #ffffff;
}
.layout-content-inner {
margin-left: 0.9375em;
}
.col-sm-6{
padding-left: 0;
}
.widget-custom_gallery .row > .col-md-4{
padding: 1em;
}
}
@media (min-width: 768px){
}

View File

@ -0,0 +1,2 @@
{"template": "vertical_3_main_top_annc_left_album_right",
"read_more_position": "lower_right" }

View File

@ -0,0 +1,7 @@
$(document).ready(function(){
$('#main-content > * > [class*="-title"] ,[data-pp] > * > [class*="-title"]').each(function(i,h3){
if($(h3).prop('tagName').match(/(h1|h2|h3|h4)/i) && $(h3).next(".seminar_hr").length == 0){
$(h3).after("<hr class=\"seminar_hr\">")
}
})
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

View File

@ -0,0 +1,50 @@
.mobile-menu .modules-menu.collapse.in{
height: 100%;
}
/*img.site-logo{
display: none;
}*/
.mobile-menu .modules-menu {
background: #2cafcc;
}
.mobile-menu .modules-menu .menu_text{
display: none;
}
.layout-slide{
padding: 0;
}
@media (min-width: 768px){
.modules-menu-level-0, #main-nav{
display: inline-block;
padding: 1em 0 2em 0;
}
.modules-menu-level-0 > li {
float: none;
}
.modules-menu .modules-menu-level-0 > li > a {
color: #09719c;
}
.layout-header > .container{
padding: 0;
}
.navbar-collapse.collapse{
padding: 0;
}
.modules-menu .modules-menu-level-0{
background: #e8e6e7;
margin-bottom: 0;
border-radius: 0.4em;
}
.modules-menu .modules-menu-level-0 > li{
padding: 0.2em 0.3em;
text-align: center;
border-bottom: 0.1em solid #c2c0c0;
}
.modules-menu .modules-menu-level-0 > li:hover{
border-radius: unset;
background: #b7b7b7;
}
}
.modules-menu .modules-menu-level-0 > li:hover > a {
color: #ffffff;
}

View File

@ -0,0 +1,125 @@
.layout-content-inner{
padding-left: 0.9375em;
}
.layout-content-inner [data-subpart-id], .layout-content-inner #main-content{
background: #e8e6e6;
}
[data-pp] .row{
margin: 0;
padding: 0.5em;
}
.layout-content.col-sm-9{
padding-left: 0;
}
.seminar_hr{
display: none;
}
.layout-content-inner [class*=widget-title] , #main-content [class*=page-title] , #main-content .index-title ,.layout-content-inner .seminar_h3{
display: inline-block;
margin: 0;
line-height: 1.5;
color: #ffffff;
background: #fe681c;
padding: 0 0.5em;
}
.layout-content-inner [class*=widget-title] span{
color: #ffffff;
}
[class*=widget-title] > * , #main-content [class*=page-title], #main-content .index-title{
color: #ffffff;
}
.seminar_hr + *{
margin-top: 1em;
}
.layout-content-inner [data-subpart-id] a.btn-primary, .layout-content-inner #main-content a.btn-primary {
background: transparent;
color: #2c8bb6;
border: none;
text-decoration: none;
}
.layout-content-inner h1,.layout-content-inner h2,.layout-content-inner h3,.layout-content-inner h4,.layout-content-inner h5,.layout-content-inner h6{
font-weight: bold;
}
h4.w-annc__entry-title{
font-weight: 500;
}
.layout-content-inner [data-subpart-id] a, .layout-content-inner #main-content a{
color: #2c8bb6;
}
.layout-content-inner [data-subpart-id] a:hover, .layout-content-inner #main-content a:hover{
color: #026c9c;
text-decoration: underline;
}
.layout-content-inner a.btn-primary:hover,.layout-content-inner a.btn-primary:focus,.layout-content-inner a.btn-primary:active {
color: #026c9c;
background: transparent;
border: none;
text-decoration: underline;
outline: none;
font-weight: bold;
}
li.w-annc__item.row:before {
display: inline-block;
color: #666;
content: "→";
border-radius: 0;
background-color: transparent;
font-family: fantasy;
font-weight: bold;
}
span.w-annc__postdate, .i-annc__postdate {
color: #787878;
}
li.w-annc__item.row {
padding: 5px 0;
margin: 0;
border: none;
border-bottom: 1px dashed #888888;
}
li.w-annc__item.row .w-annc__postdate-wrap {
display: none;
}
.layout-footer-content , .footer-counter{
color: #0f609a;
}
[data-pp="200"]{
padding: 0 0.9375em;
}
[data-pp="201"]{
background: #e8e6e6;
}
[data-pp="200"] [data-subpart-id],[data-pp="201"] [data-subpart-id]{
border-top: 1px solid #a6a5a5;
}
@media (max-width: 767px){
.layout-content{
background: #ffffff;
}
.layout-content-inner {
margin-left: 0.9375em;
}
.col-sm-6{
padding-left: 0;
}
[data-pp="200"] [data-subpart-id]:last-of-type{
border-bottom: 1px solid #a6a5a5;
}
.widget-custom_gallery .row > .col-md-4{
padding: 1em;
}
}
[data-pp="200"] [data-subpart-id]:first-of-type{
border-top: none;
}
.widget-custom_gallery .row > .col-md-4{
border: 0.1em solid #b3b2b2;
}
.widget-custom_gallery .row > .col-md-4:hover{
border: 0.1em solid #396992;
}
@media (min-width: 768px){
}

View File

@ -0,0 +1 @@
{"template": "vertical_4_main_right_annc_left_album_right"}

View File

@ -0,0 +1,12 @@
$(document).ready(function(){
$("[data-subpart-id],#main-content").each(function(i,v){
if($(v).html().trim() != ""){
$(v).css("padding","1em");
}
})
$('#main-content > * > [class*="-title"] ,[data-pp] > * > [class*="-title"]').each(function(i,h3){
if($(h3).prop('tagName').match(/(h1|h2|h3|h4)/i) && $(h3).next(".seminar_hr").length == 0){
$(h3).after("<hr class=\"seminar_hr\">")
}
})
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

View File

@ -0,0 +1,43 @@
@media (min-width: 768px){
.modules-menu-level-0, #main-nav{
display: inline-block;
}
.modules-menu-level-0 > li {
float: left;
}
}
.mobile-menu .modules-menu.collapse.in{
height: 100%;
}
/*img.site-logo{
display: none;
}*/
.mobile-menu .modules-menu {
background: #2cafcc;
}
.layout-slide{
padding: 0;
}
@media (min-width: 768px){
.modules-menu .modules-menu-level-0 > li > a {
color: #c2c8bd;
}
.layout-header > .container{
padding: 0;
}
.navbar-collapse.collapse{
padding: 0;
}
.modules-menu .modules-menu-level-0{
background: #4a4a4a;
margin-bottom: 0;
padding: 0 1em;
}
.modules-menu .modules-menu-level-0 > li:hover {
background-color: #91BFEA;
border-radius: 0.5em;
}
}
.modules-menu .modules-menu-level-0 > li:hover > a {
color: #fff;
}

View File

@ -0,0 +1,62 @@
.layout-content-inner{
background: #efefb2;
}
.seminar_h3{
font-weight: bold;
color: #2ebf21;
}
.seminar_hr{
display: none;
}
[class*=widget-title] {
margin: 0.5em 0;
line-height: 1.5;
color: #2ebf21;
}
[class*=widget-title] > * , #main-content [class*=page-title], #main-content .index-title{
color: #2ebf21;
}
a.w-annc__more {
background: transparent;
border: none;
text-decoration: underline;
}
.layout-content-inner [data-subpart-id] a, .layout-content-inner #main-content a{
color: #2ebf21;
}
.layout-content-inner [data-subpart-id] a:hover, .layout-content-inner #main-content a:hover{
color: #0f7c04;
}
a.w-annc__more:hover, a.w-annc__more.btn-primary:focus, a.w-annc__more:active {
color: #0f7c04;
background: transparent;
border: none;
text-decoration: underline;
outline: none;
}
li.w-annc__item.row:before {
display: inline-block;
content: " ";
width: 10px;
height: 10px;
border-radius: 50px;
background-color: #108b17;
position: absolute;
top: 0.5em;
}
span.w-annc__postdate, .i-annc__postdate {
color: #787878;
}
li.w-annc__item.row {
border-bottom: 1px dashed #888888;
padding: 5px 0;
margin: 0;
}
.layout-footer-content , .footer-counter{
color: #0f609a;
}
@media (max-width: 767px){
.layout-content{
background: #ffffff;
}
}

View File

@ -0,0 +1 @@
{"template": "horizontal_5_main_right_annc_left_album_right"}

View File

@ -0,0 +1,7 @@
$(document).ready(function(){
$('#main-content > * > [class*="-title"] ,[data-pp] > * > [class*="-title"]').each(function(i,h3){
if($(h3).prop('tagName').match(/(h1|h2|h3|h4)/i) && $(h3).next(".seminar_hr").length == 0){
$(h3).after("<hr class=\"seminar_hr\">")
}
})
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

View File

@ -0,0 +1,34 @@
@media (min-width: 768px){
.modules-menu-level-0, #main-nav{
display: inline-block;
}
.modules-menu-level-0 > li {
float: left;
}
}
.mobile-menu .modules-menu.collapse.in{
height: 100%;
}
img.site-logo{
display: none;
}
.layout-slide{
padding: 0;
}
@media (min-width: 768px){
.modules-menu .modules-menu-level-0 > li > a {
color: #c2c8bd;
}
.layout-header > .container{
padding: 0;
}
.navbar-collapse.collapse{
padding: 0;
}
.modules-menu .modules-menu-level-0{
background: #4a4a4a;
margin-bottom: 0;
padding: 0 1em;
}
}

View File

@ -0,0 +1,51 @@
.layout-content-inner{
background: #ffffff;
}
.seminar_h3{
font-weight: bold;
margin: 0.5em 0;
}
[class*=widget-title] {
margin: 0.5em 0;
line-height: 1.5;
}
@media (max-width: 767px){
.layout-content{
background: #ffffff;
}
}
[class*=widget-title], .layout-content-box h3, .layout-content-box h1, .layout-content-box .w-annc__widget-title1{
margin: 0.5em 0;
line-height: 1.5;
border: 0.1em solid #8a8a88;
border-left: 0.4em solid #8a8a88;
font-weight: bold;
padding: 0.2em;
}
.seminar_hr{
display: none;
}
a[class*="more"],a.btn-primary {
background: transparent;
color: #9fca8f;
border: navajowhite;
font-weight: bold;
}
li.w-annc__item.row:before{
display: none;
}
.layout-content-box a[class*="more"]:hover{
color: #9fca8f;
background: #e9e9e9;
}
.layout-content-box [class*="annc__title"]:hover, a.btn-primary:hover, .layout-content-box a:hover{
color: #9fca8f;
background: transparent;
}
.w-annc__postdate-wrap{
line-height: 1.8;
}
.w-annc__postdate-wrap {
color: #c0c0c0;
}

View File

@ -0,0 +1,2 @@
{ "template": "horizontal_6_main_left_annc_right_album_right",
"read_more_position": "lower_right" }

View File

@ -0,0 +1,7 @@
$(document).ready(function(){
$('#main-content > * > [class*="-title"] ,[data-pp] > * > [class*="-title"]').each(function(i,h3){
if($(h3).prop('tagName').match(/(h1|h2|h3|h4)/i) && $(h3).next(".seminar_hr").length == 0){
$(h3).after("<hr class=\"seminar_hr\">")
}
})
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View File

@ -0,0 +1,45 @@
.mobile-menu .modules-menu.collapse.in{
height: 100%;
}
img.site-logo{
display: none;
}
.layout-slide{
padding: 0;
}
@media (min-width: 768px){
.modules-menu-level-0, #main-nav{
display: inline-block;
}
.modules-menu-level-0 > li {
float: left;
display: block;
width: 100%;
padding: 0.2em;
border-bottom: #e3e3e3 0.2em dotted !important;
}
.modules-menu .modules-menu-level-0 > li:hover {
background: #ededed;
color: #a4d29a;
border-radius: 0;
}
.modules-menu .modules-menu-level-0 > li > a {
color: #5c7e64;
font-weight: bold;
}
.modules-menu .modules-menu-level-0 > li:hover > a {
color: inherit;
}
.layout-header > .container{
padding: 0;
}
.navbar-collapse.collapse{
padding: 0;
}
.modules-menu .modules-menu-level-0{
margin-bottom: 0;
padding: 0 1em;
background: transparent;
}
}

View File

@ -0,0 +1,77 @@
.layout-content-inner{
background: #ffffff;
}
.seminar_h3{
font-weight: bold;
}
.seminar_hr{
border-top: 0.1em dashed #ecd4cf;
margin: 0.5em 0;
}
[class*=widget-title] {
margin: 0.5em 0;
line-height: 1.5;
}
@media (max-width: 767px){
.layout-content{
background: #ffffff;
}
}
.layout-content-box h3, .layout-content-box h1,.layout-content-box .i-annc .i-annc__th{
background: #a52d14;
color: #ecd4cf !important;
padding: 0.2em;
padding-left: 0.5em;
margin-bottom: 0em !important;
margin-top: 0em !important;
}
.layout-content-box .i-annc .i-annc__th{
border-top: 0.1em solid #de9485;
}
h1.i-annc__page-title:not(:empty) {
border-bottom: 0.1em dashed #de9485;
}
.layout-content-box h3{
font-size: 1.3em !important;
}
.layout-content-box h3,.layout-content-box h1{
font-weight: bold;
}
.seminar_hr{
display: none;
}
a[class*="more"],a.btn-primary {
background: #a52d14;
color: #ffebe7;
}
li.w-annc__item.row:before{
display: none;
}
.layout-content-box a:hover, .layout-content-box .w-annc__title:hover{
color: #a52d14;
}
.layout-content-box .w-annc__title{
text-decoration: underline;
}
.w-annc__postdate-wrap{
line-height: 1.8;
}
a[class*="more"]:hover,a.btn-primary:hover {
background: #781703;
color: #ffebe7;
}
.layout-content-box li.w-annc__item.row{
border-bottom: 0em;
margin: 0;
padding: 0.4em;
}
.layout-content-box li.w-annc__item.row:nth-child(2n+2),.layout-content-box .table-striped>tbody>tr:nth-child(2n+2){
background: #e9e9e9;
}
.layout-content-box .table-striped>tbody>tr:nth-of-type(odd){
background: transparent;
}
tbody td, tbody td a, .i-annc a.i-annc__title{
color: #9b9b9b;
}

View File

@ -0,0 +1,2 @@
{ "template": "vertical_7_main_right_annc_left_album_bottom",
"read_more_position": "lower_right" }

View File

@ -0,0 +1,7 @@
$(document).ready(function(){
$('#main-content > * > [class*="-title"] ,[data-pp] > * > [class*="-title"]').each(function(i,h3){
if($(h3).prop('tagName').match(/(h1|h2|h3|h4)/i) && $(h3).next(".seminar_hr").length == 0){
$(h3).after("<hr class=\"seminar_hr\">")
}
})
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

View File

@ -0,0 +1,45 @@
.mobile-menu .modules-menu.collapse.in{
height: 100%;
}
img.site-logo{
display: none;
}
.layout-slide{
padding: 0;
}
@media (min-width: 768px){
.modules-menu-level-0, #main-nav{
display: inline-block;
}
.modules-menu-level-0 > li {
float: left;
display: block;
width: 100%;
padding: 0.2em;
border-bottom: #e3e3e3 0.2em dotted !important;
}
.modules-menu .modules-menu-level-0 > li:hover {
background: #ededed;
color: #a4d29a;
border-radius: 0;
}
.modules-menu .modules-menu-level-0 > li > a {
color: #5c7e64;
font-weight: bold;
}
.modules-menu .modules-menu-level-0 > li:hover > a {
color: inherit;
}
.layout-header > .container{
padding: 0;
}
.navbar-collapse.collapse{
padding: 0;
}
.modules-menu .modules-menu-level-0{
margin-bottom: 0;
padding: 0 1em;
background: transparent;
}
}

View File

@ -0,0 +1,69 @@
.layout-content-inner{
background: #ffffff;
}
.seminar_h3{
font-weight: bold;
}
.seminar_hr{
border-top: 0.1em dashed #ecd4cf;
margin: 0.5em 0;
}
[class*=widget-title] {
margin: 0.5em 0;
line-height: 1.5;
}
@media (max-width: 767px){
.layout-content{
background: #ffffff;
}
}
.layout-content-box h3, .layout-content-box h1,.layout-content-box .i-annc .i-annc__th{
padding: 0.2em;
padding-left: 0;
margin-bottom: 0em !important;
margin-top: 0em !important;
}
.layout-content-box .i-annc .i-annc__th{
border-top: 0.1em solid #de9485;
}
.layout-content-box h3{
font-size: 1.3em !important;
}
.layout-content-box h3,.layout-content-box h1{
font-weight: bold;
}
.seminar_hr{
display: none;
}
a[class*="more"],a.btn-primary {
background: #a52d14;
color: #ffebe7;
}
li.w-annc__item.row:before{
display: none;
}
.layout-content-box a:hover, .layout-content-box .w-annc__title:hover{
color: #a52d14;
}
.layout-content-box .w-annc__title{
text-decoration: underline;
}
.w-annc__postdate-wrap{
line-height: 1.8;
}
a[class*="more"]:hover,a.btn-primary:hover {
background: #781703;
color: #ffebe7;
}
.layout-content-box li.w-annc__item.row{
border-bottom: 0em;
margin: 0;
padding: 0.4em;
}
.layout-content-box li.w-annc__item.row:nth-child(2n+2),.layout-content-box .table-striped>tbody>tr:nth-child(2n+2){
background: #e9e9e9;
}
.layout-content-box .table-striped>tbody>tr:nth-of-type(odd){
background: transparent;
}

View File

@ -0,0 +1,2 @@
{ "template": "vertical_7_main_right_annc_left_album_bottom",
"read_more_position": "lower_right" }

View File

@ -0,0 +1,7 @@
$(document).ready(function(){
$('#main-content > * > [class*="-title"] ,[data-pp] > * > [class*="-title"]').each(function(i,h3){
if($(h3).prop('tagName').match(/(h1|h2|h3|h4)/i) && $(h3).next(".seminar_hr").length == 0){
$(h3).after("<hr class=\"seminar_hr\">")
}
})
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

View File

@ -0,0 +1,34 @@
@media (min-width: 768px){
.modules-menu-level-0, #main-nav{
display: inline-block;
}
.modules-menu-level-0 > li {
float: left;
}
}
.mobile-menu .modules-menu.collapse.in{
height: 100%;
}
img.site-logo{
display: none;
}
.layout-slide{
padding: 0;
}
@media (min-width: 768px){
.modules-menu .modules-menu-level-0 > li > a {
color: #c2c8bd;
}
.layout-header > .container{
padding: 0;
}
.navbar-collapse.collapse{
padding: 0;
}
.modules-menu .modules-menu-level-0{
background: #4a4a4a;
margin-bottom: 0;
padding: 0 1em;
}
}

View File

@ -0,0 +1,63 @@
.layout-content-inner{
background: #ffffff;
}
.seminar_h3{
margin: 0.5em 0;
}
.seminar_hr{
border-top: 0.1em dashed #acacac;
margin: 0.5em 0;
}
[class*=widget-title], .layout-content-box h3, .layout-content-box h1, .layout-content-box .w-annc__widget-title1{
margin: 0.5em 0;
line-height: 1.5;
font-weight: bold;
color: #be9bb3 !important;
}
@media (max-width: 767px){
.layout-content{
background: #ffffff;
}
}
.layout-content-box h3,.layout-content-box h1 {
overflow: hidden;
position: relative;
}
.seminar_hr{
display: none;
}
a[class*="more"],a.btn-primary {
background: transparent;
color: #a5a5a5;
border: #a5a5a5 0.2em solid;
font-weight: bold;
}
li.w-annc__item.row:before{
display: none;
}
.layout-content-box [class*="annc__title"]:hover, .layout-content-box a:hover{
color: #6d76dd;
background: transparent;
}
a.btn-primary:hover, .layout-content-box .w-annc__title:hover{
color: #ffffff;
background: #2f3361;
}
.w-annc__postdate-wrap{
line-height: 1.8;
}
.w-annc__postdate-wrap {
color: #c0c0c0;
}
.slash-background{
background: linear-gradient(-45deg, #ffffff 0.45em, #efecef 0.5em, #ffffff 0.45em );
position: absolute;
z-index: 0;
width: 100%;
height: 1em;
top: 0.15em;
left: 100%;
right: 0;
transform: scaleY(2);
background-size: 0.5em 100%;
}

View File

@ -0,0 +1,2 @@
{ "template": "horizontal_9_main_left_annc_right_album_right",
"read_more_position": "lower_right" }

View File

@ -0,0 +1,14 @@
$(document).ready(function(){
$('#main-content > * > [class*="-title"] ,[data-pp] > * > [class*="-title"]').each(function(i,h3){
if($(h3).prop('tagName').match(/(h1|h2|h3|h4)/i) && $(h3).next(".seminar_hr").length == 0){
$(h3).after("<hr class=\"seminar_hr\">")
}
})
$.each($('.layout-content-box h3,.layout-content-box h1 '),function(){
var $ele = $(this)
var w = $ele.text().trim().length+0.5
var slash_background = $('<div class="slash-background"></div>')
$ele.append(slash_background)
slash_background.css('left',w+'em')
})
})

Some files were not shown because too many files have changed in this diff Show More