]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/testbubble/style.css
Merge pull request #21 from fabrixxm/fixinstall
[friendica.git] / view / theme / testbubble / style.css
index 9727de6d173cdb939f268546860fea054af9c681..d1d344ef970cc71b1b00eb75b8b90c07046089a8 100644 (file)
@@ -7,14 +7,11 @@
 */
 /* ========== */
 /* = Colors
-
 Red links - #b20202
 Red link hover - #db0503
 Red Gradients (buttons and other gradients) - #b20202 and #d60808
-
 Grey/body text - #626262
 Grey Gradients (buttons and other gradients) - #bdbdbd and #a2a2a2
-
 Dark Grey Gradients - #7c7d7b and #555753
 
 You can switch out the colors of the header, buttons and links by using a find and replace in your text editor.
@@ -28,7 +25,7 @@ body {
        font-family: freesans,helvetica,arial,clean,sans-serif;
        font-size: 15px;
        color: #626262;
-       width: 100%;
+       width: 100%;    
 }
 
 img {  border: 0 none; max-width: 550px; }
@@ -68,6 +65,8 @@ li {
 .required { display: inline; color: #b20202; }
 .fakelink { color: #b20202; cursor: pointer; }
 .fakelink :hover { color: #db0503; }
+.heart { color: #FF0000; font-size: 100%; }
+
 
 input[type=text] {
        border: 2px solid #b0b0b0;
@@ -116,10 +115,13 @@ input[type=submit]:active {
 ::-moz-selection { background:#fdf795; color: #000; /* Firefox */ }
 
 section {
-       margin: 20px 11% 0px 11%;
+       float: left;
+       margin-left: 8%;
+       padding-top: 50px;
+       width: 50%;     
+       margin: 20px 0px 30px 10%;
        font-size: 0.9em;
        line-height: 1.2em;
-       padding-right: 230px;
 }
 
 .lframe {
@@ -134,7 +136,7 @@ section {
 .mframe {
        padding: 5px;
        background-color: #efefef;
-       border: 2px dotted #eeeeee;
+       border: 2px solid #dddddd;
        -moz-box-shadow: 3px 3px 4px #959494;
        -webkit-box-shadow: 3px 3px 4px #959494;
        box-shadow: 3px 3px 4px #959494;
@@ -259,9 +261,11 @@ section {
 /* ======= */
 
 nav {
+       z-index: 10000;
        height: 50px;
        display: block;
-       position: relative;
+       position: fixed;
+       width: 100%;
        padding: 0px 10%;
        color: #efefef;
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7c7d7b), color-stop(1, #555753) );
@@ -276,7 +280,7 @@ nav a:hover { text-decoration: none;        color: #eeeeec; border:0px;}
 nav #banner {
        display: block;
        position: absolute;
-       margin-left: 20px;
+       margin-left: 10px;
        margin-top: 5px;
        padding-bottom:5px;     
 }
@@ -291,7 +295,7 @@ nav #user-menu {
     display: block;    
        width: 250px;
     float: right;
-       margin-right:15px;
+       margin-right:20%;
     margin-top: 10px;
        padding: 5px;
     position: relative;
@@ -364,7 +368,7 @@ ul#user-menu-popup li a.nav-sep { border-top: 1px solid #989898; border-style:in
 #notifications {
        height: 32px;
        position: absolute;
-       top:10px; left: 650px;
+       top:10px; left: 35%;
 }
 .nav-ajax-update {
        width: 44px;
@@ -376,12 +380,12 @@ ul#user-menu-popup li a.nav-sep { border-top: 1px solid #989898; border-style:in
        padding-top: 0.5em;
        float: left;
        padding-left: 11px;
-    display: none;
+    /*display: none;*/
 }
-#net-update { background-position: 0px 0px; }
-#mail-update { background-position: 0px -42px; }
-#notify-update { background-position: 0px -84px; }
-#home-update { background-position: 0px -126px; }
+#net-update { background-position: 0px -126px; }
+#mail-update { background-position: 0px -40px; }
+#intro-update { background-position: 0px -84px; }
+#home-update { background-position: 0px 0px; }
 
 #lang-select-icon {
        cursor: pointer;
@@ -434,10 +438,11 @@ ul#user-menu-popup li a.nav-sep { border-top: 1px solid #989898; border-style:in
 /* ================= */
 
 aside {
-    position: absolute;
-    right: 11%;
-       width: 260px;
-       margin-top: auto;
+       float: right;
+    margin-right: 10%;
+       /*width: 21%;*/
+       width: 250px;
+       margin-top: 50px;
     font-size: 0.8em;
        font-style: bold;
 }
@@ -452,14 +457,10 @@ aside a{
        font-variant:small-caps;
 }
 
-.marital {
-       font-size: 1em;
-       font-variant:small-caps;        
-}
-
-.homepage-label {
-       font-size: 1em;
-       font-variant:small-caps;        
+.vcard dd {
+       font-size: 12px;
+       font-variant: normal;
+       -webkit-margin-start: 10px;
 }
 
 .vcard .fn {
@@ -482,16 +483,15 @@ aside a{
 
 aside h4 { font-size: 1.3em; }
 
-aside #viewcontacts {
+.allcontact-link {
+       color: #626262;
        text-align: center;
        font-weight: bold;
        font-variant:small-caps;
        font-size: 1.1em;
-       padding-top: 5px;
 }
-
-#viewcontacts a {
-       color: #898989;
+.allcontact-link a {
+       padding-bottom: 10px;
 }
 
 #profile-extra-links ul { margin-left: 0px; padding-left: 0px; list-style: none; }
@@ -617,6 +617,7 @@ h3#search:before {
        text-align: center;
 }
 
+
 #sidebar-new-group:hover {
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b20202), color-stop(1, #d60808) );
        background:-moz-linear-gradient( center top, #b20202 5%, #d60808 100% );
@@ -629,6 +630,25 @@ h3#search:before {
        top:1px;
 }
 
+.group-selected {
+       padding-bottom: 0px;
+       padding-left: 2px;
+       padding-right: 2px;
+       -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
+       -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
+       box-shadow:inset 0px 1px 0px 0px #cfcfcf;
+       background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
+       background:-moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
+       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
+       background-color:#bdbdbd;
+       -moz-border-radius:5px;
+       -webkit-border-radius:5px;
+       border-radius:5px;
+       display:inline-block;
+       color:#efefef;
+       text-decoration:none;
+}
+
 #sidebar-new-group a {
        color: #efefef;
        font-size: 14px;
@@ -642,8 +662,10 @@ ul .sidebar-group-li{
        padding-bottom: 5px;
 }
 
-ul .sidebar-group-li img{
-       display: none;
+ul .sidebar-group-li .icon{
+       display: inline-block;
+       height: 12px;
+       width: 12px;
 }
 
 .widget h3{
@@ -683,6 +705,20 @@ ul .sidebar-group-li img{
        margin-right: 5px;
 }
 
+.birthday-today, .event-today {
+       font-weight: bold;
+}
+
+#birthday-wrapper, #event-wrapper {
+       margin-left: 15px;
+}
+
+#pause {
+  position: fixed;
+  bottom: 5px;
+  right: 5px;
+}
+
 /* ================== */
 /* = Contacts Block = */
 /* ================== */
@@ -824,22 +860,24 @@ profile-jot-banner-wrapper {
 /* = Tabs = */
 /* ======== */
 
-.tabs-wrapper {
-       width: 450px;
+.tabs {
+       min-width: 400px;
        list-style: none;
        padding: 10px;
-       margin: 0px 0px 10px 0px;
        border-bottom: 1px solid #efefef;
+       font-size: 0.9em;
 }
-.tabs-wrapper li { display: inline;}
+.tabs li { display: inline;}
 
-.tabs {
+.tab {
        padding: 5px 10px 5px 10px;
+       display: inline-block;
+       margin-bottom: 5px;
        margin-right: 5px;
        font-style: bold;
 }
 
-.tabs:hover {
+.tab:hover {
        padding: 5px 10px 5px 10px;
 }
 
@@ -847,11 +885,17 @@ profile-jot-banner-wrapper {
 /* = Posts = */
 /* ========= */
 
-.wall-item-outside-wrapper { 
-       margin-top: 50px;
+.wall-item-outside-wrapper {
+       max-width: 93%;
+       border-bottom: 1px solid #dedede; 
+       margin-top: 20px;
+       padding-right: 10px;
+       padding-left: 12px;
+/*     overflow: hidden; */
 }
+
 .wall-item-outside-wrapper-end { clear: both;}
-.wall-item-content-wrapper { position: relative; max-width: 95%; }
+.wall-item-content-wrapper { position: relative; max-width: 100%; }
 .wall-item-photo-menu { display: none;}
 .wall-item-photo-menu-button {
        display:none;
@@ -897,12 +941,13 @@ profile-jot-banner-wrapper {
 }
 
 .wall-item-outside-wrapper.comment .wall-item-tools {
-       margin: 5px 5px 10px 60px;
+       margin: 5px 5px 10px 70px;
        float: left;
 }
 
 .wall-item-like-buttons {
        float: left;
+       padding-left: 10px;
 }
 .wall-item-like-buttons a.icon {
        float: left;
@@ -930,10 +975,21 @@ profile-jot-banner-wrapper {
        margin-right: 2px;
        float: left;    
 }
+.tag-item {
+       margin-left: 5px;
+       margin-right: 2px;
+       float: left;    
+}
 .wall-item-title { font-size: 1.2em; font-weight: bold;}
-.wall-item-body { margin-left: 140px; padding-right: 20px; }
+.wall-item-body {
+       margin-left: 140px;
+       padding-right: 10px;
+       max-width: 85%;
+}
+
+.wall-item-body img { max-width: 100%; height: auto; }
+
 .wall-item-body p {
-       max-width: 600px;
        font-size: 0.8em;
 }
 .wall-item-lock-wrapper { float: right; }
@@ -943,6 +999,7 @@ profile-jot-banner-wrapper {
        clear: left;
        font-size: 0.9em;
        margin: 4px 0px 0px 140px;
+       padding-left: 10px;
        font-variant:small-caps;
 }
 
@@ -983,7 +1040,7 @@ profile-jot-banner-wrapper {
     position: absolute;
     top: 65px;
     width: 30px;
-    z-index: 10001;
+    z-index: 900;
        width: 30px;
        height: 30px;    
 }
@@ -994,7 +1051,7 @@ profile-jot-banner-wrapper {
     position: absolute;
     left: 20px;
     top: 70px;
-    z-index: 10002;
+    z-index: 950;
 }
 
 .wall-item-photo-menu {
@@ -1049,11 +1106,7 @@ profile-jot-banner-wrapper {
 .icon.drop,
 .icon.drophide { float: left; }
 #item-delete-selected {        overflow: auto; width: 100%;}
-.wall-item-outside-wrapper {
-       max-width: 83%;
-       border-bottom: 1px solid #dedede;
-       margin-top: 20px;
-}
+
 
 /* ============ */
 /* = Comments = */
@@ -1062,11 +1115,11 @@ profile-jot-banner-wrapper {
  .ccollapse-wrapper {
        font-size: 0.9em;
        color: #898989;
-       margin-left: 80px;
+       margin-left: 60px;
        font-variant:small-caps;
 }
  
-.wall-item-outside-wrapper.comment { margin-left: 80px; }
+.wall-item-outside-wrapper.comment { margin-left: 70px; }
 .wall-item-outside-wrapper.comment .wall-item-photo {
        width: 40px!important;
        height: 40px!important;
@@ -1079,7 +1132,13 @@ profile-jot-banner-wrapper {
        background-position: 35px center;
 }
 .wall-item-outside-wrapper.comment .wall-item-info { width: 60px; }
-.wall-item-outside-wrapper.comment .wall-item-body { margin-left: 60px; max-width: 85%;}
+.wall-item-outside-wrapper.comment .wall-item-body {
+       margin-left: 70px;
+       max-width: 85%;
+       padding-right: 10px;
+       padding-left: 10px;
+}
+
 .wall-item-outside-wrapper.comment .wall-item-author { margin-left: 60px;}
 
 .wall-item-outside-wrapper.comment .wall-item-photo-menu {
@@ -1140,11 +1199,14 @@ profile-jot-banner-wrapper {
 }
 
 .wall-item-body code {
-    border-color: #CCCCCC;
-    border-style: solid;
+       font-family: Courier, monospace;
+       white-space: pre;
+       display: block;
+       overflow: auto;
+       border: 1px solid #cccccc;
     border-width: 1px 1px 1px 10px;
-    display: block;
-    padding-left: 10px;
+       padding-left: 10px;
+       margin-top: 20px; 
 }
 
 /* =========== */
@@ -1228,6 +1290,12 @@ div[id$="wrapper"] br { clear: left; }
        background-color: #b20202;      
 }
 
+.profile-edit-side-div {
+       margin-top: 5px;
+       margin-right: 30px;
+       float: right;
+}
+
 #cropimage-wrapper { float:left; }
 #crop-image-form { clear:both; }
 
@@ -1242,23 +1310,44 @@ div[id$="wrapper"] br { clear: left; }
 }
 
 .profile-match-wrapper {
-       width: 300px;
+       width: 82%;
        padding: 5px;
        margin-bottom:10px;
+       margin-left: 20px;
        background-color: #f6f6f6;
        border: 1px solid #dddddd;
        -moz-box-shadow: 3px 3px 4px #959494;
        -webkit-box-shadow: 3px 3px 4px #959494;
-       box-shadow: 3px 3px 4px #959494;        
+       box-shadow: 3px 3px 4px #959494;
+       clear: both;    
+}
+
+.profile-match-end {
+       clear: both;
+}
+
+.profile-match-photo {
+       float: left;
+       margin-right: 10px;
+       margin-bottom: 5px;
 }
 
 /* ========== */
 /* = Photos = */
 /* ========== */
 
+#side-bar-photos-albums h3:before {
+       content: url("photography.png");
+       padding-right: 10px;
+       vertical-align: middle;
+}
+
 #side-bar-photos-albums li {
-       font-size: 1.2em;
+       font-size: 14px;
        font-variant: none;
+       text-align: left;
+       padding-left: 20px;
+       margin-bottom: 5px;
 }
 
 #photo-top-links {
@@ -1286,15 +1375,31 @@ div[id$="wrapper"] br { clear: left; }
        background-color: #b20202;      
 }
 
-.photo-album-image-wrapper,
-.photo-top-image-wrapper { 
-       float: left; 
+.photo-album-image-wrapper { 
+       float: left;
        margin: 0px 10px 10px 0px;
        padding-bottom: 30px;
        position:relative;      
 }
 
-#photo-photo { max-width: 100% }
+.photo-top-image-wrapper {
+       float: left;
+       width: 180px;
+       height: 180px;
+       margin: 0px 10px 10px 0px;
+       padding-bottom: 30px;
+       position:relative;
+}
+
+#photo-album-wrapper-inner {
+       position: relative;
+       float: left;
+       width: 180px;
+       height: 180px;
+       overflow: hidden;
+}
+
+#photo-photo { max-width: 85%; height: auto; }
 #photo-photo img { max-width: 100% }
 
 .photo-top-image-wrapper a:hover,
@@ -1303,7 +1408,7 @@ div[id$="wrapper"] br { clear: left; }
        border-bottom: 0px; 
 }
 
-.photo-top-photo,
+.photo-top-photo {}
 .photo-album-photo {} 
 
 .photo-top-album-name {
@@ -1502,16 +1607,6 @@ input#photo_edit_form {
        margin-left: 190px;
 }
 
-#side-bar-photos-albums h3:before {
-       content: url("photography.png");
-       padding-right: 10px;
-       vertical-align: middle;
-}
-
-#side-bar-photos-albums li {
-       margin-bottom: 5px;
-}
-
 #photo-album-edit-wrapper {
        margin-bottom: 10px;
 }
@@ -1587,16 +1682,15 @@ input#photo_edit_form {
        font-size: 1em; 
 }
 
-
 #prvmail-submit-wrapper { margin-top: 10px; }
 #prvmail-submit {
        float: right;
        margin-top: 0px;
-       margin-right: 90px;
+       margin-right: 0px;
 }
 
 #prvmail-upload {
-margin-left: 90px;     
+margin-left: 0px;      
 }
 
 #prvmail-submit-wrapper > div {
@@ -1637,7 +1731,7 @@ margin-left: 90px;
        float: right;
        clear: block;
        display: inline;
-       font-size: 0.8em;
+       font-size: 0.9em;
        padding-left: 10px;
        font-stretch:ultra-condensed;
        font-variant:small-caps;
@@ -1654,11 +1748,15 @@ margin-left: 90px;
        color: #626262;
 }
 
-.mail-list-delete-wrapper { float: left; margin-right:550px; }
+.mail-list-delete-wrapper { float: right;}
 .mail-list-outside-wrapper-end {
        clear: both;
 }
 
+.mail-conv-outside-wrapper {
+       margin-bottom: 10px;
+}
+
 .mail-conv-sender {float: left; margin: 0px 5px 5px 0px; }
 .mail-conv-sender-photo {
        width: 64px;
@@ -1675,13 +1773,20 @@ margin-left: 90px;
 .mail-conv-detail {
        width: 500px;
        padding: 30px;
+       padding-bottom: 10px;
        margin-left: 20px;
+       margin-bottom: 0px;
        vertical-align: middle;
        margin: auto;
        border: 1px solid #dddddd;
 }
 .mail-conv-break { display: none; border: none;}
-.mail-conv-delete-wrapper { margin-top: 5px; width: 650px; text-align: right; }
+.mail-conv-delete-wrapper { padding-top: 10px; width: 510px; text-align: right; }
+
+#prvmail-subject {
+       font-weight: bold;
+       border: 1px solid #dddddd;
+}
 
 /* ================= */
 /* = Notifications = */
@@ -1771,41 +1876,30 @@ margin-left: 90px;
 }
 
 #contact-edit-banner-name { font-size: 1.5em; margin-left: 30px; font-variant: small-caps; }
-#contact-edit-photo-wrapper {position: relative; float: left; padding: 20px;}
-#contact-edit-direction-icon { position: absolute; top: 60px; left:0px;}
-#contact-edit-nav-wrapper { margin-left: 210px; }
-#contact-edit-links { float: left; margin-top: 23px; }
-#contact-edit-nav-wrapper .icon {
-       border: 1px solid #babdb6;
-    -webkit-border-radius: 3px;
-    -moz-border-radius: 3px;
-    border-radius: 3px;        
-}
 
-#contact-edit-nettype {
-       font-size: 1em;
-       font-variant: small-caps;
-       margin-left: 30px;
-       margin-bottom: 0px;
-       padding-bottom: 0px;
-}
-
-#contact-edit-poll-wrapper { margin-left: 50px; width: 300px;}
-#contact-edit-last-update-text { margin-bottom: 15px; padding-top: 20px; padding-left: 10px; font-size: 0.9em; max-width: 300px; }
-#contact-edit-last-updated { font-weight: bold; }
-#contact-edit-poll-text { display: inline; font-size: 0.9em; padding-left: 10px; }
-#contact-edit-end { clear: both; margin-bottom: 65px;}
 
 #contact-edit-update-now {
-       width: 80px;
-       padding: 5px 10px 5px 10px;
-       margin-left: 125px;
-       margin-top: 10px;
-       font-style: bold;
+       padding:7px;
+       width: 165px;
+       margin: auto;
+       margin-left: 40px;
+       -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
+       -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
+       box-shadow:inset 0px 1px 0px 0px #cfcfcf;
+       background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
+       background:-moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
+       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
+       background-color:#bdbdbd;
+       -moz-border-radius:5px;
+       -webkit-border-radius:5px;
+       border-radius:5px;
+       display:inline-block;
+       color:#efefef;
+       text-decoration:none;
+       text-align: center;
 }
 
 #contact-edit-update-now:hover {
-       color: #efefef;
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b20202), color-stop(1, #d60808) );
        background:-moz-linear-gradient( center top, #b20202 5%, #d60808 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b20202', endColorstr='#d60808');
@@ -1813,20 +1907,18 @@ margin-left: 90px;
 }
 
 #contact-edit-update-now:active {
-       background-color: #b20202;
        position:relative;
        top:1px;
 }
 
 #contact-edit-update-now a {
        color: #efefef;
+       font-size: 14px;
+       text-align: center;
+       margin: auto;
 }
 
 
