]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/style.css
Edited view/sv/insecure_net.tpl via GitHub
[friendica.git] / view / theme / duepuntozero / style.css
index 35ffe3a89744336e545e384576714db2dba9c534..d4643b20a6450f9c42efde232297606eabd5c45d 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, 
@@ -318,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;
@@ -832,27 +833,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;
@@ -863,16 +877,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;
 }
@@ -941,6 +977,10 @@ input#dfrn-url {
     background-repeat: repeat-x;
        padding: 5px 10px 0px;
 }
+.wall-item-author {
+       margin-top: 10px;
+}
+
 .comment .wall-item-tools {
        background:none;
 } 
@@ -1786,6 +1826,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;
@@ -2019,3 +2064,33 @@ 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;
+}
+