diff --git a/app/templates/nccu/assets/stylesheets/template/base/_default.scss b/app/templates/nccu/assets/stylesheets/template/base/_default.scss index 6c04149..df6d306 100644 --- a/app/templates/nccu/assets/stylesheets/template/base/_default.scss +++ b/app/templates/nccu/assets/stylesheets/template/base/_default.scss @@ -22,7 +22,11 @@ body { } h1, h2, h3, h4, h5, h6, label, legend { - font-family: "微軟正黑體", Arial, sans-serif; + font-family: Helvetica, Arial, sans-serif; +} +h3 { + font-size: 18px; + font-size: 1.125rem; } a { @@ -3830,7 +3834,13 @@ article.page_content .linkAndFile > div:last-child { .hide{ display: none; } - +img { + max-width: 100%; + height: auto; +} +.text-right { + clear: both; +} #main-content { padding-right: 20px; border-right: 1px solid #cfcfcf; diff --git a/app/templates/nccu/assets/stylesheets/template/modules/announcement.scss b/app/templates/nccu/assets/stylesheets/template/modules/announcement.scss index b84201d..858b30a 100644 --- a/app/templates/nccu/assets/stylesheets/template/modules/announcement.scss +++ b/app/templates/nccu/assets/stylesheets/template/modules/announcement.scss @@ -236,7 +236,12 @@ $table-th-bgcolor: $theme-color-main; // Announcement SHOW .show-announcement { .show-title { - @extend .unity-title; + font: 24em/100% sans-serif; + font-size: 1.5rem; + margin: 0 0 5px; + border-bottom: 1px solid #CFCFCF; + padding-bottom: 10px; + font-weight: bold; } .post-metadata { @include clearfix; @@ -283,6 +288,10 @@ $table-th-bgcolor: $theme-color-main; .post-section { @include clearfix; margin-bottom: 2em; + p { + font-size: 15px; + font-size: 0.9375rem; + } .post-pic { img { @include size(100%, auto);