]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/plusminus.css
Merge pull request #4035 from friendica/revert-4031-task/3878-move-objects-to-model
[friendica.git] / view / theme / vier / plusminus.css
index 47bd002acb929f10b700589f1cddcab43a77551d..f8c0e9a92af67f14aa1a77659c25130fed2b7862 100644 (file)
@@ -1,5 +1,7 @@
 /* Modifications by https://horche.demkontinuum.de/profile/hoergen */
 
+body { background-color: whitesmoke; }
+
 h1 {
   font-size: 18px;
   color: blue;
@@ -9,6 +11,7 @@ h2 {
   font-size: 16px;
   color: blue;
   background-color: #EEEEEE;
+  border-radius:5px;
 }
 
 h3 {
@@ -17,20 +20,13 @@ h3 {
 }
 h4 {  font-size: 14px;}
 
-.settings-heading {
-  font-size: 18px;
+h5 {
+  font-size: 16px;
   color: black;
-  font-weight: bold;
   background-color: #cfcece;
+  border-radius:5px;
 }
 
-.setings-contend-block {
-  background-color: white;
-}
-
-#settings-form {
-  background-color: whitesmoke;
-}
 
 nav {
   background: #fff;
@@ -201,25 +197,45 @@ nav #nav-search-box #nav-search-text {
 .widget h3 {
   padding: 0px;
   margin: 0px;
+  border-radius:5px;
   font-size: 14px;
   font-weight: initial;
   background-color: #EEEEEE;
   color: #505050;
   font-weight: bolder;
+  width: 100%;
+}
+
+
+/* Left Widget Column */
+
+#search-submit, #search-save {
+  font-size:10px;
 }
 
+
 /* Timeline */
 
+.profile-jot-text {
+  border-radius:5px;
+}
+
+.profile-jot-text:focus {
+  background-color:#eef3ff;
+}
+
 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,
@@ -249,17 +265,29 @@ div.pager, ul.tabs {
 
 .dt-published { font-size:10px; }
 
+
 /* 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; }
 
+.contact-photo-wrapper .mframe .p-author .h-card {
+  width: 65px;
+}
+
+.shared-time { font-size: 10px; }
+
 .mention { font-size:12px;}
 
 .tag { font-size:12px; }
@@ -271,19 +299,42 @@ 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; }
 
+.wall-item-actions{
+  font-size:10px;
+  font-weight:normal;
+  margin-bottom: -0.7em;
+  line-height: 5px;
+}
+
 .wall-item-actions-author{
   font-size:10px;
   font-weight:normal;
@@ -291,6 +342,10 @@ div.pager, ul.tabs {
   line-height: 5px;
 }
 
+.icon-commenting::before {
+    font-size: 17px;
+}
+
 .wall-item-tags  { font-size:10px; }
 
 .wall-item-container.comment .contact-photo  { height:25px; width:25px;}
@@ -313,7 +368,12 @@ div.pager, ul.tabs {
 
 .wall-item-bottom { font-size: 14px; }
 
-/* comments */
+.icon::before {
+  width: 10px;
+}
+
+
+/* Comments */
 
 .wall-item-like { font-size:10px; }
 
@@ -336,6 +396,13 @@ div.pager, ul.tabs {
   cursor: pointer;
 }
 
+.icon.s10.lock.fakelink {
+  color: #999;
+  width:80px;
+  vertical-align:top;
+}
+
+
 /* Calendar */
 
 .fc-body { background-color: white; }
@@ -374,15 +441,170 @@ select {
 option {
   background:white;
   border-top:0px solid #000;
-  height:15px;
-  font-size:10px;
+  height:18px;
+  font-size:14px;
 }
 
 /* styling */
-select {
-  border: 1px solid #bbb;
-  background-color: lightgrey;
-  box-shadow: 0 0px 0px 0 rgba(0,0,0,0.5);
-  height:20px;
+
+select{
+  background-image:
+    linear-gradient(45deg, transparent 50%, gray 50%),
+    linear-gradient(135deg, gray 50%, transparent 50%),
+    linear-gradient(to right, #ccc, #ccc);
+  background-position: right center;
+  background-size:
+    9px 9px,
+    9px 9px,
+    15px 2.5em;
+  background-repeat: no-repeat;
+  background-color: #eef3ff;
+  border: 1px solid;
+  border-color: grey;
+}
+
+/* Settings */
+
+.ps-theme-default h1,h2,h3,h4,h5{
+  color:black;
+  border-radius:5px;
+}
+
+.settings-heading * {
+  color: black;
+}
+
+.settings-heading {
+  font-size: 18px;
+  font-weight: bold;
+  background-color: #cfcece;
+  border-radius: 5px;
+}
+
+.setings-contend-block {
+  background-color: white;
+}
+
+#settings-form {
+  background-color: #ededed;
+}
+
+.ps-container.ps-theme-default h4{
+  font-weight:bold;
+  background-color: whitesmoke;
+}
+
+.ps-container.ps-theme-default.ps-active-y h4{
+  background-color:#EEE;
+}
+#adminpage {
+  background-color: #ededed;
+}
+#adminpage h3{
+  font-size:20px;
+  font-weight:bold;
+  background-color: whitesmoke;
+  padding-top:30px;
+}
+
+#adminpage h1{
+  font-size:20px;
+  font-weight:bold;
+  background-color: whitesmoke;
+}
+
+#adminpage textarea {
+  width: 700px;
+}
+
+.field input {
+  width:700px;
+}
+
+.field_help {
+  font-size:12px;
+  display: block;
+  margin-left: 20px;
+  color: #666666;
+}
+
+.field label {
+  width: 300px;
+}
+
+
+/* Admin user page */
+
+#users {
+  font-size: 12px; 
+}
+
+.users_ckbx {
+  width:20px;
+}
+
+.icon.block.dim:after {
+  content: '\259E';
+  color: darkgrey;
+  background-color: rgb(229, 229, 229);
+}
+
+td.checkbox, td.tools{
+  width:22px;
+  background-color: rgb(229, 229, 229);
+}
+
+
+/* popup */
+
+ul.menu-popup {
+  width: 16em;
+}
+
+ul.menu-popup a {
+  padding: 0 0 0 5px;
+}
+
+
+/* Growl Popup */
+
+.jGrowl, .notice * {
+  color: white;
+}
+
+
+/* Buttons */
+
+input[type=submit] {
+  padding:0px 20px; 
+  color:white;
+  background:#6c82ff; 
+  border:1px solid darkgrey;
+  cursor:pointer;
+  -webkit-border-radius: 5px;
+  border-radius: 5px; 
+  -webkit-transition-duration: 0.4s; /* Safari */
+  transition-duration: 0.4s;
+  box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.24);
+}
+
+input[type=submit]:hover {
+  background:#0026ff; 
+
+}
+
+input[type=text], input[type=password], input[type=email], input[type=url] {
+  padding:2px 2px; 
+  background:white; 
+  border:1px solid darkgrey;
+  cursor:pointer;
+  -webkit-border-radius: 5px;
+  border-radius: 5px; 
+  -webkit-transition-duration: 0.4s; /* Safari */
+  transition-duration: 0.4s;
+}
+
+input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus {
+  background-color:#eef3ff;
 }