]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/smoothly/css/typography.css
Frio: admin/users template
[friendica.git] / view / theme / smoothly / css / typography.css
index bedb0a0f35a4877edde9f55478ef7da33636438f..d1895853e34dee3f8ef9f6b2080a439e660b5b34 100644 (file)
@@ -1,4 +1,4 @@
-/* global typography settings */
+/* global basic typography settings */
 
 textarea,
 pre,
@@ -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,36 +43,36 @@ 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:250%;
+       font-size: 200%;
        line-height: 0.8571em;
        margin: 0.4286em 0 0;
 }
 
 h2 {
-       font-size:200%;
+       font-size:170%;
        line-height: 1.2em;
        margin: 0.6em 0 0 0;
 }
 
 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;
 }
@@ -127,7 +129,7 @@ li {
 
 dt { font-weight:bold; }
 
-dd { margin:0 0 1.5em 0.8em; }
+dd { }
 
 
 /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */
@@ -135,8 +137,8 @@ dd { margin:0 0 1.5em 0.8em; }
 p {
        max-width: 600px;
        font-size:1em;
-       line-height:1.5em;
-       margin: 1.5em 0 0 0;
+       /*line-height:1.5em;*/
+       /*margin: 1.5em 0 0 0;*/
 }
 
 blockquote, cite, q {
@@ -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; }
@@ -225,6 +229,10 @@ hr {
        color: #1873a2;
 }
 
+.hidden { 
+       display: none!important; 
+}
+
 /*--- Links ----------------------------------------------------------------------------------------- */
 
 a {
@@ -244,11 +252,14 @@ a:focus {
        text-decoration:none;
 }
 
-/* --- images ------------------ */
+/*--- Images ----------------------------------------------------------------------------------------- */
 
 img,
 figure {
        border: 0 none;
+       border-radius: 5px;
+               -webkit-border-radius: 5px;
+               -moz-border-radius: 5px;
        max-width: 550px;
        margin: 0;
 }
@@ -271,3 +282,9 @@ figure {
        -moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
        box-shadow: 0 0 3px rgba(0,0,0,.25);
 }
+
+/*--- Tables ----------------------------------------------------------------------------------------- */
+
+tr {
+       border: 1px solid #eeeeee;
+}