-#contact-edit-profile-select-text > p {
-       font-size: 1em;
-}
-
 .contact-photo-menu-button {
        position: absolute;
     background-image: url("photo-menu.jpg");
@@ -1962,6 +2054,7 @@ margin-left: 90px;
        background-color:#b20202;       
 }
 
+
 #side-invite-link:active {
        background-color: #b20202;
        position:relative;
@@ -1972,6 +2065,46 @@ margin-left: 90px;
        color: #efefef; 
 }
 
+#side-suggest-link {
+       width: 180px;
+       padding: 10px;
+       margin: auto;
+       margin-bottom: 20px;
+       -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
+       -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
+       box-shadow:inset 0px 1px 0px 0px #cfcfcf;
+       background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
+       background:-moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
+       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
+       background-color:#bdbdbd;
+       -moz-border-radius:5px;
+       -webkit-border-radius:5px;
+       border-radius:5px;
+       padding: 5px 10px 5px 10px;
+       color: #efefef;
+       font-size: 1.2em;
+       text-align: center;     
+}
+
+#side-suggest-link:hover {
+       color: #efefef;
+       background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b20202), color-stop(1, #d60808) );
+       background:-moz-linear-gradient( center top, #b20202 5%, #d60808 100% );
+       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b20202', endColorstr='#d60808');
+       background-color:#b20202;       
+}
+
+
+#side-suggest-link:active {
+       background-color: #b20202;
+       position:relative;
+       top:1px;        
+}
+
+#side-suggest-link a {
+       color: #efefef; 
+}
+
 #invite-message, #invite-recipients, #invite-recipient-text {
        padding: 10px;
 }
@@ -1994,13 +2127,6 @@ margin-left: 90px;
        font-variant: normal;   
 }
 
-#contact-view-recent {
-       float: left;
-       width: 150px;
-       padding: 5px;
-       margin-bottom: 20px;
-}
-
 #contact-suggest {
        float: left;
        margin-left: 10px;
@@ -2041,76 +2167,35 @@ margin-left: 90px;
        color: #efefef;
 }
 
-#contact-edit-info-wrapper {
-       clear: both;
-}
 
 /* ===================================== */
 /* = Register, Settings, Profile Forms = */
 /* ===================================== */
 
-#id_openid_url,
-.openid {
+.openid input{
        background: url(login-bg.gif) no-repeat;
        background-position: 0 50%;
        padding-left: 18px;
-       width: 385px;
+       width: 384px!important;
 }
 
 #profile-tabs-wrapper {
        padding-top: 10px;
 }
 
-#profile-tab-status-link:hover {
+#profile-tab-status-link {
        border: 0px;
        padding: 5px 10px 5px 10px;
        font-style: bold;
-       color: #efefef;
-       background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b20202), color-stop(1, #d60808) );
-       background:-moz-linear-gradient( center top, #b20202 5%, #d60808 100% );
-       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b20202', endColorstr='#d60808');
-       background-color:#b20202;
-}
-
-#profile-tab-status-link:active {
-       border: 0px;
-       padding: 5px 10px 5px 10px;
-       font-style: bold;
-       background-color: #b20202;
-       position:relative;
-       top:1px;
-}
-
-#profile-tab-status-link a {
-       color: #efefef;
 }
 
 #uexport-link a {
        color: #efefef;
 }
 
-#profile-tab-profile-link:hover {
-       border: 0px;
-       padding: 5px 10px 5px 10px;
-       font-style: bold;
-       color: #efefef;
-       background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b20202), color-stop(1, #d60808) );
-       background:-moz-linear-gradient( center top, #b20202 5%, #d60808 100% );
-       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b20202', endColorstr='#d60808');
-       background-color:#b20202;
-}
-
-#profile-tab-profile-link:active {
+#profile-tab-profile-link {
        border: 0px;
        padding: 5px 10px 5px 10px;
-       font-style: bold;
-       background-color: #b20202;
-       position:relative;
-       top:1px;
-}
-
-#profile-tab-profile-link a {
-       color: #efefef;
 }
 
 #uexport-link {
@@ -2196,18 +2281,27 @@ margin-left: 90px;
     padding: 5px;
 }
 
-#register-form div,
-#profile-edit-form div { 
+#register-form div {
        clear: both;
 }
 
+#profile-edit-form div { 
+       margin-bottom: 5px;
+}
+
+#profile-edit-form div[id$='desc'] {
+       font-size: 0.8em;
+       margin-left: 2%;
+}
+
 #register-form label,
 #profile-edit-form label {
        width: 300px; float: left;
 }
 
-#register-form span,
-#profile-edit-form span  {
+/* #register-form span,
+#profile-edit-form span  { */
+#register-form span {
        color: #555753;
        display:block;
        margin-bottom: 20px;
