]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/style.css
photo rotation
[friendica.git] / view / theme / duepuntozero / style.css
index 0429ba5f06bfb95195d2499ee52794f7c85a3a47..fca935dee54e5ad600d679ff8d814faab0f152ae 100644 (file)
@@ -1091,6 +1091,11 @@ input#dfrn-url {
        overflow: auto;
 }
 
+.wall-item-content img {
+  max-width: 700px;
+}
+
+
 .wall-item-title {
        float: left;
        font-weight: bold;
@@ -1571,7 +1576,7 @@ input#dfrn-url {
 .contact-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
 
 
-#block-message, #ignore-message {
+#block-message, #ignore-message, #archive-message {
        color: #FF0000;
 }
 
@@ -1958,23 +1963,29 @@ aside input[type='text'] {
 }
 
 
-.photos {
+/*.photos {
        height: auto;
        overflow: auto;
+}*/
+
+.photos-end {
+       clear: both;
+       margin-bottom: 25px;
 }
 
 .photo-album-image-wrapper {
        float: left;
        margin-top: 15px;
        margin-right: 15px;
-       width: 200px; height: 200px; 
+       margin-left: 15px;
+/*     width: 200px; height: 200px; 
        overflow: hidden; 
-       position: relative;
+       position: relative; */
 }
 .photo-album-image-wrapper .caption {
        display: none; 
        width: 100%;
-       position: absolute; 
+/*     position: absolute; */
        bottom: 0px; 
        padding: 0.5em 0.5em 0px 0.5em;
        background-color: rgba(245, 245, 255, 0.8);
@@ -1987,20 +1998,23 @@ aside input[type='text'] {
 
 #photo-album-end {
        clear: both;
+       margin-bottom: 25px;
 }
 
 .photo-top-image-wrapper {
-       position: relative;
+/*     position: relative; */
        float: left;
        margin-top: 15px;
        margin-right: 15px;
-       width: 200px; height: 200px; 
-       overflow: hidden; 
+       margin-left: 15px;
+       margin-bottom: 15px;
+/*     width: 200px; height: 200px; 
+       overflow: hidden; */
 }
 .photo-top-album-name {
        width: 100%;
        min-height: 2em;
-       position: absolute; 
+/*     position: absolute;  */
        bottom: 0px; 
        padding: 0px 3px;
        padding-top: 0.5em;
@@ -2104,7 +2118,7 @@ aside input[type='text'] {
        margin-bottom: 15px;
 }
 
-#photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
+#photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label, #photo-edit-rotate-label {
        float: left;
        width: 150px;
 }
@@ -2113,7 +2127,7 @@ aside input[type='text'] {
        margin-bottom: 15px;
 }
 
-#photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
+#photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname, #photo-edit-rotate {
        float: left;
        margin-bottom: 25px;
 }
@@ -2124,10 +2138,14 @@ aside input[type='text'] {
        margin-bottom: 25px;
 }
 
-#photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
+#photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end, #photo-edit-rotate-end {
        clear: both;
 }
 
+#photo-edit-rotate-end {
+       margin-bottom: 15px;
+}
+
 #photo-edit-delete-button {
        margin-left: 200px;
 }
@@ -2956,62 +2974,62 @@ aside input[type='text'] {
 }
 .editicon {
     display: inline-block;
-    width: 21px;
-    height: 21px;
-    background: url(editicons.png) no-repeat;
-    border: 0;
+    width: 16px;
+    height: 16px;
+    background-image: url(bbedit.png);
+       background-color: #fff;
     text-decoration: none;
 }
 .editicon:hover {
-       border: 0;
+       background-color: #ccc;
 }
 .boldbb {
        background-position: 0px 0px;
 }
 .boldbb:hover {
-       background-position: -22px 0px;
+       background-position: 0px -16px;
 }
 .italicbb {
-       background-position: 0px -22px;
+       background-position: -16px 0px;
 }
 .italicbb:hover {
-       background-position: -22px -22px;
+       background-position: -16px -16px;
 }
 .underlinebb {
-       background-position: 0px -44px;
+       background-position: -32px 0px;
 }
 .underlinebb:hover {
-       background-position: -22px -44px;
+       background-position: -32px -16px;
 }
 .quotebb {
-       background-position: 0px -66px;
+       background-position: -48px 0px;
 }
 .quotebb:hover {
-       background-position: -22px -66px;
+       background-position: -48px -16px;
 }
 .codebb {
-       background-position: 0px -88px;
+       background-position: -64px 0px;
 }
 .codebb:hover {
-       background-position: -22px -88px;
+       background-position: -64px -16px;
 }
 .imagebb {
-       background-position: -44px 0px;
+       background-position: -80px 0px;
 }
 .imagebb:hover {
-       background-position: -66px 0px;
+       background-position: -80px -16px;
 }
 .urlbb {
-       background-position: -44px -22px;
+       background-position: -96px 0px;
 }
 .urlbb:hover {
-       background-position: -66px -22px;
+       background-position: -96px -16px;
 }
 .videobb {
-       background-position: -44px -44px;
+       background-position: -112px 0px;
 }
 .videobb:hover {
-       background-position: -66px -44px;
+       background-position: -112px -16px;
 }
 
 .attachtype {
@@ -3166,4 +3184,12 @@ ul.menu-popup {
 }
 #id_term {
        width:100px;
-}
\ No newline at end of file
+}
+
+#recip {
+       
+}
+.autocomplete-w1 { background: #ffffff; no-repeat bottom right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
+.autocomplete { color:#000; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
+.autocomplete .selected { background:#F0F0F0; }
+.autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }