X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fglobal.css;h=628bac7cfc3b3cf61736ba8f4d19544b7158f9c2;hb=487d57df4569d2be1200f0e03c0b85bdc0ee0bfe;hp=5c414cb35989e941641aee76b0febba4fdf92565;hpb=1c8885351b1ba56133c1361577b5c90f7a50875a;p=friendica.git diff --git a/view/global.css b/view/global.css index 5c414cb359..628bac7cfc 100644 --- a/view/global.css +++ b/view/global.css @@ -84,6 +84,10 @@ span.connector { position: relative; } +.embed_rich { + display: block; +} + /* Shared Messages */ .shared_header { height: 32px; @@ -123,6 +127,42 @@ blockquote.shared_content { border: none; } -.settings-heading { - cursor: pointer; -} \ No newline at end of file +.settings-heading a:after{ + content: ' »'; +} + +/* headers */ +h1, h2, h3, h4, h5, h6 { + margin: 5px 0px 5px 0px; + font-weight: normal; + line-height: normal; + text-rendering: optimizelegibility; +} + +h1 { + font-size: 31.5px; +} + +h2 { + font-size: 24.5px; +} + +h3 { + font-size: 20.5px; +} + +h4 { + font-size: 18px; +} + +h5 { + font-size: 16.5px; +} + +h6 { + font-size: 14.95px; +} + +span.oembed, h4 { + margin: 0px 0px 0px 0px; +}