X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=view%2Ftheme%2Fquattro%2Fdark%2Fstyle.css;h=7b20b4797a59abbb23aa388bb34013887f6a2dca;hb=69de262e9700c7500d6bff91f18bb46555af3eb1;hp=93ee1ccd58feefcf6014b4675c01bd77bae850eb;hpb=edb303d44a9109c98bde75ef91b0e40dbe4eeb3b;p=friendica.git diff --git a/view/theme/quattro/dark/style.css b/view/theme/quattro/dark/style.css index 93ee1ccd58..7b20b4797a 100644 --- a/view/theme/quattro/dark/style.css +++ b/view/theme/quattro/dark/style.css @@ -463,7 +463,7 @@ a:hover { text-decoration: underline; } blockquote { - background: #FFFFFF; + background: #ffffff; padding: 1em; margin-left: 1em; border-left: 1em solid #e6e6e6; @@ -810,6 +810,9 @@ aside .vcard .fn { aside .vcard .title { margin-bottom: 5px; } +aside .vcard .p-faddr { + margin-bottom: 5px; +} aside .vcard dl { height: auto; overflow: auto; @@ -866,6 +869,21 @@ aside #dfrn-request-link:hover { text-decoration: none; background-color: #19aeff; } +aside #subscribe-feed-link { + display: block; + -moz-border-radius: 5px 5px 5px 5px; + -webkit-border-radius: 5px 5px 5px 5px; + border-radius: 5px 5px 5px 5px; + color: #ffffff; + background: #005c94 url('../../../images/connect-bg.png') no-repeat left center; + font-weight: bold; + text-transform: uppercase; + padding: 4px 2px 2px 35px; +} +aside #subscribe-feed-link:hover { + text-decoration: none; + background-color: #19aeff; +} aside #profiles-menu { width: 20em; }