]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/style.css
code cleanup
[friendica.git] / view / theme / vier / style.css
index 65818c5452f19b062d830bfce927d39a9dcf71ec..4e345da55a771d9feef58a8fd2709b8df6f290b2 100644 (file)
@@ -130,6 +130,7 @@ img {
   overflow: hidden;
   padding: 1px;
   color: #999;
+  vertical-align: text-top;
 } 
 
 .icon:hover {
@@ -144,8 +145,9 @@ img {
   text-indent: 0px;
 }
 .icon.s10 {
-  min-width: 10px;
-  height: 10px;
+/*  min-width: 10px;
+  height: 10px; */
+ /* font-size: 10px; */
 }
 .icon.s10.text {
   padding: 2px 0px 0px 15px;
@@ -293,9 +295,10 @@ body {
   /* font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; */
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 14px;
-  /* font-size: 13px; */
-  /* line-height: 19.5px; */
+  /* font-size: 13px;
+  line-height: 19.5px; */
   font-weight: 400;
+  font-style: normal;
   /* background-color: #ffffff; */
   /* background-color: #FAFAFA; */
   background-color: rgb(229, 229, 229);
@@ -724,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 { */
@@ -1083,6 +1087,11 @@ aside h4 {
 }
 /* section */
 section {
+  /*font-size: 13px;
+  line-height: 19.5px;*/
+  font-size: 14.95px;
+  line-height: 21px;
+  /* font-family: Quodana,Verdana,DejaVu Sans,Bitstream Vera Sans,Helvetica,sans-serif; */
   display: table-cell;
   vertical-align: top;
   top: 32px;
@@ -1151,7 +1160,7 @@ section.minimal {
 .wall-item-bottom {
   /* font-size: 14px; */
 }
-/* .wall-item-container .wall-item-bottom { */
+.wall-item-container .wall-item-tags,
 .wall-item-container .wall-item-links,
 .wall-item-container .wall-item-actions {
   opacity: 0.2;
@@ -1161,7 +1170,7 @@ section.minimal {
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
 }
-/* .wall-item-container:hover .wall-item-bottom { */
+.wall-item-container:hover .wall-item-tags,
 .wall-item-container:hover .wall-item-links,
 .wall-item-container:hover .wall-item-actions {
   opacity: 1;
@@ -1200,25 +1209,10 @@ section.minimal {
   width: 350px;
   float: left;
   font-size: 12px;
-}
-
-.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;
-  max-height: 160px;
-  overflow: hidden;
-}
-.type-link .oembed {
-}
+}}
 
-.type-link img + br{
-  display: none;
+h2 {
+  line-height: normal;
 }
 
 .wall-item-container .wall-item-content {
@@ -1301,7 +1295,7 @@ section.minimal {
   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;
@@ -1431,8 +1425,9 @@ section.minimal {
   /* 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 {
@@ -1933,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;
@@ -1949,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;
@@ -1986,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;
@@ -2031,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;
@@ -2316,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 {
@@ -2377,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 {