X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdiabook%2Fstyle.css;h=de0ea5b1347a5bfda49835d80f8477d8f2dd2059;hb=8e5f22473067bbba0294fb684f5b4b943cb7e580;hp=c87f51d1a4a57dbce44d0fbebe3ff9d72cd1b2d8;hpb=26ee28d2554ec215afafff4762d361fa784f1b80;p=friendica.git diff --git a/view/theme/diabook/style.css b/view/theme/diabook/style.css index c87f51d1a4..de0ea5b134 100644 --- a/view/theme/diabook/style.css +++ b/view/theme/diabook/style.css @@ -1620,6 +1620,60 @@ body .pageheader{ width: 780px; } +.wall-item-container .wall-item-content .type-link img, +.type-link img { + max-width: 160px; + max-height: 160px; + float: left; + margin-right: 10px; +} +.type-link blockquote { + margin-left: 160px; + max-height: 160px; + overflow: hidden; +} +.type-link .oembed { +} + +.shared_header { + height: 32px; + color: #999; + border-top: 1px solid #D2D2D2; + padding-top: 5px; + margin-top: 5px; +} + +.shared_header a { + color: black; + -webkit-transition: all 0.2s ease-in-out; + -moz-transition: all 0.2s ease-in-out; + -o-transition: all 0.2s ease-in-out; + -ms-transition: all 0.2s ease-in-out; + transition: all 0.2s ease-in-out; +} + +.shared_header a:hover { + color: #36c; +} + +.shared_header img { + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + float: left; +} + +.shared_header span { + margin-left: 9px; +} + +blockquote.shared_content { + margin-left: 32px; + color: #000; + border: none; +} + + .my-comment-photo { width: 48px; margin-left: 40px;