mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Compare commits
3 Commits
3b7865abd4
...
c705e9b9f1
Author | SHA1 | Date | |
---|---|---|---|
c705e9b9f1 | |||
9f533882bf | |||
6035278c7e |
@ -4,6 +4,9 @@ $comment-header-background-color-darktheme = $top-navigation-color-darktheme
|
||||
|
||||
$comment-border-color = #DDD
|
||||
|
||||
.comments-container
|
||||
margin-top: 2em
|
||||
|
||||
.comment-container
|
||||
padding: 0 0 0 60px
|
||||
|
||||
@ -120,17 +123,30 @@ $comment-border-color = #DDD
|
||||
.messages
|
||||
margin: 1em 0
|
||||
|
||||
.darktheme .comment-container .comment header
|
||||
background: $comment-header-background-color-darktheme
|
||||
nav.edit
|
||||
ul
|
||||
li
|
||||
&.active
|
||||
background: $window-color-darktheme
|
||||
border-bottom: 1px solid $window-color-darktheme
|
||||
.edit, .delete, .score-container a, .nickname a
|
||||
&:not(.inactive)
|
||||
color: mix($main-color, $inactive-link-color-darktheme)
|
||||
.darktheme .comment-container
|
||||
.comment
|
||||
border: 1px solid $comment-header-background-color-darktheme
|
||||
|
||||
header
|
||||
background: $comment-header-background-color-darktheme
|
||||
border-bottom: 1px solid $comment-header-background-color-darktheme
|
||||
|
||||
nav.edit
|
||||
ul
|
||||
li
|
||||
&.active
|
||||
background: $window-color-darktheme
|
||||
border: 1px solid $window-color-darktheme
|
||||
|
||||
.edit, .delete, .score-container a, .nickname a
|
||||
&:not(.inactive)
|
||||
color: mix($main-color, $inactive-link-color-darktheme)
|
||||
|
||||
&:before
|
||||
border-right: 0
|
||||
|
||||
&:after
|
||||
border-right: 0.75em solid $comment-header-background-color-darktheme
|
||||
|
||||
.comment-content
|
||||
p
|
||||
|
@ -166,6 +166,8 @@ nav
|
||||
li.active a
|
||||
background: $active-tab-background-color
|
||||
color: $active-tab-text-color
|
||||
li.active:has(:focus)
|
||||
background: $active-tab-background-color
|
||||
:focus
|
||||
background: $focused-tab-background-color
|
||||
outline: 0
|
||||
@ -241,6 +243,8 @@ nav
|
||||
li.active a
|
||||
background: $active-tab-background-color-darktheme
|
||||
color: $active-tab-text-color-darktheme
|
||||
li.active:has(:focus)
|
||||
background: $active-tab-background-color-darktheme
|
||||
:focus
|
||||
background: $focused-tab-background-color-darktheme
|
||||
&#top-navigation
|
||||
|
Reference in New Issue
Block a user