@@ -2255,7 +2349,7 @@ margin-left: 90px;
        background-color:#bdbdbd;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
-       border-radius:5px;
+       border-radius:5px;*/
 }
 
 .group-delete-wrapper:hover {
@@ -2331,6 +2425,7 @@ margin-left: 90px;
        padding: 20px;
        padding-top: 10px;
        margin: 0 0px;
+       margin-bottom: 10px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
@@ -2602,7 +2697,9 @@ tr {
 .admin.link {
        list-style-position: inside;
        font-size: 1em;
-       padding: 3px;
+       padding: 5px;
+       width: 100px;
+       margin: 5px;
 }
 
 #adminpage dl {
@@ -2793,7 +2890,8 @@ tr {
 .on            { background-position: -50px  -60px;}
 .off           { background-position: -70px  -60px;}
 .prev          { background-position: -90px  -60px;}
-.next          { background-position: -110px  -60px;}
+.next          { background-position: -110px -60px;}
+.tagged     { background-position: -130px -60px;}
 
 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
 
@@ -2989,4 +3087,120 @@ a.active {
        color:#efefef;
        padding: 5px 10px 5px 10px;
        margin-right: 5px;
-}
\ No newline at end of file
+}
+
+/* notifications popup menu */
+.nav-notify {
+       display: none;
+       position: absolute;
+       font-size: 10px;
+       padding: 1px 3px;
+       top: 0px;
+       right: -10px;
+       min-width: 15px;
+       text-align: right;
+}
+.nav-notify.show {
+       display: block;
+}
+ul.menu-popup {
+       position: absolute;
+       display: none;
+       width: 10em;
+       margin: 0px;
+       padding: 0px;
+       list-style: none;
+       z-index: 100000;
+       top: 40px;
+}
+#nav-notifications-menu {
+       width: 320px;
+       max-height: 400px;
+       overflow-y: scroll;overflow-style:scrollbar;
+       background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #797979), color-stop(1, #898988) );
+       background:-moz-linear-gradient( center top, #797979 5%, #898988 100% );
+       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#797979', endColorstr='#898988');
+       background-color:#a2a2a2;
+       -moz-border-radius:0px 0px 5px 5px;
+       -webkit-border-radius:0px 0px 5px 5px;
+       border-radius:0px 0px 5px 5px;
+       border: 1px solid #9A9A9A;
+       border-top: none;
+       -moz-box-shadow: 5px 5px 10px #242424;
+       -webkit-box-shadow: 5px 5px 10px #242424;
+       box-shadow: 5px 5px 10px #242424;
+
+}
+#nav-notifications-menu .contactname { font-weight: bold; font-size: 0.9em; }
+#nav-notifications-menu img { float: left; margin-right: 5px; }
+#nav-notifications-menu .notif-when { font-size: 0.8em; display: block; }
+#nav-notifications-menu li {
+       padding: 7px 0px 7px 10px;
+       word-wrap:normal;
+       border-bottom: 1px solid #626262;
+}
+
+#nav-notifications-menu li:hover {
+       background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b20202), color-stop(1, #d60808) );
+       background:-moz-linear-gradient( center top, #b20202 5%, #d60808 100% );
+       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b20202', endColorstr='#d60808');
+       background-color:#b20202;
+}
+
+.notif-item a {
+       vertical-align: middle;
+       color: #626262;
+       padding-bottom: 7px;
+}
+
+.notif-item a:hover {
+       color: #b20202;
+}
+
+.notif-image {
+       width: 32px;
+       height: 32px;
+       padding: 7px 7px 0px 0px;
+}
+
+#jGrowl {
+       z-index: 20000;
+}
+
+/* autocomplete popup */
+.acpopup {
+       max-height:150px;
+       overflow:auto;
+       z-index:100000;
+       
+       color: #2e3436;
+       border-top: 0px;
+       background: #eeeeee;
+       border-right: 1px solid #dddddd;
+       border-left: 1px solid #dddddd;
+       border-bottom: 1px solid #dddddd;
+       -webkit-border-radius: 0px 5px 5px 5px;
+       -moz-border-radius: 0px 5px 5px 5px;
+       border-radius: 0px 5px 5px 5px;
+       -moz-box-shadow: 3px 3px 4px #959494;
+       -webkit-box-shadow: 3px 3px 4px #959494;
+       box-shadow: 3px 3px 4px #959494;
+       
+}
+.acpopupitem {
+       color: #2e3436; padding: 4px;
+       clear:left;
+}
+.acpopupitem img {
+       float: left;
+       margin-right: 4px;
+}
+
+.acpopupitem.selected {
+       color: #efefef;
+       background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b20202), color-stop(1, #d60808) );
+       background:-moz-linear-gradient( center top, #b20202 5%, #d60808 100% );
+       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b20202', endColorstr='#d60808');
+       background-color:#b20202; 
+       order-bottom: none;
+}