]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/style.css
Merge remote-tracking branch 'origin/dispy' into dispy
[friendica.git] / view / theme / duepuntozero / style.css
index f909947493dec3178f7ed4bc436b4918309175e6..a23f72987ae5afa981d17b149040d66bc42becb7 100644 (file)
@@ -2,8 +2,8 @@
  * duepuntozero Frindika style
  * Fabio Comuni <fabrix.xm@gmail.com>
  */
+
+
 /* generals */
 body {
        font-family: helvetica,arial,freesans,clean,sans-serif;
@@ -16,7 +16,7 @@ body {
 }
 
 
-a, a:visited { color: #3465a4; text-decoration: none; }
+a, a:visited, a:link { color: #3465a4; text-decoration: none; }
 a:hover {text-decoration: underline; }
 
 input {
@@ -28,7 +28,7 @@ input {
 img { border :0px; }
 
 .openid {
-   background: url(../default/login-bg.gif) no-repeat;
+   background: url(login-bg.gif) no-repeat;
    background-position: 0 50%;
    padding-left: 18px;
 }
@@ -51,6 +51,11 @@ blockquote:before {
        content: '>> ';
 }
 
+.icollapse-wrapper, .ccollapse-wrapper {
+       border: 1px solid #CCC;
+       padding: 5px;
+}
+
 #panel {
        background-color: ivory;
        position: absolute;
@@ -77,6 +82,7 @@ nav {
 nav #site-location {
        color: #888a85;
        font-size: 0.8em;
+       position: absolute;
 }
 
 .error-message {
@@ -90,12 +96,13 @@ nav #site-location {
 
 nav #banner {
        display: block;
-       float: left;
+    padding-top: 14px;
        position: absolute;
 }
 nav #banner #logo-text a {
-       font-size: 44px;
+       font-size: 40px;
        font-weight: bold;
+       margin-left: 3px;
        color: #000000;
 
 }
@@ -103,9 +110,11 @@ nav #banner #logo-text a:hover { text-decoration: none; }
 
 
 .nav-commlink, .nav-login-link {
-       margin-top: 52px;
+    display: block;
+    height: 15px;
+       margin-top: 67px;
        margin-right: 2px;
-       padding: 0.5em 1em;
+       padding: 6px 10px;
        float: left;
        bottom: 140px;
        border: 1px solid #babdb6;
@@ -119,6 +128,7 @@ nav .nav-link {
        float: right;
        margin: 0.2em 0em;
        padding: 0em 0.5em;
+       background-color: transparent !important;
 }
 
 
@@ -126,13 +136,14 @@ nav .nav-link {
        background-color: #ffffff;
        border-bottom: 1px solid #ffffff;
        color: #000000 !important;
-       margin-top: 48px;
-       padding-top: 0.8em;
+       margin-top: 64px;
+       padding-top: 6px;
+       padding-bottom: 8px;
 }
 .nav-ajax-left {
        font-size: 0.8em;
        float: left;
-       margin-top: 46px;       
+       margin-top: 62px;       
 }
 
 
@@ -151,6 +162,7 @@ aside {
        background-image: url(border.jpg);
        background-position: top left;
        background-repeat: no-repeat;
+       position: absolute;
 }
 
 
@@ -183,13 +195,28 @@ section {
        margin-right: 1em;
 }
 
+/* footer */
+footer {
+    display: none;
+
+}
+
 
-/* from defautlt */
+div.wall-item-content-wrapper.shiny {
+  background-image: url('shiny.png');
+  background-position: -5px 30px;
+  background-repeat:no-repeat;
+}
+
+/* from default */
 #jot-perms-icon, 
 #profile-location,
-#profile-nolocation, 
+#profile-nolocation,
+#profile-youtube, 
 #profile-video, 
-#profile-link, 
+#profile-audio,
+#profile-link,
+#profile-title, 
 #wall-image-upload,
 #profile-upload-wrapper,
 #wall-image-upload-div,
@@ -197,7 +224,11 @@ section {
        cursor: pointer;
 }
 
-.fakelink, .fakelink:visited {
+#jot-perms-icon {
+       float: left;
+}
+
+.fakelink, .fakelink:visited, .fakelink:link {
        color: #3465a4;
        text-decoration: none;
        cursor: pointer;
@@ -257,8 +288,7 @@ section {
 }
 
 #register-submit-button {
-       margin-top: 50px;
-       margin-left: 350px;
+       margin-top: 10px;
 }
 
 #label-login-name, #label-login-password, #login-extra-filler {
@@ -301,7 +331,7 @@ section {
 
 input#dfrn-url {
        float: left;
-       background: url(../default/ff-16.jpg) no-repeat;
+       background: url(friendika-16.png) no-repeat;
        background-position: 2px center;
        font-size: 17px;
        padding-left: 21px;
@@ -352,6 +382,11 @@ input#dfrn-url {
 }
 
 #settings-nick-wrapper {
+       margin-top: 20px;
+       margin-bottom: 30px;
+}
+
+#settings-expire-end {
        margin-bottom: 30px;
 }
 
@@ -360,6 +395,7 @@ input#dfrn-url {
 #settings-nick-end,
 #settings-defloc-end,
 #settings-allowloc-end,
+#settings-blockw-end,
 #settings-timezone-end,
 #settings-theme-end,
 #settings-password-end,
@@ -370,7 +406,14 @@ input#dfrn-url {
 #notify2-end,
 #notify3-end,
 #notify4-end,
-#notify5-end {
+#notify5-end,
+#imap-server-end,
+#imap-port-end,
+#imap-ssl-end,
+#imap-user-end,
+#imap-pass-end,
+#imap-replyto-end,
+#imap-pubmail-end {
        margin-bottom: 5px;
        clear: both;
 }
@@ -380,6 +423,7 @@ input#dfrn-url {
 #settings-nick-label,
 #settings-defloc-label,
 #settings-allowloc-label,
+#settings-blockw-label,
 #settings-timezone-label,
 #settings-theme-label,
 #settings-password-label,
@@ -390,7 +434,14 @@ input#dfrn-url {
 #settings-label-notify2,
 #settings-label-notify3,
 #settings-label-notify4,
-#settings-label-notify5 {
+#settings-label-notify5,
+#settings-label-imap1,
+#settings-label-imap2,
+#settings-label-imap3,
+#settings-label-imap4,
+#settings-label-imap5,
+#settings-label-imap6,
+#settings-label-imap7 {
        float: left;
        width: 200px;
 }
@@ -400,6 +451,7 @@ input#dfrn-url {
 #settings-nick,
 #settings-defloc,
 #settings-allowloc,
+#settings-blockw,
 #timezone-select,
 #theme-select,
 #settings-password,
@@ -409,7 +461,14 @@ input#dfrn-url {
 #notify2,
 #notify3,
 #notify4,
-#notify5 {
+#notify5,
+#imap-server,
+#imap-port,
+#imap-ssl,
+#imap-user,
+#imap-pass,
+#imap-replyto,
+#imap-pubmail {
        float: left;
        margin-bottom: 20px;
 }
