]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/style.css
code cleanup
[friendica.git] / view / theme / vier / style.css
index 41855e43400d5c30a9a0774d40a57009b5743637..4e345da55a771d9feef58a8fd2709b8df6f290b2 100644 (file)
@@ -727,6 +727,7 @@ nav #nav-messages-linkmenu.selected,
 nav #nav-user-linklabel.selected,
 nav #nav-apps-link.selected {
   background-color: #364e59;
+  border-bottom-style: none;
 }
 
 /* nav #nav-community-link { */
@@ -1208,54 +1209,10 @@ section.minimal {
   width: 350px;
   float: left;
   font-size: 12px;
-}
+}}
 
-.type-link {
-  border-top: 1px solid #D2D2D2;
-  border-bottom: 1px solid #D2D2D2;
-  display: block;
-  padding-top: 5px;
-  padding-bottom: 5px;
-/*
-padding-left: 170px;
-min-height: 90px;
-position: relative;
-*/
-}
-.type-link:after {
-    content: ".";
-    display: block;
-    height: 0;
-    clear: both;
-    visibility: hidden;
-}
-.wall-item-container .wall-item-content .type-link img,
-.type-link img {
-  max-width: 160px;
-  max-height: 160px;
-  float: left;
-  margin-right: 10px;
-}
-.type-link blockquote {
-  /* margin-left: 160px; */
-  margin-left: 0px;
-  max-height: 160px;
-  overflow: hidden;
-  border-left: 0px;
-  padding-left: 0px;
-}
-.type-link .oembed {
-  font-size: inherit;
-}
-.type-link img {
-/* position: absolute;
-left: 0;
-top: 0; */
-}
-.type-link span.oembed + br,
-.type-link a + br,
-.type-link img + br{
-  display: none;
+h2 {
+  line-height: normal;
 }
 
 .wall-item-container .wall-item-content {
@@ -1338,7 +1295,7 @@ top: 0; */
   transition: all 0.2s ease-in-out;
 }
 
-/* .wall-item-container .wall-item-content a, */
+.wall-item-container .wall-item-content a,
 .toplevel_item .fakelink,
 .wall-item-container .fakelink {
   color: black;
@@ -1468,8 +1425,9 @@ top: 0; */
   /* width: 700px; */
   width: 100%;
   padding: 0;
-  margin: 10px 0;
+  margin: 10px 0px 0px 0px;
   border-bottom: 0px;
+  box-shadow: none;
 }
 
 .wall-item-bottom .comment-edit-preview {
@@ -1970,12 +1928,12 @@ ul.tabs a {
     margin-bottom: 10px;
 }
 
-div.pager, .birthday-notice, #jot-preview-link, .comment-edit-submit-wrapper .fakelink {
+div.pager, .birthday-notice, .comment-edit-submit-wrapper .fakelink {
     padding: 2px 7px 2px 7px;
     color: black;
 }
 
-div.pager, .birthday-notice, ul.tabs a, #jot-preview-link, .comment-edit-submit-wrapper .fakelink {
+div.pager, .birthday-notice, ul.tabs a, .comment-edit-submit-wrapper .fakelink {
     border: 1px solid lightgray;
     background: #F2F2F2;
     margin-top: 2px;
@@ -1986,11 +1944,11 @@ ul.tabs a:hover {
     color: #333;
 }
 
-#event-notice:hover, #birthday-notice:hover, ul.tabs li .active, #jot-preview-link:hover, .comment-edit-submit-wrapper .fakelink:hover {
+#event-notice:hover, #birthday-notice:hover, ul.tabs li .active, .comment-edit-submit-wrapper .fakelink:hover {
     color: black;
 }
 
-ul.tabs a:hover, #event-notice:hover, #birthday-notice:hover, ul.tabs li .active, #jot-preview-link:hover, .comment-edit-submit-wrapper .fakelink:hover {
+ul.tabs a:hover, #event-notice:hover, #birthday-notice:hover, ul.tabs li .active, .comment-edit-submit-wrapper .fakelink:hover {
     background-color: #e5e5e5;
     text-decoration: none;
     border: 1px solid darkgray;
@@ -2023,7 +1981,7 @@ ul.tabs a:hover, #event-notice:hover, #birthday-notice:hover, ul.tabs li .active
   width: 200px;
 }
 .field input, .field textarea {
-  width: 400px;
+  max-width: 400px;
 }
 .field textarea {
   height: 100px;
@@ -2068,6 +2026,12 @@ ul.tabs a:hover, #event-notice:hover, #birthday-notice:hover, ul.tabs li .active
 .field.radio .field_help {
   margin-left: 0px;
 }
+aside form {
+  overflow-x: hidden;
+}
+aside form .field label {
+  float: inherit;
+}
 
 #profile-edit-links-end {
         clear: both;
@@ -2353,26 +2317,13 @@ a.mail-list-link {
 }
 
 .vevent {
-        border: 1px solid #CCCCCC;
-}
-.vevent .event-description, .vevent .event-location {
-        margin-left: 10px;
-        margin-right: 10px;
-}
-.vevent .event-start {
-        margin-left: 10px;
-        margin-right: 10px;
-}
-
-#new-event-link {
-        margin-bottom: 10px;
-}
-
-.edit-event-link, .plink-event-link {
-        float: left;
-        margin-top: 4px;
+       border: 1px solid #CCCCCC;
+       max-width: 600px;
+       position: relative;
+       margin-top: 4px;
         margin-right: 4px;
         margin-bottom: 15px;
+       padding: 5px;
 }
 
 .event-description:before {
@@ -2414,9 +2365,9 @@ a.mail-list-link {
 }
 
 .settings-block {
-        border: 1px solid #AAA;
-        margin: 10px;
-        padding: 10px;
+        /* border: 1px solid #AAA; */
+        padding-left: 5px;
+        padding-right: 5px;
 }
 
 .app-title {