]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/style.css
Vier: Further improvements.
[friendica.git] / view / theme / vier / style.css
index 59361e537f4348a1a3b4b2abb44ee956d48565ab..16b2ecb58f9daf6d2923be8b66d5e6c6a52ec588 100644 (file)
@@ -340,8 +340,9 @@ h4 {
 }
 
 a {
-       /* color: #36C; */
-       color: #3e3e8c;
+       /*  color: #36C; */
+       /* color: #3e3e8c; */
+       color: #3465A4;
        text-decoration: none;
 }
 a:hover {
@@ -374,7 +375,8 @@ a:hover {
 }
 .fakelink {
   /* color: #36c; */
-  color: #3e3e8c;
+  /* color: #3e3e8c; */
+  color: #3465A4;
   text-decoration: none;
   cursor: pointer;
 }
@@ -581,6 +583,12 @@ nav .nav-menu.selected {
   border-bottom: 3px solid #9eabb0;
  /*  background-color: #364E59; */
 }
+nav .nav-menu:hover {
+    color: #fff !important;
+    /* text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); */
+    background: #4c619c;
+    text-decoration: none;
+}
 nav .nav-notify {
   display: none;
   position: absolute;
@@ -593,9 +601,11 @@ nav .nav-notify {
   font-size: 10px;
   padding: 1px 3px;
   top: 0px;
-  right: -10px;
+  /* right: -10px; */
+  right: -5px;
   min-width: 15px;
-  text-align: right;
+  /* text-align: right; */
+  text-align: center;
 }
 nav .nav-notify.show {
   display: block;
@@ -1038,7 +1048,12 @@ section {
 }
 
 .wall-item-container .wall-item-content img {
-  max-width: 700px;
+  max-width: 650px;
+  /* max-width: 580px; */
+}
+.children .wall-item-container .wall-item-item .wall-item-content img {
+  /* max-width: 650px; */
+  max-width: 580px;
 }
 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions {
   display: table-cell;