]> git.mxchange.org Git - friendica.git/blobdiff - view/global.css
Fetch the author url and not the id.
[friendica.git] / view / global.css
index 549e1216d2ed14607663acec73d6a8b3a0fbae4d..628bac7cfc3b3cf61736ba8f4d19544b7158f9c2 100644 (file)
@@ -84,6 +84,10 @@ span.connector {
   position: relative;
 }
 
+.embed_rich {
+  display: block;
+}
+
 /* Shared Messages */
 .shared_header {
   height: 32px;
@@ -125,4 +129,40 @@ blockquote.shared_content {
 
 .settings-heading a:after{
   content: ' ยป';
-}
\ No newline at end of file
+}
+
+/* headers */
+h1, h2, h3, h4, h5, h6 {
+  margin: 5px 0px 5px 0px;
+  font-weight: normal;
+  line-height: normal;
+  text-rendering: optimizelegibility;
+}
+
+h1 {
+  font-size: 31.5px;
+}
+
+h2 {
+  font-size: 24.5px;
+}
+
+h3 {
+  font-size: 20.5px;
+}
+
+h4 {
+  font-size: 18px;
+}
+
+h5 {
+  font-size: 16.5px;
+}
+
+h6 {
+  font-size: 14.95px;
+}
+
+span.oembed, h4 {
+  margin: 0px 0px 0px 0px;
+}