]> 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 55c15eeb3800b31386480a7f1ead79407d9460b8..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;
@@ -2500,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;
@@ -2581,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;
 }