X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fsmoothly%2Fstyle.css;h=79aba529e15210ba5502e61ab7a5c05f15cd0501;hb=01221ccb2a3cdf288eade32a845e4cbcd4179353;hp=03025acf878573427e698f452cb45f6de1248091;hpb=75d65db785b345c100942b3c296e1d6eda0634b8;p=friendica.git diff --git a/view/theme/smoothly/style.css b/view/theme/smoothly/style.css index 03025acf87..79aba529e1 100644 --- a/view/theme/smoothly/style.css +++ b/view/theme/smoothly/style.css @@ -2,7 +2,7 @@ style.css Smoothly - Created by alex@friendica.pixelbits.de on 2012-09-25 + Created by alex@friendica.pixelbits.de on 2012-10-24 ** Colors ** Blue links - #1873a2 @@ -14,85 +14,7 @@ Dark Grey Gradients - #7c7d7b and #555753 Orange - #fec01d */ -body { - margin: 0 auto; - padding-bottom: 3em; - width: 960px; - font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; - font-size: 15px; - font-size-adjust: none; - font-style: normal; - font-variant: normal; - font-weight: normal; - line-height: 18px; - color: #626262; - background-color: #F2F2F2; - color: #333333; -} - -img { - border: 0 none; - max-width: 550px; -} - -a { - color: #1873a2; - text-decoration: none; - margin-bottom: 1px; -} - -a:hover { - color: #6da6c4; - padding-bottom: 0px; -} - -h3 > a, h4 > a { - font-size: 18px; - color: #626262; -} - -h3 { - margin: 0px; - margin-bottom: 5px; - font-size: 18px; - color: #626262; -} - -h2 { - color: #626262; -} - -p { - max-width: 600px; -} - -li { - list-style: none outside none; -} - -li.widget-list { - list-style: none outside none; - background: url("arrow.png") no-repeat scroll left center transparent; - display: block; - padding: 3px 24px; -} - -.required { - display: inline; - color: #1873a2; -} - -.fakelink, .fakelink:visited, .fakelink:link { - color: #1873a2; - cursor: pointer; - margin-bottom: 10px; - margin-left: 10px; - /*background: url("down.png") no-repeat scroll left center transparent;*/ -} - -.fakelink:hover { - color: #6da6c4; -} +@import url('css/typography.css'); .lockview { cursor: pointer; @@ -103,16 +25,14 @@ li.widget-list { font-size: 100%; } - input[type=text] { float: left; border: 1px solid #b0b0b0; padding: 2px; width: 550px; - /*margin-top: 10px;*/ - border-radius: 3px 3px 3px 3px; - -webkit-border-radius: 3px 3px 3px 3px; - -moz-border-radius: 3px 3px 3px 3px; + border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; } input[type=text-sidebar] { @@ -121,13 +41,13 @@ input[type=text-sidebar] { width: 172px; margin-left: 10px; margin-top: 10px; - border-radius: 3px 3px 3px 3px; - -webkit-border-radius: 3px 3px 3px 3px; - -moz-border-radius: 3px 3px 3px 3px; + border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; } input[type=submit] { - margin: 10px; + margin:10px 10px 0 0; font-size: 0.9em; padding: 5px; background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) ); @@ -137,7 +57,9 @@ input[type=submit] { color: #efefef; text-align: center; border: 1px solid #7C7D7B; - border-radius: 5px 5px 5px 5px; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } input[type=submit]:hover { @@ -148,18 +70,37 @@ input[type=submit]:hover { color: #efefef; border: 1px solid #7C7D7B; box-shadow: 0 0 8px #BDBDBD; - border-radius: 5px 5px 5px 5px; + -moz-box-shadow: 3px 3px 4px #959494; + -webkit-box-shadow: 3px 3px 4px #959494; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } + input[type=submit]:active { position: relative; top: 1px; } +#search-text, +#search-submit, +#search-save { + margin: 10px 10px 0 0; +} + +#directory-search, +#directory-search-submit, +#search-save { +} + +.dirsearch-desc { +} + .smalltext { font-size: 0.7em } -::selection { +::selection { background: #fec01d; color: #000; /* Safari and Opera */ } @@ -171,7 +112,7 @@ input[type=submit]:active { section { float: left; - margin-top: 45px; + margin-top: 50px; width: 730px; font-size: 0.9em; line-height: 1.2em; @@ -188,10 +129,14 @@ section { .mframe { padding: 3px; - background: none repeat scroll 0 0 #FFFFFF; - border: 1px solid #C5C5C5; - border-radius: 3px 3px 3px 3px; - box-shadow: 0 0 8px #BDBDBD; + background: none repeat scroll 0 0 #FFFFFF; + border: 1px solid #C5C5C5; + border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + box-shadow: 0 0 8px #BDBDBD; + -moz-box-shadow: 3px 3px 4px #959494; + -webkit-box-shadow: 3px 3px 4px #959494; } #wall-item-lock { @@ -200,7 +145,9 @@ section { .button { border: 1px solid #7C7D7B; - border-radius: 5px 5px 5px 5px; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; font-size: 1em; 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% ); @@ -213,7 +160,11 @@ section { .button:hover { border: 1px solid #7C7D7B; box-shadow: 0 0 8px #BDBDBD; - border-radius: 5px 5px 5px 5px; + -moz-box-shadow: 3px 3px 4px #959494; + -webkit-box-shadow: 3px 3px 4px #959494; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) ); background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% ); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4'); @@ -234,7 +185,8 @@ section { /* = Login = */ /* ========= */ -#login-name-wrapper { +#login-name-wrapper, +#login-password-wrapper { vertical-align: middle; margin: auto; } @@ -244,11 +196,6 @@ section { margin-left: 20px; } -#login-password-wrapper { - vertical-align: middle; - margin: auto; -} - #login-extra-links { width: 90px; margin-top: 20px; @@ -268,11 +215,18 @@ section { } #login_standard { - width: 210px; + width: 250px; float: left; + border: 1px solid #7C7D7B; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + padding: 10px; + margin: 10px 0 0 0; } + #login_openid { - width: 210px; + width: 300px; margin-left: 150px; } @@ -295,14 +249,18 @@ section { height: 50px; } -#login-submit-button { +#login-submit-button, +#login-submit-wrapper { margin-top: 10px; margin-left: 75px; } -#login-submit-wrapper { +#login-submit-button { + width: 271px; +} + +.login-form, margin-top: 10px; - margin-left: 75px; } /* ========= */ @@ -331,7 +289,8 @@ section { /* ========= */ .pager { - padding-top: 30px; + padding-top: 10px; + padding-bottom: 10px; display: block; clear: both; text-align: center; @@ -373,7 +332,11 @@ nav { background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) ); border: 1px solid #7C7D7B; box-shadow: 0 0 8px #BDBDBD; - border-radius: 5px 5px 5px 5px; + -moz-box-shadow: 3px 3px 4px #959494; + -webkit-box-shadow: 3px 3px 4px #959494; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } nav a { @@ -398,7 +361,7 @@ nav #banner { display: block; position: absolute; margin-left: 3px; - margin-top: 3px; + /*margin-top: 2px;*/ padding-bottom: 5px; } @@ -432,6 +395,22 @@ nav #user-menu { text-decoration: none; text-align: center; } + +nav #user-menu:hover { + border: 1px solid #7C7D7B; + box-shadow: 0 0 8px #BDBDBD; + -moz-box-shadow: 3px 3px 4px #959494; + -webkit-box-shadow: 3px 3px 4px #959494; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) ); + background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4'); + background-color: #1873a2; + color: #efefef; +} + nav #user-menu-label::after { content: url("menu-user-pin.png") no-repeat; padding-left: 15px; @@ -453,32 +432,7 @@ nav #user-menu-label { nav #nav-link-wrapper .nav-link { border-right: 1px solid #babdb6; } -/* menu problems -.nav-commlink, .nav-login-link { - display: block; - height: 15px; - margin-top: 67px; - margin-right: 2px; - padding: 6px 3px; - float: left; - bottom: 140px; - border: 1px solid #babdb6; - border-bottom: 0px; - background-color: #aec0d3; - color: #565854; - border-radius: 3px 3px 0px 0px; - -moz-border-radius: 3px 3px 0px 0px; -} -.nav-commlink.selected { - background-color: #ffffff; - border-bottom: 1px solid #ffffff; - color: #000000 !important; - margin-top: 64px; - padding-top: 6px; - padding-bottom: 8px; -} -*/ .error-message { color: #FF0000; font-size: 1.1em; @@ -510,12 +464,12 @@ ul#user-menu-popup { left: 0px; border: 1px solid #9a9a9a; border-top: none; - -webkit-border-radius: 0px 0px 5px 5px; - -moz-border-radius: 0px 0px 5px 5px; border-radius: 0px 0px 5px 5px; - -moz-box-shadow: 5px 5px 10px #242424; - -webkit-box-shadow: 5px 5px 10px #242424; + -webkit-border-radius: 0px 0px 5px 5px; + -moz-border-radius: 0px 0px 5px 5px; box-shadow: 5px 5px 10px #242424; + -moz-box-shadow: 5px 5px 10px #242424; + -webkit-box-shadow: 5px 5px 10px #242424; z-index: 10000; } @@ -533,7 +487,7 @@ ul#user-menu-popup li a:hover { background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6da6c4), color-stop(1, #1873a2) ); background: -moz-linear-gradient( center top, #6da6c4 5%, #1873a2 100% ); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6da6c4', endColorstr='#1873a2'); - background-color: #6da6c4; + background-color: #1873a2; } ul#user-menu-popup li a.nav-sep { @@ -602,7 +556,8 @@ ul#user-menu-popup li a.nav-sep { /* = System Messages = */ /* =================== */ -#sysmsg_info, #sysmsg { +#sysmsg_info, +#sysmsg { position: fixed; bottom: 0px; right:20%; box-shadow: 7px 7px 10px #434343; @@ -639,15 +594,19 @@ aside { float: right; width: 205px; margin-top: 45px; - font-size: 0.9em; + /*font-size: 0.9em;*/ font-style: bold; } -aside a{ - padding-bottom: 5px; +aside a { + /*padding-bottom: 5px;*/ +} + +aside h4 { + font-size: 1.3em; } -.vcard { +.vcard .title { font-size: 1em; } @@ -657,10 +616,14 @@ aside a{ -webkit-margin-start: 10px; } +.fn { +} + .vcard .fn { font-size: 1.4em; font-weight: bold; border-bottom: none; + margin-top:10px; } .vcard #profile-photo-wrapper { @@ -672,12 +635,13 @@ aside a{ box-shadow: 0 0 8px #BDBDBD; -moz-box-shadow: 3px 3px 4px #959494; -webkit-box-shadow: 3px 3px 4px #959494; - border-radius: 5px 5px 5px 5px; + -moz-box-shadow: 3px 3px 4px #959494; + -webkit-box-shadow: 3px 3px 4px #959494; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } -aside h4 { - font-size: 1.3em; -} .allcontact-link { color: #626262; @@ -722,9 +686,9 @@ aside h4 { #wallmessage-link { display: block; color: #FFFFFF; - -webkit-border-radius: 5px ; - -moz-border-radius: 5px; border-radius: 5px; + -webkit-border-radius: 5px ; + -moz-border-radius: 5px; padding: 5px; font-weight: bold; background-color: #3465a4; @@ -757,7 +721,7 @@ aside h4 { width: auto; } -h3#search:before { +h3 #search:before { content: url("search.png"); padding-right: 10px; vertical-align: middle; @@ -767,9 +731,9 @@ h3#search:before { background-color: #f3f3f3; border: 1px solid #cdcdcd; margin-bottom: 10px; - border-radius: 5px 5px 5px 5px; - -webkit-border-radius: 5px 5px 5px 5px; - -moz-border-radius: 5px 5px 5px 5px; + border-radius: 5px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; } #group-sidebar { @@ -779,23 +743,45 @@ h3#search:before { padding-bottom: 10px; } +#message-sidebar { + vertical-align: middle; + margin-top: 40px; +} + +#message-new { + padding: 7px; + width: 165px; + margin: 10px; + 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; + display: inline-block; + color: #efefef; + text-decoration: none; + text-align: center; + border: 1px solid #7C7D7B; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; +} + +#peoplefind-desc { + margin-left: 10px; +} + #sidebar-group-list { margin-left: 0px; margin-right: 30px; } -#sidebar-group-list a { - padding-bottom: 10px; +#sidebar-ungrouped { + margin: 10px; } -/*#sidebar-group-list ul { - list-style-type: none; +#sidebar-group-list a { } -#sidebar-group-list li { - margin-top: 10px; -}*/ - #sidebar-group-list .icon, #sidebar-group-list .iconspacer { display: inline-block; @@ -803,6 +789,17 @@ h3#search:before { width: 12px; } +#side-peoplefind-submit { + margin: 10px; +} + +#side-peoplefind-url { + margin: 10px; + width: 175px; +} + +#sidebar-page-list {} + .widget { margin-top: 20px; box-shadow: 1px 2px 6px 0px #959494; @@ -819,6 +816,13 @@ h3#search:before { border: 1px solid #cdcdcd; } +li.widget-list { + list-style: none outside none; + background: url("arrow.png") no-repeat scroll left center transparent; + display: block; + padding: 3px 24px; +} + #sidebar-new-group { padding: 7px; width: 165px; @@ -833,7 +837,9 @@ h3#search:before { text-decoration: none; text-align: center; border: 1px solid #7C7D7B; - border-radius: 5px 5px 5px 5px; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } @@ -844,7 +850,11 @@ h3#search:before { background-color: #1873a2; border: 1px solid #7C7D7B; box-shadow: 0 0 8px #BDBDBD; - border-radius: 5px 5px 5px 5px; + -moz-box-shadow: 3px 3px 4px #959494; + -webkit-box-shadow: 3px 3px 4px #959494; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } #sidebar-new-group:active { @@ -852,7 +862,10 @@ h3#search:before { top: 1px; } -.group-selected, .nets-selected, .fileas-selected, .categories-selected { +.group-selected, +.nets-selected, +.fileas-selected, +.categories-selected { padding-bottom: 0px; padding-left: 2px; padding-right: 2px; @@ -885,7 +898,6 @@ h3#search:before { ul .sidebar-group-li { list-style: none; font-size: 1.0em; - padding-bottom: 5px; } ul .sidebar-group-li .icon { @@ -894,12 +906,13 @@ ul .sidebar-group-li .icon { width: 12px; } -.nets-ul { +.nets-ul, .fileas-ul, .categories-ul { list-style-type: none; } -.nets-ul li { - margin-top: 10px; +.nets-ul li, +.fileas-ul li, +.categories-ul li { } .nets-link { @@ -909,7 +922,18 @@ ul .sidebar-group-li .icon { margin-left: 42px; } +.fileas-link, +.categories-link { + margin-left: 0px; +} + +.fileas-all, +.categories-all { + margin-left: 0px; +} + .widget h3 { + font-size: 125%; 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% ); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0edf0', endColorstr='#e2e2e2'); @@ -926,6 +950,10 @@ ul .sidebar-group-li .icon { text-shadow: -1px 0px 0px #bdbdbd; } +#connect-desc { + margin-left: 10px; +} + #group-sidebar h3:before { content: url("groups.png"); padding-right: 10px; @@ -945,11 +973,13 @@ ul .sidebar-group-li .icon { margin-right: 5px; } -.birthday-today, .event-today { +.birthday-today, +.event-today { font-weight: bold; } -#birthday-wrapper, #event-wrapper { +#birthday-wrapper, +#event-wrapper { margin-left: 15px; } @@ -968,22 +998,37 @@ ul .sidebar-group-li .icon { height: 47px; margin-right: 2px; border: 1px solid #C5C5C5; - border-radius: 3px 3px 3px 3px; - box-shadow: 0 0 8px #BDBDBD; + border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + box-shadow: 0 0 8px #BDBDBD; + -moz-box-shadow: 3px 3px 4px #959494; + -webkit-box-shadow: 3px 3px 4px #959494; } + .contact-block-div { float: left; } +.contact-block-link { + float: left; +} + .contact-block-textdiv { width: 150px; height: 34px; float: left; } +.contact-block-h4, +.contact-block-content { + margin: 0; +} + +#contact-block, #contact-block-end { clear: both; -} +} /* ======= */ /* = Jot = */ @@ -1001,14 +1046,15 @@ ul .sidebar-group-li .icon { } #profile-jot-text_ifr { - width: 99.9%!important + width: 99.9% !important; } #profile-jot-submit-wrapper { margin-top: 30px; } -#jot-title, #jot-category { +#jot-title, +#jot-category { margin: 0px; height: 20px; width: 575px; @@ -1037,17 +1083,20 @@ ul .sidebar-group-li .icon { border: 1px solid #cccccc; } -.jothidden { display:none; } +.jothidden { + display: none; +} .preview { background: #FFFFC8; } #theme-preview { - margin: 15px 0 15px 150px; + margin: 15px 0 15px 0; } -#profile-jot-perms, #profile-jot-submit { +#profile-jot-perms, +#profile-jot-submit { width: 60px; font-size: 12px; background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) ); @@ -1059,13 +1108,16 @@ ul .sidebar-group-li .icon { text-decoration: none; text-align: center; border: 1px solid #7C7D7B; - border-radius: 5px 5px 5px 5px; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } +#jot-preview-form {} + #jot-preview-link { float: left; width: 60px; - /*height: 10px;*/ font-size: 12px; 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% ); @@ -1077,7 +1129,9 @@ ul .sidebar-group-li .icon { text-align: center; padding: 5px 5px; border: 1px solid #7C7D7B; - border-radius: 5px 5px 5px 5px; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } #profile-jot-perms { @@ -1088,7 +1142,9 @@ ul .sidebar-group-li .icon { margin-left: 10px; margin-top: -20px; border: 1px solid #7C7D7B; - border-radius: 5px 5px 5px 5px; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } #jot-perms-perms .icon { @@ -1103,7 +1159,9 @@ ul .sidebar-group-li .icon { margin-left: 10px; padding: 5px 5px; border: 1px solid #7C7D7B; - border-radius: 5px 5px 5px 5px; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } #profile-jot-perms:hover, @@ -1115,7 +1173,11 @@ ul .sidebar-group-li .icon { background-color: #1873a2; border: 1px solid #7C7D7B; box-shadow: 0 0 8px #BDBDBD; - border-radius: 5px 5px 5px 5px; + -moz-box-shadow: 3px 3px 4px #959494; + -webkit-box-shadow: 3px 3px 4px #959494; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } #profile-jot-perms:active, @@ -1176,6 +1238,12 @@ ul .sidebar-group-li .icon { display:block!important; } +#profile-video-wrapper, +#profile-audio-wrapper, +#profile-location-wrapper, +#profile-nolocation-wrapper { +} + #group_allow_wrapper, #group_deny_wrapper, #acl-permit-outer-wrapper { @@ -1217,13 +1285,20 @@ ul .sidebar-group-li .icon { #profile-jot-wrapper { margin-top: -15px; - padding-top: 0px; } -profile-jot-banner-wrapper { - padding: 0px; - margin: 0px; -} +#profile-jot-desc, +#profile-jot-form, +#jot-location, +#jot-coord, +#jot-preview, +#jot-title-wrap, +#jot-category-wrap, +#jot-text-wrap, +#profile-jot-text-loading, +#profile-attach-wrapper, +#profile-link-wrapper, +#profile-jot-banner-wrapper {} .contact-h4 { font-size: 1.2em; @@ -1269,8 +1344,12 @@ profile-jot-banner-wrapper { padding-left: 12px; background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #CDCDCD; - border-radius: 5px 5px 5px 5px; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; box-shadow: 0 0 8px #BDBDBD; + -moz-box-shadow: 3px 3px 4px #959494; + -webkit-box-shadow: 3px 3px 4px #959494; } .wall-item-outside-wrapper-end { @@ -1283,8 +1362,8 @@ profile-jot-banner-wrapper { padding-top: 10px; } -.wall-item-photo-menu { - display: none; +.wall-item-comment-wrapper { + margin-left: 10px; } .wall-item-photo-menu-button { @@ -1389,10 +1468,7 @@ profile-jot-banner-wrapper { margin-right: 20px; } -.star-item { - float: left; -} - +.star-item, .tag-item { float: left; } @@ -1474,7 +1550,7 @@ profile-jot-banner-wrapper { } .wall-item-location .smalltext { - margin-left: 25px; + margin-left: 0px; font-size: 0.9em; display: block; } @@ -1516,6 +1592,7 @@ profile-jot-banner-wrapper { } .wall-item-photo-menu { + display: none; min-width: 92px; color: #2e3436; border-top: 1px; @@ -1524,7 +1601,7 @@ profile-jot-banner-wrapper { border-left: 1px solid #dddddd; border-bottom: 1px solid #dddddd; position: absolute; - left: -2px; + left: -1px; top: 101px; display: none; z-index: 10000; @@ -1574,38 +1651,34 @@ profile-jot-banner-wrapper { background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% ); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4'); background-color: #1873a2; - /*order-bottom: none;*/ } .icon.drop, .icon.drophide { - float: right; + float: left; } +#item-delete-selected-end, #item-delete-selected { overflow: auto; margin-top: 20px; float: right; - width: 250px; + width: 250px; } +#item-delete-selected-icon {} + code { font-family: Courier, monospace; - white-space: pre; display: block; overflow: auto; border: 1px solid #444; background: #EEE; color: #444; padding: 10px; - margin-top: 20px; + margin-top: 10px; } -blockquote { - background-color: #F4F8F9; - border-left: 4px solid #DAE4EE; - padding: 0.4em; -} /* ============ */ /* = Comments = */ @@ -1617,9 +1690,13 @@ blockquote { margin-left: 60px; } +#tread-wrapper {} + .tread-wrapper { border: 0px solid #CDCDCD; - border-radius: 5px 5px 5px 5px; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; margin-bottom: 20px; background-color: #E2E2E2; } @@ -1690,7 +1767,7 @@ blockquote { } .comment-edit-text-empty { - width: 80%; + width: 672px; /*80%*/ height: 20px; color: #babdb6; transition: all 0.5s ease-in-out; @@ -1703,7 +1780,7 @@ blockquote { } .comment-edit-text-full { - width: 80%; + width: 670px; height: 6em; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; @@ -1711,8 +1788,8 @@ blockquote { } .comment-edit-submit-wrapper { - width: 80%; - margin-left: 40px; + width: 670px; + margin-left: 20px; text-align: left; } @@ -1722,14 +1799,20 @@ blockquote { background-color: #a2a2a2; color: #eeeeec; border: 1px solid #CDCDCD; - border-radius: 5px 5px 5px 5px; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } .comment-edit-submit:hover { background-color: #1873a2; border: 1px solid #CDCDCD; - border-radius: 5px 5px 5px 5px; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; box-shadow: 0 0 8px #BDBDBD; + -moz-box-shadow: 3px 3px 4px #959494; + -webkit-box-shadow: 3px 3px 4px #959494; } .comment-edit-submit:active { @@ -1743,13 +1826,12 @@ blockquote { .wall-item-body code { font-family: Courier, monospace; - white-space: pre; display: block; overflow: auto; border: 1px solid #cccccc; - border-width: 1px 1px 1px 10px; - padding-left: 10px; - margin-top: 20px; + border-width: 1px 1px 1px 3px; + padding-left: 5px; + margin-top: 10px; } /* =========== */ @@ -1775,32 +1857,21 @@ div[id$="wrapper"] { } div[id$="wrapper"] br { - clear: left; -} - -#advanced-profile-with { - margin-left: 20px; -} - -#profile-listing-desc { - float: left; - display: inline; - padding: 5px 10px 5px 10px; - width: 150px; - margin-bottom: 20px; - margin-top: 20px; - display: inline-block; - font-style: bold; - text-align: center; + clear: left; +} + +#advanced-profile-with { + margin-left: 20px; } +#profile-listing-desc, #profile-listing-new-link-wrapper { float: left; display: inline; - width: auto; - margin-left: 5px; - margin-top: 20px; padding: 5px 10px 5px 10px; + width: 150px; + margin:20px 10px 0 0; + display: inline-block; font-style: bold; text-align: center; } @@ -1822,9 +1893,9 @@ div[id$="wrapper"] br { padding: 5px 10px 5px 10px; margin-right: 5px; font-style: bold; - border-radius: 5px 5px 5px 5px; - -webkit-border-radius: 5px 5px 5px 5px; - -moz-border-radius: 5px 5px 5px 5px; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } #profile-edit-links li a { @@ -1860,7 +1931,7 @@ div[id$="wrapper"] br { clear:both; } -.profile-match-name a{ +.profile-match-name a { color: #999; font-size: 1em; } @@ -1870,10 +1941,12 @@ div[id$="wrapper"] br { } .profile-match-wrapper { - width: 82%; - padding: 5px; + float:left; + height:120px; + padding:10px; + width:120px; margin-bottom: 10px; - margin-left: 20px; + /*margin-left: 20px;*/ background-color: #f6f6f6; border: 1px solid #dddddd; box-shadow: 3px 3px 4px #959494; @@ -1895,11 +1968,17 @@ div[id$="wrapper"] br { /* ========== */ /* = Photos = */ /* ========== */ + .photos { height: auto; overflow: auto; } +.photo { + height: 191px; + width: 191px; +} + #side-bar-photos-albums h3:before { content: url("photography.png"); padding-right: 10px; @@ -1923,9 +2002,9 @@ div[id$="wrapper"] br { padding: 5px 10px 5px 10px; margin-right: 5px; font-style: bold; - border-radius: 5px 5px 5px 5px; - -webkit-border-radius: 5px 5px 5px 5px; - -moz-border-radius: 5px 5px 5px 5px; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } #photo-top-links a { @@ -2097,12 +2176,11 @@ div[id$="wrapper"] br { } select, input { - margin-top: 0px; border: 1px solid #b0b0b0; padding: 2px; - border-radius: 3px 3px 3px 3px; - -webkit-border-radius: 3px 3px 3px 3px; - -moz-border-radius: 3px 3px 3px 3px; + border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; } select[size], @@ -2134,14 +2212,6 @@ textarea, keygen { input { margin-top: 3px; margin-right: 10px; - /*font-size: 0.9em; - letter-spacing: normal; - word-spacing: normal; - line-height: 1.2em; - text-transform: none; - text-indent: 0px; - text-shadow: none; - display: inline-block;*/ text-align: -webkit-auto; } @@ -2160,9 +2230,9 @@ input { padding: 5px 10px 5px 10px; margin-right: 5px; font-style: bold; - border-radius: 5px 5px 5px 5px; - -webkit-border-radius: 5px 5px 5px 5px; - -moz-border-radius: 5px 5px 5px 5px; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } #album-edit-link a { @@ -2183,7 +2253,7 @@ input { text-align: left; } -input#photo_edit_form { +input #photo_edit_form { display: block; width: 100%; } @@ -2219,9 +2289,9 @@ input#photo_edit_form { .mail-conv-detail, .mail-list-detail { position: relative; - width: 500px; + width: 550px; padding: 50px; - margin: 20px auto; + margin: 20px 0 0 0; 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); @@ -2321,8 +2391,10 @@ margin-left: 0px; padding: 2px; background-color: #efefef; border: 1px solid #C5C5C5; - border-radius: 3px 3px 3px 3px; - box-shadow: 0 0 8px #BDBDBD; + border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + box-shadow: 0 0 8px #BDBDBD; -moz-box-shadow: 3px 3px 4px #959494; -webkit-box-shadow: 3px 3px 4px #959494; } @@ -2413,6 +2485,7 @@ margin-left: 0px; margin: auto; border: 1px solid #dddddd; } + .mail-conv-break { display: none; border: none; @@ -2569,10 +2642,18 @@ margin-left: 0px; } #contact-edit-update-now:hover { + color: #efefef; background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) ); background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% ); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4'); background-color: #1873a2; + border: 1px solid #7C7D7B; + box-shadow: 0 0 8px #BDBDBD; + -moz-box-shadow: 3px 3px 4px #959494; + -webkit-box-shadow: 3px 3px 4px #959494; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } #contact-edit-update-now:active { @@ -2587,12 +2668,27 @@ margin-left: 0px; margin: auto; } +#contact-edit-info-wrapper, +#contact-edit-info-end, +#contact-edit-profile-select-text, +#contact-edit-profile-select-end, +#contact-edit-poll-wrapper, +#contact-edit-end { +} + +.contact-edit-submit { +} + +#contact-profile-selector { +} + .contact-photo-menu-button { position: absolute; background-image: url("photo-menu.jpg"); background-position: top left; background-repeat: no-repeat; - margin: 0px; padding: 0px; + margin: 10px 0 0 0; + padding: 0px; width: 16px; height: 16px; top: 64px; left:0px; @@ -2606,7 +2702,8 @@ margin-left: 0px; border: 1px solid #ddd; background: #f1f1f1; position: absolute; - left: 0px; top: 90px; + left: 0px; + top: 90px; display: none; z-index: 10000; box-shadow: 3px 3px 5px #888; @@ -2665,44 +2762,10 @@ margin-left: 0px; text-align: center; } +#side-invite-link, +#side-random-profile-link, +#side-suggest-link, #side-match-link { - width: 158px; - padding: 10px; - margin: auto 10px 20px; - 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; - padding: 5px 10px 5px 10px; - color: #efefef; - font-size: 1.1em; - text-align: center; - border: 1px solid #7C7D7B; - border-radius: 5px 5px 5px 5px; -} - -#side-match-link:hover { - color: #efefef; - background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) ); - background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% ); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4'); - background-color: #1873a2; - border: 1px solid #7C7D7B; - box-shadow: 0 0 8px #BDBDBD; - border-radius: 5px 5px 5px 5px; -} - -#side-match-link:active { - background-color: #1873a2; - position: relative; - top: 1px; -} - -#side-match-link a { - color: #efefef; -} - -#side-invite-link { width: 80%; padding: 10px; margin: auto; @@ -2716,10 +2779,15 @@ margin-left: 0px; font-size: 1.1em; text-align: center; border: 1px solid #7C7D7B; - border-radius: 5px 5px 5px 5px; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } -#side-invite-link:hover { +#side-invite-link:hover, +#side-random-profile-link:hover, +#side-suggest-link:hover, +#side-match-link:hover { color: #efefef; background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) ); background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% ); @@ -2727,57 +2795,30 @@ margin-left: 0px; background-color: #1873a2; border: 1px solid #7C7D7B; box-shadow: 0 0 8px #BDBDBD; - border-radius: 5px 5px 5px 5px; + -moz-box-shadow: 3px 3px 4px #959494; + -webkit-box-shadow: 3px 3px 4px #959494; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } -#side-invite-link:active { +#side-invite-link:active, +#side-random-profile-link:active, +#side-suggest-link:active, +#side-match-link:active { background-color: #1873a2; position: relative; top: 1px; } -#side-invite-link a { +#side-invite-link a, +#side-random-profile-link a, +#side-suggest-link a, +#side-match-link a { color: #efefef; } -#side-suggest-link { - width: 80%; - padding: 10px; - margin: auto; - margin-bottom: 20px; - 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; - padding: 5px 10px 5px 10px; - color: #efefef; - font-size: 1.1em; - text-align: center; - border: 1px solid #7C7D7B; - border-radius: 5px 5px 5px 5px; -} - -#side-suggest-link:hover { - color: #efefef; - background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) ); - background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% ); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4'); - background-color: #1873a2; - border: 1px solid #7C7D7B; - box-shadow: 0 0 8px #BDBDBD; - border-radius: 5px 5px 5px 5px; -} - -#side-suggest-link:active { - background-color: #1873a2; - position: relative; - top: 1px; -} - -#side-suggest-link a { - color: #efefef; -} #invite-message, #invite-recipients, @@ -2793,9 +2834,9 @@ margin-left: 0px; border: 1px solid #cdcdcd; padding: 10px; margin-top: 20px; - border-radius: 5px 5px 5px 5px; - -webkit-border-radius: 5px 5px 5px 5px; - -moz-border-radius: 5px 5px 5px 5px; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } #side-follow-wrapper label{ @@ -2859,11 +2900,12 @@ margin-left: 0px; /* = Register, Settings, Profile Forms = */ /* ===================================== */ -#id_openid_url, .openid input{ +#id_openid_url, +.openid input { background: url(login-bg.gif) no-repeat; background-position: 0 50%; padding-left: 18px; - width: 220px!important; + width: 250px!important; } .openid:hover { @@ -2936,7 +2978,9 @@ margin-left: 0px; background: -moz-linear-gradient(center top , #BDBDBD 5%, #A2A2A2 100%) repeat scroll 0 0 #BDBDBD; background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) ); border: 1px solid #7C7D7B; - border-radius: 5px 5px 5px 5px; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } #settings-default-perms:hover { @@ -2944,7 +2988,11 @@ margin-left: 0px; background-color: #555753; border: 1px solid #7C7D7B; box-shadow: 0 0 8px #BDBDBD; - border-radius: 5px 5px 5px 5px; + -moz-box-shadow: 3px 3px 4px #959494; + -webkit-box-shadow: 3px 3px 4px #959494; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } #settings-default-perms:active { @@ -2960,11 +3008,12 @@ margin-left: 0px; #settings-nickname-desc { width: 80%; background-color: #efefef; + margin-top: 10px; margin-bottom: 10px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; - padding: 5px; + padding: 10px; } #register-form div { @@ -2987,20 +3036,20 @@ margin-left: 0px; margin-right: 155px; } -/* #register-form span, -#profile-edit-form span { */ #register-form span { color: #555753; display: block; margin-bottom: 20px; } +.settings-submit, .settings-submit-wrapper, .profile-edit-submit-wrapper { margin: 30px 0px; } -.profile-listing { +.profile-listing, +.profile-listing-end { float: left; clear: both; margin: 20px 20px 0px 0px; @@ -3016,13 +3065,18 @@ margin-left: 0px; margin-top: 10px; } -#label-register-name, #label-register-email, #label-register-nickname, #label-register-openid { +#label-register-name, +#label-register-email, +#label-register-nickname, +#label-register-openid { float: left; width: 350px; margin-top: 10px; } -#register-name, #register-email, #register-nickname { +#register-name, +#register-email, +#register-nickname { float: left; margin-top: 10px; width: 150px; @@ -3038,7 +3092,11 @@ margin-left: 0px; margin-bottom: 25px; } -#register-name-end, #register-email-end, #register-nickname-end, #register-submit-end, #register-openid-end { +#register-name-end, +#register-email-end, +#register-nickname-end, +#register-submit-end, +#register-openid-end { clear: both; } @@ -3136,7 +3194,7 @@ margin-left: 0px; #group-members h3, #group-all-contacts h3, #prof-members h3, -#prof-all-contacts h3{ +#prof-all-contacts h3 { color: #555753; margin: 0px; padding: 5px; @@ -3150,7 +3208,9 @@ margin-left: 0px; /* ========== */ /* = Events = */ /* ========== */ - + +#events-reminder {} + .clear { clear: both; margin-top: 10px; @@ -3213,7 +3273,7 @@ margin-left: 0px; font-weight: bolder; } - .vevent .event-location { +.vevent .event-location { margin-left: 10px; margin-right: 10px; font-size: 1em; @@ -3336,10 +3396,6 @@ margin-left: 0px; -webkit-box-shadow: 5px 2px 8px #959494; } -tr { - border: 1px solid #eeeeee; -} - .calendar td { font-size: 14px; text-align: center; @@ -3527,7 +3583,8 @@ tr { .field label { float: left; - width: 480px; + min-width: 120px; + margin: 5px 10px 0 0; } .field checkbox { @@ -3539,7 +3596,9 @@ tr { .field textarea { width: 220px; border: 1px solid #CDCDCD; - border-radius: 5px 5px 5px 5px; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } .field textarea { @@ -3553,7 +3612,8 @@ tr { .field_help { display: block; - margin-left: 100px; + margin-left: 0px; + margin-bottom: 10px; color: #666666; } @@ -3588,10 +3648,6 @@ tr { text-align: left; } -.hidden { - display: none!important; -} - .field .radio .field_help { margin-left: 0px; } @@ -3775,7 +3831,7 @@ footer { -moz-box-shadow: 2px 2px 3px #c1c1c1; -webkit-box-shadow: 2px 2px 3px #c1c1c1; } -.acl-list-item img{ +.acl-list-item img { width: 30px; height: 30px; float: left; @@ -3816,7 +3872,7 @@ footer { background-color: #1873a2; } -.acl-button-hide.selected { +.acl-button-hide .selected { color: #efefef; background-color: #a2a2a2; } @@ -3830,8 +3886,8 @@ footer { #global-directory-link { width: 150px; - padding: 7px; - margin-bottom: 10px; + padding: 4px; + /*margin-bottom: 10px;*/ 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'); @@ -3840,7 +3896,9 @@ footer { text-align: center; -webkit-padding-start: 0px; border: 1px solid #7C7D7B; - border-radius: 5px 5px 5px 5px; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } #global-directory-link:hover { @@ -3851,7 +3909,11 @@ footer { background-color: #1873a2; border: 1px solid #7C7D7B; box-shadow: 0 0 8px #BDBDBD; - border-radius: 5px 5px 5px 5px; + -moz-box-shadow: 3px 3px 4px #959494; + -webkit-box-shadow: 3px 3px 4px #959494; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } #global-directory-link:active { @@ -4010,6 +4072,8 @@ ul.menu-popup { .qcomment { opacity: 0.8; filter: alpha(opacity=0); + position: relative; + left: 30px; } .qcomment:hover { @@ -4021,9 +4085,9 @@ ul.menu-popup { background: #000000; } -/* Pages profile widget ------------------------------------------------------------ */ -#page-profile +/* Pages profile widget ----------------------------------------------------------- */ + +#page-profile, #profile-page-list { margin-left: 45px; } @@ -4073,7 +4137,7 @@ ul.menu-popup { z-index: 100; } -#scrollup a:hover{ +#scrollup a:hover { text-decoration: none; border: 0; } @@ -4103,7 +4167,9 @@ div.wall-item-content-wrapper.shiny { #profile-upload-wrapper, #wall-image-upload-div, #wall-file-upload-div, -.hover, .focus { + +.hover, +.focus { cursor: pointer; } @@ -4111,3 +4177,178 @@ hr.line-dots { background: url("dot.png") repeat-x scroll left center transparent; border: medium none; } + +.body-tag, +.filesavetags, +.categorytags { + opacity: 0.5; + filter:alpha(opacity=50); +} + +.body-tag:hover, +.filesavetags:hover, +.categorytags:hover { + opacity: 1.0 !important; + filter:alpha(opacity=100) !important; +} + +.item-select { + opacity: 0.5; + filter:alpha(opacity=10); + float: right; + margin-right: 10px; + +} +.item-select:hover, +.checkeditem { + opacity: 1; + filter:alpha(opacity=100); +} + +.filer-icon { + display: block; width: 16px; height: 16px; + background-image: url('file.gif'); +} + +.icon.dim { opacity: 0.3;filter:alpha(opacity=30); } +[class^="comment-edit-bb"] { + list-style: none; + display: none; + margin: 0px 0 -5px 0px; + padding: 0px; + width: 75%; +} + +.body-attach { + margin-top: 10px; +} + +.grey { + color: #888888; +} + +.location, +.location-label, +.gender-label, +.marital-label, +.homepage-label { + float: left; + text-align: left; + display: block; +} + +.adr, +.x-gender, +.marital-text, +.homepage-url { + float: left; + display: block; + margin-left: 8px; +} + +#birthday-notice {} +#nav-notifications-template {} +#categories-sidebar {} +#nets-desc {} +#status-tab {} +#page-footer {} +#live-profile {} + +.city-state-zip {} +.country-name {} +.locality {} +.region {} +.postal-code {} +.mpfriend {} +.toplevel_item {} + +.fc-header, +.fc-view, +.fc-view-basicWeek, +.fc-grid, +.fc-border-separate, +.fc-content {} + +div #datebrowse-sidebar.widget { + text-align:center; +} + +/* Fakelink */ + +.fakelink, +.fakelink:visited, +.fakelink:link { + color: #1873a2; + cursor: pointer; + margin-bottom: 10px; + /*background: url("down.png") no-repeat scroll left center transparent;*/ +} + +.fakelink:hover { + color: #6da6c4; +} + +#id_theme { + margin:10px 10px 0 0; +} + +#id_post_newfriend, +#id_post_joingroup, +#id_post_profilechange, +#id_notify1, +#id_notify2, +#id_notify3, +#id_notify4, +#id_notify5, +#id_notify6, +#id_notify7, +#id_notify8, +#id_allow_location { + margin: 6px 0 0 0; +} + +#settings-form {} +.select {} +.field_help { + margin: 5px 0 10px; +} + +#settings-activity-desc, +#settings-notify-desc { + margin:10px 10px 10px 0; + font-weight: bold; +} + +#settings-notifications { + border: 1px solid #7C7D7B; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + padding:10px; +} + +#id_npassword {} + +#posted-date-selector { + margin-left: 33px; +} + +#hide-comments-page-widget { + margin-left: 40px; +} + +#collapsed-comments-page-widget {} + +.tool {} + +#logo-text { +} + +#logo-img { + margin: 3px 0 0 0; +} + +.bigwidget {} + +#remote-friends-in-common {} +