diff --git a/templates/forum.html b/templates/forum.html index c7cf2e97..605265bb 100644 --- a/templates/forum.html +++ b/templates/forum.html @@ -26,7 +26,7 @@
- {{lang "topic_list.what_to_do"}} +
diff --git a/templates/topics_topic.html b/templates/topics_topic.html index ac25d736..b0335b12 100644 --- a/templates/topics_topic.html +++ b/templates/topics_topic.html @@ -1,5 +1,5 @@ -
-
+
+
{{.Creator.Name}}'s Avatar @@ -21,7 +21,7 @@ {{.LikeCount}}
-
+
{{.LastUser.Name}}'s Avatar diff --git a/themes/cosora/public/main.css b/themes/cosora/public/main.css index 49ca774e..c23c6c82 100644 --- a/themes/cosora/public/main.css +++ b/themes/cosora/public/main.css @@ -870,7 +870,7 @@ textarea { margin-left: 8px; } -.topic_sticky { +.topic_sticky .topic_left, .topic_sticky .topic_right { border-bottom: 2px solid hsl(51, 60%, 70%); } .topic_selected .topic_left, .topic_selected .topic_right { @@ -1674,7 +1674,7 @@ textarea { .topic_right_inside br, .topic_right_inside img { display: none; } - .topic_right.topic_sticky { + .topic_sticky .topic_right { border-bottom: 2px solid var(--element-border-color); } .topic_right_inside > span { diff --git a/themes/nox/public/account.css b/themes/nox/public/account.css index 2a05901d..00406351 100644 --- a/themes/nox/public/account.css +++ b/themes/nox/public/account.css @@ -38,7 +38,6 @@ .colstack_right { background-color: #444444; width: 75%; - padding-top: 12px; padding-right: 24px; padding-bottom: 24px; padding-left: 24px; @@ -91,12 +90,17 @@ button, .formbutton { /* end panel css copy */ +.colstack_right { + padding-top: 16px; +} + .account_soon, .dash_security { font-size: 14px; } #account_dashboard .colstack_right .coldyn_block { display: flex; + margin-top: 2px; } #dash_left { border-radius: 3px; diff --git a/themes/nox/public/main.css b/themes/nox/public/main.css index 0783e411..673fc405 100644 --- a/themes/nox/public/main.css +++ b/themes/nox/public/main.css @@ -247,6 +247,10 @@ h2 { margin-right: 16px; margin-right: 18px; } +.topic_list_title_block .pre_opt:before { + content: "{{index .Phrases "topics_click_topics_to_select"}}"; + font-size: 14px; +} .topic_list_title_block .opt a { color: #afafaf; margin-left: 8px; @@ -279,14 +283,17 @@ h2 { .topic_left { margin-right: auto; } -.topic_left.topic_sticky { +.topic_sticky .topic_left { border-left: 3px solid rgb(215, 155, 0); border-radius: 3px; } -.topic_left.topic_closed { +.topic_closed .topic_left { border-left: 3px solid grey; border-radius: 3px; } +.topic_closed { + background-color: #4b4b4b; +} .new_item .topic_left { border-left: 3px solid rgb(215, 215, 215); border-radius: 3px; diff --git a/themes/shadow/public/main.css b/themes/shadow/public/main.css index f9a9f592..b44e1f69 100644 --- a/themes/shadow/public/main.css +++ b/themes/shadow/public/main.css @@ -800,7 +800,7 @@ input[type=checkbox]:checked + label.poll_option_label .sel { padding: 0px; overflow: hidden; } -.topic_left.topic_sticky .topic_inner_left { +.topic_sticky .topic_left .topic_inner_left { border-top: 4px solid hsl(41, 100%, 50%); padding-left: 10px; padding-top: 10px; diff --git a/themes/tempra-conflux/public/main.css b/themes/tempra-conflux/public/main.css index 9b8495ec..924245dd 100644 --- a/themes/tempra-conflux/public/main.css +++ b/themes/tempra-conflux/public/main.css @@ -542,10 +542,10 @@ li a { .topic_status_closed { margin-left: auto; } -.topic_sticky { +.topic_sticky .topic_left, .topic_sticky .topic_right { background-color: rgb(255,255,234); } -.topic_closed { +.topic_closed .topic_left, .topic_closed .topic_right { background-color: rgb(248,248,248); } diff --git a/themes/tempra-simple/public/main.css b/themes/tempra-simple/public/main.css index b42d0a33..38c88d7c 100644 --- a/themes/tempra-simple/public/main.css +++ b/themes/tempra-simple/public/main.css @@ -568,10 +568,10 @@ input, select { font-size: 0.90em; margin-bottom: -2px; } -.topic_sticky { +.topic_sticky .topic_left, .topic_sticky .topic_right { background-color: rgb(255,255,234); } -.topic_closed { +.topic_closed .topic_left, .topic_closed .topic_right { background-color: rgb(248,248,248); } .topic_sticky_head {