]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/testbubble/style.css
Vier: switching some more icons to "font awesome"
[friendica.git] / view / theme / testbubble / style.css
index 4a3edc163403e9d5f6d14589f89cbca621121e4f..1331a3f19073606a7fe3ec081f52609d16fbebe7 100644 (file)
@@ -55,7 +55,7 @@ p {
 }
 
 label {
-       font-variant:small-caps;
+/*     font-variant:small-caps; */
 }
 
 li {
@@ -65,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;
@@ -380,7 +382,8 @@ ul#user-menu-popup li a.nav-sep { border-top: 1px solid #989898; border-style:in
        padding-left: 11px;
     /*display: none;*/
 }
-#net-update { background-position: 0px -126px; }
+#notify-update { background-position: 0px -168px; }
+#net-update { background-position: 0px -126px }
 #mail-update { background-position: 0px -40px; }
 #intro-update { background-position: 0px -84px; }
 #home-update { background-position: 0px 0px; }
@@ -452,7 +455,7 @@ aside a{
 
 .vcard {
        font-size: 1em;
-       font-variant:small-caps;
+/*     font-variant:small-caps; */
 }
 
 .vcard dd {
@@ -485,7 +488,7 @@ aside h4 { font-size: 1.3em; }
        color: #626262;
        text-align: center;
        font-weight: bold;
-       font-variant:small-caps;
+/*     font-variant:small-caps; */
        font-size: 1.1em;
 }
 .allcontact-link a {
@@ -615,6 +618,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% );
@@ -627,6 +631,25 @@ h3#search:before {
        top:1px;
 }
 
+.group-selected, .nets-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;
@@ -640,10 +663,29 @@ 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;
+}
+
+
+.nets-ul {
+       list-style-type: none;
+}
+
+.nets-ul li {
+       margin-top: 10px;
+}
+
+.nets-link {
+       margin-left: 24px;
+}
+.nets-all {
+       margin-left: 42px;
 }
 
+
 .widget h3{
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0edf0), color-stop(1, #e2e2e2) );
        background:-moz-linear-gradient( center top, #f0edf0 5%, #e2e2e2 100% );
@@ -681,6 +723,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 = */
 /* ================== */
@@ -706,7 +762,30 @@ ul .sidebar-group-li img{
 #profile-jot-submit-wrapper { 
 }
 
-#profile-jot-perms, #profile-jot-submit {
+
+#jot-title {
+       border: 0px;
+       margin: 0px;
+       height: 20px;
+       width: 462px;
+       font-weight: bold;
+       border: 1px solid #ffffff;
+}
+
+#jot-title::-webkit-input-placeholder{font-weight: normal;}
+#jot-title:-moz-placeholder{font-weight: normal;}
+               
+       
+#jot-title:hover,
+#jot-title:focus {
+       border: 1px solid #cccccc; 
+}
+
+.preview {
+       background: #FFFFC8;
+}
+
+#profile-jot-perms, #profile-jot-submit, #jot-preview-link {
        width: 60px;
        font-size: 12px;
        -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
@@ -744,13 +823,13 @@ ul .sidebar-group-li img{
        margin-left: -30px;
 }
 
-#profile-jot-perms:hover, #profile-jot-submit:hover {
+#profile-jot-perms:hover, #profile-jot-submit:hover, #jot-preview-link: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;
 }
-#profile-jot-perms:active, #profile-jot-submit:active {
+#profile-jot-perms:active, #profile-jot-submit:active, #jot-preview-link:active {
        position:relative;
        top:1px;
 }
