]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/diabook/style-network.css
Revert Diabook.
[friendica.git] / view / theme / diabook / style-network.css
index 238d8fb3405f612014c060aa71c1c79ac01084e7..729893013ba1c810b24f515ba5a9c9e4ca139bc0 100644 (file)
 }
 
 /* global */
-
+body {
+  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-size: 12.5px;
+  background-color: #ffffff;
+  color: #2d2d2d;
+  margin: 50px auto auto;
+  display: table;
+}
 
 h4 {
   font-size: 1.1em;
@@ -1150,6 +1157,12 @@ span.sbox input {
   top: 18px;
 }
 /* section */
+section {
+  display: table-cell;
+  vertical-align: top;
+  width: auto;
+  padding: 0px 0px 0px 12px;
+}
 
 body .pageheader{
   text-align: center;
@@ -1198,11 +1211,7 @@ body .pageheader{
        }
        
 #birthday-notice, #event-notice, #birthday-wrapper, #event-wrapper{
-       background-color: lightblue;
-       border: think solid black;
-       margin: 2px;
-       padding: 5px;
-       width: 95%;
+       margin-bottom: 10px;
        }
 
 right_aside {
@@ -1245,7 +1254,14 @@ transition: all 0.2s ease-in-out;
 
 
 /* wall item */
-
+.tread-wrapper {
+  border-bottom: 1px solid #D2D2D2;
+  position: relative;
+  padding: 5px;
+  margin-bottom: 0px;
+  width: 575px;
+  padding-top: 10px;
+}
 .wall-item-decor {
   position: absolute;
   left: 790px;