]> git.mxchange.org Git - friendica.git/blobdiff - view/global.css
Merge pull request #4524 from annando/delete-dfrn
[friendica.git] / view / global.css
index cf8ad8d4e2637dacc1002f1ad009ed3f61fd0bba..ef76b5ffbe8f3a67a1ee93c6e8e3d41bb88a0bd4 100644 (file)
@@ -28,7 +28,7 @@ a.btn, a.btn:hover {
 }
 
 .overline {
-       text-decoration: overline;
+  text-decoration: overline;
 }
 
 /* List of social Networks */
@@ -237,8 +237,22 @@ span.oembed, h4 {
   margin: 0px 0px 0px 0px;
 }
 
-code { display: block; background-color: #eee; color: #666; padding:1em; font-size: 0.8em; font-family: monospace; }
-key { display: inline; background-color: #eee; color: #666; padding:0.2em; font-size: 0.8em; font-family: monospace; }
+code {
+  display: block;
+  background-color: #eee;
+  color: #666;
+  padding: 1em;
+  font-size: 0.85em;
+  font-family: monospace;
+}
+key {
+  display: inline;
+  background-color: #eee;
+  color: #666;
+  padding: 0.2em;
+  font-size: 0.85em;
+  font-family: monospace;
+}
 
 /* fields help text */
 .field .field_help {
@@ -399,14 +413,10 @@ a {
   color: #00a700;
 }
 .federation-graph {
-  width: 400px;
-  height: 400px;
+  margin: 0 auto;
   float: right;
-  margin: 20px;
 }
 .federation-network-graph {
-  width: 240px;
-  height: 240px;
   float: left;
   margin: 20px;
 }
@@ -501,19 +511,19 @@ td.federation-data {
 
 /* admin pending user notes */
 td.pendingnote {
-       padding-left: 20px;
-       padding-right: 20px;
+  padding-left: 20px;
+  padding-right: 20px;
 }
 td.pendingnote > p > span {
-       font-weight: bold;
+  font-weight: bold;
 }
 
 /* warning message */
 .warning-message {
-       padding: 10px;
-       margin: 5px;
-       border-left: 5px solid #f00;
-       font-weight: bold;
+  padding: 10px;
+  margin: 5px;
+  border-left: 5px solid #f00;
+  font-weight: bold;
 }
 
 /* src/href attributes filter error display */
@@ -564,7 +574,9 @@ img.invalid-src:after { vertical-align: top;}
   font-size: 1.8em;
   color: DeepPink;
 }
-.tag1:hover, .tag2:hover, .tag3:hover, .tag4:hover, .tag5:hover,
-.tag6:hover, .tag7:hover, .tag8:hover, .tag9:hover, .tag10:hover {
+.tags > a:hover {
   text-decoration: underline;
-}
\ No newline at end of file
+}
+.tag-cloud {
+  word-wrap: break-word;
+}