@@ -823,16 +902,18 @@ profile-jot-banner-wrapper {
 /* ======== */
 
 .tabs {
-       width: 600px;
+       min-width: 400px;
        list-style: none;
        padding: 10px;
-       margin: 0px 0px 10px 0px;
        border-bottom: 1px solid #efefef;
+       font-size: 0.9em;
 }
 .tabs li { display: inline;}
 
 .tab {
        padding: 5px 10px 5px 10px;
+       display: inline-block;
+       margin-bottom: 5px;
        margin-right: 5px;
        font-style: bold;
 }
@@ -847,11 +928,11 @@ profile-jot-banner-wrapper {
 
 .wall-item-outside-wrapper {
        max-width: 93%;
-       border-bottom: 1px solid #dedede;
+       border-bottom: 1px solid #dedede; 
        margin-top: 20px;
        padding-right: 10px;
        padding-left: 12px;
-       overflow: hidden;
+/*     overflow: hidden; */
 }
 
 .wall-item-outside-wrapper-end { clear: both;}
@@ -935,6 +1016,11 @@ 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;
@@ -942,6 +1028,8 @@ profile-jot-banner-wrapper {
        max-width: 85%;
 }
 
+.wall-item-body img { max-width: 100%; height: auto; }
+
 .wall-item-body p {
        font-size: 0.8em;
 }
@@ -953,7 +1041,7 @@ profile-jot-banner-wrapper {
        font-size: 0.9em;
        margin: 4px 0px 0px 140px;
        padding-left: 10px;
-       font-variant:small-caps;
+/*     font-variant:small-caps; */
 }
 
 .wall-item-author a {
@@ -975,7 +1063,7 @@ profile-jot-banner-wrapper {
        margin-left: 25px;
        font-size: 0.9em;
        display: block;
-       font-variant:small-caps;
+/*     font-variant:small-caps; */
        color: #898989;
 }
 
@@ -984,7 +1072,7 @@ profile-jot-banner-wrapper {
 .wall-item-conv a{
        font-size: 0.9em;
        color: #898989;
-       font-variant:small-caps;
+/*     font-variant:small-caps; */
 }
 
 .wallwall .wwto {
@@ -1069,7 +1157,7 @@ profile-jot-banner-wrapper {
        font-size: 0.9em;
        color: #898989;
        margin-left: 60px;
-       font-variant:small-caps;
+/*     font-variant:small-caps; */
 }
  
 .wall-item-outside-wrapper.comment { margin-left: 70px; }
@@ -1101,7 +1189,7 @@ profile-jot-banner-wrapper {
 .icollapse-wrapper {
        font-size: 0.9em;
        color: #898989;
-       font-variant:small-caps;        
+/*     font-variant:small-caps;        */
 }
 
 .comment-wwedit-wrapper,
@@ -1178,7 +1266,7 @@ profile-jot-banner-wrapper {
        margin-bottom: 0px;
        padding-bottom: 5px;
        font-size: 18px;
-       font-variant:small-caps;
+/*     font-variant:small-caps; */
 }
  
 div[id$="wrapper"] { height: 100%;} 
@@ -1210,7 +1298,7 @@ div[id$="wrapper"] br { clear: left; }
 
 .profile-listing-name {
        font-size: 1em;
-       font-variant: small-caps;
+/*     font-variant: small-caps;*/
 }
 .profile-listing-name a {
        color: #898989;
@@ -1243,12 +1331,18 @@ 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; }
 
 .profile-match-name a{
        color: #999;
-       font-variant: small-caps;
+/*     font-variant: small-caps; */
        font-size: 1em;
 }
 
@@ -1282,6 +1376,10 @@ div[id$="wrapper"] br { clear: left; }
 /* ========== */
 /* = Photos = */
 /* ========== */
+.photos {
+       height: auto;
+       overflow: auto;
+}
 
 #side-bar-photos-albums h3:before {
        content: url("photography.png");
@@ -1364,7 +1462,7 @@ div[id$="wrapper"] br { clear: left; }
        padding: 0px 5px;
        font-weight: bold;
        font-stretch:semi-expanded;
-       font-variant:small-caps;
+/*     font-variant:small-caps; */
 } 
 
 .photo-top-album-name a{
@@ -1378,7 +1476,7 @@ div[id$="wrapper"] br { clear: left; }
        text-align: center;
        color: #6e6e6e;
        font-size: 0.9em;
-       font-variant: small-caps;
+/*     font-variant: small-caps; */
 }
 
 #photo-photo{
@@ -1389,7 +1487,7 @@ div[id$="wrapper"] br { clear: left; }
 #photo-caption {
        margin-top: 10px;
        color: #6E6E6E;
-       font-variant:small-caps;
+/*     font-variant:small-caps; */
        font-size: 1.1em;
 }
 
@@ -1614,18 +1712,18 @@ input#photo_edit_form {
 }
 
 #prvmail-subject-label {
-       font-variant:small-caps;
+/*     font-variant:small-caps; */
 }
 
 #prvmail-to {
        padding-left: 10px;
 }
 #prvmail-to-label {
-       font-variant:small-caps;
+/*     font-variant:small-caps; */
 }
 
 #prvmail-message-label {
