Fix accessibility.
This commit is contained in:
BoHung Chiu 2021-06-28 18:23:54 +08:00
parent 6c9d92df9f
commit 38c1872515
20 changed files with 46 additions and 53 deletions

View File

@ -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-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-small: ceil(($font-size-base * 0.85)) !default; // ~12px
@ -84,14 +84,14 @@ $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).
$padding-base-vertical: 6px !default;
$padding-base-horizontal: 12px !default;
$padding-base-vertical: 0.375em !default;
$padding-base-horizontal: 0.75em !default;
$padding-large-vertical: 10px !default;
$padding-large-horizontal: 16px !default;
$padding-large-vertical: 0.625em !default;
$padding-large-horizontal: 1em !default;
$padding-small-vertical: 5px !default;
$padding-small-horizontal: 10px !default;
$padding-small-vertical: 0.3125em !default;
$padding-small-horizontal: 0.625em !default;
$padding-xs-vertical: 1px !default;
$padding-xs-horizontal: 5px !default;
@ -330,7 +330,7 @@ $container-lg: $container-large-desktop !default;
//##
// Basics of a navbar
$navbar-height: 50px !default;
$navbar-height: 3.125em !default;
$navbar-margin-bottom: $line-height-computed !default;
$navbar-border-radius: $border-radius-base !default;
$navbar-padding-horizontal: floor(($grid-gutter-width / 2)) !default;

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
cursor: pointer;
display: none;
color: $theme-white;
font-size: 12px;
font-size: 0.75em;
z-index: 1050;
&:hover {

View File

@ -102,7 +102,7 @@ body {
}
.orbit-txt {
font-size: 12px;
font-size: 0.75em;
margin-right: 5px;
text-transform: uppercase;
}
@ -139,7 +139,7 @@ body {
}
span{
vertical-align: middle;
font-size: 14px;
font-size: 0.875em;
}
&:hover {
background-color: #47BAB5;

View File

@ -25,7 +25,7 @@
.status {
font-family: $main-font;
font-size: 12px;
font-size: 0.75em;
}
.status-top {

View File

@ -60,7 +60,7 @@
font: 15px/20px $main-font;
.fa {
color: #666;
font-size: 18px;
font-size: 1.125em;
margin: 0 3px 0 0;
}
}

View File

@ -292,7 +292,7 @@
.w-annc__title{
font-family: '微軟正黑體','sans-serif';
transition:.3s;
font-size: 16px;
font-size: 1em;
line-height: 1.7em;
&:hover {
background: darken($theme-color-main,10%);
@ -300,7 +300,7 @@
color:#fff;
}
@media (min-width: $screen-md) {
font-size: 15px;
font-size: 0.9375em;
white-space: nowrap;
}
}
@ -313,11 +313,11 @@
}
.w-annc__postdate-wrap {
font-size: 15px;
font-size: 0.9375em;
padding: 0;
color:#495054;
@media (min-width: $screen-md) {
font-size: 14px;
font-size: 0.875em;
}
}
@ -747,7 +747,7 @@
.s-annc__social .print-button {
color: #fff;
font-size: 11px;
font-size: 0.6875em;
border-radius: 4px;
padding: 2px 6px;
background-color: $theme-color-main;

View File

@ -78,7 +78,7 @@
}
.i-archive__category-item {
font-size: 13px;
font-size: 0.8125em;
display: inline;
font-size: .8125rem;
}
@ -98,7 +98,7 @@
}
.i-archive__file-name {
font-size: 12px;
font-size: 0.75em;
font-size: 0.75rem;
}
}
@ -119,7 +119,7 @@
}
.i-archive-files-item {
font-size: 13px;
font-size: 0.8125em;
font-family: $main-font;
}
@ -167,7 +167,7 @@
padding: 10px 12px;
margin-right: 5px;
border-radius: 4px;
font-size: 15px;
font-size: 0.9375em;
&:hover {
background-color: darken($theme-color-main, 7%);
@ -192,7 +192,7 @@
}
.i-archive__archive-title {
font-size: 15px;
font-size: 0.9375em;
}
.tab-content {
@ -200,7 +200,7 @@
}
.i-archive__file-name {
font-size: 13px;
font-size: 0.8125em;
}
.i-archive__file-wrap {

View File

@ -111,11 +111,11 @@
.index-content-title {
font-family: $main-font;
font-size: 15px;
font-size: 0.9375em;
}
.index-img-description {
font-size: 13px;
font-size: 0.8125em;
}
}
}
@ -143,11 +143,11 @@
.index-content-title {
font-family: $main-font;
font-size: 15px;
font-size: 0.9375em;
}
.index-img-description {
font-size: 13px;
font-size: 0.8125em;
}
}
}
@ -180,7 +180,7 @@
.show-description {
font-family: $main-font;
font-size: 13px;
font-size: 0.8125em;
padding: 8px;
}
}

