]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/loozah/style.css
custom attags
[friendica.git] / view / theme / loozah / style.css
index d905b988bd3ec3b69428e0afdad5146f987501de..d552d59c614456ac5a5ceb12dccd07f828d655cf 100644 (file)
@@ -841,7 +841,8 @@ input#dfrn-url {
 
 .contact-entry-wrapper {
        float: left;
-       width: 180px;
+       width: 120px;
+       height: 120px;
 }
 
 .contact-entry-direction-icon {
@@ -857,7 +858,9 @@ input#dfrn-url {
 }
 .contact-entry-name {
        float: left;
-       margin-left: 30px;
+       margin-left: 0px;
+       width: 120px;
+       oveflow: hidden;
 }
 .contact-entry-edit-links {
        margin-top: 6px;
@@ -875,6 +878,7 @@ input#dfrn-url {
 }
 .contact-entry-photo {
        float: left;
+       position: relative;
 }
 .contact-entry-end {
        clear: both;
@@ -882,8 +886,36 @@ input#dfrn-url {
 
 #contact-edit-end {
        clear: both;
-}
-
+       margin-bottom: 65px;
+}
+
+.contact-photo-menu-button {
+       position: absolute;
+       background-image: url("photo-menu.jpg");
+       background-position: top left; 
+       background-repeat: no-repeat;
+       margin: 0px; padding: 0px;
+       width: 16px;
+       height: 16px;
+       top: 64px; left:0px;
+       overflow: hidden;
+       text-indent: 40px;
+       display: none;
+       
+}
+
+.contact-photo-menu {
+       width: 100px;
+       border: 2px solid #444444;
+       background: #FFFFFF;
+       position: absolute;
+       left: 0px; top: 90px;
+       display: none;
+       z-index: 10000;
+}
+.contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
+.contact-photo-menu li a { display: block; padding: 2px; }
+.contact-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
 
 #fsuggest-desc, #fsuggest-submit-wrapper {
        margin-top: 15px;
@@ -1420,6 +1452,11 @@ padding: 5px 10px 0px;
        font-weight: bold;
        margin-left: 30px;
 }
+#contact-edit-nettype {
+       margin-top: 5px;
+       margin-left: 30px;
+}
+
 
 #contact-edit-poll-wrapper {
        margin-left: 50px;
@@ -1561,74 +1598,114 @@ padding: 5px 10px 0px;
        overflow: auto;
 }
 
-#group-new-submit-wrapper {
-       margin-top: 30px;
+#profile-jot-text {
+       height: 20px;
+       color:#cccccc;
+       border: 1px solid #cccccc;
 }
 
-#acl-allow-group-label,
-#acl-allow-contact-label,
-#acl-deny-group-label,
-#acl-deny-contact-label {
-       display: block;
-}
 
-#acl-permit-text {
-    margin-top: 10px;
-    float: left;
+/** acl **/
+#photo-edit-perms-select,
+#photos-upload-permissions-wrapper,
+#profile-jot-acl-wrapper{
+       display:block!important;
 }
 
-#acl-deny-text {
-    margin-top: 10px;
-}
 
-#jot-public {
-    float: left;
-    margin-top: 10px;
-    margin-left: 15px;
-    color: #FF0000;
+#acl-wrapper {
+       width: 690px;
+       float:left;
 }
-
-#acl-permit-text-end {
-    clear: both;
+#acl-search {
+       float:right;
+       background: #ffffff url("../../../images/search_18.png") no-repeat right center;
+       padding-right:20px;
 }
-
-#acl-allow-group-label,
-#acl-allow-contact-label,
-#acl-deny-group-label,
-#acl-deny-contact-label {
-       margin-top: 5px;
-       margin-bottom: 5px;
+#acl-showall {
+       float: left;
+       display: block;
+       width: auto;
+       height: 20px;
+       background-color: #cccccc;
+       background-image: url("../../../images/show_all_off.png");
+       background-position: 7px 7px;
+       background-repeat: no-repeat;
+       padding: 5px 5px 0px 30px;
+       -webkit-border-radius: 5px ;
+       -moz-border-radius: 5px;
+       border-radius: 5px;
+       color: #999999;
+}
+#acl-showall.selected {
+       color: #000000;
+       background-color: #ff9900;
+       background-image: url("../../../images/show_all_on.png");
 }
 
 
