Adjust for reviewer feature.

Clean some unused files.
This commit is contained in:
BoHung Chiu 2022-06-14 21:19:52 +08:00
parent 07ee0df929
commit 0f348008d8
580 changed files with 489 additions and 37827 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

View File

@ -1,63 +0,0 @@
body, .layout-footer, .layout-footer-inner {
background-color: #c9d7e4;
}
.layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{
color: #0260a7;
}
.layout-content{
min-height: 100px;
padding-bottom: 0;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
margin: 0;
}
.body-banner{
padding: 0;
}
.row{
margin: 0;
}
.aside{
padding-left: 0;
}
.application_form_hr{
border-top: 0.1em dashed #acacac;
margin: 0.5em 0;
}
header{
background: #ffffff;
}
.layout-header .header-nav{
padding: 0.5em;
color: #333333;
}
.layout-header .header-nav a{
color: #333333;
text-decoration: none;
}
.layout-header .header-nav a:hover{
color: #000000;
text-decoration: underline;
}
@media (min-width: 768px){
header, .container {
width: 46.875em;
margin: auto;
padding: 0;
}
header{
margin-top: 4em;
}
.layout-header #layout-navigation{
margin: 0;
}
}
@media (max-width: 767px){
header, .container, .navbar-brand {
width: 100%;
padding: 0;
}
.layout-footer{
padding: 1em;
}
}

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

View File

@ -1,75 +0,0 @@
.layout-content, .layout-footer {
background: transparent;
}
body{
background: #0b0c0f;
}
header{
background: url("/assets/application_form/background_style/10/pageheader.jpg") no-repeat scroll left top #0b0c0f;
}
.layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{
color: #ffffff;
}
.layout-footer-content a{
color: #ffffff;
}
.layout-footer-inner a:hover{
color: #cab5b5;
}
.layout-content{
min-height: 100px;
padding-bottom: 0;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
margin: 0;
}
.body-banner{
padding: 0;
}
.row{
margin: 0;
}
.aside{
padding-left: 0;
}
.application_form_hr{
border-top: 0.1em dashed #acacac;
margin: 0.5em 0;
}
.layout-header .header-nav{
padding: 0.5em;
color: #ffffff;
}
.layout-header .header-nav a{
color: #ffffff;
text-decoration: none;
}
.layout-header .header-nav a:hover{
color: #43f9ed;
text-decoration: none;
}
@media (min-width: 768px){
header, .container {
width: 46.875em;
margin: auto;
padding: 0;
}
header{
margin-top: 4em;
}
.layout-header #layout-navigation{
margin: 0;
}
}
@media (max-width: 767px){
header, .container, .navbar-brand {
width: 100%;
padding: 0;
}
.layout-footer{
padding: 1em;
}
.header-nav{
text-align: right;
}
}

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 411 B

View File

@ -1,67 +0,0 @@
header, .layout-footer, .layout-footer-inner {
background: transparent;
}
body{
background: url("/assets/application_form/background_style/11/body.jpg") repeat-x 0 0 #fff;
/*background: linear-gradient(to bottom, #303030 50%, #d4d3d3 50%);*/
}
.layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{
color: #727272;
}
.layout-footer-inner a:hover{
color: #000000;
}
.layout-content{
min-height: 100px;
padding-bottom: 0;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
margin: 0;
}
.body-banner{
padding: 0;
}
.row{
margin: 0;
}
.aside{
padding-left: 0;
}
.application_form_hr{
border-top: 0.1em dashed #acacac;
margin: 0.5em 0;
}
.layout-header .header-nav{
padding: 0.5em;
color: #fff;
}
.layout-header .header-nav a{
color: #fff;
text-decoration: none;
}
.layout-header .header-nav a:hover{
color: #ff9292;
text-decoration: none;
}
@media (min-width: 768px){
header, .container {
width: 46.875em;
margin: auto;
padding: 0;
}
header{
margin-top: 4em;
}
.layout-header #layout-navigation{
margin: 0;
}
}
@media (max-width: 767px){
header, .container, .navbar-brand {
width: 100%;
padding: 0;
}
.layout-footer{
padding: 1em;
}
}

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 KiB