@@ -584,8 +643,22 @@ input#dfrn-url {
        margin-bottom: 20px;
 }
 
+#profile-photo-link-select-wrapper {
+       margin-top: 2em;
+}
+
+#profile-photo-submit-wrapper {
+       margin-top: 10px;
+}
+
+#profile-photo-wrapper img {
+       width:175px;
+       height:175px;
+}
+
 #profile-edit-profile-name-label,
 #profile-edit-name-label,
+#profile-edit-pdesc-label,
 #profile-edit-gender-label,
 #profile-edit-dob-label,
 #profile-edit-address-label,
@@ -597,7 +670,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;
@@ -605,6 +679,7 @@ input#dfrn-url {
 
 #profile-edit-profile-name,
 #profile-edit-name,
+#profile-edit-pdesc,
 #gender-select,
 #profile-edit-dob,
 #profile-edit-address,
@@ -616,21 +691,25 @@ 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,
 #profile-in-netdir-no,
 #hide-friends-yes,
-#hide-friends-no,
+#hide-friends-no {
+       float: left;
+       margin-bottom: 20px;
+}
 #settings-normal,
 #settings-soapbox,
-#settings-community,
-#settings-freelove {
+#settings-freelove,
+#settings-community {
        float: left;
-       margin-bottom: 20px;
 }
 
+
 #profile-in-dir-yes-label,
 #profile-in-dir-no-label,
 #profile-in-netdir-yes-label,
