]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/smoothly/css/typography.css
modified: view/theme/smoothly/css/typography.css
[friendica.git] / view / theme / smoothly / css / typography.css
index ffcb9000347c146dca6803cf84475624f326d395..dce4657bf3290c2c966cfe0aed12232bfeff1ffd 100644 (file)
@@ -1,4 +1,4 @@
-/* global typography settings */
+/* global basic typography settings */
 
 textarea,
 pre,
@@ -41,13 +41,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 +59,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;
 }
@@ -127,7 +127,7 @@ li {
 
 dt { font-weight:bold; }
 
-dd { margin:0 0 1.5em 0.8em; }
+dd { }
 
 
 /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */
@@ -135,8 +135,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 {
@@ -225,6 +225,10 @@ hr {
        color: #1873a2;
 }
 
+.hidden { 
+       display: none!important; 
+}
+
 /*--- Links ----------------------------------------------------------------------------------------- */
 
 a {
@@ -244,7 +248,7 @@ a:focus {
        text-decoration:none;
 }
 
-/* --- images ------------------ */
+/*--- Images ----------------------------------------------------------------------------------------- */
 
 img,
 figure {
@@ -271,3 +275,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;
+}