{{answer}}
+ +diff --git a/assets/images/design_thumb.png b/assets/images/design_thumb.png index 1c2a89a..f232b93 100644 Binary files a/assets/images/design_thumb.png and b/assets/images/design_thumb.png differ diff --git a/assets/stylesheets/template/base/_autobackup.bak b/assets/stylesheets/template/base/_autobackup.bak deleted file mode 100644 index e1f6687..0000000 --- a/assets/stylesheets/template/base/_autobackup.bak +++ /dev/null @@ -1,61 +0,0 @@ - -.response-content { - justify-self: auto; -} -.response-content { - justify-self: auto; -} -.response-content { - justify-self: auto; -} -.response-content { - justify-self: auto; -} -.response-content { - justify-self: auto; -} -.response-content { - justify-self: auto; -} -.response-content { - justify-self: auto; -} -.response-content { - justify-self: auto; -} -.response-content { - justify-self: auto; -} -.response-content { - justify-self: auto; -} -.response-content { - justify-self: auto; -} -.response-content { - justify-self: auto; -} -.response-content { - justify-self: auto; -} -.response-content { - justify-self: auto; -} -.response-content { - justify-self: auto; -} -.response-content { - justify-self: auto; -} -.response-content { - justify-self: auto; -} -.response-content { - justify-self: auto; -} -.response-content { - justify-self: auto; -} -.response-content { - justify-self: auto; -} diff --git a/assets/stylesheets/template/base/_variables.scss b/assets/stylesheets/template/base/_variables.scss index 2134258..a3c4dff 100644 --- a/assets/stylesheets/template/base/_variables.scss +++ b/assets/stylesheets/template/base/_variables.scss @@ -25,7 +25,7 @@ $sub-font: "Roboto", "新細明體", "Helvetica Neue", Helvetica, sans-serif; // Font sizes $font-15: 0.9375rem; -$font-13: 0.8125rem; +$font-13: 0.9rem; $font-h1: 1.5rem; $font-h2: 1.35rem; @@ -99,6 +99,13 @@ $border-width: 4px; + + + + + + + diff --git a/assets/stylesheets/template/layout/content.scss b/assets/stylesheets/template/layout/content.scss index 3c1854b..4205ee7 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -34,25 +34,28 @@ background-color: #ebeae6; margin: 0; @media (min-width: $screen-lg) { - background: url(/assets/home-rowbg.jpg) right top repeat-y #ebeae6; + background-color: #ebeae6; } } } .layout-content-boxR { - padding: 30px 30px; + padding: 10px; @media (min-width: $screen-sm){ - padding: 30px 50px; + padding: 10px } } - - .layout-content-boxL { - padding: 30px 30px; - background: #8A8782; - @media (min-width: $screen-sm){ - padding: 30px 30px; - } - } + .page-home .layout-content .layout-content-boxL { + margin-top: 20px; + margin-left: -10px; + padding: 5px 10px 5px; + border-top-left-radius: 10px; + border-top-right-radius: 10px; + background-color: #49ccc1; + @media (min-width: $screen-sm){ + padding: 10px; + } + } } } diff --git a/assets/stylesheets/template/modules/announcement.scss b/assets/stylesheets/template/modules/announcement.scss index 51eb221..d4a3b94 100644 --- a/assets/stylesheets/template/modules/announcement.scss +++ b/assets/stylesheets/template/modules/announcement.scss @@ -153,6 +153,7 @@ h3.w-annc__widget-title { .w-annc__item { margin-bottom: 0.8em; padding-bottom: 0.8em; + padding-top: 0.8em; border-bottom: 1px dashed lighten($theme-gray, 65%); } @@ -208,7 +209,7 @@ h3.w-annc__widget-title { .widget-announcement-8 { .w-annc__th { color: #fff; - background: $theme-color-main; + background: #bd7426; font-size: 0.8125em; border: none; } @@ -256,6 +257,7 @@ h3.w-annc__widget-title { .w-annc__item { margin-bottom: 0.8em; padding-bottom: 0.8em; + padding-top: 0.8em; border-bottom: 1px dashed lighten($theme-gray, 65%); } diff --git a/assets/stylesheets/template/modules/menu.scss b/assets/stylesheets/template/modules/menu.scss index 5974fd3..605d563 100644 --- a/assets/stylesheets/template/modules/menu.scss +++ b/assets/stylesheets/template/modules/menu.scss @@ -6,20 +6,20 @@ font-family: $sub-font; max-height: none; margin-bottom: 20px; - background-color: #333; + background-color: #e2d6b2; li { white-space: nowrap; & > a, & > .fa { - color: $theme-white; + color: #7d5b21; } &:hover { & > a, & > .fa { - color: $theme-white; + color: #7d3621; text-decoration: none; } } @@ -56,11 +56,11 @@ } .dropdown-toggle-icon.level-1 { - background-color: lighten($theme-gray, 10%); + background-color: #d0bf8f; } .dropdown-toggle-icon.level-2 { - background-color: lighten($theme-gray, 10%); + background-color: #d0bf8f; } & > li { @@ -77,10 +77,11 @@ } &:hover { - background-color: $theme-color-main; + background-color: #d0bf8f; & > a { background-color: transparent; + color: #fff; } @media (min-width: $screen-sm) { @@ -90,7 +91,7 @@ @media (min-width: $screen-sm) { position: relative; - margin: 0 8px; + margin: 0 4px; padding: 0; border-bottom: none; &:hover a{ diff --git a/assets/stylesheets/template/modules/web_resource.scss b/assets/stylesheets/template/modules/web_resource.scss index bf8487b..5af9e27 100644 --- a/assets/stylesheets/template/modules/web_resource.scss +++ b/assets/stylesheets/template/modules/web_resource.scss @@ -15,7 +15,7 @@ } .widget-content { line-height: 1.3em; - margin-bottom: 5px; + margin-bottom: 8px; @media (min-width: $screen-xs)and(max-width: $screen-lg){ width:50%; float: left; diff --git a/assets/stylesheets/template/template.scss b/assets/stylesheets/template/template.scss index 45d1b8b..ec95a9d 100644 --- a/assets/stylesheets/template/template.scss +++ b/assets/stylesheets/template/template.scss @@ -60,4 +60,38 @@ img.w-ba-banner__image { width: 100%; margin: 5px 0 0 0px; } - +.tab-content { + margin: 0 15px; +} +.filter_tab { + background: transparent!important; +} +.w-annc h3.w-annc__widget-title span { + color: #999!important; +} +li.filter_tab.active { + border: 2px solid #999!important; + border-bottom-color: #999!important; +} +aside .list-unstyled { + background-color: #afaba2; + margin-left: -15px; + margin-right: -15px; + padding: 15px; +} +aside.layout-content-boxL.aside.col-lg-3 { + background-color: rgb(116, 157, 177); + padding-bottom: 20px; + border-radius: 10px; + margin-top: 20px; + margin-left: -10px; +} +li.widget-content:before { + content: " "; + display: inline-block; + border-radius: 50px; + background: #ffee6f; + margin-right: 10px; + height: 10px; + width: 10px; +} \ No newline at end of file diff --git a/modules/ad_banner/_ad_banner_widget1.html.erb b/modules/ad_banner/_ad_banner_widget1.html.erb index f940539..39a85ae 100644 --- a/modules/ad_banner/_ad_banner_widget1.html.erb +++ b/modules/ad_banner/_ad_banner_widget1.html.erb @@ -4,27 +4,64 @@ data-level="0" data-cycle-slides=".w-ba-banner__slide" data-cycle-log="false" - data-overlay=".w-ba-banner__caption" + data-overlay=".w-ad-banner__overlay_{{subpart-id}}" data-cycle-auto-height="{{base_image}}" data-cycle-speed="{{speed}}" data-cycle-timeout="{{timeout}}" data-cycle-fx="{{ad_fx}}" - data-pager="#{{subpart-id}}" - data-pager-template="
{{answer}}
+ +{{image-description}}
diff --git a/modules/web_resource/_web_res_widget1.html.erb b/modules/web_resource/_web_res_widget1.html.erb index 82a9a94..5b3ef48 100644 --- a/modules/web_resource/_web_res_widget1.html.erb +++ b/modules/web_resource/_web_res_widget1.html.erb @@ -4,13 +4,10 @@