This commit is contained in:
ken 2026-04-07 20:01:56 +08:00
parent 1ca79dfe18
commit 4ad05fd88a
15 changed files with 815 additions and 509 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,11 +1,14 @@
@charset "utf-8";
@import "variables";
.go-back-top {
.go-back-top-inner{
background: radial-gradient(circle at 60% 90%, #dea797, transparent 60%), radial-gradient(circle at 10px 10px, #eb8467, transparent 25%), #ec6641;
text-align: center;
padding: 0.625em 0.75em;
clip-path: polygon(25% 5.77%, 75% 5.77%, 100% 50%, 75% 94.23%, 25% 94.23%, 0% 50%);
padding: 1em;
}
.go-back-top {
text-align: center;
position: fixed;
bottom: 0.9375em;
right: 0.9375em;
@ -16,11 +19,12 @@
border-radius: 0.125em;
z-index: 1050;
opacity: .9;
clip-path: polygon(25% 5.77%, 75% 5.77%, 100% 50%, 75% 94.23%, 25% 94.23%, 0% 50%);
padding: 1em;
&:hover {
transition: background 0.4s ease;
.go-back-top-inner{
background: radial-gradient(circle at 70% 80%, #66a9e2b3, transparent 60%), radial-gradient(circle at 25% 25%, #ffa0dc80, transparent 40%), radial-gradient(circle at 50% 50%, #3c78ff4d, transparent 70%), linear-gradient(135deg, #54a1e1 0%, #00437c 60%, #80b5ff 100%);
}
transition: background 0.4s ease;
}
}

View File

@ -1,6 +1,7 @@
@charset "utf-8";
@import "../initial";
.titlecolor{
background: radial-gradient(circle at 70% 80%, #00437c, transparent 60%), radial-gradient(circle at 25% 25%, #a0bfff80, transparent 40%), radial-gradient(circle at 50% 50%, #3c78ff4d, transparent 70%), linear-gradient(135deg, #00437c 0%, #00437c 60%, #80b5ff 100%)!important;
}
@ -24,7 +25,7 @@
}
p, .entry-content {
// font-family: 'Droid Sans';
color: #737f85;
color: #576972;
font-weight: 400;
line-height: 25px;
margin: 0;

View File

@ -14,8 +14,8 @@ i.kenmenu-drop.fa-solid.fa-chevron-down {
padding: 0.5em 0;
}
.header-nav {
display: flex !important;
flex-wrap: wrap;
// display: flex !important;
// flex-wrap: wrap;
ul{
padding: 0;
}
@ -65,9 +65,9 @@ i.kenmenu-drop.fa-solid.fa-chevron-down {
padding:0;
font-family: $main-font;
text-transform:uppercase;
display: flex;
align-items: center;
justify-content: flex-end;
// display: flex;
// align-items: center;
// justify-content: flex-end;
ul{
padding: 0;
}
@ -359,7 +359,7 @@ i.kenmenu-drop.fa-solid.fa-chevron-down {
}
.site-description{
width: 100%;
color: #737f85;
color: #576972;
font-size: 0.8em;
font-weight: 400;
line-height: 25px;

View File

@ -1738,10 +1738,10 @@ behavior: url("/assets/ie_support/PIE2/PIE.htc");
display: none;
}
a{
color: #737f85;
color: #576972;
}
.w-annc__postdate{
color: #737f85;
color: #576972;
}
.w-annc__title {
font-family: $main-font;
@ -1751,7 +1751,7 @@ behavior: url("/assets/ie_support/PIE2/PIE.htc");
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
color: #737f85;
color: #576972;
font-size: 1.6em;
}
.w-annc__more { margin-top: 1.5em; }
@ -2744,9 +2744,7 @@ behavior: url("/assets/ie_support/PIE2/PIE.htc");
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
// clear: both;
}
.i-annc__title {
@ -3272,7 +3270,7 @@ table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, tabl
.s-annc__tag-wrap {
.s-annc__tag {
font-weight: normal;
background: radial-gradient(circle at 60% 90%, #dea797, transparent 60%), radial-gradient(circle at 10px 10px, #eb8467, transparent 25%), #ec6641;
background: radial-gradient(circle at 70% 80%, #00437c, transparent 60%), radial-gradient(circle at 25% 25%, rgba(160,191,255,0.501961), transparent 40%), radial-gradient(circle at 50% 50%, rgba(60,120,255,0.301961), transparent 70%), linear-gradient(135deg, #00437c 0%, #00437c 60%, #80b5ff 100%);
}
}
}

View File

@ -10,14 +10,14 @@ p.s-annc__post-orbithashtags{
a.orbit-hash-tag {
list-style: none;
background: #e0edff;
color: #0a84ff;
color: #0066cc;
margin-right: 0.5em;
border-radius: 0.5em;
padding: 0.2em 0.5em;
margin-bottom: 0.5em;
display: inline-block;
&:hover{
background: #0a84ff;
background: #0066cc;
transform: translatey(-2px);
transition: transform 0.4s;
color: #fff;

View File

@ -7,6 +7,10 @@
//
// Member Index
// ## Gerneral styles for Index
.i-member-pic-wrap-wrap{
display: flex;
justify-content: center;
}
.i-member-item{
&:hover{
.i-member-pic-wrap-outer{
@ -728,7 +732,7 @@ tr.i-member-tr-head {
.i-member-profile-list {
@include list-reset;
color: #737f85;
color: #576972;
}
.i-member-profile-item {

View File

@ -55,7 +55,6 @@
// layout-content 下的樣式
.cycle-carousel-wrap{
@media(min-width: 769px){
display: flex;
align-items: normal;
}
.liWrapper{

View File

@ -914,7 +914,7 @@ hr{
background-color: #c9c9c9!important;
}
.video_tablist a{
background-color: #a2a2a2!important;
background-color: #414141!important;
}
.modal-backdrop{
z-index: 2;
@ -923,7 +923,8 @@ hr{
background-color: #c9c9c9!important;
}
.video_tablist a{
background-color: #a2a2a2!important;
background-color: #414141!important;
color: #fff!important;
}
.marqueeken {
width: 100vw;

View File

@ -7,9 +7,11 @@
<div class="i-member-list" data-level="2" data-list="members">
<div class="i-member-item row">
<div class="i-member-item-inner clearfix">
<div class="i-member-pic-wrap col-sm-3">
<a href="{{link_to_show}}" title="{{name}}">
<img class="i-member-pic img-thumbnail" src="{{image}}" title="{{name}}">
<div class="i-member-pic-wrap-wrap col-sm-3">
<a href="{{link_to_show}}" title="(在本視窗開啟)" target="_self">
<div class="i-member-pic-wrap">
<img class="i-member-pic img-thumbnail" src="{{image}}" alt="{{name}}">
</div>
</a>
</div>
<div class="i-member-profile-data-wrap col-sm-9">

View File

@ -99,7 +99,7 @@
height: 100%;
}
.search_input input[type=submit] {
background: url(/assets/video_pro/search_btn.png) center center no-repeat #c9c9c9;
background: url(/assets/video_pro/search_btn.png) center center no-repeat #757575;
font-size: 0;
}
.video_tablist {

View File

@ -99,7 +99,7 @@
height: 100%;
}
.search_input input[type=submit] {
background: url(/assets/video_pro/search_btn.png) center center no-repeat #c9c9c9;
background: url(/assets/video_pro/search_btn.png) center center no-repeat #757575;
font-size: 0;
}
.video_tablist {

View File

@ -86,7 +86,7 @@
height: 100%;
}
.search_input input[type=submit] {
background: url(/assets/video_pro/search_btn.png) center center no-repeat #c9c9c9;
background: url(/assets/video_pro/search_btn.png) center center no-repeat #757575;
font-size: 0;
}
.video_tablist {

View File

@ -5,7 +5,7 @@
</h2>
</div>
<div class="widget-link_wrapper">
<div class="cycle-slideshow widget-content" style="margin: 0em 3.125em;"
<div class="cycle-slideshow widget-content"
data-level="0" data-list="web_link" data-cycle-slides="> li"
data-cycle-fx="carousel" data-cycle-timeout="0" data-cycle-carousel-visible="5"
data-cycle-carousel-rwd-json="{768: 1}"

View File

@ -5,7 +5,7 @@
</h2>
</div>
<div class="widget-link_wrapper">
<div class="cycle-slideshow widget-content" style="margin: 0em 3.125em;"
<div class="cycle-slideshow widget-content"
data-level="0" data-list="web_link" data-cycle-slides="> li"
data-cycle-fx="carousel" data-cycle-timeout="0" data-cycle-carousel-visible="4"
data-cycle-carousel-rwd-json="{768: 1}"