]> git.mxchange.org Git - friendica.git/blobdiff - view/global.css
DE translation update
[friendica.git] / view / global.css
index 8cb1db95a77f8bc92924929f58514e1ca6e76cd2..cea6c51036bd11da370b2083121c55197c00da7c 100644 (file)
@@ -201,6 +201,16 @@ blockquote.shared_content {
   content: ' ยป';
 }
 
+#profile-photo-wrapper {
+  clear: both;
+  overflow: hidden;
+}
+
+#newmember-tips {
+  margin-top: -3px;
+  font-size: 1.2em;
+}
+
 /* headers */
 h1, h2, h3, h4, h5, h6 {
   margin: 5px 0px 5px 0px;
@@ -242,7 +252,7 @@ code {
   background-color: #eee;
   color: #666;
   padding: 1em;
-  font-size: 0.8em;
+  font-size: 0.85em;
   font-family: monospace;
 }
 key {
@@ -250,7 +260,7 @@ key {
   background-color: #eee;
   color: #666;
   padding: 0.2em;
-  font-size: 0.8em;
+  font-size: 0.85em;
   font-family: monospace;
 }
 
@@ -414,6 +424,7 @@ a {
 }
 .federation-graph {
   margin: 0 auto;
+  float: right;
 }
 .federation-network-graph {
   float: left;
@@ -451,6 +462,22 @@ td.federation-data {
   opacity: 0.3;
 }
 
+/* help widget */
+aside .help-aside-wrapper ul {
+  padding-left: 1em;
+}
+
+aside .help-aside-wrapper h1 {
+  font-size:2em
+}
+
+.md_warning {
+  padding: 1em;
+  border: #ff0000 solid 2px;
+  background-color: #f9a3a3;
+  color: #ffffff;
+}
+
 #forum-widget-collapse:hover {
   opacity: 1.0;
 }
@@ -578,4 +605,8 @@ img.invalid-src:after { vertical-align: top;}
 }
 .tag-cloud {
   word-wrap: break-word;
-}
\ No newline at end of file
+}
+
+#register-explicid-content {
+  font-weight: bold;
+}