@@ -647,7 +726,28 @@ input#dfrn-url {
        margin-left: 20px;
 }
 
-#profile-edit-keywords-desc {
+#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-pubkeywords-desc,
+#profile-edit-prvkeywords-desc {
        float: left;
        margin-left: 20px;
 }
@@ -668,12 +768,17 @@ input#dfrn-url {
 #settings-soapbox-desc,
 #settings-community-desc,
 #settings-freelove-desc {
-       float: left;
-       margin-left: 75px;
+       /*float: left;
+       margin-left: 75px;*/
+    clear: left;
+    color: #666666;
+    display: block;
+    margin-bottom: 20px        
 }
 
 #profile-edit-profile-name-end,
 #profile-edit-name-end,
+#profile-edit-pdesc-end,
 #profile-edit-gender-end,
 #profile-edit-dob-end,
 #profile-edit-address-end,
@@ -685,7 +790,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,
@@ -766,11 +872,22 @@ input#dfrn-url {
 .wall-item-content-wrapper {
        margin-top: 10px;
        border: 1px solid #CCC;
+       position: relative;
 }
 
 .wall-item-content-wrapper.comment {
        margin-left: 50px;
-       background: #CCCCCC;
+       background: #EEEEEE;
+}
+
+.wall-item-info {
+       display: block;
+       float: left;
+       width:110px;
+       margin-right:10px;
+}
+.comment .wall-item-info {
+       width: 70px;
 }
 
 .wall-item-photo-wrapper {
@@ -778,19 +895,76 @@ input#dfrn-url {
        margin-left: 10px;
        margin-bottom: 10px;
        width: 100px;
-       float: left;
 }
+.wall-item-photo-menu-button {
+       display: block;
+       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: 74px; left:10px;
+       overflow: hidden;
+       text-indent: 40px;
+       display: none;
+       
+}
+.wall-item-photo-menu {
+       width: auto;
+       border: 2px solid #444444;
+       background: #FFFFFF;
+       position: absolute;
+       left: 10px; top: 90px;
+       display: none;
+       z-index: 10000;
+}
+.wall-item-photo-menu ul { margin:0px; padding: 0px; list-style: none }
+.wall-item-photo-menu li a { display: block; padding: 2px; }
+.wall-item-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
+
+
+.comment .wall-item-photo-menu-button {        top: 44px;}
+.comment .wall-item-photo-menu { top: 60px; }
+
+.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;
+       /*float: left;
+    margin-right: 5px;
+    width: 250px;*/
+    margin-left:10px;
 }
 .wall-item-lock {
-       height: 20px;
-       margin-top: 10px;
+       /*height: 20px;*/
+       /*margin-top: 10px;*/
+    left: 105px;
+    position: absolute;
+    top: 1px;  
+}
+.comment .wall-item-lock {
+       left: 65px;
 }
 
 .wall-item-ago {
@@ -798,13 +972,47 @@ input#dfrn-url {
        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 > a,
+.wall-item-like-buttons > img {
+       float: left;
+}
+
 .wall-item-like-buttons img {
        cursor: pointer;
 }
+
+.wall-item-share-buttons {
+       margin-left: 10px;
+}
+
+.editpost {
+       margin-left: 15px;
+}
+
+.wall-item-links-wrapper {
+       float: left;
+}
+
 .wall-item-delete-wrapper {
        float: right;
-       margin-top: 20px;
-       margin-right: 50px;
 }
 
 .wall-item-delete-end {
@@ -827,35 +1035,60 @@ input#dfrn-url {
 .wall-item-photo {
        border: none;
 }
+.comment .wall-item-photo {
+       width: 50px; height: 50px;
+}
 .wall-item-content {
-       float: left;
-       width: 450px;
+       /*float: left;*/
+       /*width: 450px;*/
        margin-left: 10px;
-       margin-bottom: 20px;
+       /*margin-bottom: 20px;*/
+       /*padding: 20px;*/
+       max-height: 400px;
+       overflow: auto;
 }
 
 .wall-item-title {
        float: left;
        font-weight: bold;
-       width: 450px;
+       /*width: 450px;*/
+}
+
+.wall-item-title-end {
+       clear: both;
 }
 
 .wall-item-body {
        float: left;
-       width: 450px;
-       margin-top: 30px;
+       /*width: 450px;*/
+       margin-top: 10px;
 }
 
+.wall-item-tools {
+       clear: both;
+       background-image: url("head.jpg");
+    background-position: 0 -20px;
+    background-repeat: repeat-x;
+       padding: 5px 10px 0px;
+}
+.wall-item-author {
+       margin-top: 10px;
+}
+
+.comment .wall-item-tools {
+       background:none;
+} 
+
 .comment-edit-wrapper {
        margin-top: 15px;
-       background: #CCCCCC;
+       background: #f3f3f3;
        margin-left: 50px;
 }
 
 .comment-wwedit-wrapper {
        margin-top: 15px;
-       background: #CCCCCC;
-       margin-left: 250px;
+       background: #f3f3f3;
+       margin-left: 50px;
 }
 
 .comment-edit-photo {
@@ -880,6 +1113,7 @@ input#dfrn-url {
        margin: 10px 0px 10px 110px;
 }
 
+#profile-jot-plugin-wrapper,
 #profile-jot-submit-wrapper {
        margin-top: 15px;
 }
@@ -889,40 +1123,66 @@ input#dfrn-url {
 }
 #profile-upload-wrapper {
        float: left;
-       margin-left: 50px;
+       margin-left: 30px;
 }
 
 #profile-rotator {
        float: left;
-       margin-left: 50px;
+       margin-left: 30px;
 }
 #profile-link-wrapper {
        float: left;
-       margin-left: 20px;
+       margin-left: 15px;
 }
 #profile-youtube-wrapper {
        float: left;
-       margin-left: 20px;
+       margin-left: 15px;
+}
+#profile-video-wrapper {
+       float: left;
+       margin-left: 15px;
+}
+#profile-audio-wrapper {
+       float: left;
+       margin-left: 15px;
 }
 #profile-location-wrapper {
        float: left;
-       margin-left: 20px;
+       margin-left: 15px;
 }
 #profile-nolocation-wrapper {
        float: left;
-       margin-left: 20px;
+       margin-left: 15px;
+}
+#profile-title-wrapper {
+       float: left;
+       margin-left: 15px;
 }
 
 #profile-jot-perms {
        float: left;
-       margin-left: 200px;
+       margin-left: 100px;
        font-weight: bold;
        font-size: 1.2em;
 }
 
 #profile-jot-perms-end {
        /*clear: left;*/
-       height: 13px;
+       height: 30px;
+}
+
+#profile-jot-plugin-end{
+  clear: both;
+}
+.profile-jot-net {
+       float: left;
+       margin-right: 10px;
+       margin-top: 5px;
+       margin-bottom: 5px;
+}
+
+#profile-jot-networks-end {
+       clear: both;
 }
 
 #profile-jot-end {
@@ -1175,7 +1435,12 @@ input#dfrn-url {
        margin-top: 30px;
 }
 #contact-edit-poll-text {
-       margin-bottom: 10px;
+       margin-top: 15px;
+       margin-bottom: 5px;
+}
+
+#contact-edit-update-now {
+       margin-top: 15px;
 }
 
 #contact-edit-photo-wrapper {
@@ -1184,6 +1449,9 @@ input#dfrn-url {
 #contact-edit-links {
        float: left;
 }
+#contact-edit-links a {
+       float: left;
+}
 #contact-edit-links img {
        margin-left: 20px;
        border: none;
@@ -1246,7 +1514,7 @@ input#dfrn-url {
        /*margin-left: 50px;*/
 }
 
-#block-message, #ignore-message, #profile-edit-insecure {
+#block-message, #ignore-message {
        margin-top: 20px;
        color: #FF0000;
        font-size: 1.1em;
@@ -1255,13 +1523,21 @@ input#dfrn-url {
        padding: 10px;
 }
 
+#profile-edit-insecure {
+       margin-top: 20px;
+       color: #FF0000;
+       font-size: 1.1em;
+       border: 1px solid #FF8888;
+       background-color: #FFEEEE;
+       padding-left: 5px;
+       /*: 3px 3px 3px 5px; */
+       width: 587px;
+}
+
 #block-message, #ignore-message {
        width: 180px;
 }
 
