]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/smoothly/css/typography.css
Merge pull request #7201 from annando/mail-db-error
[friendica.git] / view / theme / smoothly / css / typography.css
index 62b9d5acdcd83d75fe46881fcd6df10172d3d79b..d1895853e34dee3f8ef9f6b2080a439e660b5b34 100644 (file)
@@ -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;
@@ -43,11 +45,11 @@ h6 {
        font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
        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.4286em 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;
 }