-       font-variant:small-caps;
+/*     font-variant:small-caps; */
        font-size: 1em; 
 }
 
@@ -1671,7 +1769,7 @@ margin-left: 0px;
 .mail-list-sender-name {
        font-size: 1.1em;
        display: inline;
-       font-variant:small-caps;
+/*     font-variant:small-caps; */
 }
 
 .mail-list-date {
@@ -1681,7 +1779,7 @@ margin-left: 0px;
        font-size: 0.9em;
        padding-left: 10px;
        font-stretch:ultra-condensed;
-       font-variant:small-caps;
+/*     font-variant:small-caps; */
 }
 
 .mail-list-subject {
@@ -1710,8 +1808,8 @@ margin-left: 0px;
        height: 64px;
 }
 
-.mail-conv-sender-name { float: left; font-variant:small-caps; font-style: bold; }
-.mail-conv-date { float: right; font-variant:small-caps; }
+.mail-conv-sender-name { float: left; font-style: bold; }
+.mail-conv-date { float: right; }
 .mail-conv-subject { clear: right; font-weight: bold; font-size: 1.2em }
 .mail-conv-body {
        clear: both;
@@ -1805,7 +1903,7 @@ margin-left: 0px;
        font: #999;
        font-size: 12px;
        text-align:center;
-       font-variant:small-caps;
+/*     font-variant:small-caps; */
        font-weight: bold;
        margin-top:5px;
 }
@@ -1822,42 +1920,31 @@ margin-left: 0px;
        background-color: #ffffff;
 }
 
-#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-banner-name { font-size: 1.5em; margin-left: 30px; }
 
-#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');
@@ -1865,20 +1952,18 @@ margin-left: 0px;
 }
 
 #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");
@@ -1918,7 +2003,7 @@ margin-left: 0px;
 }
 
 .view-contact-name {
-       font-variant: small-caps;
+/*     font-variant: small-caps; */
 }
 
 #div.side-link {
@@ -2014,6 +2099,7 @@ margin-left: 0px;
        background-color:#b20202;       
 }
 
+
 #side-invite-link:active {
        background-color: #b20202;
        position:relative;
@@ -2024,6 +2110,46 @@ margin-left: 0px;
        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;
 }
@@ -2046,13 +2172,6 @@ margin-left: 0px;
        font-variant: normal;   
 }
 
-#contact-view-recent {
-       float: left;
-       width: 150px;
-       padding: 5px;
-       margin-bottom: 20px;
-}
-
 #contact-suggest {
        float: left;
        margin-left: 10px;
@@ -2093,27 +2212,27 @@ margin-left: 0px;
        color: #efefef;
 }
 
-#contact-edit-info-wrapper {
-       clear: both;
+.crepair-label {
+       margin-top: 10px;
+       float: left;
+       width: 250px;
+}
+
+.crepair-input {
+       margin-top: 10px;
+       float: left;
+       width: 200px;
 }
 
 /* ===================================== */
 /* = Register, Settings, Profile Forms = */
 /* ===================================== */
 
-#id_openid_url,
-.openid {
+.openid input{
        background: url(login-bg.gif) no-repeat;
        background-position: 0 50%;
-       padding-left: 18px !important;
-       width: 385px;
-}
-
-.openid {
-       width: 150px !important;
-}
-#login-password {
-       width: 168px !important;
+       padding-left: 18px;
+       width: 384px!important;
 }
 
 #profile-tabs-wrapper {