View File

@ -1,74 +0,0 @@
header, .layout-footer {
background: transparent;
}
body{
background: #51594e;
}
.layout-footer-inner{
padding: 1em;
background: #ffffff;
}
.layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{
color: #727272;
}
.layout-footer-inner a:hover{
color: #000000;
}
.layout-content{
min-height: 100px;
padding-bottom: 0;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
margin: 0;
}
.body-banner{
padding: 0;
}
.row{
margin: 0;
}
.aside{
padding-left: 0;
}
.application_form_hr{
border-top: 0.1em dashed #acacac;
margin: 0.5em 0;
}
.layout-header .header-nav{
padding: 0.5em;
color: #fff;
}
.layout-header .header-nav a{
color: #fff;
text-decoration: none;
}
.layout-header .header-nav a:hover{
color: #ff9292;
text-decoration: none;
}
@media (min-width: 768px){
header, .container, .layout-footer-inner.container {
width: 46.875em;
margin: auto;
padding: 0;
font-size: 1rem;
}
.layout-footer-inner.container {
padding: 1em;
}
header{
margin-top: 4em;
}
.layout-header #layout-navigation{
margin: 0;
}
}
@media (max-width: 767px){
header, .container, .navbar-brand {
width: 100%;
padding: 0;
}
.layout-footer{
padding: 1em;
}
}

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

View File

@ -1,74 +0,0 @@
header, .layout-footer {
background: transparent;
}
body{
background: url("/assets/application_form/background_style/13/top_bg.jpg") top left repeat-x #ebeef7;
}
.layout-footer-inner{
padding: 1em;
background: #1f1f25;
}
.layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{
color: #96a1ca;
}
.layout-footer-inner a:hover{
color: #ffffff;
}
.layout-content{
min-height: 100px;
padding-bottom: 0;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
margin: 0;
}
.body-banner{
padding: 0;
}
.row{
margin: 0;
}
.aside{
padding-left: 0;
}
.application_form_hr{
border-top: 0.1em dashed #acacac;
margin: 0.5em 0;
}
.layout-header .header-nav{
padding: 0.5em;
color: #fff;
}
.layout-header .header-nav a{
color: #fff;
text-decoration: none;
}
.layout-header .header-nav a:hover{
color: #ff9292;
text-decoration: none;
}
@media (min-width: 768px){
header, .container, .layout-footer-inner.container {
width: 46.875em;
margin: auto;
padding: 0;
font-size: 1rem;
}
.layout-footer-inner.container {
padding: 1em;
}
header{
margin-top: 4em;
}
.layout-header #layout-navigation{
margin: 0;
}
}
@media (max-width: 767px){
header, .container, .navbar-brand {
width: 100%;
padding: 0;
}
.layout-footer{
padding: 1em;
}
}

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

View File

@ -1,81 +0,0 @@
header{
background: transparent;
}
.layout-footer-inner{
background: #3d3a39;
padding: 1em;
}
.layout-content, .layout-footer{
background: #ffffff;
}
body{
background: #f17655 url("/assets/application_form/background_style/14/top_bg.jpg") left top repeat-x;
background-position-y: 120px;
}
.layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{
color: #ffffff;
}
.layout-footer-inner a:hover{
color: #ffa8a8;
}
.layout-content{
min-height: 100px;
padding-bottom: 0;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
margin: 0;
}
.body-banner{
padding: 0;
}
.row{
margin: 0;
}
.aside{
padding-left: 0;
}
.application_form_hr{
border-top: 0.1em dashed #acacac;
margin: 0.5em 0;
}
.layout-header .header-nav{
padding: 0.5em;
color: #ffffff;
}
.layout-header .header-nav a{
color: #ffffff;
text-decoration: none;
}
.layout-header .header-nav a:hover{
color: #27d6c3;
text-decoration: none;
}
@media (min-width: 768px){
header, .container, .layout-footer-inner.container {
width: 46.875em;
margin: auto;
font-size: 1rem;
padding: 0;
}
.layout-footer-inner.container {
padding: 1em;
}
header{
margin-top: 4em;
}
.layout-header #layout-navigation{
margin: 0;
}
}
@media (max-width: 767px){
header, .container, .navbar-brand {
width: 100%;
padding: 0;
}
.header-nav{
text-align: right;
}
.layout-footer{
padding: 1em;
}
}

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 774 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

