]> git.mxchange.org Git - friendica.git/commitdiff
plusminus - removed blockquote borders, adjusted font size on several elements and...
authorhoergen <hoergen@hoergen.org>
Sun, 3 Dec 2017 12:39:56 +0000 (13:39 +0100)
committerhoergen <hoergen@hoergen.org>
Sun, 3 Dec 2017 12:39:56 +0000 (13:39 +0100)
view/theme/vier/plusminus.css

index 77e8d3895ee6803c46fd626daf6ef1b54dc6c9a5..0b694c95f0a833cf3c4f9c2faa17fe82aae09e0f 100644 (file)
@@ -1,5 +1,7 @@
 /* Modifications by https://horche.demkontinuum.de/profile/hoergen */
 
+body { background-color: whitesmoke; }
+
 h1 {
   font-size: 18px;
   color: blue;
@@ -247,16 +249,22 @@ div.pager, ul.tabs {
 
 /* Post content */
 .wall-item-content blockquote {
-  border-left: 2px solid #D2D2D2;
+  border-left: 0px;
   margin-top: 10px;
   margin-bottom:10px;
   padding-left: 5px;
 }
 
+.wall-item-container .wall-item-content {
+  font-size: 14px;
+}
+
 .wall-item-content strong { color:#565656; }
 
 .wall-item-network { font-size:10px; }
 
+.shared-time { font-size: 10px; }
+
 .mention { font-size:12px;}
 
 .tag { font-size:12px; }
@@ -268,16 +276,31 @@ div.pager, ul.tabs {
   padding-top: 5px;
   padding-bottom: 5px;
   margin-top: 20px;
+  margin-bottom: 20px;
 }
 
 .type-link blockquote{
-  border-left: 2px solid #D2D2D2;
+  border-left: 0px;
   margin-top: 10px;
   margin-bottom:10px;
-  padding-left: 5px;
+  padding-left: 0px;
   font-size:12px;
 }
 
+.type-link .oembed, .type-video .oembed {
+  font-size: 14px;
+  font-weight: 300;
+  line-height: normal;
+}
+
+.shared_header {
+  min-height: 32px;;
+  color: #999;
+  border-top: 0px;
+  padding-top: 5px;
+  margin-top: 5px;
+}
+
 /* Post footer */
 .wall-item-like { font-size:12px; }
 
@@ -314,6 +337,10 @@ div.pager, ul.tabs {
 
 .wall-item-bottom { font-size: 14px; }
 
+.icon::before {
+  width: 10px;
+}
+
 /* comments */
 
 .wall-item-like { font-size:10px; }
@@ -421,5 +448,16 @@ select {
 }
 
 .field label {
-   width: 300px;
+  width: 300px;
 }
+
+/* popup */
+
+ul.menu-popup {
+  width: 16em;
+}
+
+ul.menu-popup a {
+  padding: 0 0 0 5px;
+}
+