]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/style.css
Merge pull request #912 from annando/master
[friendica.git] / view / theme / vier / style.css
index 278a1ddde755fe8a9c66ed31a9a9a328c8880a43..a368af2226c3f101a6113bd3dae7dc28c4e645c9 100644 (file)
@@ -169,9 +169,9 @@ img {
   min-width: 22px;
   height: 22px;
 }
-.icon.s22.notify {
+/*.icon.s22.notify {
   color: gray;
-}
+}*/
 .icon.s22.text {
   padding: 10px 0px 0px 25px;
   width: 230px;
@@ -240,6 +240,11 @@ div.pager {
 
 .shared_header a {
   color: black;
+  -webkit-transition: all 0.2s ease-in-out;
+  -moz-transition: all 0.2s ease-in-out;
+  -o-transition: all 0.2s ease-in-out;
+  -ms-transition: all 0.2s ease-in-out;
+  transition: all 0.2s ease-in-out;
 }
 
 .shared_header a:hover {
@@ -284,17 +289,20 @@ blockquote.shared_content {
 
 /* global */
 body {
-  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
+  /* 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-weight: 400;
   /* background-color: #ffffff; */
-  /* background-color: #ddd; */
-  background-color: #F2F2F2;
+  /* background-color: #FAFAFA; */
+  background-color: rgb(229, 229, 229);
   color: #2d2d2d;
-  /* margin: 37px 0px 0px 0px; */
-  margin: 32px 0px 0px 0px;
+  margin: 0px 0px 0px 0px;
   display: table;
-  /* width: 100% */
 }
+
 h4 {
   font-size: 1.1em;
 }
@@ -477,6 +485,12 @@ div.jGrowl div.info {
   color: #ffffff;
   padding-left: 58px;
 }
+
+div.jGrowl.top-right {
+  top: 40px;
+  z-index: 90;
+}
+
 /* header */
 header {
   position: fixed;
@@ -526,7 +540,8 @@ nav {
   top: 0px;
   padding: 0px;
   padding-left: 0px;
-  background: #2d2d2d;
+  /* background: #2d2d2d; */
+  background: rgb(36, 76, 94);
   /*background: #364A84;
     background: -moz-linear-gradient(top, #516499 0%, #364a84 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#516499), color-stop(100%,#364a84));
@@ -539,8 +554,12 @@ nav {
   z-index: 100;
   /*-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
-  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
   border-bottom: 5px solid #F80; */
+  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
+}
+
+nav .icon {
+  color: #ccc;
 }
 
 nav a:active,
@@ -554,6 +573,10 @@ nav a {
   padding-top: 8px;
 }
 
+nav a:hover .icon {
+  color: #fff;
+}
+
 nav a:hover {
   text-decoration: none;
   outline: none;
@@ -628,7 +651,12 @@ nav .nav-menu {
   font-size: 13px;
   /* border-bottom: 3px solid #364A84; */
   color: #ccc;
+  font-weight: bold;
 }
+/*nav .nav-menu.selected a {
+  color: white;
+}*/
+
 nav .nav-menu.selected {
   border-bottom: 3px solid #9eabb0;
  /*  background-color: #364E59; */
@@ -836,20 +864,33 @@ ul.menu-popup .empty {
 
 right_aside {
   width: 0px;
+  top: 32px;
   display: block;
 }
 
 /* aside */
 aside {
-  display: table-cell;
+  /* display: table-cell; */
   vertical-align: top;
   width: 185px;
-  padding: 10px 10px 10px 20px;
+  /* padding: 32px 10px 10px 20px; */
+  padding: 10px 10px 0px 20px;
   /* border-right: 1px solid #D2D2D2; */
   /* background-color: #ECECF2; */
   background-color: #F2F2F2;
   font-size: 13px;
   /* background: #F1F1F1; */
+  /* top: 0px; */
+  top: 32px;
+  overflow-y: auto;
+  z-index: 2;
+  line-height: 17px;
+  position: fixed;
+  /* overflow: auto; */
+  height: 100%;
+  height: calc(100% - 42px);
+  /* overflow: scroll; */
+  box-shadow: 1px 1px 6px -3px #666;
 }
 aside .vcard .fn {
   font-size: 18px;
@@ -909,7 +950,8 @@ aside #dfrn-request-link:hover {
   /* background-color: #19aeff; */
 }
 aside #profiles-menu {
-  width: 20em;
+  width: 14em;
+  left: 10px;
 }
 
 aside #search-text, aside #side-follow-url, aside #side-peoplefind-url {
@@ -1049,27 +1091,44 @@ aside h4 {
 section {
   display: table-cell;
   vertical-align: top;
+  top: 32px;
   width: 766px;
   max-width: 766px;
   padding: 10px 10px 10px 10px;
-  background-color: white;
-  border-bottom: 1px solid lightgray;
+  /* background-color: white; */
+  /* background-color: rgb(252, 252, 252); */
+  /* background-color: #FAFAFA; */
+  background-color: inherit;
+  /* border-bottom: 1px solid lightgray;
   border-right: 1px solid lightgray;
-  border-left: 1px solid lightgray;
+  border-left: 1px solid lightgray; */
+  position: absolute;
+  left: 215px;
+  left: calc(215px + (100% - (215px + 766px)) / 6);
+  /* left: calc(215px + (100% - 215px) / 10); */
+}
+
+section.minimal {
+  top: 0px;
+  left: 0px;
 }
+
 /* wall item */
 .tread-wrapper {
 /*    border-bottom: 1px solid #BDCDD4; */
 border-bottom: 1px solid #D2D2D2;
   position: relative;
   padding: 5px;
-  margin-bottom: 0px;
-  /* width: 755px; */
+  margin-bottom: 10px;
+  box-shadow: 1px 1px 6px -3px rgba(0, 0, 0, 0.7);
+  background-color: #FAFaFa;
+ /* width: 755px; */
 }
 .wall-item-decor {
   position: absolute;
   left: 755px;
-  top: -10px;
+  left: calc(100% - 7px);
+/*  top: -10px; */
   width: 16px;
 }
 .unstarred {
@@ -1078,15 +1137,28 @@ border-bottom: 1px solid #D2D2D2;
 .wall-item-container {
   display: table;
   width: 745px;
+  width: calc(100% - 10px);
+}
+
+.wall-item-content hr {
+  background: none repeat scroll 0% 0% rgb(221, 221, 221);
+  color: rgb(221, 221, 221);
+  clear: both;
+  float: none;
+  width: 100%;
+  height: 0.1em;
+  /* margin: 0px 0px 1.45em; */
+  border: medium none;
 }
+
 .wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
   display: table-row;
 }
 .wall-item-bottom {
-  font-size: 14px;
+  /* font-size: 14px; */
 }
 .wall-item-container .wall-item-bottom {
-  opacity: 0.5;
+  opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
@@ -1118,27 +1190,52 @@ border-bottom: 1px solid #D2D2D2;
   color: #999;
   font-size: 12px;
 }
+
+.wall-item-network {
+  color: #999;
+  font-size: 12px;
+  text-align: right;
+  float: right;
+}
+
 .wall-item-location {
   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 {
+}
+
 .wall-item-container .wall-item-content {
-  font-size: 14px;
+  /* font-size: 14px; */
   max-width: 660px;
   word-wrap: break-word;
-  line-height: 1.36;
+  /* line-height: 1.36; */
   padding-bottom: 6px;
 }
 
 .wall-item-container .wall-item-content img {
-  max-width: 650px;
+  max-width: 100%;
+  /* max-width: 650px; */
   /* max-width: 580px; */
 }
 .children .wall-item-container .wall-item-item .wall-item-content img {
   /* max-width: 650px; */
-  max-width: 580px;
+  /* max-width: 580px; */
+  max-width: 100%;
 }
 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions {
   display: table-cell;
@@ -1184,7 +1281,49 @@ border-bottom: 1px solid #D2D2D2;
 .wall-item-container .wall-item-name {
   color: black;
   font-weight: bold;
+  -webkit-transition: all 0.2s ease-in-out;
+  -moz-transition: all 0.2s ease-in-out;
+  -o-transition: all 0.2s ease-in-out;
+  -ms-transition: all 0.2s ease-in-out;
+  transition: all 0.2s ease-in-out;
+}
+
+.toplevel_item:hover .wall-item-name,
+.wall-item-container:hover .wall-item-name {
+  color: #36c;
+  font-weight: bold;
+  -webkit-transition: all 0.2s ease-in-out;
+  -moz-transition: all 0.2s ease-in-out;
+  -o-transition: all 0.2s ease-in-out;
+  -ms-transition: all 0.2s ease-in-out;
+  transition: all 0.2s ease-in-out;
+}
+
+/* .wall-item-container .wall-item-content a, */
+.toplevel_item .fakelink,
+.wall-item-container .fakelink {
+  color: black;
+  -webkit-transition: all 0.2s ease-in-out;
+  -moz-transition: all 0.2s ease-in-out;
+  -o-transition: all 0.2s ease-in-out;
+  -ms-transition: all 0.2s ease-in-out;
+  transition: all 0.2s ease-in-out;
+  /* color: darkblue; */
+  /* color: #3E3E8C; */
+}
+
+.toplevel_item:hover .fakelink,
+.wall-item-container:hover .fakelink,
+.toplevel_item:hover .wall-item-content a,
+.wall-item-container:hover .wall-item-content a {
+  color: #36c;
+  -webkit-transition: all 0.2s ease-in-out;
+  -moz-transition: all 0.2s ease-in-out;
+  -o-transition: all 0.2s ease-in-out;
+  -ms-transition: all 0.2s ease-in-out;
+  transition: all 0.2s ease-in-out;
 }
+
 .wall-item-container .wall-item-actions-author {
   width: 100%;
   margin-bottom: 0.3em;
@@ -1214,6 +1353,7 @@ border-bottom: 1px solid #D2D2D2;
   margin-bottom: 5px;
   margin-left: 80px;
   width: 665px;
+  width: calc(100% - 90px);
   border-bottom: 1px solid hsl(198, 21%, 79%);
 }
 .wall-item-container.comment .wall-item-content {
@@ -1246,13 +1386,13 @@ border-bottom: 1px solid #D2D2D2;
 .wall-item-comment-wrapper textarea {
   height: 1.2em;
   width: 100%;
-  font-size: 10px;
+  font-size: 13px;
   color: #999999;
   border: 1px solid #DDD;
   padding: 0.3em;
 }
 .wall-item-comment-wrapper .comment-edit-text-full {
-  font-size: 14px;
+  /* font-size: 14px; */
   height: 4em;
   color: #2d2d2d;
   border: 1px solid #2d2d2d;
@@ -1271,7 +1411,8 @@ border-bottom: 1px solid #D2D2D2;
 
 }
 .comment-edit-preview {
-  width: 660px;
+  /* width: 660px; */
+  width: 100%;
   border: 1px solid #2d2d2d;
   margin-top: 10px;
   top: 15px !important;
@@ -1281,10 +1422,12 @@ border-bottom: 1px solid #D2D2D2;
   padding-left: 12px;
 }
 .comment-edit-preview .wall-item-container {
-  width: 700px;
+  /* width: 700px; */
+  width: 100%;
 }
 .comment-edit-preview .tread-wrapper {
-  width: 700px;
+  /* width: 700px; */
+  width: 100%;
   padding: 0;
   margin: 10px 0;
   border-bottom: 0px;
@@ -1297,14 +1440,52 @@ border-bottom: 1px solid #D2D2D2;
 
 .shiny {
   /* border-right: 10px solid #fce94f; */
-       border-right: 1px solid #A7C7F7;
-       padding-right: 12px;
+/*     border-right: 1px solid #A7C7F7;
+       padding-right: 12px; */
+}
+
+.twit {
+  /* background-color: #FFFAFA; */
+  background-color: #fafeff;
+}
+.pump {
+  /* background-color: #FAFFFA; */
+  background-color: #fcfffa;
+}
+.face {
+  /* background-color: #FAFAFF; */
+  background-color: #fafcff;
+}
+.feed {
+  /* background-color: #FFFFFA; */
+  background-color: #fffdfa;
+}
+.dspr {
+  background-color: #FFFAFF;
+}
+.dfrn {
+  background-color: #FAFAFA;
+}
+.stat {
+  /* background-color: #FAFFFF; */
+  background-color: #fffafd;
+}
+.mail {
+  /* background-color: #FFFFF9; */
+  background-color: #fffafa;
+}
+
+#profile-jot-form {
+  box-shadow: 1px 1px 6px -3px #666;
+  background-color: #fafafa;
+  padding: 10px;
 }
 
 #profile-jot-form #profile-jot-text {
   height: 2.0em;
   /* width: 99%; */
   width: 752px;
+  width: calc(100% - 10px);
   font-size: 15px;
   color: #999999;
   border: 1px solid #DDD;
@@ -1319,7 +1500,8 @@ border-bottom: 1px solid #D2D2D2;
     height: 20px;
     margin: 0 0 5px;
     /* width: 60%; */
-    width: 762px;
+    /* width: 762px; */
+    width: 100%;
     border: 1px solid #d2d2d2;
 }
 
@@ -1330,7 +1512,8 @@ border-bottom: 1px solid #D2D2D2;
   font-weight: normal;
 }
 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
-  width: 785px;
+/*  width: 785px; */
+  width: 100%;
   height: 100px;
 }
 
@@ -1580,22 +1763,27 @@ border-bottom: 1px solid #D2D2D2;
 #profile-link-wrapper {
   float: left;
   margin-left: 15px;
+  cursor: pointer;
 }
 #profile-video-wrapper {
   float: left;
   margin-left: 15px;
+  cursor: pointer;
 }
 #profile-audio-wrapper {
   float: left;
   margin-left: 15px;
+  cursor: pointer;
 }
 #profile-location-wrapper {
   float: left;
   margin-left: 15px;
+  cursor: pointer;
 }
 #profile-nolocation-wrapper {
   float: left;
   margin-left: 15px;
+  cursor: pointer;
 }
 #jot-perms-icon {
   float: right;
@@ -1756,6 +1944,26 @@ ul.tabs a {
     color: #444;
 }
 
+ul.tabs a {
+    box-shadow: 1px 1px 6px -3px #666;
+    margin-right: 5px;
+}
+
+#birthday-notice, #event-notice {
+    box-shadow: 1px 1px 6px -3px #666;
+    margin-bottom: 5px;
+}
+
+#birthday-wrapper, #event-wrapper {
+    background-color: #FAFAFA;
+    box-shadow: 1px 1px 6px -3px #666;
+    padding-left: 10px;
+    padding-right: 10px;
+    padding-top: 5px;
+    padding-bottom: 5px;
+    margin-bottom: 10px;
+}
+
 div.pager, .birthday-notice, #jot-preview-link, .comment-edit-submit-wrapper .fakelink {
     padding: 2px 7px 2px 7px;
     color: black;
@@ -1992,7 +2200,8 @@ blockquote {
 }
 
 .oembed {
-    font-size: large;
+    /* font-size: large; */
+    font-size: larger;
     font-weight: bold;
 }