]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/smoothly/css/typography.css
deleted: view/theme/smoothly/arrow.png
[friendica.git] / view / theme / smoothly / css / typography.css
index bedb0a0f35a4877edde9f55478ef7da33636438f..7ae53a265827f2cd6661e35c9ff8b55ee66a7baa 100644 (file)
@@ -1,4 +1,4 @@
-/* global typography settings */
+/* global basic typography settings */
 
 textarea,
 pre,
@@ -47,13 +47,13 @@ h6 {
 }
 
 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;
 }
@@ -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;
+}