View File

@ -1,78 +0,0 @@
header, .layout-content, .layout-footer{
background: transparent;
}
.layout-footer-inner{
background: #354752;
padding: 1em;
}
body{
background: #ffffff url("/assets/application_form/background_style/15/top_bg.jpg") left top repeat-x;
background-position-y: 120px;
}
.layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{
color: #ffffff;
}
.layout-footer-inner a:hover{
color: #ffa8a8;
}
.layout-content{
min-height: 100px;
padding-bottom: 0;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
margin: 0;
}
.body-banner{
padding: 0;
}
.row{
margin: 0;
}
.aside{
padding-left: 0;
}
.application_form_hr{
border-top: 0.1em dashed #acacac;
margin: 0.5em 0;
}
.layout-header .header-nav{
padding: 0.5em;
color: #ffffff;
}
.layout-header .header-nav a{
color: #27d6c3;
text-decoration: none;
}
.layout-header .header-nav a:hover{
color: #000;
text-decoration: none;
}
@media (min-width: 768px){
header, .container, .layout-footer-inner.container {
width: 46.875em;
margin: auto;
font-size: 1rem;
padding: 0;
}
.layout-footer-inner.container {
padding: 1em;
}
header{
margin-top: 4em;
}
.layout-header #layout-navigation{
margin: 0;
}
}
@media (max-width: 767px){
header, .container, .navbar-brand {
width: 100%;
padding: 0;
}
.header-nav{
text-align: right;
}
.layout-footer{
padding: 1em;
}
}

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

View File

@ -1,78 +0,0 @@
header, .layout-content, .layout-footer{
background: transparent;
}
.layout-footer-inner{
background: #144015;
padding: 1em;
}
body{
background: #344734;
border-top: 10px solid #ffc700;
}
.layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{
color: #ffffff;
}
.layout-footer-inner a:hover{
color: #55ff3c;
}
.layout-content{
min-height: 100px;
padding-bottom: 0;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
margin: 0;
}
.body-banner{
padding: 0;
}
.row{
margin: 0;
}
.aside{
padding-left: 0;
}
.application_form_hr{
border-top: 0.1em dashed #acacac;
margin: 0.5em 0;
}
.layout-header .header-nav{
padding: 0.5em;
color: #ffffff;
}
.layout-header .header-nav a{
color: #63ff0d;
text-decoration: none;
}
.layout-header .header-nav a:hover{
color: #ffffff;
text-decoration: none;
}
@media (min-width: 768px){
header, .container, .layout-footer-inner.container {
width: 46.875em;
margin: auto;
font-size: 1rem;
padding: 0;
}
.layout-footer-inner.container {
padding: 1em;
}
header{
margin-top: 4em;
}
.layout-header #layout-navigation{
margin: 0;
}
}
@media (max-width: 767px){
header, .container, .navbar-brand {
width: 100%;
padding: 0;
}
.header-nav{
text-align: right;
}
.layout-footer{
padding: 1em;
}
}

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

View File