@@ -2218,28 +2337,17 @@ margin-left: 0px;
     padding: 5px;
 }
 
-.settings-block {
-       margin-top: 20px;
-       -moz-box-shadow: 1px 2px 6px 0px #959494;
-       -webkit-box-shadow: 1px 2px 6px 0px #959494;
-       box-shadow: 1px 2px 6px 0px #959494;
-       background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f8f8f8), color-stop(1, #f6f6f6) );
-       background:-moz-linear-gradient( center top, #f8f8f8 5%, #f6f6f6 100% );
-       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f6f6f6');
-       background-color:#f8f8f8;
-       -moz-border-radius:5px;
-       -webkit-border-radius:5px;
-       border-radius:5px;
-       border:1px solid #eee;
-       color:#a6a6a6;
-       text-shadow:-1px 0px 0px #bdbdbd;
-       border: 1px solid #cdcdcd;
-       padding: 5px;
+#register-form div {
+       clear: both;
 }
 
-#register-form div,
 #profile-edit-form div { 
-       clear: both;
+       margin-bottom: 5px;
+}
+
+#profile-edit-form div[id$='desc'] {
+       font-size: 0.8em;
+       margin-left: 2%;
 }
 
 #register-form label,
@@ -2247,8 +2355,9 @@ margin-left: 0px;
        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;
@@ -2431,7 +2540,7 @@ margin-left: 0px;
        margin-bottom: 2px;
        margin-top: 2px;
        font-size: 0.9em;
-       font-variant: small-caps;
+/*     font-variant: small-caps; */
        text-align: left;
 }
 
@@ -2497,7 +2606,7 @@ margin-left: 0px;
 .event-list-date {
        color: #626262;
        margin-bottom: 10px;
-       font-variant:small-caps;
+/*     font-variant:small-caps; */
        font-stretch:condensed;
 }
 
@@ -2533,7 +2642,7 @@ margin-left: 0px;
        color: #ffffff;
        font-weight: bold;
        text-align:center;
-       font-variant:small-caps;
+/*     font-variant:small-caps; */
        -moz-box-shadow: 5px 2px 8px #959494;
        -webkit-box-shadow: 5px 2px 8px #959494;
        box-shadow: 5px 2px 8px #959494;
@@ -2611,20 +2720,16 @@ tr {
 
 .directory-details {
        font-size: 0.9em;
-       font-variant: small-caps;
+/*     font-variant: small-caps; */
        width: 160px;
 }
 
 .directory-name {
        font-size: 1em;
-       font-variant: small-caps;
+/*     font-variant: small-caps; */
        width: 150px;   
 }
 
-.directory-end {
-       clear: both;
-}
-
 /* ========= */
 /* = Admin = */
 /* ========= */
@@ -2770,6 +2875,10 @@ tr {
 /* = Icons = */
 /* ========= */
 
+.sparkle {
+       cursor: url('lock.cur'), pointer;
+}
+
 .icon {
        display: block; width: 20px; height: 20px;
        background-image: url('icons.png');
@@ -2783,6 +2892,10 @@ tr {
        repeat: no-repeat;
 }
 
+.notify {
+  background-image: url("notify.png");}
+  repeat: no-repeat;
+}
 
 .border {
        border: 1px solid #c1c1c1;
@@ -2841,7 +2954,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); }
 
@@ -3097,6 +3211,10 @@ ul.menu-popup {
        background-color:#b20202;
 }
 
+#nav-notifications-menu a:hover {
+       text-decoration: underline;
+}
+
 .notif-item a {
        vertical-align: middle;
        color: #626262;
@@ -3116,3 +3234,59 @@ ul.menu-popup {
 #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;
+}
+
+.qcomment {
+       opacity: 0;
+       filter:alpha(opacity=0);
+}
+.qcomment:hover {
+       opacity: 1.0;
+       filter:alpha(opacity=100);
+}
+.notify-seen {
+       background: #000;
+}
+
+
+/* Pages profile widget */
+#page-profile div#profile-page-list{
+margin-left: 45px;
+}
\ No newline at end of file