-#group_allow_wrapper,
-#group_deny_wrapper {
-       float: left;
-       width: 100px;
-       margin-right: 10px;
+#acl-list {
+       height: 210px;
+       border: 1px solid #cccccc;
+       clear: both;
+       margin-top: 30px;
+       overflow: auto;
 }
+#acl-list-content {
 
-#contact_allow_wrapper,
-#contact_deny_wrapper {
-       float: left;
+}
+.acl-list-item {
+       display: block;
        width: 150px;
-       margin-right: 10px;
+       height: 30px;
+       border: 1px solid #cccccc;
+       margin: 5px;
+       float: left;
 }
-
-#acl-allow-end,
-#acl-deny-end {
-       clear: both;
+.acl-list-item img{
+       width:22px;
+       height: 22px;
+       float: left;
+       margin: 4px;
 }
-#acl-permit-outer-wrapper,
-#acl-deny-outer-wrapper {
-       padding: 10px;
-       margin-top: 10px;
-       border: 2px solid #BBBBBB;
+.acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
+.acl-list-item a { 
+       font-size: 8px;
+       display: block;
+       width: 40px;
+       height: 10px;
        float: left;
+       color: #999999;
+       background-color: #cccccc;
+       margin-right: 5px;
+       -webkit-border-radius: 2px ;
+       -moz-border-radius: 2px;
+       border-radius: 2px;
+       padding-left: 15px;
+}
+#acl-wrapper a:hover {
+       text-decoration: none;
+       color:#000000;
 }
+.acl-button-show { background-image: url("../../../images/show_off.png"); }
+.acl-button-hide { background-image: url("../../../images/hide_off.png"); }
 
-#acl-wrapper-end {
-       clear: both;
+.acl-button-show.selected {
+       color: #000000;
+       background-color: #9ade00;
+       background-image: url("../../../images/show_on.png");
+}
+.acl-button-hide.selected {
+       color: #000000;
+       background-color: #ff4141;
+       background-image: url("../../../images/hide_on.png");
+}
+.acl-list-item.groupshow { border-color: #9ade00; }
+.acl-list-item.grouphide { border-color: #ff4141; }
+/** /acl **/
+
+#group-new-submit-wrapper {
+       margin-top: 30px;
 }
 
 #group-edit-name-label {
@@ -1794,6 +1871,25 @@ a.mail-list-link {
        margin-top: 10px;
 }
 
+
+#search-save {
+    margin-left: 5px;
+}
+.groupsideedit {
+    margin-right: 10px;
+}
+#saved-search-ul {
+    list-style-type: none;
+}
+.savedsearchdrop, .savedsearchterm {
+    float: left;
+    margin-top: 10px;
+}
+.savedsearchterm {
+    margin-left: 10px;
+}
+
+
 #side-follow-wrapper {
        margin-top: 20px;
 }
@@ -1979,6 +2075,7 @@ a.mail-list-link {
 #install-dbuser-label,
 #install-dbpass-label,
 #install-dbdata-label,
+#install-admin-label,
 #install-tz-desc {
        float: left;
        width: 250px;
@@ -1990,7 +2087,8 @@ a.mail-list-link {
 #install-dbhost,
 #install-dbuser,
 #install-dbpass,
-#install-dbdata {
+#install-dbdata,
+#install-admin {
        float: left;
        width: 200px;
        margin-left: 20px;
@@ -2000,6 +2098,7 @@ a.mail-list-link {
 #install-dbuser-end,
 #install-dbpass-end,
 #install-dbdata-end,
+#install-admin-end,
 #install-tz-end {
        clear: both;
 }
@@ -2304,6 +2403,7 @@ a.mail-list-link {
 }
 
 #crepair-nick-label,
+#crepair-attag-label,
 #crepair-url-label,
 #crepair-request-label,
 #crepair-confirm-label,
@@ -2315,6 +2415,7 @@ a.mail-list-link {
 }
 
 #crepair-nick,
+#crepair-attag,
 #crepair-url,
 #crepair-request,
 #crepair-confirm,
@@ -2325,7 +2426,8 @@ a.mail-list-link {
 }
 
 #netsearch-box {
-       margin-top: 20px;       
+       margin-top: 20px;
+       width: 150px;   
 }
 
 #netsearch-box #search-submit {