View File

@ -196,14 +196,14 @@
font-family: $sub-font;
th, td {
font-size: 15px;
font-size: 0.9375em;
}
.member-plugins {
margin: 20px 0;
a {
font-size: 15px;
font-size: 0.9375em;
}
}
}

View File

@ -134,7 +134,7 @@
width: 50%;
float: none;
display: inline-block;
font-size: 16px;
font-size: 1em;
&:nth-child(2) {
border:0;
}
@ -246,7 +246,7 @@
display: block;
padding: 12px 25px;
font-family: $main-font;
font-size: 15px;
font-size: 0.9375em;
}

View File

@ -3,7 +3,7 @@
background: rgba(255,255,255,0.1);
border: 1px solid rgba(0,0,0,0.1);
border-radius: 5px;
font-size: 15px;
font-size: 0.9375em;
list-style: outside none none;
margin: 0 0 30px;
min-height: 30px;

View File

@ -84,7 +84,7 @@
.index-context {
display: inline-block;
font-size: 13px;
font-size: 0.8125em;
margin: 0 0 10px 2em;
color: #333;
}
@ -92,7 +92,7 @@
.index-content-title {
font-family: $main-font;
font-size: 16px;
font-size: 1em;
}
}
}

View File

@ -6,7 +6,7 @@ body {
color: #000;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
line-height: 1.3;
font-size: 12pt;
font-size: 1em;
}
blockquote,

View File

@ -95,7 +95,7 @@
padding: 5px 10px;
background: $theme-color-main;
color:#fff;
font-size: 18px;
font-size: 1.125em;
transition:.3s;
&:hover{
background: $theme-color-second;

View File

@ -79,7 +79,7 @@
color: white;
color:#e35443;
// background-color: $theme-color-second;
font-size: 18px;
font-size: 1.125em;
font-weight: bold;
}

View File

@ -1,11 +1,4 @@
<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>

View File

@ -14,8 +14,8 @@
<div class="i-member-profile-data-wrap col-sm-9">
<ul class="i-member-profile-list" data-list="profile_data" data-level="3">
<li class="i-member-profile-item">
<span class="i-member-title {{title_class}}">{{title}}</span>
<span class="i-member-value {{value_class}}">: {{value}}</span>
<span class="i-member-title {{title_class}}"><strong>{{title}} : </strong></span>
<span class="i-member-value {{value_class}}">{{value}}</span>
</li>
</ul>
</div>

View File

@ -14,8 +14,8 @@
<div class="i-member-profile-data-wrap col-sm-8">
<ul class="i-member-profile-list" data-list="profile_data" data-level="3">
<li class="i-member-profile-item">
<span class="i-member-title {{title_class}}">{{title}}</span>
<span class="i-member-value {{value_class}}">: {{value}}</span>
<span class="i-member-title {{title_class}}"><strong>{{title}} : </strong></span>
<span class="i-member-value {{value_class}}">{{value}}</span>
</li>
</ul>
</div>

View File

@ -9,8 +9,8 @@
<div class="i-member-profile-data-wrap">
<ul class="i-member-profile-list" data-list="profile_data" data-level="3">
<li class="i-member-profile-item">
<span class="i-member-title {{title_class}}">{{title}}</span>
<span class="i-member-value {{value_class}}">: {{value}}</span>
<span class="i-member-title {{title_class}}"><strong>{{title}} : </strong></span>
<span class="i-member-value {{value_class}}">{{value}}</span>
</li>
</ul>
</div>