@ -1,77 +0,0 @@
.layout-footer-inner {
background: transparent;
}
.layout-footer{
background: url("/assets/application_form/background_style/17/bottom_bg.jpg") no-repeat scroll left top #1c2c46;
}
body{
background: transparent;
}
header{
background: url("/assets/application_form/background_style/17/pageheader.jpg") no-repeat scroll left top #5b6986;
}
.layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{
color: #ffffff;
}
.layout-footer-inner a:hover{
color: #5ceef3;
}
.layout-content{
min-height: 100px;
padding-bottom: 0;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
margin: 0;
}
.body-banner{
padding: 0;
}
.row{
margin: 0;
}
.aside{
padding-left: 0;
}
.application_form_hr{
border-top: 0.1em dashed #acacac;
margin: 0.5em 0;
}
.layout-header .header-nav{
padding: 0.5em;
color: #302620;
}
.layout-header .header-nav a{
color: #ffffff;
text-decoration: none;
}
.layout-header .header-nav a:hover{
color: #42fffc;
text-decoration: none;
}
@media (min-width: 768px){
header, .container {
width: 46.875em;
margin: auto;
padding: 0;
font-size: 1rem;
}
header{
margin-top: 4em;
}
.layout-header #layout-navigation{
margin: 0;
}
}
@media (max-width: 767px){
header, .container, .navbar-brand {
width: 100%;
padding: 0;
}
.layout-footer{
padding: 1em;
}
.header-nav{
text-align: right;
}
}

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 145 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -1,67 +0,0 @@
header, .layout-footer, .layout-footer-inner {
background: transparent;
}
body{
background: #eaeaea url("/assets/application_form/background_style/2/body.gif") left top repeat-x;
/*background: linear-gradient(to bottom, #303030 50%, #d4d3d3 50%);*/
}
.layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{
color: #606060;
}
.layout-footer-inner a:hover{
color: #000000;
}
.layout-content{
min-height: 100px;
padding-bottom: 0;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
margin: 0;
}
.body-banner{
padding: 0;
}
.row{
margin: 0;
}
.aside{
padding-left: 0;
}
.application_form_hr{
border-top: 0.1em dashed #acacac;
margin: 0.5em 0;
}
.layout-header .header-nav{
padding: 0.5em;
color: #c8d7e3;
}
.layout-header .header-nav a{
color: #c8d7e3;
text-decoration: none;
}
.layout-header .header-nav a:hover{
color: #ffffff;
text-decoration: none;
}
@media (min-width: 768px){
header, .container {
width: 46.875em;
margin: auto;
padding: 0;
}
header{
margin-top: 4em;
}
.layout-header #layout-navigation{
margin: 0;
}
}
@media (max-width: 767px){
header, .container, .navbar-brand {
width: 100%;
padding: 0;
}
.layout-footer{
padding: 1em;
}
}

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 KiB

View File

@ -1,78 +0,0 @@
.layout-footer-inner {
background: transparent;
}
.layout-footer{
background: #343434;
}
body{
background: transparent;
}
header{
background: url("/assets/application_form/background_style/3/pageheader.jpg") no-repeat scroll left top 1.5em transparent;
}
.layout-header > .container:before {
background: #cc3303;
width: 100%;
height: 1.5em;
}
.layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{
color: #ffffff;
}
.layout-footer-inner a:hover{
color: #cab5b5;
}
.layout-content{
min-height: 100px;
padding-bottom: 0;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
margin: 0;
}
.body-banner{
padding: 0;
}
.row{
margin: 0;
}
.aside{
padding-left: 0;
}
.application_form_hr{
border-top: 0.1em dashed #acacac;
margin: 0.5em 0;
}
.layout-header .header-nav{
padding: 0.5em;
color: #302620;
}
.layout-header .header-nav a{
color: #302620;
text-decoration: none;
background: #ffffff;
}
.layout-header .header-nav a:hover{
color: #cb3303;
text-decoration: none;
}
@media (min-width: 768px){
header, .container {
width: 46.875em;
margin: auto;
padding: 0;
}
header{
margin-top: 4em;
}
.layout-header #layout-navigation{
margin: 0;
}
}
@media (max-width: 767px){
header, .container, .navbar-brand {
width: 100%;
padding: 0;
}
.layout-footer{
padding: 1em;
}
}

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 643 B

View File

@ -1,66 +0,0 @@
header, .layout-footer, .layout-footer-inner {
background: transparent;
}
body{
background: #ffffff url("/assets/application_form/background_style/4/body.jpg") left top repeat-x;
}
.layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{
color: #606060;
}
.layout-footer-inner a:hover{
color: #000000;
}
.layout-content{
min-height: 100px;
padding-bottom: 0;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
margin: 0;
}
.body-banner{
padding: 0;
}
.row{
margin: 0;
}
.aside{
padding-left: 0;
}
.application_form_hr{
border-top: 0.1em dashed #acacac;
margin: 0.5em 0;
}
.layout-header .header-nav{
padding: 0.5em;
color: #c8d7e3;
}
.layout-header .header-nav a{
color: #73a119;
text-decoration: none;
}
.layout-header .header-nav a:hover{
color: #000000;
text-decoration: none;
}
@media (min-width: 768px){
header, .container {
width: 46.875em;
margin: auto;
padding: 0;
}
header{
margin-top: 4em;
}
.layout-header #layout-navigation{
margin: 0;
}
}
@media (max-width: 767px){
header, .container, .navbar-brand {
width: 100%;
padding: 0;
}
.layout-footer{
padding: 1em;
}
}

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB

View File

@ -1,72 +0,0 @@
.layout-footer, .layout-footer-inner {
background: transparent;
}
body{
background: #ffffff;
}
header{
background: #124206;
}
.layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{
color: #606060;
}
.layout-footer-inner a:hover{
color: #000000;
}
.layout-content{
min-height: 100px;
padding-bottom: 0;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
margin: 0;
}
.body-banner{
padding: 0;
}
.row{
margin: 0;
}
.aside{
padding-left: 0;
}
.application_form_hr{
border-top: 0.1em dashed #acacac;
margin: 0.5em 0;
}
.layout-header .header-nav{
padding: 0.5em;
color: #ffffff;
}
.layout-header .header-nav a{
color: #ffffff;
text-decoration: none;
}
.layout-header .header-nav a:hover{
color: #b5e850;
text-decoration: none;
}
@media (min-width: 768px){
header, .container {
width: 46.875em;
margin: auto;
padding: 0;
}
header{
margin-top: 4em;
}
.layout-header #layout-navigation{
margin: 0;
}
}
@media (max-width: 767px){
header, .container, .navbar-brand {
width: 100%;
padding: 0;
}
.layout-footer{
padding: 1em;
}
.layout-header .header-nav{
text-align: right;
}
}

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 731 B

View File

@ -1,75 +0,0 @@
header, .layout-footer{
background: transparent;
}
.layout-footer-inner{
background: #DAEAF8;
padding: 1em;
}
body{
background: #eaeef1 url("/assets/application_form/background_style/6/body.jpg") left top repeat-x;
background-position-y: 120px;
}
.layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{
color: #6f6f70;
}
.layout-footer-inner a:hover{
color: #000000;
}
.layout-content{
min-height: 100px;
padding-bottom: 0;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
margin: 0;
}
.body-banner{
padding: 0;
}
.row{
margin: 0;
}
.aside{
padding-left: 0;
}
.application_form_hr{
border-top: 0.1em dashed #acacac;
margin: 0.5em 0;
}
.layout-header .header-nav{
padding: 0.5em;
color: #2c6393;
}
.layout-header .header-nav a{
color: #2c6393;
text-decoration: none;
}
.layout-header .header-nav a:hover{
color: #f6ba34;
text-decoration: none;
}
@media (min-width: 768px){
header, .container, .layout-footer-inner.container {
width: 46.875em;
margin: auto;
font-size: 1rem;
padding: 0;
}
.layout-footer-inner.container {
padding: 1em;
}
header{
margin-top: 4em;
}
.layout-header #layout-navigation{
margin: 0;
}
}
@media (max-width: 767px){
header, .container, .navbar-brand {
width: 100%;
padding: 0;
}
.layout-footer{
padding: 1em;
}
}

View File

@ -1,43 +0,0 @@
;(function($, win, undefined) {
// ECMAScript 5 嚴格模式
'use strict';
$(document).ready(function() {
var timeout_id;
if (window.innerWidth < 768) {
if($('.mobile-menu .modules-menu').length == 0){
$(".modules-menu").appendTo('.mobile-menu');
}
}else{
var body_image_pos_y = $('header').offset().top + $('header').height() - $('.modules-menu').height();
$("body").css("background-position-y",Math.ceil(body_image_pos_y)+"px");
}
$(window).resize(function() {
window.clearTimeout(timeout_id)
if (window.innerWidth < 768) {
if($('.mobile-menu').length != 0){
timeout_id = setTimeout(function(){
if($('.mobile-menu .modules-menu').length == 0){
$(".modules-menu").appendTo('.mobile-menu');
}
}, 500);
}
} else {
var body_image_pos_y = $('header').offset().top + $('header').height() - $('.modules-menu').height();
$("body").css("background-position-y",Math.ceil(body_image_pos_y)+"px");
if($("div.aside").length == 0){
timeout_id = setTimeout(function(){
if($('.mobile-menu .modules-menu').length > 0){
$("header .container").append($('.mobile-menu .modules-menu'))
}
}, 500);
}else{
timeout_id = setTimeout(function(){
if($('.modules-menu').length > 0){
$("div.aside").eq(0).append($('.modules-menu'))
}
}, 500);
}
}
})
})
}(jQuery, window));

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -1,80 +0,0 @@
header{
background: transparent;
}
.layout-footer-inner{
padding: 1em;
}
.layout-content, .layout-footer{
background: #ffffff;
}
body{
background: #361c44 url("/assets/application_form/background_style/7/body.jpg") left top repeat-x;
background-position-y: 120px;
}
.layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{
color: #6f6f70;
}
.layout-footer-inner a:hover{
color: #000000;
}
.layout-content{
min-height: 100px;
padding-bottom: 0;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
margin: 0;
}
.body-banner{
padding: 0;
}
.row{
margin: 0;
}
.aside{
padding-left: 0;
}
.application_form_hr{
border-top: 0.1em dashed #acacac;
margin: 0.5em 0;
}
.layout-header .header-nav{
padding: 0.5em;
color: #ffffff;
}
.layout-header .header-nav a{
color: #ffffff;
text-decoration: none;
}
.layout-header .header-nav a:hover{
color: #27d6c3;
text-decoration: none;
}
@media (min-width: 768px){
header, .container, .layout-footer-inner.container {
width: 46.875em;
margin: auto;
font-size: 1rem;
padding: 0;
}
.layout-footer-inner.container {
padding: 1em;
}
header{
margin-top: 4em;
}
.layout-header #layout-navigation{
margin: 0;
}
}
@media (max-width: 767px){
header, .container, .navbar-brand {
width: 100%;
padding: 0;
}
.header-nav{
text-align: right;
}
.layout-footer{
padding: 1em;
}
}

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 KiB

View File

@ -1,82 +0,0 @@
.layout-content, header, .layout-footer{
background: transparent;
}
.layout-footer-inner{
padding: 1em;
}
.layout-footer .layout-footer-inner{
background: #ffffff;
}
.layout-header{
background: #01538f;
}
body{
background: #cedee8;
}
.layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{
color: #6f6f70;
}
.layout-footer-inner a:hover{
color: #000000;
}
.layout-content{
min-height: 100px;
padding-bottom: 0;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
margin: 0;
}
.body-banner{
padding: 0;
}
.row{
margin: 0;
}
.aside{
padding-left: 0;
}
.application_form_hr{
border-top: 0.1em dashed #acacac;
margin: 0.5em 0;
}
.layout-header .header-nav{
padding: 0.5em;
color: #ffffff;
}
.layout-header .header-nav a{
color: #ffffff;
text-decoration: none;
}
.layout-header .header-nav a:hover{
color: #27d6c3;
text-decoration: none;
}
@media (min-width: 768px){
header, .container, .layout-footer-inner.container {
width: 46.875em;
margin: auto;
font-size: 1rem;
padding: 0;
}
.layout-footer-inner.container {
padding: 1em;
}
header{
margin-top: 4em;
}
.layout-header #layout-navigation{
margin: 0;
}
}
@media (max-width: 767px){
header, .container, .navbar-brand {
width: 100%;
padding: 0;
}
.header-nav{
text-align: right;
}
.layout-footer{
padding: 1em;
}
}

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 805 B

View File

