From 67cacb5ef8e198ad3f361399df69aa38971d0c26 Mon Sep 17 00:00:00 2001 From: Fire Demon Date: Tue, 28 Jul 2020 10:53:55 -0500 Subject: [Formatting] Add support for details/summary, centering; use Monsterfork v1 styling --- .../styles/monsterfork/components/status.scss | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'app/javascript/flavours/glitch/styles/monsterfork/components/status.scss') diff --git a/app/javascript/flavours/glitch/styles/monsterfork/components/status.scss b/app/javascript/flavours/glitch/styles/monsterfork/components/status.scss index 64e454c83..d950fdbb5 100644 --- a/app/javascript/flavours/glitch/styles/monsterfork/components/status.scss +++ b/app/javascript/flavours/glitch/styles/monsterfork/components/status.scss @@ -51,3 +51,39 @@ div[data-nest-deep="true"] { } } } + +div.media-caption { + p { + font-size: 12px !important; + margin-bottom: 0; + text-align: center; + } + a { + color: $secondary-text-color; + text-decoration: none; + font-weight: bold; + + &:hover { + text-decoration: underline; + + .fa { + color: lighten($dark-text-color, 7%); + } + } + + &.mention { + &:hover { + text-decoration: none; + + span { + text-decoration: underline; + } + } + } + + .fa { + color: $dark-text-color; + } + } +} + -- cgit