]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/green/style.css
Merge branch 'friendica:2022.12-rc' into new_image_presentation
[friendica.git] / view / theme / quattro / green / style.css
index 81a30cf0884dee6fb40bdf6702b6c6a64cef885f..5e9770543bdb9403330a4f42b755aef8fab31126 100644 (file)
@@ -1437,27 +1437,6 @@ section {
 .type-video blockquote {
   padding-left: 1em;
 }
-.shared_header {
-  height: 32px;
-  color: #999;
-  border-top: 1px solid #cccccc;
-  padding-top: 5px;
-  margin-top: 5px;
-}
-.shared_header img {
-  -webkit-border-radius: 4px;
-  -moz-border-radius: 4px;
-  border-radius: 4px;
-  float: left;
-}
-.shared_header span {
-  margin-left: 9px;
-}
-blockquote.shared_content {
-  margin-left: 32px;
-  color: #000;
-  border: none;
-}
 .oembed.video > a.embed_video {
   display: block;
   position: relative;
@@ -1925,35 +1904,6 @@ ul.tabs li .active {
   margin-left: 200px;
   color: #999999;
 }
-.field .onoff {
-  float: left;
-  width: 80px;
-}
-.field .onoff a {
-  display: block;
-  border: 1px solid #666666;
-  background-image: url("../../../images/onoff.jpg");
-  background-repeat: no-repeat;
-  padding: 4px 2px 2px 2px;
-  height: 16px;
-  text-decoration: none;
-}
-.field .onoff .off {
-  border-color: #666666;
-  padding-left: 40px;
-  background-position: left center;
-  background-color: #cccccc;
-  color: #666666;
-  text-align: right;
-}
-.field .onoff .on {
-  border-color: #204A87;
-  padding-right: 40px;
-  background-position: right center;
-  background-color: #D7E3F1;
-  color: #204A87;
-  text-align: left;
-}
 .field .hidden {
   display: none!important;
 }
@@ -1974,7 +1924,7 @@ ul.tabs li .active {
   padding: 7px;
 }
 #profile-edit-name-label,
-#profile-edit-pdesc-label,
+#profile-edit-about-label,
 #profile-edit-dob-label,
 #profile-edit-address-label,
 #profile-edit-locality-label,
@@ -1989,7 +1939,7 @@ ul.tabs li .active {
   padding-top: 7px;
 }
 #profile-edit-name,
-#profile-edit-pdesc,
+#profile-edit-about,
 #profile-edit-dob,
 #profile-edit-address,
 #profile-edit-locality,
@@ -2529,50 +2479,6 @@ footer {
 .videobb:hover {
   background-position: -112px -16px;
 }
-/** range input css **/
-/* slider root element */
-.slider {
-  height: 2px;
-  position: relative;
-  cursor: pointer;
-  border: 1px solid #333;
-  width: 200px;
-  margin: 10px 0 10px 0;
-  float: left;
-}
-/* progress bar (enabled with progress: true) */
-.progress {
-  height: 9px;
-  background-color: #C5FF00;
-  display: none;
-  opacity: 0.6;
-}
-/* drag handle */
-.handle {
-  background-color: #ccc;
-  height: 16px;
-  width: 8px;
-  top: -8px;
-  position: absolute;
-  display: block;
-  margin-top: 1px;
-  border: 1px solid #000;
-  cursor: move;
-  -moz-border-radius: 0 0 5px 5px;
-  -webkit-border-radius: 0 0 5px 5px;
-  border-radius: 0 0 5px 5px;
-  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
-  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
-  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
-}
-/* the input field */
-.range {
-  width: 20px!important;
-  font-size: 8pt;
-  margin-left: 10px;
-  border: 0;
-  color: #999999;
-}
 /* buttons for the event view */
 .plink-event-link {
   float: left;
@@ -2610,29 +2516,29 @@ footer {
 .fbrowser .list {
   padding: 10px;
 }
-.fbrowser.image .photo-album-image-wrapper {
+.fbrowser.photo .photo-album-image-wrapper {
   width: 48px;
   height: 48px;
 }
-.fbrowser.image a img {
+.fbrowser.photo a img {
   width: auto;
   height: 48px;
 }
-.fbrowser.image a p {
+.fbrowser.photo a p {
   display: none;
 }
-.fbrowser.file .photo-album-image-wrapper {
+.fbrowser.attachment .photo-album-image-wrapper {
   float: none;
   white-space: nowrap;
   width: 100%;
   height: auto;
 }
-.fbrowser.file img {
+.fbrowser.attachment img {
   display: inline;
   width: 16px;
   height: 16px;
 }
-.fbrowser.file p {
+.fbrowser.attachment p {
   display: inline;
   white-space: nowrap;
 }