]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/style.css
Merge pull request #817 from annando/master
[friendica.git] / view / theme / duepuntozero / style.css
index a10ba797b2b40f28a751479fb9e15d24e7a87ef2..527b2f4d862972733dae117cc947255e11535570 100644 (file)
@@ -114,6 +114,14 @@ nav #site-location {
        padding: 10px;
 }
 
+.warning-message {
+    background-color: #F4FA58;
+    border: 1px solid #F3F781;
+    color: #000000;
+    font-size: 1.1em;
+    padding: 10px;
+}
+
 
 nav #banner {
        display: block;
@@ -194,7 +202,7 @@ aside {
        border-radius: 5px;
        padding: 5px;
        font-weight: bold;
-       background: #3465a4 url('friendika-16.png') no-repeat 95% center;
+       background: #3465a4 url('friendica-16.png') no-repeat 95% center;
 }
 #wallmessage-link {
        display: block;
@@ -245,8 +253,9 @@ section {
 
 /* footer */
 footer {
-    display: none;
-
+       text-align: right;
+       padding-bottom: 1em;
+       padding-right: 3em;
 }
 
 .birthday-today, .event-today {
@@ -429,6 +438,9 @@ div.wall-item-content-wrapper.shiny {
        height: 50px;
 }
 
+#login-submit-wrapper {
+       clear: both;
+}
 #login-submit-button {
 /*     margin-top: 10px; */
        margin-left: 200px;
@@ -437,7 +449,7 @@ div.wall-item-content-wrapper.shiny {
 
 input#dfrn-url {
        float: left;
-       background: url(friendika-16.png) no-repeat;
+       background: url(friendica-16.png) no-repeat;
        background-position: 2px center;
        font-size: 17px;
        padding-left: 21px;
@@ -932,12 +944,18 @@ input#dfrn-url {
        position: relative;
        -moz-border-radius: 3px;
        border-radius: 3px;     
-
 }
 
 .tread-wrapper .tread-wrapper {
        margin-left: 50px;
 }
+.tread-wrapper .wall-item-comment-wrapper {
+       margin-left: 50px;
+}
+
+.tread-end-wrapper {
+       margin-left: 50px;
+}
 
 .wall-item-content-wrapper.comment {
 #      margin-left: 50px;
@@ -1132,7 +1150,7 @@ input#dfrn-url {
        margin-left: 10px;
        /*margin-bottom: 20px;*/
        /*padding: 20px;*/
-       max-height: 400px;
+       max-height: 700px;
        overflow: auto;
 }
 
@@ -1189,6 +1207,10 @@ input#dfrn-url {
        width: 100px;
        float: left;
 }
+.comment-wwedit-wrapper.threaded > .comment-edit-form > .comment-edit-photo {
+       width: 40px;
+}
+
 .comment-edit-photo img {
        width: 25px;
 }
@@ -1208,6 +1230,10 @@ input#dfrn-url {
        margin: 10px 0px 10px 110px;
 }
 
+.comment-wwedit-wrapper.threaded > .comment-edit-form > .comment-edit-submit-wrapper > .comment-edit-submit {
+       margin-left: 50px;
+}
+
 #profile-jot-plugin-wrapper,
 #profile-jot-submit-wrapper {
        margin-top: 15px;
@@ -1583,7 +1609,7 @@ input#dfrn-url {
 
 #contact-profile-selector {
        width: 175px;
-       margin-left: 175px;
+       /*margin-left: 175px;*/
 }
 
 .contact-edit-submit {
@@ -1636,6 +1662,7 @@ input#dfrn-url {
 
 #profile-jot-text {
        height: 20px;
+       width: 100%;
        color:#cccccc;
        border: 1px solid #cccccc;
        padding: 3px 0px 0px 5px;
@@ -1751,12 +1778,16 @@ input#dfrn-url {
 
 .comment-edit-text-empty {
        color: gray;
-       height: 30px;
+       height: 2em;
        width: 175px;
        overflow: auto;
        margin-bottom: 10px;
 }
 
+.comment-wwedit-wrapper.threaded > .comment-edit-form > .comment-edit-text-empty {
+       height: 1.5em;
+}
+
 .comment-edit-text-full {
        color: black;
        height: 150px;
@@ -2115,6 +2146,15 @@ aside input[type='text'] {
        margin-bottom: 15px;
 }
 
+.video-top-wrapper {
+       display: inline-block;
+       vertical-align: top;
+       margin-top: 15px;
+       margin-right: 15px;
+       margin-left: 15px;
+       margin-bottom: 15px;
+}
+
 #profile-jot-desc {
        /*float: left;*/
        width: 480px;
@@ -3039,7 +3079,8 @@ aside input[type='text'] {
 [class^="comment-edit-bb"] {
        list-style: none;
        display: none;
-       margin: 0px 0 -5px 60px;
+       margin: 0px 0 -5px 0px;
+       padding: 0px;
        width: 75%;
 }
 [class^="comment-edit-bb"] > li {
@@ -3114,6 +3155,7 @@ aside input[type='text'] {
        display: block; width: 20px; height: 23px;
        float: left;
        background-image: url('../../../images/content-types.png');
+       background-position: -80px 0px;
 }
 
 .body-attach {
@@ -3275,3 +3317,14 @@ ul.menu-popup {
 #datebrowse-sidebar select {
        margin-left: 25px;
 }
+
+#div_id_remember label {
+       width: 170px;
+}
+#div_id_remember input {
+       width: 20px;
+}
+
+.shared_header span {
+       margin-left: 10px;
+}