-#profile-edit-insecure {
-       width: 600px;
-}
 
 /*
 .profile-tabs {
@@ -1431,8 +1707,9 @@ input#dfrn-url {
        margin-top: 10px;
 }
 a.mail-list-link {
-       display: block;
-       padding: 4px 5px;
+    display: block;
+    font-size: 1.3em;
+    padding: 4px 0;
 }
 
 /*
@@ -1470,8 +1747,8 @@ a.mail-list-link {
 }
 
 .mail-conv-subject {
-       font-size: 1.1em;
-       margin-top: 10px;
+    font-size: 1.4em;
+    margin: 10px 0;
 }
 
 .mail-conv-outside-wrapper-end {
@@ -1530,8 +1807,23 @@ a.mail-list-link {
 .photo-album-image-wrapper {
        float: left;
        margin-top: 15px;
-       height: 350px;
-       width: 350px;
+       margin-right: 15px;
+       width: 200px; height: 200px; 
+       overflow: hidden; 
+       position: relative;
+}
+.photo-album-image-wrapper .caption {
+       display: none; 
+       width: 100%;
+       position: absolute; 
+       bottom: 0px; 
+       padding: 0.5em 0.5em 0px 0.5em;
+       background-color: rgba(245, 245, 255, 0.8);
+       border-bottom: 2px solid #CCC;
+       margin: 0px;
+}
+.photo-album-image-wrapper a:hover .caption {
+       display:block;
 }
 
 #photo-album-end {
@@ -1539,12 +1831,22 @@ a.mail-list-link {
 }
 
 .photo-top-image-wrapper {
+       position: relative;
        float: left;
        margin-top: 15px;
-       height: 350px;
-       width: 350px;
+       margin-right: 15px;
+       width: 200px; height: 200px; 
+       overflow: hidden; 
+}
+.photo-top-album-name {
+       width: 100%;
+       min-height: 2em;
+       position: absolute; 
+       bottom: 0px; 
+       padding: 0px 3px;
+       padding-top: 0.5em;
+       background-color: rgb(255, 255, 255);
 }
-
 #photo-top-end {
        clear: both;
 }
@@ -1568,6 +1870,10 @@ a.mail-list-link {
 #photos-upload-album-select {
        float: left;
 }
+
+#photos-upload-spacer {
+       margin-top: 25px;
+}
 #photos-upload-new-end, #photos-upload-exist-end {
        clear: both;
 }
@@ -1617,7 +1923,7 @@ a.mail-list-link {
        margin-bottom: 15px;
 }
 
-#photos-upload-perms-menu, #photos-upload-perms-menu:visited {
+#photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link {
        color: #8888FF;
        text-decoration: none;
        cursor: pointer;
@@ -1633,11 +1939,16 @@ a.mail-list-link {
        margin-bottom: 15px;
 }
 
-#photo-edit-caption-label, #photo-edit-tags-label {
+#photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
        float: left;
        width: 150px;
 }
-#photo-edit-caption, #photo-edit-newtag {
+
+#photo-edit-perms-end {
+       margin-bottom: 15px;
+}
+
+#photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
        float: left;
        margin-bottom: 25px;
 }
@@ -1648,7 +1959,7 @@ a.mail-list-link {
        margin-bottom: 25px;
 }
 
-#photo-edit-caption-end, #photo-edit-tags-end {
+#photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
        clear: both;
 }
 
@@ -1751,6 +2062,10 @@ a.mail-list-link {
 .contact-block-link {
        float: left;
 }
+.contact-block-img {
+       width:48px;
+       height:48px;
+}
 
 #tag-remove {
        margin-bottom: 15px;
@@ -1809,12 +2124,260 @@ a.mail-list-link {
 }
 
 
-#plugin-settings-link, #account-settings-link {
-       margin-bottom: 25px;
+#plugin-settings-link, #account-settings-link, #uexport-link {
+       margin-bottom: 10px;
 }
 
-
-
 /* end from defautlt */
        
 
