css fixes

This commit is contained in:
rulingcom 2025-08-14 19:07:38 +08:00
parent 00c2e3d909
commit f08404cec0
4 changed files with 21 additions and 2 deletions

View File

@ -150,3 +150,19 @@ ul.button-mid .next-button {
.next-button,.prev-button{ .next-button,.prev-button{
cursor: pointer; cursor: pointer;
} }
a.orbit-hash-tag {
list-style: none;
background: #e0edff;
color: #0a84ff;
margin-right: 0.5em;
border-radius: 0.5em;
padding: 0.2em 0.5em;
margin-bottom: 0.5em;
display: inline-block;
&:hover{
background: #0a84ff;
transform: translatey(-2px);
transition: transform 0.4s;
color: #fff;
}
}

View File

@ -690,3 +690,5 @@
background-color: lighten($theme-color-main, 10%); background-color: lighten($theme-color-main, 10%);
} }
} }

View File

@ -125,6 +125,7 @@ module EventNewsMod
widget_methods ["widget","random_event_news_widget", "tag_cloud"] widget_methods ["widget","random_event_news_widget", "tag_cloud"]
widget_settings [{"data_count"=>30}] widget_settings [{"data_count"=>30}]
taggable "EventNews" taggable "EventNews"
hashtaggable "EventNews"
categorizable categorizable
authorizable authorizable
frontend_enabled frontend_enabled