@ -1,80 +0,0 @@
header{
background: transparent;
}
.layout-footer-inner{
padding: 1em;
}
.layout-content, .layout-footer{
background: #e3e3e3;
}
body{
background: #141414 url("/assets/application_form/background_style/9/body.jpg") left top repeat-x;
background-position-y: 120px;
}
.layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{
color: #6f6f70;
}
.layout-footer-inner a:hover{
color: #000000;
}
.layout-content{
min-height: 100px;
padding-bottom: 0;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
margin: 0;
}
.body-banner{
padding: 0;
}
.row{
margin: 0;
}
.aside{
padding-left: 0;
}
.application_form_hr{
border-top: 0.1em dashed #acacac;
margin: 0.5em 0;
}
.layout-header .header-nav{
padding: 0.5em;
color: #ffffff;
}
.layout-header .header-nav a{
color: #ffffff;
text-decoration: none;
}
.layout-header .header-nav a:hover{
color: #a0ff24;
text-decoration: none;
}
@media (min-width: 768px){
header, .container, .layout-footer-inner.container {
width: 46.875em;
margin: auto;
font-size: 1rem;
padding: 0;
}
.layout-footer-inner.container {
padding: 1em;
}
header{
margin-top: 4em;
}
.layout-header #layout-navigation{
margin: 0;
}
}
@media (max-width: 767px){
header, .container, .navbar-brand {
width: 100%;
padding: 0;
}
.header-nav{
text-align: right;
}
.layout-footer{
padding: 1em;
}
}

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

View File

@ -1,69 +0,0 @@
.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;
width: 100%;
}
.modules-menu{
background: transparent;
}
.layout-content{
padding-top: 0;
}
.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

@ -1,76 +0,0 @@
.layout-content-inner{
background: #ffffff;
}
.application_form_hr{
display: none;
}
[class*=widget-title] , .application_form_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

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

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

View File

@ -1,61 +0,0 @@
.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: #ffffff;
}
.layout-header > .container{
padding: 0;
}
.navbar-collapse.collapse{
padding: 0;
}
.modules-menu .modules-menu-level-0{
background: #f3a84d;
margin-bottom: 0;
border-radius: 0.4em;
width: 100%;
}
.modules-menu{
background: transparent;
}
.layout-content{
padding-top: 0;
}
.aside{
padding-right: 0;
}
.modules-menu .modules-menu-level-0 > li{
padding: 0.2em 0.3em;
text-align: center;
border-bottom: 0.1em solid #ffffff;
}
.modules-menu .modules-menu-level-0 > li:hover{
background-color: #f98902;
border-radius: unset;
}
}
.modules-menu .modules-menu-level-0 > li:hover > a {
color: #fff;
border-left: 9px solid #dbdada;
}

View File

@ -1,88 +0,0 @@
.layout-content-inner{
background: #ffffff;
}
/*.application_form_hr{
display: none;
}*/
.internal-page [class*=widget-title] , .application_form_h3{
margin: 0.5em 0;
line-height: 1.5;
color: #333333;
}
.internal-page [class*=widget-title] > * ,.internal-page #main-content [class*=page-title],.internal-page #main-content .index-title{
color: #333333;
}
.internal-page .layout-content-inner a.btn-primary {
background: #a18a8b;
color: #ffffff;
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: #ffffff;
background: #000000;
border: none;
text-decoration: none;
outline: none;
font-weight: bold;
}
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;
position: relative;
}
li.w-annc__item.row .w-annc__postdate-wrap {
display: block;
overflow-wrap: break-word;
padding: 0;
}
.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 (min-width: 768px){
.w-annc:last-of-type{
border-bottom: 0;
}
}
@media (max-width: 767px){
.layout-content{
background: #ffffff;
}
.widget-custom_gallery .row > .col-md-4{
padding: 1em;
}
}
[data-pp="200"]{
padding: 0;
padding-right: 0.9375em;
}

View File

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

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

View File

@ -1,61 +0,0 @@
.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: #ffffff;
}
.layout-header > .container{
padding: 0;
}
.navbar-collapse.collapse{
padding: 0;
}
.modules-menu .modules-menu-level-0{
background: #2a75a4;
margin-bottom: 0;
border-radius: 0.4em;
width: 100%;
}
.modules-menu{
background: transparent;
}
.layout-content{
padding-top: 0;
}
.aside{
padding-right: 0;
}
.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: #ffffff;
border-left: 9px solid #ffffff;
}

View File

@ -1,82 +0,0 @@
.layout-content-inner{
background: #ffffff;
}
.application_form_hr{
display: none;
}
.internal-page [class*=widget-title] , .application_form_h3{
margin: 0.5em 0;
line-height: 1.5;
color: #7aa5cc;
}
.internal-page [class*=widget-title] > * ,.internal-page #main-content [class*=page-title],.internal-page #main-content .index-title{
color: #7aa5cc;
}
.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: none;
content: "";
}
span.w-annc__postdate, .i-annc__postdate {
color: #787878;
}
li.w-annc__item.row {
padding: 5px 0;
margin: 0;
border: none;
position: relative;
}
li.w-annc__item.row .w-annc__postdate-wrap {
display: block;
padding: 0;
overflow-wrap: break-word;
}
.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;
padding-right: 0.9375em;
}

View File

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

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

View File

@ -1,43 +0,0 @@
@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: #ffffff;
}
.layout-header > .container{
padding: 0;
}
.navbar-collapse.collapse{
padding: 0;
}
.modules-menu,.modules-menu .modules-menu-level-0{
background: #5cb65e;
margin-bottom: 0;
padding: 0 1em;
}
.modules-menu .modules-menu-level-0 > li:hover {
background-color: #4c8653;
border-radius: 0;
}
}
.modules-menu .modules-menu-level-0 > li:hover > a {
color: #fff;
}

View File

@ -1,111 +0,0 @@
[data-module="application_forms_home"] .layout-content-inner{
background: transparent;
}
.layout-content-inner.container{
padding-top: 1em;
}
.box-social-share{
margin: 0;
}
[data-module="application_forms_home"] .row .box-social-share > * > *{
padding: 0;
}
[data-module="application_forms_home"] .row > * > * > * > *{
background: #ffffff;
padding: 0 1em;
}
[data-module="application_forms_home"] .row > *, .row > * > *{
padding: 0;
}
.layout-content{
padding-top: 0;
}
.application_form_h3{
font-size: 1.5em;
font-weight: bold;
color: #ffc468;
margin-top: 0;
line-height: 1.5;
}
.application_form_hr{
display: none;
}
.head_before{
writing-mode: vertical-rl;
text-orientation: mixed;
background: #ffc468;
color: #ffffff;
border-radius: 0.5em;
width: 1.1em;
height: 1.1em;
font-size: 1em;
padding-top: 0.3em;
margin-right: 0.3em;
margin-bottom: -0.2em;
}
[class*=widget-title] {
margin: 0.5em 0;
line-height: 1.5;
color: #ffc468;
font-weight: bold;
}
[class*=widget-title] > * , #main-content [class*=page-title], #main-content .index-title{
color: #ffc468;
font-weight: bold;
}
.layout-content-inner [data-subpart-id] a, .layout-content-inner #main-content a{
color: #333333;
background: transparent;
border: 0;
}
.layout-content-inner [data-subpart-id] a.btn-primary, .layout-content-inner #main-content a.btn-primary{
background: transparent;
text-decoration: none;
color: #2e2b44;
border: 0;
font-weight: bold;
padding: 0.3em;
font-size: 1.1em;
}
.layout-content-inner [data-subpart-id] a:hover, .layout-content-inner #main-content a:hover{
color: #666666;
}
a.btn-primary:hover, a.btn-primary:focus, a.btn-primary:active {
color: #666666;
background: transparent;
border: none;
text-decoration: underline;
outline: none;
}
li.w-annc__item.row:before {
display: none;
content: "";
}
span.w-annc__postdate, .i-annc__postdate {
color: #787878;
white-space: normal;
}
li.w-annc__item.row {
border-bottom: 1px dashed #888888;
padding: 5px 0;
margin: 0;
position: relative;
}
li.w-annc__item.row .w-annc__postdate-wrap {
display: block;
padding: 0;
overflow-wrap: break-word;
}
.layout-footer-content , .footer-counter{
color: #0f609a;
}
@media (max-width: 767px){
.layout-content{
background: #ffffff;
}
}
@media (min-width: 992px){
[data-module="application_forms_home"] .row > * > section:nth-of-type(1){
padding-right: 1em;
}
}

View File

@ -1,2 +0,0 @@
{ "template": "horizontal_12_main_left_annc_right_album_right",
"main_content": "show_information"}

View File

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

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