+.fn {
+       padding: 0px 0px 5px 0px;
+       font-size: 120%;
+       font-weight: bold;
+}
+
+.vcard .title {
+       margin-bottom: 5px;
+}
+
+
+#birthday-title {
+       float: left;
+       font-weight: bold;      
+}
+
+#birthday-adjust {
+       float: left;
+       font-size: 75%;
+       margin-left: 10px;
+}
+
+#birthday-title-end {
+       clear: both;
+}
+
+.birthday-list {
+       margin-left: 15px;
+}
+
+#birthday-wrapper {
+       margin-bottom: 20px;
+}
+
+#network-new-link {
+       margin-top: 15px;
+       margin-bottom: 15px;
+}
+
+
+.tool-wrapper {
+  float: left;
+  margin-left: 15px;
+}
+
+.tool-link {
+  cursor: pointer;
+}
+
+
+.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;
+}
+
+.profile-match-photo {
+       float: left;
+       text-align: center;
+       width: 120px;
+}
+
+.profile-match-name {
+       float: left;
+       text-align: center;
+       width: 120px;
+       overflow: hidden;
+}
+
+.profile-match-break,
+.profile-match-end {
+       clear: both;
+}
+
+.profile-match-wrapper {
+       float: left;
+       padding: 10px;
+}
+#profile-match-wrapper-end {
+       clear: both;
+}
+.side-link {
+       margin-bottom: 15px;
+}
+
+#language-selector {
+       position: absolute;
+       top: 0;
+       left: 0;
+}
+
+#group-members {
+       margin-top: 20px;
+       padding: 10px;
+       height: 250px;
+       overflow: auto;
+       border: 1px solid #ddd;
+}
+
+#group-members-end {
+       clear: both;
+}
+
+#group-separator {
+       margin-top: 10px;
+       margin-bottom: 10px;
+}
+
+#group-all-contacts {
+       padding: 10px;
+       height: 450px;
+       overflow: auto;
+       border: 1px solid #ddd;
+}
+
+#group-all-contacts-end {
+       clear: both;
+       margin-bottom: 10px;
+}
+
+#group-edit-desc {
+       margin-top: 15px;
+}
+
+
+#prof-members {
+       margin-top: 20px;
+       padding: 10px;
+       height: 250px;
+       overflow: auto;
+       border: 1px solid #ddd;
+}
+
+#prof-members-end {
+       clear: both;
+}
+
+#prof-separator {
+       margin-top: 10px;
+       margin-bottom: 10px;
+}
+
+#prof-all-contacts {
+       padding: 10px;
+       height: 450px;
+       overflow: auto;
+       border: 1px solid #ddd;
+}
+
+#prof-all-contacts-end {
+       clear: both;
+       margin-bottom: 10px;
+}
+
+#prof-edit-desc {
+       margin-top: 15px;
+}
+
+#crepair-nick-label,
+#crepair-url-label,
+#crepair-request-label,
+#crepair-confirm-label,
+#crepair-notify-label,
+#crepair-poll-label {
+       float: left;
+       width: 200px;
+       margin-bottom: 15px;
+}
+
+#crepair-nick,
+#crepair-url,
+#crepair-request,
+#crepair-confirm,
+#crepair-notify,
+#crepair-poll {
+       float: left;
+       width: 300px;
+}
+
+/**
+ * ICONS
+ */
+.icon {
+       display: block; width: 16px; height: 16px;
+       background-image: url('../../../images/icons.png');
+}
+.article { background-position: 0px 0px;}
+.audio { background-position: -16px 0px;}
+.block { background-position: -32px 0px;}
+.drop { background-position: -48px 0px;}
+.drophide { background-position: -64px 0px;}
+.edit { background-position: -80px 0px;}
+.camera { background-position: -96px 0px;}
+.dislike { background-position: -112px 0px;}
+.like { background-position: -128px 0px;}
+.link { background-position: -144px 0px;}
+
+.globe { background-position: 0px -16px;}
+.noglobe { background-position: -16px -16px;}
+.no { background-position: -32px -16px;}
+.pause { background-position: -48px -16px;}
+.play { background-position: -64px -16px;}
+.pencil { background-position: -80px -16px;}
+.small-pencil { background-position: -96px -16px;}
+.recycle { background-position: -112px -16px;}
+.remote-link { background-position: -128px -16px;}
+.share { background-position: -144px -16px;}
+
+.tools { background-position: 0px -32px;}
+.lock { background-position: -16px -32px;}
+.unlock { background-position: -32px -32px;}
+.video { background-position: -48px -32px;}
+.youtube { background-position: -64px -32px;}