X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fsmoothly%2Fcss%2Ftypography.css;h=d1895853e34dee3f8ef9f6b2080a439e660b5b34;hb=abd7b2666c1ba79d44db0e71b369433cf8c8e678;hp=7ae53a265827f2cd6661e35c9ff8b55ee66a7baa;hpb=272cccb47fd95e6556a976bc44c2d5fc8234be96;p=friendica.git diff --git a/view/theme/smoothly/css/typography.css b/view/theme/smoothly/css/typography.css index 7ae53a2658..d1895853e3 100644 --- a/view/theme/smoothly/css/typography.css +++ b/view/theme/smoothly/css/typography.css @@ -13,11 +13,13 @@ tt { /* (en) base layout gets standard font size 15px */ /* (de) Basis-Layout erhält Standardschriftgröße von 15 Pixeln */ + body { margin: 0 auto; padding-bottom: 3em; width: 960px; - font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; + height: 100%; + font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif; font-size: 15px; font-size-adjust: none; font-style: normal; @@ -41,13 +43,13 @@ h4, h5, h6 { font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; - font-weight: 400; + font-weight: 550; color:#626262; - margin:0; + margin: 0; } h1 { - font-size:200%; + font-size: 200%; line-height: 0.8571em; margin: 0.4286em 0 0; } @@ -59,18 +61,18 @@ h2 { } h3 { - font-size:145%; - margin:0 0 5px 0; + font-size: 145%; + margin: 0 0 5px 0; } h4 { - font-size:133.33%; + font-size: 133.33%; line-height: 1.125em; - margin:1.125em 0 0 0; + margin: 1.125em 0 0 0; } h5 { - font-size:116.67%; + font-size: 116.67%; line-height: 1.2857em; margin: 1.2857em 0 0 0; } @@ -145,9 +147,11 @@ blockquote, cite, q { } blockquote { - background-color: #F4F8F9; - border-left: 4px solid #DAE4EE; - padding: 0.4em; + background-color: #F4F8F9; + border-left: 4px solid #DAE4EE; + margin: 0; + padding: 0.4em; + white-space: normal; } strong, b { font-weight:bold; } @@ -253,6 +257,9 @@ a:focus { img, figure { border: 0 none; + border-radius: 5px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; max-width: 550px; margin: 0; }