parent
63c3f4733a
commit
9fb4cf39dd
|
@ -49,7 +49,7 @@ $font-family-serif: Georgia, "Times New Roman", Times, serif !default;
|
||||||
$font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace !default;
|
$font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace !default;
|
||||||
$font-family-base: $font-family-sans-serif !default;
|
$font-family-base: $font-family-sans-serif !default;
|
||||||
|
|
||||||
$font-size-base: 14px !default;
|
$font-size-base: 0.875em !default;
|
||||||
$font-size-large: ceil(($font-size-base * 1.25)) !default; // ~18px
|
$font-size-large: ceil(($font-size-base * 1.25)) !default; // ~18px
|
||||||
$font-size-small: ceil(($font-size-base * 0.85)) !default; // ~12px
|
$font-size-small: ceil(($font-size-base * 0.85)) !default; // ~12px
|
||||||
|
|
||||||
|
@ -84,17 +84,17 @@ $icon-font-svg-id: "glyphicons_halflingsregular" !default;
|
||||||
//
|
//
|
||||||
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
|
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
|
||||||
|
|
||||||
$padding-base-vertical: 6px !default;
|
$padding-base-vertical: 0.375em !default;
|
||||||
$padding-base-horizontal: 12px !default;
|
$padding-base-horizontal: 0.75em !default;
|
||||||
|
|
||||||
$padding-large-vertical: 10px !default;
|
$padding-large-vertical: 0.625em !default;
|
||||||
$padding-large-horizontal: 16px !default;
|
$padding-large-horizontal: 1em !default;
|
||||||
|
|
||||||
$padding-small-vertical: 5px !default;
|
$padding-small-vertical: 0.3125em !default;
|
||||||
$padding-small-horizontal: 10px !default;
|
$padding-small-horizontal: 0.625em !default;
|
||||||
|
|
||||||
$padding-xs-vertical: 1px !default;
|
$padding-xs-vertical: 0.0625em !default;
|
||||||
$padding-xs-horizontal: 5px !default;
|
$padding-xs-horizontal: 0.3125em !default;
|
||||||
|
|
||||||
$line-height-large: 1.33 !default;
|
$line-height-large: 1.33 !default;
|
||||||
$line-height-small: 1.5 !default;
|
$line-height-small: 1.5 !default;
|
||||||
|
@ -330,7 +330,7 @@ $container-lg: $container-large-desktop !default;
|
||||||
//##
|
//##
|
||||||
|
|
||||||
// Basics of a navbar
|
// Basics of a navbar
|
||||||
$navbar-height: 50px !default;
|
$navbar-height: 3.125em !default;
|
||||||
$navbar-margin-bottom: $line-height-computed !default;
|
$navbar-margin-bottom: $line-height-computed !default;
|
||||||
$navbar-border-radius: $border-radius-base !default;
|
$navbar-border-radius: $border-radius-base !default;
|
||||||
$navbar-padding-horizontal: floor(($grid-gutter-width / 2)) !default;
|
$navbar-padding-horizontal: floor(($grid-gutter-width / 2)) !default;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -12,7 +12,7 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: none;
|
display: none;
|
||||||
color: $theme-white;
|
color: $theme-white;
|
||||||
font-size: 12px;
|
font-size: 0.75em;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
z-index: 1050;
|
z-index: 1050;
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
.status {
|
.status {
|
||||||
font-family: $main-font;
|
font-family: $main-font;
|
||||||
font-size: 12px;
|
font-size: 0.75em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-top {
|
.status-top {
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
font: 15px/20px $main-font;
|
font: 15px/20px $main-font;
|
||||||
.fa {
|
.fa {
|
||||||
color: #666;
|
color: #666;
|
||||||
font-size: 18px;
|
font-size: 1.125em;
|
||||||
margin: 0 3px 0 0;
|
margin: 0 3px 0 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -309,7 +309,7 @@
|
||||||
|
|
||||||
.w-annc__status {
|
.w-annc__status {
|
||||||
// display: inline-block;
|
// display: inline-block;
|
||||||
font-size: 13px;
|
font-size: 0.8125em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -730,7 +730,7 @@
|
||||||
|
|
||||||
.s-annc__social .print-button {
|
.s-annc__social .print-button {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 11px;
|
font-size: 0.6875em;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 2px 6px;
|
padding: 2px 6px;
|
||||||
background-color: $theme-color-main;
|
background-color: $theme-color-main;
|
||||||
|
|
|
@ -78,7 +78,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.i-archive__category-item {
|
.i-archive__category-item {
|
||||||
font-size: 13px;
|
font-size: 0.8125em;
|
||||||
display: inline;
|
display: inline;
|
||||||
font-size: .8125rem;
|
font-size: .8125rem;
|
||||||
}
|
}
|
||||||
|
@ -98,7 +98,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.i-archive__file-name {
|
.i-archive__file-name {
|
||||||
font-size: 12px;
|
font-size: 0.75em;
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -119,7 +119,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.i-archive-files-item {
|
.i-archive-files-item {
|
||||||
font-size: 13px;
|
font-size: 0.8125em;
|
||||||
font-family: $main-font;
|
font-family: $main-font;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -167,7 +167,7 @@
|
||||||
padding: 10px 12px;
|
padding: 10px 12px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
font-size: 15px;
|
font-size: 0.9375em;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: darken($theme-color-main, 7%);
|
background-color: darken($theme-color-main, 7%);
|
||||||
|
@ -192,7 +192,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.i-archive__archive-title {
|
.i-archive__archive-title {
|
||||||
font-size: 15px;
|
font-size: 0.9375em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-content {
|
.tab-content {
|
||||||
|
@ -200,7 +200,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.i-archive__file-name {
|
.i-archive__file-name {
|
||||||
font-size: 13px;
|
font-size: 0.8125em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.i-archive__file-wrap {
|
.i-archive__file-wrap {
|
||||||
|
|
|
@ -75,11 +75,11 @@
|
||||||
|
|
||||||
.index-content-title {
|
.index-content-title {
|
||||||
font-family: $main-font;
|
font-family: $main-font;
|
||||||
font-size: 15px;
|
font-size: 0.9375em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.index-img-description {
|
.index-img-description {
|
||||||
font-size: 13px;
|
font-size: 0.8125em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -107,11 +107,11 @@
|
||||||
|
|
||||||
.index-content-title {
|
.index-content-title {
|
||||||
font-family: $main-font;
|
font-family: $main-font;
|
||||||
font-size: 15px;
|
font-size: 0.9375em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.index-img-description {
|
.index-img-description {
|
||||||
font-size: 13px;
|
font-size: 0.8125em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -144,7 +144,7 @@
|
||||||
|
|
||||||
.show-description {
|
.show-description {
|
||||||
font-family: $main-font;
|
font-family: $main-font;
|
||||||
font-size: 13px;
|
font-size: 0.8125em;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -196,14 +196,14 @@
|
||||||
font-family: $sub-font;
|
font-family: $sub-font;
|
||||||
|
|
||||||
th, td {
|
th, td {
|
||||||
font-size: 15px;
|
font-size: 0.9375em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.member-plugins {
|
.member-plugins {
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
font-size: 15px;
|
font-size: 0.9375em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -35,7 +35,7 @@
|
||||||
border-radius:10px;
|
border-radius:10px;
|
||||||
z-index:1;
|
z-index:1;
|
||||||
box-shadow: 0 5px 0 #a35823;
|
box-shadow: 0 5px 0 #a35823;
|
||||||
font-size:15px;
|
font-size:0.9375em;
|
||||||
clear:both;
|
clear:both;
|
||||||
|
|
||||||
@media (max-width: 992px) {
|
@media (max-width: 992px) {
|
||||||
|
@ -89,7 +89,7 @@
|
||||||
float:none;
|
float:none;
|
||||||
width:50%;
|
width:50%;
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
font-size:16px;
|
font-size:1em;
|
||||||
}
|
}
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
width:100%;
|
width:100%;
|
||||||
|
@ -208,7 +208,7 @@
|
||||||
display: block;
|
display: block;
|
||||||
padding: 17px 25px;
|
padding: 17px 25px;
|
||||||
font-family: $main-font;
|
font-family: $main-font;
|
||||||
font-size: 15px;
|
font-size: 0.9375em;
|
||||||
transition:all .6s;
|
transition:all .6s;
|
||||||
@media (max-width: $screen-md) {
|
@media (max-width: $screen-md) {
|
||||||
background-color:white;
|
background-color:white;
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
.left-column {
|
.left-column {
|
||||||
.o-question {
|
.o-question {
|
||||||
font-size: 15px;
|
font-size: 0.9375em;
|
||||||
}
|
}
|
||||||
.o-question input[type="checkbox"], .o-question input[type="radio"] {
|
.o-question input[type="checkbox"], .o-question input[type="radio"] {
|
||||||
margin: 0 5px 0 0 !important;
|
margin: 0 5px 0 0 !important;
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
}
|
}
|
||||||
.o-question-topic {
|
.o-question-topic {
|
||||||
color: #666;
|
color: #666;
|
||||||
font-size: 24px;
|
font-size: 1.5em;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
}
|
}
|
||||||
.o-question-list > li {
|
.o-question-list > li {
|
||||||
border-top: 1px solid #ddd;
|
border-top: 1px solid #ddd;
|
||||||
font-size: 15px;
|
font-size: 0.9375em;
|
||||||
list-style: inside decimal;
|
list-style: inside decimal;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
@ -90,7 +90,7 @@
|
||||||
.o-question-title {
|
.o-question-title {
|
||||||
color: #666;
|
color: #666;
|
||||||
display: inline;
|
display: inline;
|
||||||
font-size: 15px;
|
font-size: 0.9375em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
margin: 0 10px 0 0;
|
margin: 0 10px 0 0;
|
||||||
|
@ -104,7 +104,7 @@
|
||||||
background-color: #991c22;
|
background-color: #991c22;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
display: inline;
|
display: inline;
|
||||||
font-size: 13px;
|
font-size: 0.8125em;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -167,7 +167,7 @@
|
||||||
.o-question-group.view-list {
|
.o-question-group.view-list {
|
||||||
list-style: outside none none;
|
list-style: outside none none;
|
||||||
color: #666;
|
color: #666;
|
||||||
font-size: 15px;
|
font-size: 0.9375em;
|
||||||
margin: 5px 0 0 0;
|
margin: 5px 0 0 0;
|
||||||
}
|
}
|
||||||
.o-question-group.view-list .o-question-option {
|
.o-question-group.view-list .o-question-option {
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
background: rgba(255,255,255,0.1);
|
background: rgba(255,255,255,0.1);
|
||||||
border: 1px solid rgba(0,0,0,0.1);
|
border: 1px solid rgba(0,0,0,0.1);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
font-size: 15px;
|
font-size: 0.9375em;
|
||||||
list-style: outside none none;
|
list-style: outside none none;
|
||||||
margin: 0 0 30px;
|
margin: 0 0 30px;
|
||||||
min-height: 30px;
|
min-height: 30px;
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
.widget-content-title {
|
.widget-content-title {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: #443f2f;
|
color: #443f2f;
|
||||||
font-size: 15px;
|
font-size: 0.9375em;
|
||||||
padding-left: 25px;
|
padding-left: 25px;
|
||||||
transition: all .3s;
|
transition: all .3s;
|
||||||
width:100%;
|
width:100%;
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
|
|
||||||
.index-context {
|
.index-context {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 13px;
|
font-size: 0.8125em;
|
||||||
margin: 0 0 10px 2em;
|
margin: 0 0 10px 2em;
|
||||||
color: darken($theme-gray-light, 20%);
|
color: darken($theme-gray-light, 20%);
|
||||||
}
|
}
|
||||||
|
@ -75,7 +75,7 @@
|
||||||
|
|
||||||
.index-content-title {
|
.index-content-title {
|
||||||
font-family: $main-font;
|
font-family: $main-font;
|
||||||
font-size: 16px;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -6,7 +6,7 @@ body {
|
||||||
color: #000;
|
color: #000;
|
||||||
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
|
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
font-size: 12pt;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote,
|
blockquote,
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
h3{
|
h3{
|
||||||
color:#4a7db3;
|
color:#4a7db3;
|
||||||
font-size: 18px;
|
font-size: 1.125em;
|
||||||
font-family: '微軟正黑體';
|
font-family: '微軟正黑體';
|
||||||
clear: both;
|
clear: both;
|
||||||
margin-top: 18px;
|
margin-top: 18px;
|
||||||
|
@ -86,7 +86,7 @@ h3{
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
background: $theme-color-main;
|
background: $theme-color-main;
|
||||||
color:#fff;
|
color:#fff;
|
||||||
font-size: 18px;
|
font-size: 1.125em;
|
||||||
transition:.3s;
|
transition:.3s;
|
||||||
&:hover{
|
&:hover{
|
||||||
background: $theme-color-second;
|
background: $theme-color-second;
|
||||||
|
|
|
@ -118,7 +118,7 @@
|
||||||
// font-size: 0.8125rem;
|
// font-size: 0.8125rem;
|
||||||
// color: $theme-white;
|
// color: $theme-white;
|
||||||
color:#4a7db3;
|
color:#4a7db3;
|
||||||
font-size:15px;
|
font-size:0.9375em;
|
||||||
transition:all .3s;
|
transition:all .3s;
|
||||||
display:block;
|
display:block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -1,11 +1,5 @@
|
||||||
<div id="fb-root"></div>
|
<div id="fb-root"></div>
|
||||||
<script>(function(d, s, id) {
|
|
||||||
var js, fjs = d.getElementsByTagName(s)[0];
|
|
||||||
if (d.getElementById(id)) return;
|
|
||||||
js = d.createElement(s); js.id = id;
|
|
||||||
js.src = "//connect.facebook.net/zh_TW/sdk.js#xfbml=1&version=v2.0";
|
|
||||||
fjs.parentNode.insertBefore(js, fjs);
|
|
||||||
}(document, 'script', 'facebook-jssdk'));</script>
|
|
||||||
|
|
||||||
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
|
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
|
||||||
|
|
||||||
|
|
|
@ -14,8 +14,8 @@
|
||||||
<div class="i-member-profile-data-wrap col-sm-9">
|
<div class="i-member-profile-data-wrap col-sm-9">
|
||||||
<ul class="i-member-profile-list" data-list="profile_data" data-level="3">
|
<ul class="i-member-profile-list" data-list="profile_data" data-level="3">
|
||||||
<li class="i-member-profile-item">
|
<li class="i-member-profile-item">
|
||||||
<span class="i-member-title {{title_class}}">{{title}}</span>
|
<span class="i-member-title {{title_class}}"><strong>{{title}} : </strong></span>
|
||||||
<span class="i-member-value {{value_class}}">: {{value}}</span>
|
<span class="i-member-value {{value_class}}">{{value}}</span>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -14,8 +14,8 @@
|
||||||
<div class="i-member-profile-data-wrap col-sm-8">
|
<div class="i-member-profile-data-wrap col-sm-8">
|
||||||
<ul class="i-member-profile-list" data-list="profile_data" data-level="3">
|
<ul class="i-member-profile-list" data-list="profile_data" data-level="3">
|
||||||
<li class="i-member-profile-item">
|
<li class="i-member-profile-item">
|
||||||
<span class="i-member-title {{title_class}}">{{title}}</span>
|
<span class="i-member-title {{title_class}}"><strong>{{title}} : </strong></span>
|
||||||
<span class="i-member-value {{value_class}}">: {{value}}</span>
|
<span class="i-member-value {{value_class}}">{{value}}</span>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
<div class="i-member-profile-data-wrap">
|
<div class="i-member-profile-data-wrap">
|
||||||
<ul class="i-member-profile-list" data-list="profile_data" data-level="3">
|
<ul class="i-member-profile-list" data-list="profile_data" data-level="3">
|
||||||
<li class="i-member-profile-item">
|
<li class="i-member-profile-item">
|
||||||
<span class="i-member-title {{title_class}}">{{title}}</span>
|
<span class="i-member-title {{title_class}}"><strong>{{title}} : </strong></span>
|
||||||
<span class="i-member-value {{value_class}}">: {{value}}</span>
|
<span class="i-member-value {{value_class}}">{{value}}</span>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue