]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/style.css
Merge branch 'master' of git://github.com/friendika/friendika
[friendica.git] / view / theme / duepuntozero / style.css
index 008cce05995dd421600e1cb7f863d767bfdc138a..54a522881ff84955ab84e5c3d9c8df9e1d5e495b 100644 (file)
@@ -91,12 +91,13 @@ nav #site-location {
 
 nav #banner {
        display: block;
-    padding-top: 10px;
+    padding-top: 14px;
        position: absolute;
 }
 nav #banner #logo-text a {
-       font-size: 44px;
+       font-size: 40px;
        font-weight: bold;
+       margin-left: 3px;
        color: #000000;
 
 }
@@ -202,7 +203,7 @@ div.wall-item-content-wrapper.shiny {
   background-repeat:no-repeat;
 }
 
-/* from defautlt */
+/* from default */
 #jot-perms-icon, 
 #profile-location,
 #profile-nolocation, 
@@ -275,8 +276,7 @@ div.wall-item-content-wrapper.shiny {
 }
 
 #register-submit-button {
-       margin-top: 50px;
-       margin-left: 350px;
+       margin-top: 10px;
 }
 
 #label-login-name, #label-login-password, #login-extra-filler {
@@ -319,7 +319,7 @@ div.wall-item-content-wrapper.shiny {
 
 input#dfrn-url {
        float: left;
-       background: url(ff-16.jpg) no-repeat;
+       background: url(friendika-16.png) no-repeat;
        background-position: 2px center;
        font-size: 17px;
        padding-left: 21px;
@@ -373,6 +373,10 @@ input#dfrn-url {
        margin-bottom: 30px;
 }
 
+#settings-expire-end {
+       margin-bottom: 30px;
+}
+
 #settings-username-end,
 #settings-email-end,
 #settings-nick-end,
@@ -624,7 +628,8 @@ input#dfrn-url {
 #profile-edit-sexual-label,
 #profile-edit-politic-label,
 #profile-edit-religion-label,
-#profile-edit-keywords-label,
+#profile-edit-pubkeywords-label,
+#profile-edit-prvkeywords-label,
 #profile-edit-homepage-label {
        float: left;
        width: 175px;
@@ -644,7 +649,8 @@ input#dfrn-url {
 #sexual-select,
 #profile-edit-politic,
 #profile-edit-religion,
-#profile-edit-keywords,
+#profile-edit-pubkeywords,
+#profile-edit-prvkeywords,
 #profile-in-dir-yes,
 #profile-in-dir-no,
 #profile-in-netdir-yes,
@@ -678,8 +684,28 @@ input#dfrn-url {
        margin-left: 20px;
 }
 
+#profile-publish-yes-reg,
+#profile-publish-no-reg {
+       float: left;
+       margin-bottom: 10px;
+}
+
+#profile-publish-yes-label-reg,
+#profile-publish-no-label-reg {
+       margin-left: 350px;
+       float: left;
+       width: 50px;
+}
+
+#profile-publish-break-reg,
+#profile-publish-end-reg {
+       clear: both;
+}
+
+
 #profile-edit-pdesc-desc,
-#profile-edit-keywords-desc {
+#profile-edit-pubkeywords-desc,
+#profile-edit-prvkeywords-desc {
        float: left;
        margin-left: 20px;
 }
@@ -722,7 +748,8 @@ input#dfrn-url {
 #profile-edit-sexual-end,
 #profile-edit-politic-end,
 #profile-edit-religion-end,
-#profile-edit-keywords-end,
+#profile-edit-pubkeywords-end,
+#profile-edit-prvkeywords-end,
 #profile-edit-homepage-end,
 #profile-in-dir-break,
 #profile-in-dir-end,
@@ -814,27 +841,40 @@ input#dfrn-url {
 .wall-item-info {
        display: block;
        float: left;
-       width:150px;
+       width:110px;
+       margin-right:10px;
 }
-.wallwall .wall-item-info {
-       width: 300px;
+.comment .wall-item-info {
+       width: 70px;
 }
 
-
 .wall-item-photo-wrapper {
        margin-top: 10px;
        margin-left: 10px;
        margin-bottom: 10px;
        width: 100px;
 }
-.wallwall .wall-item-photo-wrapper {
-       float: left;
+
+.wallwall .wwto {
+    left: 50px;
+    margin: 0;
+    position: absolute;
+    top: 70px;
+    width: 30px
+}
+.wallwall .wwto img {
+       width: 30px;
+       height: 30px;
+}
+.wallwall .wall-item-photo-end {
+       clear: both;
 }
 
 .wall-item-arrowphoto-wrapper {
-       margin-top: 40px;
-       margin-right: 20px;
-       float: left;
+    position: absolute;
+    left: 75px;
+    top: 70px;
+    z-index: 100;
 }
 .wall-item-wrapper {
        /*float: left;
@@ -845,16 +885,38 @@ input#dfrn-url {
 .wall-item-lock {
        /*height: 20px;*/
        /*margin-top: 10px;*/
-    left: 135px;
+    left: 105px;
     position: absolute;
     top: 1px;  
 }
+.comment .wall-item-lock {
+       left: 65px;
+}
 
 .wall-item-ago {
        color: #888888;
        font-size: 0.8em;
 }
 
+.wall-item-location {
+       overflow: hidden;
+       /* add ellipsis on text overflow               */
+       /* this work on safari, opera, ie, chrome.     */
+       /* firefox users have to wait support or we    */
+       /* can use a jquery plugin http://bit.ly/zJskg */
+       text-overflow: ellipsis;
+       -o-text-overflow: ellipsis;
+       width: 100%;
+}
+
+.wall-item-like-buttons {
+       float: left;
+       margin-right: 10px;
+       padding-right: 10px;
+       border-right: 2px solid #fff;
+}
+
+
 .wall-item-like-buttons img {
        cursor: pointer;
 }
@@ -906,6 +968,10 @@ input#dfrn-url {
        /*width: 450px;*/
 }
 
+.wall-item-title-end {
+       clear: both;
+}
+
 .wall-item-body {
        float: left;
        /*width: 450px;*/
@@ -919,6 +985,10 @@ input#dfrn-url {
     background-repeat: repeat-x;
        padding: 5px 10px 0px;
 }
+.wall-item-author {
+       margin-top: 10px;
+}
+
 .comment .wall-item-tools {
        background:none;
 } 
@@ -1764,6 +1834,11 @@ a.mail-list-link {
        float: left;
        width: 150px;
 }
+
+#photo-edit-perms-end {
+       margin-bottom: 15px;
+}
+
 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
        float: left;
        margin-bottom: 25px;
@@ -1997,3 +2072,46 @@ a.mail-list-link {
 }
 
 
+.calendar {
+       font-family: Courier, monospace;
+}
+.today {
+       color: #FF0000;
+}
+
+.settings-block {
+       border: 1px solid #AAA;
+       margin: 10px;
+       padding: 10px;
+}
+
+.app-title {
+       margin: 10px;
+}
+
+#identity-manage-desc {
+       margin-top:15px;
+       margin-bottom: 15px;
+}
+
+#identity-manage-choose {
+       margin-bottom: 15px;
+}
+
+#identity-submit {
+       margin-top: 20px;
+}
+
+#photo-prev-link, #photo-next-link {
+       padding: 10px;
+       float: left;
+}
+
+#photo-photo {
+       float: left;
+}
+
+#photo-photo-end {
+       clear: both;
+}
+