]> git.mxchange.org Git - friendica.git/commitdiff
added some more minimalism, added annotations, removed some blank lines
authorhoergen <hoergen@hoergen.org>
Wed, 29 Nov 2017 16:12:25 +0000 (17:12 +0100)
committerhoergen <hoergen@hoergen.org>
Wed, 29 Nov 2017 16:12:25 +0000 (17:12 +0100)
view/theme/vier/plusminus.css

index 6829487d6cb21b311b6ef027ea978ad03f1e14de..c9c736b66a402358434c95b083e6f074acf418d9 100644 (file)
@@ -1,6 +1,5 @@
-
-
 /* Modifications by https://horche.demkontinuum.de/profile/hoergen */
+
 h1 {
        font-size: 18px;
        color: blue;
@@ -9,8 +8,7 @@ h1 {
 h2 {
        font-size: 16px;
        color: blue;
-       background-color: whitesmoke;
-/*     background-color: #ededed; */
+       background-color: #EEEEEE;
 }
 
 h3 {
@@ -61,7 +59,6 @@ nav a:hover,
 }
 
 nav .nav-notify {
-/*  background-color: #427FED; */
   background-color: #CB4437;
   top: -3px;
   right: -4px;
@@ -76,7 +73,6 @@ nav .nav-menu-icon .nav-notify {
 
 nav .nav-menu.selected a {
   color: #000;
-/*  font-weight: bold; */
 }
 
 nav .nav-menu:hover,
@@ -204,18 +200,39 @@ nav #nav-search-box #nav-search-text {
 }
 
 .widget h3 {
-  padding: 0px;
-  margin: 0px;
-  font-size: 14px;
-  font-weight: initial;
-  background-color: #EEEEEE;
+    padding: 0px;
+    margin: 0px;
+    font-size: 14px;
+    font-weight: initial;
+    background-color: #EEEEEE;
+    color: #505050;
+    font-weight: bolder;
 }
 
+/* Timeline */
+
+div.pager, ul.tabs {
+       border-radius:5px;
+}
+
+/* Post*/
+
+#profile-jot-form {
+    border-radius: 5px;
+}
+
+.tread-wrapper {
+    border-radius: 5px;
+}
+
+
+/* Post header */
+
 .wall-item-container .wall-item-name,
 .wall-item-container .shared-author {
-  color: #AAA;
+  color: #555;
   font-weight: normal;
-  font-size:13px;
+  font-size:10px;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
@@ -236,19 +253,63 @@ nav #nav-search-box #nav-search-text {
   transition: all 0.2s ease-in-out;
 }
 
-.wall-item-like { 
-       font-size:12px; 
+.dt-published {
+       font-size:10px;
 }
 
+/* Post content */
+.wall-item-content blockquote {
+       border-left: 2px solid #D2D2D2;
+       margin-top: 10px;
+       margin-bottom:10px;
+}
 
-.wall-item-actions-autho{
+.wall-item-content strong {
+       color:#565656;
+}
+
+.wall-item-network {
+       font-size:10px;
+}
+
+.mention { font-size:12px;}
+
+.tag { 
+       font-size:12px;
+}
+
+.type-link, .type-video {
+    border-top: 0px solid #D2D2D2;
+    border-bottom: 0px solid #D2D2D2;
+    display: block;
+    padding-top: 5px;
+    padding-bottom: 5px;
+    margin-top: 20px;
+}
+
+.type-link blockquote{
+       border-left: 2px solid #D2D2D2;
+       margin-top: 10px;
+       margin-bottom:10px;
+       padding-left: 5px;
        font-size:12px;
+
+}
+
+/* Post footer */
+.wall-item-like { 
+       font-size:12px; 
+}
+
+.wall-item-actions-author{
+       font-size:10px;
        font-weight:normal;
        margin-bottom: -0.7em;
+       line-height: 5px;
 }
 
 .wall-item-tags  {
-    font-size:12px;
+    font-size:10px;
 }
 
 .wall-item-container.comment .contact-photo  { height:25px; width:25px;}
@@ -274,15 +335,23 @@ nav #nav-search-box #nav-search-text {
 
 
 .wall-item-bottom {
-  font-size: 14px; 
+       font-size: 14px; 
+       
+}
+/* comments */
+
+.wall-item-like { font-size:10px; }
+
+.wall-item-container.comment {
+    border-bottom: 0px;
 }
 
 .hide-comments-outer {
   margin-left: 80px;
   margin-bottom: 5px;
   width: 660px;
-  border-bottom: 1px solid #BDCDD4;
-  border-top: 1px solid #BDCDD4;
+  border-bottom: 0px;
+  border-top: 0px;
   font-size: 10px;
   padding: 8px;
 }
@@ -290,9 +359,6 @@ nav #nav-search-box #nav-search-text {
 
 .fakelink {
   color: #36c;
-  /* color: #3e3e8c; */
-  /* color: #3465A4; */
-  /* color: #3E3E8C; */
   text-decoration: none;
   font-size: 10px; 
   cursor: pointer;
@@ -343,7 +409,7 @@ select {
 
 option {
   background:white;
-  border-top:2px solid #000;
+  border-top:0px solid #000;
   height:15px;
   font-size:10px;