X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Fgreen%2Fstyle.css;h=4897471eacde6404b54d979c75fb7f77010b6abc;hb=ac0ad8fecf56ee8f299cd4a0d496b777efd9f7d0;hp=29d5512712ed435458db4eb6befa1c5cbec20fe4;hpb=9ecb9842858541db669e6ee61627e8526bf4c719;p=friendica.git diff --git a/view/theme/quattro/green/style.css b/view/theme/quattro/green/style.css index 29d5512712..4897471eac 100644 --- a/view/theme/quattro/green/style.css +++ b/view/theme/quattro/green/style.css @@ -387,6 +387,12 @@ a:hover { color: #009100; text-decoration: underline; } +blockquote { + background: #ffffff; + padding: 1em; + margin-left: 1em; + border-left: 1em solid #e6e6e6; +} code { font-family: Courier, monospace; white-space: pre; @@ -398,6 +404,9 @@ code { padding: 10px; margin-top: 20px; } +textarea { + font-size: 20px; +} #panel { position: absolute; width: 10em; @@ -1063,7 +1072,7 @@ section { padding: 0.3em; } .wall-item-comment-wrapper .comment-edit-text-full { - font-size: 14px; + font-size: 20px; height: 4em; color: #2d2d2d; border: 1px solid #2d2d2d; @@ -1155,6 +1164,9 @@ section { .children .hide-comments-outer { margin-left: 60px; } +.children .wwto { + display: none; +} .children .comment-edit-preview { width: 660px; } @@ -1303,6 +1315,9 @@ span[id^="showmore-wrap"] { border: 1px solid #999999; padding: 0.3em; } +#jot .profile-jot-text:focus { + font-size: 20px; +} #jot #jot-tools { margin: 0px; padding: 0px; @@ -2113,28 +2128,3 @@ footer { .videobb:hover { background-position: -112px -16px; } -.attachtype { - display: block; - width: 20px; - height: 23px; - float: left; - background-image: url('../../../images/content-types.png'); -} -.body-attach { - margin-top: 10px; -} -.type-video { - background-position: 0px 0px; -} -.type-image { - background-position: -20px 0px; -} -.type-audio { - background-position: -40px 0px; -} -.type-text { - background-position: -60px 0px; -} -.type-unkn { - background-position: -80px 0px; -}