X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fsmoothly%2Fstyle.css;h=e91eccfe174e5e3af54d5de4c915968e7b6ab802;hb=e1f366164509fc8217f9d0cf21d7475f6d71b73a;hp=fcd532e387e891278bdc674d2935df1887f8d8ea;hpb=f8787b6762b9e6f195939734b2f49ed548e67a62;p=friendica.git diff --git a/view/theme/smoothly/style.css b/view/theme/smoothly/style.css index fcd532e387..e91eccfe17 100644 --- a/view/theme/smoothly/style.css +++ b/view/theme/smoothly/style.css @@ -1,10 +1,10 @@ /* style.css - Smoothly - - Created by alex@friendica.pixelbits.de on 2012-10-23 + Theme: Smoothly + Maintainer: Nomen Nominandum + last change: 2013-05-08 -** Colors ** +** Colors ** Blue links - #1873a2 Blue link hover - #6da6c4 Blue Gradients (buttons and other gradients) - #1873a2 and #6da6c4 @@ -16,6 +16,27 @@ Orange - #fec01d @import url('css/typography.css'); +@media only screen and (device-width: 768px) { +/* For general iPad layouts */ +#body { + -moz-background-clip: border; + -moz-background-origin: pdading; + -moz-background-size: auto auto; + background-attachment: scroll; + background-color: transparent; + background-image: url( ); + background-position: center top; + background-repeat: no-repeat; + } +} + +@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) { +/* For portrait layouts only */ +} + +@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) { +/* For landscape layouts only */ +} .lockview { cursor: pointer; @@ -26,13 +47,11 @@ Orange - #fec01d font-size: 100%; } - input[type=text] { float: left; border: 1px solid #b0b0b0; padding: 2px; width: 550px; - /*margin-top: 10px;*/ border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; @@ -50,7 +69,7 @@ input[type=text-sidebar] { } 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) ); @@ -73,26 +92,41 @@ input[type=submit]:hover { color: #efefef; border: 1px solid #7C7D7B; box-shadow: 0 0 8px #BDBDBD; - -moz-box-shadow: 3px 3px 4px #959494; - -webkit-box-shadow: 3px 3px 4px #959494; + -moz-box-shadow: 0 0 8px #BDBDBD; + -webkit-box-shadow: 0 0 8px #BDBDBD; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; } + input[type=submit]:active { position: relative; top: 1px; } -#search-submit { +#search-text, +#search-submit, +#search-save { margin: 10px 10px 0 0; } +#directory-search, +#directory-search-submit, +#search-save { +} + +#directory-search-end { + clear: both; +} + +.dirsearch-desc { +} + .smalltext { font-size: 0.7em } -::selection { +::selection { background: #fec01d; color: #000; /* Safari and Opera */ } @@ -103,32 +137,61 @@ input[type=submit]:active { } section { + position: relative; float: left; - margin-top: 45px; + margin: 50px auto -2em; /* the bottom margin is the negative value of the footer's height */ width: 730px; + min-height: 100%; + height: auto !important; + height: 100%; font-size: 0.9em; line-height: 1.2em; + padding-bottom: 2em; +} + +/* Contact-Header for the Network Stream */ +#viewcontact_wrapper-network { + width: 100%; + min-height: 110px; + background-color: #FAFAFA; + box-shadow: 0 0 8px #BDBDBD; + border-bottom: 1px solid #dedede; + border: 1px solid #7C7D7B; + border-radius: 5px; +} +#contact-entry-wrapper-network { + float: none; + width: auto; + height: auto; + padding: 10px; + margin: 0; +} +#contact-entry-accounttype-network { + font-size: 20px; +} +#contact-entry-name-network { + font-size: 24.5px; } .lframe { - border: 1px solid #dddddd; + border: 1px solid #7C7D7B; box-shadow: 3px 3px 6px #959494; -moz-box-shadow: 3px 3px 6px #959494; -webkit-box-shadow: 3px 3px 6px #959494; background-color: #efefef; - padding: 10px; + padding: 10px; } .mframe { - padding: 3px; - background: none repeat scroll 0 0 #FFFFFF; - border: 1px solid #C5C5C5; + padding: 1px; + background: none repeat scroll 0 0 #FFFFFF; + border: 1px solid #7C7D7B; 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; + -moz-box-shadow: 0 0 8px #BDBDBD; + -webkit-box-shadow: 0 0 8px #BDBDBD; } #wall-item-lock { @@ -152,8 +215,8 @@ section { .button: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; + -moz-box-shadow: 0 0 8px #BDBDBD; + -webkit-box-shadow: 0 0 8px #BDBDBD; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; @@ -173,11 +236,45 @@ section { color: #efefef; } +ul.menu-popup { + position: absolute; + display: none; + width: auto; + margin: 2px 0 0; + padding: 0px; + list-style: none; + z-index: 100000; + color: #2e3436; + border-top: 1px; + background: #eeeeee; + border: 1px solid #7C7D7B; + border-radius: 0px 0px 5px 5px; + -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; +} +ul.menu-popup li a { + white-space: nowrap; + display: block; + padding: 5px 2px; + color: #2e3436; +} +ul.menu-popup li a: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; +} + /* ========= */ /* = Login = */ /* ========= */ -#login-name-wrapper { +#login-name-wrapper, +#login-password-wrapper { vertical-align: middle; margin: auto; } @@ -187,23 +284,16 @@ section { margin-left: 20px; } -#login-password-wrapper { - vertical-align: middle; - margin: auto; -} - #login-extra-links { - width: 90px; + width: auto; margin-top: 20px; clear: both; } -#login-extra-links a { - display: block; - margin: 10px; - padding: 5px 0px 5px 0px; - text-align: center; - margin-right: 20px; +.login-extra-links { + width: 100%; + margin-left: 0px; + clear: both; } #login-extra-filler { @@ -211,41 +301,59 @@ section { } #login_standard { - width: 210px; + width: 260px; float: left; + border: 1px solid #7C7D7B; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + padding: 15px 10px 10px 20px; + margin: 20px 0 0 210px; } -#login_openid { - width: 210px; - margin-left: 150px; + +#login_openid, +#login-extra-links a { + width: 460px; + float: left; + margin: 5px 0 0 230px; +} + +#div_id_remember { + width: 258px; + float: left; + margin: 5px 0 0 230px; } #login_standard input, #login_openid input { + height: 20px; width: 240px; } #register-link, #lost-password-link { - font-size: 80%; - width: 210px; - margin-left: 5px; + width: 260px; + } #login-name-end, -#login-password-end, -#login-extra-end, +#login-password-end, +#login-extra-end, #login-submit-end { height: 50px; } +#login-submit-button, +#login-submit-wrapper { +} + #login-submit-button { - margin-top: 10px; - margin-left: 75px; + width: 250px; + margin: 10px 0 0 230px; } -#login-submit-wrapper { +.login-form { margin-top: 10px; - margin-left: 75px; } /* ========= */ @@ -274,11 +382,9 @@ section { /* ========= */ .pager { - padding-top: 10px; - padding-bottom: 10px; display: block; - clear: both; - text-align: center; + /*clear: both;*/ + text-align: left; } .pager a { @@ -305,7 +411,7 @@ nav { list-style: none outside none; margin: 0; padding: 0; - width: 960px; + width: 958px; z-index: 10000; height: 40px; position: fixed; @@ -317,11 +423,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; - -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; + -moz-box-shadow: 0 0 8px #BDBDBD; + -webkit-box-shadow: 0 0 8px #BDBDBD; + border-radius: 0px 0px 5px 5px; + -moz-border-radius: 0px 0px 5px 5px; + -webkit-border-radius: 0px 0px 5px 5px; } nav a { @@ -346,8 +452,8 @@ nav #banner { display: block; position: absolute; margin-left: 3px; - margin-top: 3px; - padding-bottom: 5px; + /*margin-top: 2px;*/ + padding-bottom: 5px; } nav #banner #logo-text a { @@ -372,16 +478,35 @@ nav #user-menu { background: -moz-linear-gradient( center top, #797979 5%, #898988 100% ); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#797979', endColorstr='#898988'); background-color: #a2a2a2; + border: 1px solid #7C7D7B; + box-shadow: 0 0 8px #BDBDBD; + -moz-box-shadow: 0 0 8px #BDBDBD; + -webkit-box-shadow: 0 0 8px #BDBDBD; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; - border: 1px solid #7C7D8B; color: #efefef; text-decoration: none; - text-align: center; + text-align: center; +} + +nav #user-menu:hover { + border: 1px solid #7C7D7B; + box-shadow: 0 0 8px #BDBDBD; + -moz-box-shadow: 0 0 8px #BDBDBD; + -webkit-box-shadow: 0 0 8px #BDBDBD; + 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; + content: url("images/menu-user-pin.png") no-repeat; padding-left: 15px; } @@ -395,38 +520,12 @@ nav #user-menu-label { .nav-ajax-left { font-size: 0.8em; float: left; - margin-top: 62px; + margin-top: 62px; } 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; @@ -452,19 +551,19 @@ ul#user-menu-popup { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#797979', endColorstr='#898988'); background-color: #898988; width: 100%; - padding: 10px 0px; + padding: 0; margin: 0px; - margin-top: 4px; + margin-top: 10px; top: 20px; 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; - 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; } @@ -482,7 +581,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 { @@ -504,7 +603,7 @@ ul#user-menu-popup li a.nav-sep { .nav-ajax-update { width: 44px; height: 32px; - background: transparent url('notifications.png') 0px 0px no-repeat; + background: transparent url('images/notifications.png') 0px 0px no-repeat; color: #333333; font-weight: bold; font-size: 0.8em; @@ -533,31 +632,20 @@ ul#user-menu-popup li a.nav-sep { background-position: 0px 0px; } -#lang-select-icon { - bottom: 6px; - cursor: pointer; - left: 28px; - position: fixed; - z-index: 10; -} -#language-selector { - position: fixed; - bottom: 2px; - left: 52px; - z-index: 10; -} + /* =================== */ /* = System Messages = */ /* =================== */ -#sysmsg_info, #sysmsg { - position: fixed; - bottom: 0px; right:20%; +#sysmsg_info, +#sysmsg { + position: fixed; + bottom: 0px; right:20%; box-shadow: 7px 7px 10px #434343; -moz-box-shadow: 7px 7px 12px #434343; -webkit-box-shadow: 7px75px 12px #434343; - padding: 10px; + padding: 10px; 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'); @@ -567,7 +655,7 @@ ul#user-menu-popup li a.nav-sep { -moz-border-radius: 5px 5px 0px 0px; border: 1px solid #da2c2c; border-bottom: 0px; - padding-bottom: 50px; + padding-bottom: 50px; z-index: 1000; color: #efefef; font-style: bold; @@ -577,7 +665,7 @@ ul#user-menu-popup li a.nav-sep { #sysmsg br { display:block; margin:2px 0px; - border-top: 1px solid #dddddd; + border-top: 1px solid #7C7D7B; } /* ================= */ @@ -596,10 +684,24 @@ aside a { /*padding-bottom: 5px;*/ } +aside h4 { + font-size: 1.3em; +} + +.vcard { + width: 205px; + padding-bottom: 10px; + /*border-bottom-style: dotted;*/ +} + .vcard .title { font-size: 1em; } +.vcard .account-type { + font-size: 1.2em; +} + .vcard dd { font-size: 12px; font-variant: normal; @@ -618,23 +720,20 @@ aside a { .vcard #profile-photo-wrapper { margin: 10px 0px; - padding: 6px; + padding: 0; width: auto; - background: none repeat scroll 0 0 #FFFFFF; - border: 1px solid #C5C5C5; + /*background: none repeat scroll 0 0 #FFFFFF; + border: 1px solid #7C7D7B; box-shadow: 0 0 8px #BDBDBD; - -moz-box-shadow: 3px 3px 4px #959494; - -webkit-box-shadow: 3px 3px 4px #959494; - -moz-box-shadow: 3px 3px 4px #959494; - -webkit-box-shadow: 3px 3px 4px #959494; + -moz-box-shadow: 0 0 8px #BDBDBD; + -webkit-box-shadow: 0 0 8px #BDBDBD; + -moz-box-shadow: 0 0 8px #BDBDBD; + -webkit-box-shadow: 0 0 8px #BDBDBD; border-radius: 5px; -moz-border-radius: 5px; - -webkit-border-radius: 5px; + -webkit-border-radius: 5px;*/ } -aside h4 { - font-size: 1.3em; -} .allcontact-link { color: #626262; @@ -652,6 +751,7 @@ aside h4 { list-style: none; } +#subscribe-feed-link, #dfrn-request-link { box-shadow: inset 0px 1px 0px 0px #a65151; -moz-box-shadow: inset 0px 1px 0px 0px #a65151; @@ -680,13 +780,14 @@ aside h4 { display: block; color: #FFFFFF; border-radius: 5px; - -webkit-border-radius: 5px ; - -moz-border-radius: 5px; + -webkit-border-radius: 5px ; + -moz-border-radius: 5px; padding: 5px; font-weight: bold; background-color: #3465a4; } +#subscribe-feed-link:hover, #dfrn-request-link:hover { 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% ); @@ -694,6 +795,7 @@ aside h4 { background-color: #1873a2; } +#subscribe-feed-link:active, #dfrn-request-link:active { position: relative; top: 1px; @@ -714,17 +816,17 @@ aside h4 { width: auto; } -h3#search:before { - content: url("search.png"); +h3 #search:before { + content: url("images/search.png"); padding-right: 10px; vertical-align: middle; } #network-new-link { background-color: #f3f3f3; - border: 1px solid #cdcdcd; + border: 1px solid #7C7D7B; margin-bottom: 10px; - border-radius: 5px; + border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; } @@ -736,6 +838,29 @@ 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; } @@ -745,18 +870,13 @@ h3#search:before { 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; @@ -764,6 +884,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; @@ -777,17 +908,18 @@ h3#search:before { -moz-border-radius: 5px; -webkit-border-radius: 5px; color: #7c7d7b; - border: 1px solid #cdcdcd; + border: 1px solid #7C7D7B; } li.widget-list { list-style: none outside none; - background: url("arrow.png") no-repeat scroll left center transparent; + background: url("images/arrow.png") no-repeat scroll left center transparent; display: block; padding: 3px 24px; } -#sidebar-new-group { +#sidebar-new-group, +#sidebar-edit-groups { padding: 7px; width: 165px; margin: auto; @@ -814,8 +946,8 @@ li.widget-list { 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; + -moz-box-shadow: 0 0 8px #BDBDBD; + -webkit-box-shadow: 0 0 8px #BDBDBD; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; @@ -826,7 +958,10 @@ li.widget-list { 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; @@ -857,9 +992,8 @@ li.widget-list { } ul .sidebar-group-li { - list-style: none; + list-style: disc; font-size: 1.0em; - /*padding-bottom: 5px;*/ } ul .sidebar-group-li .icon { @@ -868,26 +1002,35 @@ ul .sidebar-group-li .icon { width: 12px; } -.nets-ul, .fileas-ul, .categories-ul { +.nets-ul, .fileas-ul, .categories-ul, .datebrowse-ul { list-style-type: none; } -.nets-ul li, .fileas-ul li, .categories-ul li { - /*margin-top: 10px;*/ +.nets-ul li, +.fileas-ul li, +.categories-ul li, +.datebrowse-link { } .nets-link { - margin-left: 24px; + color: #1873A2; + text-decoration: none; + margin-left: 2px; + padding-left: 20px; + background: url("images/arrow.png") no-repeat scroll left center transparent; + box-shadow: none; } .nets-all { margin-left: 42px; } -.fileas-link, .categories-link { +.fileas-link, +.categories-link { margin-left: 0px; } -.fileas-all, .categories-all { +.fileas-all, +.categories-all { margin-left: 0px; } @@ -901,12 +1044,12 @@ ul .sidebar-group-li .icon { -moz-border-radius: 5px 5px 0px 0px; -webkit-border-radius: 5px 5px 0px 0px; border: 1px solid #e2e2e2; - border-bottom: 1px solid #cdcdcd; + border-bottom: 1px solid #7C7D7B; padding-top: 5px; padding-bottom: 5px; vertical-align: baseline; text-align: center; - text-shadow: -1px 0px 0px #bdbdbd; + text-shadow: -1px 0px 0px #bdbdbd; } #connect-desc { @@ -914,7 +1057,7 @@ ul .sidebar-group-li .icon { } #group-sidebar h3:before { - content: url("groups.png"); + content: url("images/groups.png"); padding-right: 10px; vertical-align: middle; } @@ -932,11 +1075,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; } @@ -951,17 +1096,18 @@ ul .sidebar-group-li .icon { /* ================== */ .contact-block-img { - width: 47px; - height: 47px; + width: 47px !important; + height: 47px !important; margin-right: 2px; - border: 1px solid #C5C5C5; + border: 1px solid #7C7D7B; 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; + -moz-box-shadow: 0 0 8px #BDBDBD; + -webkit-box-shadow: 0 0 8px #BDBDBD; } + .contact-block-div { float: left; } @@ -978,17 +1124,28 @@ ul .sidebar-group-li .icon { .contact-block-h4, .contact-block-content { + margin: 0; + font-size: 1.2em; } #contact-block, #contact-block-end { clear: both; + padding-top: 10px; } /* ======= */ /* = Jot = */ /* ======= */ +.jothidden { + display: none; +} +#jot { + width: 100%; + margin: 0px 2em 20px 0px; +} + #profile-jot-text-loading, #profile-jot-text { height: 20px; @@ -1001,14 +1158,15 @@ ul .sidebar-group-li .icon { } #profile-jot-text_ifr { - width: 99.9%!important + width: 99.9% !important; } -#profile-jot-submit-wrapper { +#profile-jot-submit-wrapper { margin-top: 30px; } -#jot-title, #jot-category { +#jot-title, +#jot-category { margin: 0px; height: 20px; width: 575px; @@ -1029,7 +1187,7 @@ ul .sidebar-group-li .icon { #jot-category:-moz-placeholder { font-weight: normal; } - + #jot-title:hover, #jot-title:focus, #jot-category:hover, @@ -1037,17 +1195,16 @@ ul .sidebar-group-li .icon { border: 1px solid #cccccc; } -.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) ); @@ -1069,7 +1226,6 @@ ul .sidebar-group-li .icon { #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% ); @@ -1116,8 +1272,8 @@ ul .sidebar-group-li .icon { -webkit-border-radius: 5px; } -#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, #1873a2), color-stop(1, #6da6c4) ); background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% ); @@ -1125,15 +1281,15 @@ ul .sidebar-group-li .icon { 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; + -moz-box-shadow: 0 0 8px #BDBDBD; + -webkit-box-shadow: 0 0 8px #BDBDBD; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; } -#profile-jot-perms:active, -#profile-jot-submit:active, +#profile-jot-perms:active, +#profile-jot-submit:active, #jot-preview-link:active { position: relative; top: 1px; @@ -1142,11 +1298,11 @@ ul .sidebar-group-li .icon { #character-counter { position: relative; float: left; - right: 0px; + right: 0px; top: 0px; } #profile-rotator-wrapper { - float: right; + float: right; } .jot-tool { @@ -1175,7 +1331,7 @@ ul .sidebar-group-li .icon { margin: 5px; width: 95%; } - + #profile-jot-networks { margin: 0px 10%; border: 1px solid #eeeeee; @@ -1183,11 +1339,12 @@ ul .sidebar-group-li .icon { border-bottom: 0px; padding: 5px; } + #profile-jot-acl-wrapper { margin: 0px 10px; border: 1px solid #eeeeee; border-top: 0px; - display:block!important; + display: block !important; } #profile-video-wrapper, @@ -1217,16 +1374,16 @@ ul .sidebar-group-li .icon { } #jot-public { - background-color: #555753; - color: #ff0000; - padding: 5px; + background-color: #555753; + color: #ff0000; + padding: 5px; float: left; } #acl-deny-text { - background-color: #555753; - color: #ccccce; - padding: 5px; + background-color: #555753; + color: #ccccce; + padding: 5px; float: left; } @@ -1287,21 +1444,28 @@ ul .sidebar-group-li .icon { /* = Posts = */ /* ========= */ +.wall-item-name { + font-style: bold !important; + border: 0px !important; + border-radius: 0px !important; + box-shadow: none !important; +} + .wall-item-outside-wrapper { max-width: 100%; - border-bottom: 1px solid #dedede; + border-bottom: 1px solid #dedede; margin-top: 10px; margin-bottom: 20px; padding-right: 10px; padding-left: 12px; background: none repeat scroll 0 0 #FFFFFF; - border: 1px solid #CDCDCD; + border: 1px solid #7C7D7B; 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; + -moz-box-shadow: 0 0 8px #BDBDBD; + -webkit-box-shadow: 0 0 8px #BDBDBD; } .wall-item-outside-wrapper-end { @@ -1318,21 +1482,23 @@ ul .sidebar-group-li .icon { margin-left: 10px; } -.wall-item-photo-menu { - display: none; -} - .wall-item-photo-menu-button { display: none; text-indent: -99999px; - background: #eeeeee url("menu-user-pin.png") no-repeat 75px center; + background: #eeeeee url("images/menu-user-pin.png") no-repeat 35px center; position: absolute; overflow: hidden; height: 20px; - width: 90px; - top: 85px; - left: -1px; - border-radius: 0px 0px 5px 5px; + width: 100%; + top: 82px; + left: 0; + border-right: 1px solid #7C7D7B; + border-left: 1px solid #7C7D7B; + border-bottom: 1px solid #7C7D7B; + box-shadow: 0 0 8px #BDBDBD; + -moz-box-shadow: 0 0 8px #BDBDBD; + -webkit-box-shadow: 0 0 8px #BDBDBD; + border-radius: 0px 0px 5px 5px; -webkit-border-radius: 0px 0px 5px 5px; -moz-border-radius: 0px 0px 5px 5px; } @@ -1342,13 +1508,31 @@ ul .sidebar-group-li .icon { width: 100px; } -.wall-item-photo-wrapper { - width: 80px; - height: 80px; +.wall-item-photo-wrapper { + width: 80px; + height: 80px; + padding: 0; position: relative; + /*border: 1px solid #7C7D7B; + border-radius: 5px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + box-shadow: 0 0 8px #BDBDBD; + -moz-box-shadow: 0 0 8px #BDBDBD; + -webkit-box-shadow: 0 0 8px #BDBDBD;*/ } -.wall-item-tools { +.wall-item-photo { + border: 0px solid #7C7D7B; + border-radius: 2px; + -webkit-border-radius: 2px; + -moz-border-radius: 2px; + /*box-shadow: 0 0 8px #BDBDBD; + -moz-box-shadow: 0 0 8px #BDBDBD; + -webkit-box-shadow: 0 0 8px #BDBDBD;*/ +} + +.wall-item-tools { filter: alpha(opacity=60); opacity: 0.7; transition: all 0.25s ease-in-out; @@ -1363,12 +1547,12 @@ ul .sidebar-group-li .icon { .wall-item-tools:hover { filter: alpha(opacity=100); opacity: 1; - transition: all 0.25s ease-in-out; + transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; } -.wall-item-social { +.wall-item-social { filter: alpha(opacity=60); opacity: 0.7; transition: all 0.25s ease-in-out; @@ -1384,7 +1568,7 @@ ul .sidebar-group-li .icon { .wall-item-social:hover { filter: alpha(opacity=100); opacity: 1; - transition: all 0.25s ease-in-out; + transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; } @@ -1402,6 +1586,10 @@ ul .sidebar-group-li .icon { margin-right: 10px; display: inline; } +.wall-item-like-buttons a.self { + background-color: rgba(52, 101, 164, .5); + border-radius: 6px; +} .wall-item-links-wrapper { width: 30px; @@ -1424,18 +1612,15 @@ ul .sidebar-group-li .icon { margin-right: 20px; } -.star-item { - float: left; -} - +.star-item, .tag-item { - float: left; + float: left; } .wall-item-title { font-size: 1.2em; - font-weight: bold; - padding-top: 5px; + font-weight: bold; + padding-top: 5px; margin-left: 100px; } @@ -1446,17 +1631,18 @@ ul .sidebar-group-li .icon { max-width: 100%; } -.wall-item-body img { - max-width: 100%; - height: auto; +.wall-item-body img { + max-width: 100%; + height: auto; + border-radius: 0; } .wall-item-body p { font-size: 0.8em; } -.wall-item-lock-wrapper { - float: right; +.wall-item-lock-wrapper { + float: right; } .wall-item-dislike, @@ -1477,26 +1663,25 @@ ul .sidebar-group-li .icon { color: #898989; } -.wall-item-ago { - display: inline; - padding-left: 0px; +.wall-item-ago { + display: inline; + padding-left: 0px; color: #898989; } -.wall-item-wrapper-end { - clear:both; +.wall-item-wrapper-end { + clear:both; } .wall-item-location { margin-top: 5px; - width: 100px; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; } -.wall-item-location .icon { - float: left; +.wall-item-location .icon { + float: left; } .wall-item-location > a { @@ -1508,14 +1693,14 @@ ul .sidebar-group-li .icon { color: #898989; } -.wall-item-location .smalltext { - margin-left: 0px; - font-size: 0.9em; +.wall-item-location .smalltext { + margin-left: 0px; + font-size: 0.9em; display: block; } -.wall-item-location > br { - display: none; +.wall-item-location > br { + display: none; } .wall-item-conv a{ @@ -1531,16 +1716,16 @@ ul .sidebar-group-li .icon { width: 30px; z-index: 900; width: 30px; - height: 30px; + height: 30px; } -.wallwall .wwto img { - width: 30px!important; +.wallwall .wwto img { + width: 30px!important; height: 30px!important; } -.wallwall .wall-item-photo-end { - clear: both; +.wallwall .wall-item-photo-end { + clear: both; } .wall-item-arrowphoto-wrapper { @@ -1551,56 +1736,48 @@ ul .sidebar-group-li .icon { } .wall-item-photo-menu { - min-width: 92px; + display: none; + min-width: 88px; color: #2e3436; border-top: 1px; background: #eeeeee; - border-right: 1px solid #dddddd; - border-left: 1px solid #dddddd; - border-bottom: 1px solid #dddddd; + border-right: 1px solid #7C7D7B; + border-left: 1px solid #7C7D7B; + border-bottom: 1px solid #7C7D7B; position: absolute; - left: -2px; + left: 0px; top: 101px; display: none; z-index: 10000; border-radius: 0px 5px 5px 5px; -webkit-border-radius: 0px 5px 5px 5px; -moz-border-radius: 0px 5px 5px 5px; - box-shadow: 3px 3px 4px #959494; - -moz-box-shadow: 3px 3px 4px #959494; - -webkit-box-shadow: 3px 3px 4px #959494; - -} + box-shadow: 0 0 8px #BDBDBD; + -moz-box-shadow: 0 0 8px #BDBDBD; + -webkit-box-shadow: 0 0 8px #BDBDBD; -.wall-item-photo-menu-button { - border-right: 1px solid #dddddd; - border-left: 1px solid #dddddd; - border-bottom: 1px solid #dddddd; - box-shadow: 3px 3px 4px #959494; - -moz-box-shadow: 3px 3px 4px #959494; - -webkit-box-shadow: 3px 3px 4px #959494; } .fakelink wall-item-photo-menu-button { -webkit-border-radius: 0px 5px 5px 5px; -moz-border-radius: 0px 5px 5px 5px; border-radius: 0px 5px 5px 5px; - box-shadow: 3px 3px 4px #959494; - -moz-box-shadow: 3px 3px 4px #959494; - -webkit-box-shadow: 3px 3px 4px #959494; + box-shadow: 0 0 8px #BDBDBD; + -moz-box-shadow: 0 0 8px #BDBDBD; + -webkit-box-shadow: 0 0 8px #BDBDBD; } -.wall-item-photo-menu ul { - margin: 0px; - padding: 0px; +.wall-item-photo-menu ul { + margin: 0px; + padding: 0px; list-style: none; } -.wall-item-photo-menu li a { - white-space: nowrap; - display: block; - padding: 5px 2px; - color: #2e3436; +.wall-item-photo-menu li a { + white-space: nowrap; + display: block; + padding: 5px 2px; + color: #2e3436; } .wall-item-photo-menu li a:hover { @@ -1608,42 +1785,93 @@ ul .sidebar-group-li .icon { 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; - /*order-bottom: none;*/ + background-color: #1873a2; +} + +.wall-item-container .wall-item-content .type-link img, +.type-link img { + max-width: 160px; + max-height: 160px; + float: left; + margin-right: 10px; +} +.type-link blockquote { + margin-left: 160px; + max-height: 160px; + overflow: hidden; +} +.type-link .oembed { +} + +.shared_header { + height: 32px; + color: #999; + border-top: 1px solid #D2D2D2; + padding-top: 5px; + margin-top: 5px; +} + +.shared_header a { + color: black; + -webkit-transition: all 0.2s ease-in-out; + -moz-transition: all 0.2s ease-in-out; + -o-transition: all 0.2s ease-in-out; + -ms-transition: all 0.2s ease-in-out; + transition: all 0.2s ease-in-out; +} + +.shared_header a:hover { + color: #36c; +} + +.shared_header img { + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + float: left; +} + +.shared_header span { + margin-left: 9px; +} + +blockquote.shared_content { + margin-left: 32px; + color: #000; + border: none; } .icon.drop, -.icon.drophide { - float: right; +.icon.drophide { + float: left; } #item-delete-selected-end, -#item-delete-selected { +#item-delete-selected { overflow: auto; - margin-top: 20px; + margin-top: 0px; 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: 10px; + margin-top: 10px; } /* ============ */ /* = Comments = */ /* ============ */ - + .ccollapse-wrapper { font-size: 0.9em; color: #898989; @@ -1664,7 +1892,7 @@ code { .collapsed-comments, .hide-comments, .hide-comments-outer, -.wall-item-outside-wrapper.comment { +.wall-item-outside-wrapper.comment { margin-left: 30px; margin-bottom: 20px; } @@ -1672,21 +1900,26 @@ code { .wall-item-outside-wrapper.comment .wall-item-photo { width: 40px!important; height: 40px!important; + border-radius: 3px; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; } .wall-item-outside-wrapper.comment .wall-item-photo-wrapper { - width: 40px; - height: 40px; + width: 40px; + height: 40px; + border-radius: 3px; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; } .wall-item-outside-wrapper.comment .wall-item-photo-menu-button { - width: 50px; - top: 45px; - background-position: 35px center; + top: 42px; + background-position: 15px center; } - -.wall-item-outside-wrapper.comment .wall-item-info { - width: 60px; + +.wall-item-outside-wrapper.comment .wall-item-info { + width: 60px; } .wall-item-outside-wrapper.comment .wall-item-body { @@ -1696,8 +1929,8 @@ code { padding-left: 0px; } -.wall-item-outside-wrapper.comment .wall-item-author { - margin-left: 60px; +.wall-item-outside-wrapper.comment .wall-item-author { + margin-left: 60px; } .wall-item-outside-wrapper.comment .wall-item-photo-menu { @@ -1710,27 +1943,28 @@ code { } .comment-wwedit-wrapper, -.comment-edit-wrapper { +.comment-edit-wrapper { margin: 0px 0px 5px 0px; } .comment-wwedit-wrapper img, -.comment-edit-wrapper img { - width: 20px; +.comment-edit-wrapper img { + width: 20px; height: 20px; margin-top: 5px; } -.comment-edit-photo-link { - float: left; +.comment-edit-photo-link { + float: left; width: 30px; } -.comment-edit-text-empty { - width: 672px; /*80%*/ +.comment-edit-text-empty { + width: 98%; + max-width: 672px; height: 20px; color: #babdb6; - transition: all 0.5s ease-in-out; + transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; } @@ -1739,18 +1973,20 @@ code { color: #999999; } -.comment-edit-text-full { - width: 670px; +.comment-edit-text-full { + width: 98%; + max-width: 672px; height: 6em; - transition: all 0.5s ease-in-out; + transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; } -.comment-edit-submit-wrapper { - width: 670px; - margin-left: 20px; - text-align: left; +.comment-edit-submit-wrapper { + width: 98%; + max-width: 672px; + margin-left: 20px; + text-align: left; } .comment-edit-submit { @@ -1758,7 +1994,7 @@ code { padding: 5px 5px; background-color: #a2a2a2; color: #eeeeec; - border: 1px solid #CDCDCD; + border: 1px solid #7C7D7B; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; @@ -1766,13 +2002,13 @@ code { .comment-edit-submit:hover { background-color: #1873a2; - border: 1px solid #CDCDCD; + border: 1px solid #7C7D7B; 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; + -moz-box-shadow: 0 0 8px #BDBDBD; + -webkit-box-shadow: 0 0 8px #BDBDBD; } .comment-edit-submit:active { @@ -1786,13 +2022,12 @@ code { .wall-item-body code { font-family: Courier, monospace; - /*white-space: pre;*/ display: block; overflow: auto; border: 1px solid #cccccc; border-width: 1px 1px 1px 3px; padding-left: 5px; - margin-top: 10px; + margin-top: 10px; } /* =========== */ @@ -1812,42 +2047,31 @@ code { padding-bottom: 5px; font-size: 18px; } - -div[id$="wrapper"] { + +div[id$="wrapper"] { height: 100%; } - -div[id$="wrapper"] br { - clear: left; + +div[id$="wrapper"] br { + clear: left; } -#advanced-profile-with { +#advanced-profile-with { margin-left: 20px; } -#profile-listing-desc { +#profile-listing-desc, +#profile-listing-new-link-wrapper { float: left; display: inline; padding: 5px 10px 5px 10px; width: 150px; - margin-bottom: 20px; - margin-top: 20px; + margin:20px 10px 0 0; display: inline-block; font-style: bold; text-align: center; } -#profile-listing-new-link-wrapper { - float: left; - display: inline; - width: auto; - margin-left: 5px; - margin-top: 20px; - padding: 5px 10px 5px 10px; - font-style: bold; - text-align: center; -} - .profile-listing-name { font-size: 1em; } @@ -1855,6 +2079,10 @@ div[id$="wrapper"] br { color: #898989; } +#profile-edit-links { + margin-left: 0; +} + #profile-edit-links li { display: inline; width: 150px; @@ -1871,15 +2099,15 @@ div[id$="wrapper"] br { } #profile-edit-links li a { - color: #efefef; + color: #efefef; } #profile-edit-links li:hover { - background-color: #1873a2; + background-color: #1873a2; } #profile-edit-links li:active { - background-color: #1873a2; + background-color: #1873a2; } #profile-edit-links-end { @@ -1895,17 +2123,18 @@ div[id$="wrapper"] br { position: absolute; } -#cropimage-wrapper { - float:left; +#cropimage-wrapper { + float:left; } -#crop-image-form { - clear:both; +#crop-image-form { + clear:both; } -.profile-match-name a{ - color: #999; - font-size: 1em; +.profile-match-name { + float: left; + text-align: left; + overflow: hidden; } .profile-match-name a:hover { @@ -1913,18 +2142,36 @@ div[id$="wrapper"] br { } .profile-match-wrapper { - width: 82%; - padding: 5px; - margin-bottom: 10px; - margin-left: 20px; + position: relative; + float:left; + height:80px; + padding:5px; + width:80px; + margin-bottom: 70px; + margin-right: 29px; background-color: #f6f6f6; - border: 1px solid #dddddd; - box-shadow: 3px 3px 4px #959494; - -moz-box-shadow: 3px 3px 4px #959494; - -webkit-box-shadow: 3px 3px 4px #959494; - clear: both; + border: 1px solid #7C7D7B; + box-shadow: 0 0 8px #BDBDBD; + -moz-box-shadow: 0 0 8px #BDBDBD; + -webkit-box-shadow: 0 0 8px #BDBDBD; } +.profile-match-break, +.profile-match-end { + clear: both; +} + +.profile-match-connect { + text-align: left; + font-weight: bold; +} +.profile-match-ignore { + height: 0!important; +} + +#profile-match-wrapper-end { + clear: both; +} .profile-match-end { clear: both; } @@ -1938,18 +2185,40 @@ div[id$="wrapper"] br { /* ========== */ /* = Photos = */ /* ========== */ + .photos { height: auto; overflow: auto; } -#side-bar-photos-albums h3:before { - content: url("photography.png"); +.photo { + height: 203px !important; + width: 203px !important; + border: 1px solid #7C7D7B; + box-shadow: 0 0 8px #BDBDBD; + -moz-box-shadow: 0 0 8px #BDBDBD; + -webkit-box-shadow: 0 0 8px #BDBDBD; + -moz-box-shadow: 0 0 8px #BDBDBD; + -webkit-box-shadow: 0 0 8px #BDBDBD; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; +} + +#sidebar-photos-albums { +} + +#photo-albums-upload-link { + margin: 20px; +} + +#sidebar-photos-albums h3:before { + content: url("images/photography.png"); padding-right: 10px; vertical-align: middle; } -#side-bar-photos-albums li { +#sidebar-photos-albums li { font-size: 14px; font-variant: none; text-align: left; @@ -1976,18 +2245,18 @@ div[id$="wrapper"] br { } #photo-top-links:hover { - background-color: #1873a2; + background-color: #1873a2; } #photo-top-links:active { - background-color: #1873a2; + background-color: #1873a2; } -.photo-album-image-wrapper { +.photo-album-image-wrapper { float: left; margin: 0px 10px 10px 0px; padding-bottom: 30px; - position: relative; + position: relative; } .photo-top-image-wrapper { @@ -2007,23 +2276,25 @@ div[id$="wrapper"] br { overflow: hidden; } -#photo-photo { - max-width: 85%; - height: auto; +#photo-photo { + max-width: 85%; + height: auto; } -#photo-photo img { - max-width: 100% +#photo-photo img { + max-width: 100% } .photo-top-image-wrapper a:hover, #photo-photo a:hover, -.photo-album-image-wrapper a:hover { - border-bottom: 0px; +.photo-album-image-wrapper a:hover { + border-bottom: 0px; } -.photo-top-photo {} -.photo-album-photo {} +.photo-top-photo { + width: 180px; +} +.photo-album-photo {} .photo-top-album-name { position: absolute; @@ -2031,7 +2302,7 @@ div[id$="wrapper"] br { padding: 0px 5px; font-weight: bold; font-stretch: semi-expanded; -} +} .photo-top-album-name a { text-align: center; @@ -2048,7 +2319,7 @@ div[id$="wrapper"] br { #photo-photo { position: relative; - float: left; + float: left; } #photo-caption { @@ -2057,8 +2328,8 @@ div[id$="wrapper"] br { font-size: 1.1em; } -#photo-photo-end { - clear: both; +#photo-photo-end { + clear: both; } #photo-prev-link, @@ -2072,62 +2343,60 @@ div[id$="wrapper"] br { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; background-position: center center; - background-repeat: no-repeat; + background-repeat: no-repeat; } -#photo-prev-link { - left: 0px; - top: 0px; - background-image: url('prev.png'); +#photo-prev-link { + left: 0px; + top: 0px; + background-image: url('images/prev.png'); } -#photo-next-link { - right: 0px; - top: 0px; - background-image: url('next.png'); +#photo-next-link { + right: 0px; + top: 0px; + background-image: url('images/next.png'); } #photo-prev-link a, #photo-next-link a { - display: block; - width: 100%; + display: block; + width: 100%; height: 100%; overflow: hidden; - text-indent: -900000px; + text-indent: -900000px; } #photo-prev-link:hover, #photo-next-link:hover { opacity: 1; - transition: all 0.2s ease-in-out; + transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; } #photo-next-link .icon, -#photo-prev-link .icon { +#photo-prev-link .icon { display: none; } #photos-upload-spacer, #photos-upload-new-wrapper, -#photos-upload-exist-wrapper { +#photos-upload-exist-wrapper { margin-bottom: 1em; } #photos-upload-existing-album-text, -#photos-upload-newalbum-div { - background-color: #fff; +#photos-upload-newalbum-div { color: #909090; - font-size: 1.2em; padding: 3px 0px; - padding-left: 0px; width: 300px; } #photos-upload-album-select, -#photos-upload-newalbum { - width: 400px; +#photos-upload-newalbum { + width: 400px; + margin-bottom: 10px; } #photos-upload-perms-menu { @@ -2139,6 +2408,12 @@ div[id$="wrapper"] br { display: none; } +#photos-upload-perms { + margin-top: 10px; +} + +.photos-upload-perms {} + select, input { border: 1px solid #b0b0b0; padding: 2px; @@ -2147,8 +2422,8 @@ select, input { -webkit-border-radius: 3px; } -select[size], -select[multiple], +select[size], +select[multiple], select[size][multiple] { margin: 5px 0px 10px 0px; } @@ -2157,7 +2432,7 @@ select { -webkit-appearance: menulist; box-sizing: border-box; -webkit-box-align: center; - cursor: default; + cursor: default; } textarea, keygen { @@ -2170,20 +2445,12 @@ textarea, keygen { text-indent: 0px; text-shadow: none; display: inline-block; - text-align: -webkit-auto; + text-align: -webkit-auto; } 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; } @@ -2225,7 +2492,7 @@ input { text-align: left; } -input#photo_edit_form { +input #photo_edit_form { display: block; width: 100%; } @@ -2257,24 +2524,28 @@ input#photo_edit_form { /* = Messages = */ /* ============ */ -#prvmail-wrapper, -.mail-conv-detail, +#prvmail-wrapper, +.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); box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1); + border: 1px solid #7C7D7B; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } -#prvmail-wrapper:before, -#prvmail-wrapper:after, -.mail-conv-detail:before, -.mail-conv-detail:after, -.mail-list-detail:before, +#prvmail-wrapper:before, +#prvmail-wrapper:after, +.mail-conv-detail:before, +.mail-conv-detail:after, +.mail-list-detail:before, .mail-list-detail:after { position: absolute; width: 40%; @@ -2292,10 +2563,14 @@ input#photo_edit_form { -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); z-index: -1; + border: 1px solid #7C7D7B; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } -#prvmail-wrapper:after, -.mail-conv-detail:after, +#prvmail-wrapper:after, +.mail-conv-detail:after, .mail-list-detail:after { left: auto; right: 12px; @@ -2304,6 +2579,10 @@ input#photo_edit_form { -moz-transform: skew(5deg) rotate(5deg); -ms-transform: skew(5deg) rotate(5deg); -o-transform: skew(5deg) rotate(5deg); + border: 1px solid #7C7D7B; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } .prvmail-text { @@ -2312,10 +2591,10 @@ input#photo_edit_form { #prvmail-form input -#prvmail-subject { - width: 490px; - padding-left: 10px; - font-size: 1.1em; +#prvmail-subject { + width: 490px; + padding-left: 10px; + font-size: 1.1em; font-style: bold; } @@ -2332,11 +2611,11 @@ input#photo_edit_form { #prvmail-to-label {} #prvmail-message-label { - font-size: 1em; + font-size: 1em; } -#prvmail-submit-wrapper { - margin-top: 10px; +#prvmail-submit-wrapper { + margin-top: 10px; } #prvmail-submit { @@ -2346,7 +2625,7 @@ input#photo_edit_form { } #prvmail-upload { -margin-left: 0px; +margin-left: 0px; } #prvmail-submit-wrapper > div { @@ -2362,13 +2641,13 @@ margin-left: 0px; float: left; padding: 2px; background-color: #efefef; - border: 1px solid #C5C5C5; + border: 1px solid #7C7D7B; 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; + box-shadow: 0 0 8px #BDBDBD; + -moz-box-shadow: 0 0 8px #BDBDBD; + -webkit-box-shadow: 0 0 8px #BDBDBD; } .mail-list-detail { @@ -2377,9 +2656,9 @@ margin-left: 0px; min-height: 70px; padding: 20px; padding-top: 10px; - border: 1px solid #dddddd; + border: 1px solid #7C7D7B; } - + .mail-list-sender-name { font-size: 1.1em; display: inline; @@ -2405,7 +2684,7 @@ margin-left: 0px; color: #626262; } -.mail-list-delete-wrapper { +.mail-list-delete-wrapper { float: right; } @@ -2420,26 +2699,27 @@ margin-left: 0px; .mail-conv-sender { float: left; - margin: 0px 5px 5px 0px; + margin: 0px 5px 5px 0px; } .mail-conv-sender-photo { width: 64px; height: 64px; + border-radius: 3px 3px 3px 3px; } -.mail-conv-sender-name { - float: left; - font-style: bold; +.mail-conv-sender-name { + float: left; + font-style: bold; } -.mail-conv-date { - float: right; +.mail-conv-date { + float: right; } -.mail-conv-subject { - clear: right; - font-weight: bold; +.mail-conv-subject { + clear: right; + font-weight: bold; font-size: 1.2em; } @@ -2455,22 +2735,30 @@ margin-left: 0px; margin-bottom: 0px; vertical-align: middle; margin: auto; - border: 1px solid #dddddd; + border: 1px solid #7C7D7B; } -.mail-conv-break { - display: none; + +.mail-conv-break { + display: none; border: none; } -.mail-conv-delete-wrapper { - padding-top: 10px; - width: 510px; - text-align: right; +.mail-conv-delete-wrapper { + padding-top: 10px; + width: 510px; + text-align: right; } #prvmail-subject { font-weight: bold; - border: 1px solid #dddddd; + border: 1px solid #7C7D7B; +} + +/* ========== */ +/* = Poke = */ +/* ========== */ +#poke-recip { + float: none; } /* ================= */ @@ -2533,11 +2821,10 @@ margin-left: 0px; .view-contact-wrapper, .contact-entry-wrapper { float: left; - margin-right: 30px; - margin-bottom: 20px; - width: 88px; + padding-right: 10px; + width: 345px; height: 120px; - position: relative; + margin: 0 10px 10px 0px; } #view-contact-end { @@ -2548,37 +2835,67 @@ margin-left: 0px; margin-top: 15px; } +.contact-entry-wrapper .contact-entry-photo-wrapper { + float: left; + margin-right: 10px; +} .contact-entry-direction-wrapper { position: absolute; top: 20px; } -.contact-entry-edit-links { - position: absolute; - top: 60px; +.contact-entry-edit-links { + position: absolute; + top: 60px; } -#contacts-show-hide-link { - margin-bottom: 20px; - margin-top: 10px; +#contacts-show-hide-link { + margin-bottom: 20px; + margin-top: 10px; font-weight: bold; } -.contact-entry-name { - width: 100px; +.contact-entry-desc { + overflow: hidden; +} + +.contact-entry-name, .contact-entry-connect { overflow: hidden; font: #999; font-size: 12px; - text-align: center; font-weight: bold; margin-top: 5px; } -.contact-entry-photo { +.contact-entry-details { + font-size: 13px; + color: #999999; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + +.contact-entry-photo-wrapper { position: relative; + /*border: 1px solid #7C7D7B; + border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + box-shadow: 0 0 8px #BDBDBD; + -moz-box-shadow: 0 0 8px #BDBDBD; + -webkit-box-shadow: 0 0 8px #BDBDBD;*/ +} + +.contact-entry-photo { + width: 80px; } -.contact-entry-edit-links .icon { +.contact-entry-photo a img { + width: 80px; + height: 80px; +} + +.contact-entry-edit-links .icon { border: 1px solid #babdb6; border-radius: 3px; -webkit-border-radius: 3px; @@ -2586,9 +2903,9 @@ margin-left: 0px; background-color: #ffffff; } -#contact-edit-banner-name { - font-size: 1.5em; - margin-left: 30px; +#contact-edit-banner-name { + font-size: 1.5em; + margin-left: 30px; } #contact-edit-update-now { @@ -2613,10 +2930,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: 0 0 8px #BDBDBD; + -webkit-box-shadow: 0 0 8px #BDBDBD; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } #contact-edit-update-now:active { @@ -2631,18 +2956,33 @@ 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-image: url("images/photo-menu.jpg"); + background-position: top left; background-repeat: no-repeat; - margin: 10px 0 0 0; padding: 0px; + margin: 10px 0 0 0; + padding: 0px; width: 16px; height: 16px; top: 64px; left:0px; overflow: hidden; text-indent: 40px; - display: none; + display: none; } .contact-photo-menu { @@ -2650,7 +2990,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; @@ -2658,146 +2999,61 @@ margin-left: 0px; -webkit-box-shadow: 3px 3px 5px #888; } -.contact-photo-menu ul { - margin: 0px; - padding: 0px; - list-style: none; +.contact-photo-menu ul { + margin: 0px; + padding: 0px; + list-style: none; } -.contact-photo-menu li a { - display: block; - padding: 3px; - color: #626262; - font-size: 1em; +.contact-photo-menu li a { + display: block; + padding: 3px; + color: #626262; + font-size: 1em; } .contact-photo-menu li a:hover { color: #FFFFFF; - 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; - text-decoration: none; -} - -.view-contact-name {} - -#div.side-link { - background-color: #efefef; - padding: 10px; - margin-top: 20px; -} - -#follow-sidebar { - margin-bottom: 80px; -} - -#follow-sidebar h3:before { - content: url("user.png"); - padding-right: 10px; - vertical-align: middle; -} - -#follow-sidebar input[type="text"] { - margin-left: 3px; - margin-bottom: 10px; -} - -#side-follow-submit { - width: 178px; - margin: 10px; - text-align: center; -} - -#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; - -moz-border-radius: 5px; - -webkit-border-radius: 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; - -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-match-link:active { + 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; - position: relative; - top: 1px; + text-decoration: none; } -#side-match-link a { - color: #efefef; -} +.view-contact-name {} -#side-invite-link { - width: 80%; +#div.side-link { + background-color: #efefef; 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; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; + margin-top: 20px; } -#side-invite-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; - -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; +#follow-sidebar { + margin-bottom: 10px; } +#follow-sidebar h3:before { + content: url("images/user.png"); + padding-right: 10px; + vertical-align: middle; +} -#side-invite-link:active { - background-color: #1873a2; - position: relative; - top: 1px; +#follow-sidebar input[type="text"] { + margin-left: 3px; + margin-bottom: 10px; } -#side-invite-link a { - color: #efefef; +#side-follow-submit { + width: 178px; + margin: 10px; + text-align: center; } -#side-suggest-link { +#side-invite-link, +#side-random-profile-link, +#side-suggest-link, +#side-match-link { width: 80%; padding: 10px; margin: auto; @@ -2816,33 +3072,44 @@ margin-left: 0px; -webkit-border-radius: 5px; } -#side-suggest-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% ); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4'); - background-color: #1873a2; + 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; + -moz-box-shadow: 0 0 8px #BDBDBD; + -webkit-box-shadow: 0 0 8px #BDBDBD; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; } -#side-suggest-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; + top: 1px; } -#side-suggest-link a { - color: #efefef; +#side-invite-link a, +#side-random-profile-link a, +#side-suggest-link a, +#side-match-link a { + color: #efefef; } + #invite-message, -#invite-recipients, +#invite-recipients, #invite-recipient-text { padding: 10px; } @@ -2852,7 +3119,7 @@ margin-left: 0px; font-weight: bold; font-stretch: semi-expanded; background-color: #f3f3f3; - border: 1px solid #cdcdcd; + border: 1px solid #7C7D7B; padding: 10px; margin-top: 20px; border-radius: 5px; @@ -2862,7 +3129,7 @@ margin-left: 0px; #side-follow-wrapper label{ font-size: 1.1em; - font-variant: normal; + font-variant: normal; } #contact-suggest { @@ -2884,7 +3151,7 @@ margin-left: 0px; padding: 5px 10px 5px 10px; color: #efefef; font-size: 1.2em; - text-align: center; + text-align: center; } #contact-suggest:hover { @@ -2892,13 +3159,13 @@ margin-left: 0px; 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; + background-color: #1873a2; } #contact-suggest:active { background-color: #1873a2; position: relative; - top: 1px; + top: 1px; } #contact-suggest a { @@ -2921,11 +3188,12 @@ margin-left: 0px; /* = Register, Settings, Profile Forms = */ /* ===================================== */ -#id_openid_url, .openid input{ - background: url(login-bg.gif) no-repeat; +#id_openid_url, +.openid input { + background: url(images/login-bg.gif) no-repeat; background-position: 0 50%; padding-left: 18px; - width: 220px!important; + width: 250px!important; } .openid:hover { @@ -3008,8 +3276,8 @@ margin-left: 0px; background-color: #555753; border: 1px solid #7C7D7B; box-shadow: 0 0 8px #BDBDBD; - -moz-box-shadow: 3px 3px 4px #959494; - -webkit-box-shadow: 3px 3px 4px #959494; + -moz-box-shadow: 0 0 8px #BDBDBD; + -webkit-box-shadow: 0 0 8px #BDBDBD; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; @@ -3024,7 +3292,7 @@ margin-left: 0px; position: relative; top: 1px; } - + #settings-nickname-desc { width: 80%; background-color: #efefef; @@ -3040,7 +3308,7 @@ margin-left: 0px; clear: both; } -#profile-edit-form div { +#profile-edit-form div { margin-bottom: 5px; } @@ -3051,33 +3319,33 @@ margin-left: 0px; #register-form label, #profile-edit-form label { - width: 575px; + width: 575px; float: right; 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 { +.profile-edit-submit-wrapper { margin: 30px 0px; } -.profile-listing { - float: left; - clear: both; +.profile-listing, +.profile-listing-end { + float: left; + clear: both; margin: 20px 20px 0px 0px; } -#register-sitename { - display: inline; +#register-sitename { + display: inline; font-weight: bold; } @@ -3085,13 +3353,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; @@ -3107,7 +3380,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; } @@ -3156,14 +3433,14 @@ margin-left: 0px; 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; + background-color: #1873a2; } .group-delete-wrapper:active { 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; + background-color: #1873a2; } .group-delete-wrapper a { @@ -3171,8 +3448,8 @@ margin-left: 0px; font-size: 0.9em; } -#group-edit-desc { - margin: 10px 0xp; +#group-edit-desc { + margin: 10px 0xp; } #group-new-text { @@ -3182,7 +3459,7 @@ margin-left: 0px; #group-members, #prof-members { width: 83%; - height: 200px; + height: 200px; overflow: auto; border: none; background-color: #f0edf0; @@ -3193,10 +3470,10 @@ margin-left: 0px; } #group-all-contacts, -#prof-all-contacts { +#prof-all-contacts { width: 83%; height: 200px; - overflow: auto; + overflow: auto; border: 1px solid #ccc; background-color: #f0edf0; padding: 10px; @@ -3205,14 +3482,14 @@ 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; } #group-separator, -#prof-separator { +#prof-separator { display: none; } @@ -3222,7 +3499,7 @@ margin-left: 0px; #events-reminder {} -.clear { +.clear { clear: both; margin-top: 10px; } @@ -3246,7 +3523,7 @@ margin-left: 0px; -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1); } -.vevent:before, +.vevent:before, .vevent:after { position: absolute; width: 40%; @@ -3284,7 +3561,7 @@ margin-left: 0px; font-weight: bolder; } - .vevent .event-location { +.vevent .event-location { margin-left: 10px; margin-right: 10px; font-size: 1em; @@ -3292,7 +3569,7 @@ margin-left: 0px; text-align: center; } -.vevent .event-start, +.vevent .event-start, .vevent .event-end { margin-left: 20px; margin-right: 20px; @@ -3347,18 +3624,18 @@ margin-left: 0px; } .event-description:before { - content: url('calendar.png'); + content: url('images/calendar.png'); margin-right: 15px; vertical-align: middle; } -.event-start, +.event-start, .event-end { margin-left: 10px; width: 330px; } -.event-start .dtstart, +.event-start .dtstart, .event-end .dtend { float: right; } @@ -3369,7 +3646,7 @@ margin-left: 0px; font-stretch: condensed; } -.prevcal, +.prevcal, .nextcal { float: left; margin-left: 32px; @@ -3407,10 +3684,6 @@ margin-left: 0px; -webkit-box-shadow: 5px 2px 8px #959494; } -tr { - border: 1px solid #eeeeee; -} - .calendar td { font-size: 14px; text-align: center; @@ -3424,7 +3697,7 @@ tr { } .calendar th { - font-size: 16px; + font-size: 16px; } .today { @@ -3433,16 +3706,16 @@ tr { background-color: #1873a2; color: #ffffff; } - -#event-start-text, + +#event-start-text, #event-finish-text { margin-top: 10px; margin-bottom: 5px; } -#event-nofinish-checkbox, -#event-nofinish-text, -#event-adjust-checkbox, +#event-nofinish-checkbox, +#event-nofinish-text, +#event-adjust-checkbox, #event-adjust-text, #event-share-checkbox { float: left; @@ -3452,13 +3725,13 @@ tr { margin-bottom: 10px; } -#event-nofinish-break, +#event-nofinish-break, #event-adjust-break, #event-share-break { clear: both; } -#event-desc-text, +#event-desc-text, #event-location-text { margin-top: 10px; margin-bottom: 5px; @@ -3484,7 +3757,7 @@ tr { .directory-name { font-size: 1em; - width: 150px; + width: 150px; } /* ========= */ @@ -3492,7 +3765,7 @@ tr { /* ========= */ #adminpage { - width: 80%; + width: 90%; } #pending-update { @@ -3534,6 +3807,7 @@ tr { #adminpage h3 { border-bottom: 1px solid #898989; margin-bottom: 5px; + padding-bottom: 5px; margin-top: 10px; } @@ -3541,19 +3815,25 @@ tr { clear:left; } -#adminpage +#adminpage #pluginslist { - margin: 0px; + margin: 0px; padding: 0px; } #adminpage .plugin { list-style: none; display: block; - border: 1px solid #888888; - padding: 1em; - margin-bottom: 5px; clear: left; + border: 1px solid #7C7D7B; + box-shadow: 0 0 8px #BDBDBD; + -moz-box-shadow: 0 0 8px #BDBDBD; + -webkit-box-shadow: 0 0 8px #BDBDBD; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + padding:10px; + margin:10px 10px 10px 0; } #adminpage .toggleplugin { @@ -3562,30 +3842,30 @@ tr { } #adminpage table { - width: 100%; - border-bottom: 1p solid #000000; + width: 100%; + border-bottom: 1p solid #000000; margin: 5px 0px; } -#adminpage table th { +#adminpage table th { text-align: left; } -#adminpage td .icon { +#adminpage td .icon { float: left; } -#adminpage table#users img { - width: 16px; - height: 16px; +#adminpage table#users img { + width: 16px; + height: 16px; } -#adminpage table tr:hover { - background-color: #eeeeee; +#adminpage table tr:hover { + background-color: #eeeeee; } -#adminpage .selectall { - text-align: right; +#adminpage .selectall { + text-align: right; } /* =============== */ @@ -3593,12 +3873,25 @@ tr { /* =============== */ .field { - width: 90%; + /*margin-bottom: 10px;*/ + overflow: auto; + padding-bottom: 10px; + width: 100%; +} + +.field.radio .field_help { + margin-left: 255px; +} + +.field .field_help { + color: #666666; + display: block; + margin-left: 225px; } .field label { - float: left; - width: 480px; + float: left; + width: 230px; } .field checkbox { @@ -3608,27 +3901,24 @@ tr { .field input, .field textarea { - width: 220px; - border: 1px solid #CDCDCD; + /*width: 400px;*/ + float: left; + border: 1px solid #7C7D7B; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; } -.field textarea { - height: 100px; -} - -.field password { +.field password { height: 100px; - margin-left: 150px; + margin-left: 150px; } .field_help { display: block; margin-left: 0px; margin-bottom: 10px; - color: #666666; + color: #666666; } .field .onoff { @@ -3662,12 +3952,8 @@ tr { text-align: left; } -.hidden { - display: none!important; -} - -.field .radio .field_help { - margin-left: 0px; +.field .radio .field_help { + margin-left: 0px; } /* ========= */ @@ -3676,33 +3962,48 @@ tr { .sparkle { cursor: url('lock.cur'), pointer; + width: 100%; + height: auto; + /*border: 1px solid #7C7D7B; + border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + box-shadow: 0 0 8px #BDBDBD; + -moz-box-shadow: 0 0 8px #BDBDBD; + -webkit-box-shadow: 0 0 8px #BDBDBD;*/ +} + +.label { + border: 0px; + border-radius: 0px; + box-shadow: none; } .icon { margin-left: 5px; margin-right: 5px; - display: block; - width: 20px; + display: block; + width: 20px; height: 20px; - background-image: url("icons.png"); + background-image: url("images/icons.png"); } -.starred { - background-image: url("star.png"); +.starred { + background-image: url("images/star.png"); repeat: no-repeat; } -.unstarred { - background-image: url("premium.png"); +.unstarred { + background-image: url("images/premium.png"); repeat: no-repeat; } .notify { - background-image: url("notifications.png"); + background-image: url("images/notifications.png"); repeat: no-repeat; } .border { border: 1px solid #c1c1c1; - border-radius: 3px; + border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; } @@ -3737,7 +4038,7 @@ tr { } .sharePerms { - background-image: url("icons.png"); + background-image: url("images/icons.png"); width: 20px; height: 20px; margin: 2px 0px 2px 3px; @@ -3758,6 +4059,7 @@ tr { .attachtype { display: block; width: 20px; height: 23px; background-image: url("../../../images/content-types.png"); + background-position: -80px 0px; } .type-video { background-position: 0px 0px; } @@ -3770,17 +4072,44 @@ tr { /* = Footer = */ /* ========== */ -.cc-license { - margin-top: 100px; - font-size: 0.7em; +.cc-license { + margin-top: 100px; + font-size: 0.7em; } -footer { - display: block; - margin: 50px 20%; - clear: both; -} +footer { display: block; margin: 50px 20%; clear: both; } +/* ========== */ +/* = Tools = */ +/* ========== */ + +tools { + 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'); + background-color: #f0edf0; + border-radius: 5px 5px 0px 0px; + -moz-border-radius: 5px 5px 0px 0px; + -webkit-border-radius: 5px 5px 0px 0px; + border: 1px solid #7C7D7B; + border-bottom: none; + box-shadow: 1px 2px 6px 0px #959494; + -moz-box-shadow: 1px 2px 6px 0px #959494; + -webkit-box-shadow: 1px 2px 6px 0px #959494; + color: #EFEFEF; + display: block; + float: right; + font-size: 15px; + height: 38px; + list-style: none outside none; + margin: 0 0 0 755px; + padding: 0; + position: fixed; + bottom: 0; + width: 203px; + z-index: 10; + clear:both; +} /* ======= */ /* = ACL = */ @@ -3849,7 +4178,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; @@ -3865,7 +4194,7 @@ footer { overflow: hidden; } -.acl-list-item a { +.acl-list-item a { font-size: 10px; display: block; float: left; @@ -3890,7 +4219,7 @@ footer { background-color: #1873a2; } -.acl-button-hide.selected { +.acl-button-hide .selected { color: #efefef; background-color: #a2a2a2; } @@ -3904,8 +4233,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'); @@ -3927,8 +4256,8 @@ footer { 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; + -moz-box-shadow: 0 0 8px #BDBDBD; + -webkit-box-shadow: 0 0 8px #BDBDBD; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; @@ -3955,6 +4284,17 @@ a.active { } /* notifications popup menu */ +.manage-notify { + font-size: 10px; + padding: 1px 3px; + top: 0px; + min-width: 15px; + text-align: center; + float: right; + margin-top: -14px; + margin-right: -20px; +} + .nav-notify { display: none; position: absolute; @@ -3968,16 +4308,6 @@ a.active { .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; @@ -3995,23 +4325,24 @@ ul.menu-popup { box-shadow: 5px 5px 10px #242424; -moz-box-shadow: 5px 5px 10px #242424; -webkit-box-shadow: 5px 5px 10px #242424; + top: 40px; } -#nav-notifications-menu .contactname { - font-weight: bold; - font-size: 0.9em; +#nav-notifications-menu .contactname { + font-weight: bold; + font-size: 0.9em; } -#nav-notifications-menu img { - float: left; - margin-right: 5px; +#nav-notifications-menu img { + float: left; + margin-right: 5px; } -#nav-notifications-menu .notif-when { - font-size: 0.8em; - display: block; +#nav-notifications-menu .notif-when { + font-size: 0.8em; + display: block; } - + #nav-notifications-menu li { padding: 7px 0px 7px 10px; word-wrap: normal; @@ -4050,26 +4381,29 @@ ul.menu-popup { } /* autocomplete popup */ -.acpopup { - max-height: 150px; +.acpopup, acpopup-mce { 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; + border-right: 1px solid #7C7D7B; + border-left: 1px solid #7C7D7B; + border-bottom: 1px solid #7C7D7B; border-radius: 0px 5px 5px 5px; -webkit-border-radius: 0px 5px 5px 5px; -moz-border-radius: 0px 5px 5px 5px; - box-shadow: 3px 3px 4px #959494; - -moz-box-shadow: 3px 3px 4px #959494; - -webkit-box-shadow: 3px 3px 4px #959494; + box-shadow: 0 0 8px #BDBDBD; + -moz-box-shadow: 0 0 8px #BDBDBD; + -webkit-box-shadow: 0 0 8px #BDBDBD; +} + +.acpopup-mce { + max-height: 150px; } .acpopupitem { - color: #2e3436; + color: #2e3436; padding: 4px; clear:left; } @@ -4078,15 +4412,19 @@ ul.menu-popup { margin-right: 4px; } -.acpopupitem.selected { +.acpopupitem.selected, .textcomplete-item.active { 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; + background-color: #1873a2; order-bottom: none; } +.textcomplete-item a:hover, .textcomplete-item a:hover .acpopup-sub-text, .textcomplete-item.active a .acpopup-sub-text { + color: #efefef; +} + .qcomment { opacity: 0.8; filter: alpha(opacity=0); @@ -4103,9 +4441,13 @@ ul.menu-popup { background: #000000; } -/* Pages profile widget ------------------------------------------------------------ */ -#page-profile +.notify-seen a { + color: #efefef !important; +} + +/* Pages profile widget ----------------------------------------------------------- */ + +#page-profile, #profile-page-list { margin-left: 45px; } @@ -4149,17 +4491,22 @@ ul.menu-popup { /* SCROLL TO TOP ----------------------------------------------------------- */ #scrollup { - position: fixed; - right: 1px; - bottom: 30px; + position: absolute; + right: 0px; + bottom: -1px; z-index: 100; +padding-right: 10px; } -#scrollup a:hover{ +#scrollup a:hover { text-decoration: none; border: 0; } +.item-scrollup { + margin-left: 5px; +} + /* New posts and comments => background color ----------------------------------------------------------- */ .shiny { @@ -4167,39 +4514,44 @@ ul.menu-popup { } div.wall-item-content-wrapper.shiny { - background-image: url("shiny.png"); + background-image: url("images/shiny.png"); background-repeat: repeat-x; } /* from default */ -#jot-perms-icon, +#jot-perms-icon, #profile-location, #profile-nolocation, -#profile-youtube, -#profile-video, +#profile-youtube, +#profile-video, #profile-audio, #profile-link, -#profile-title, +#profile-title, #wall-image-upload, #wall-file-upload, #profile-upload-wrapper, #wall-image-upload-div, #wall-file-upload-div, -.hover, .focus { +.hover, +.focus { cursor: pointer; } hr.line-dots { - background: url("dot.png") repeat-x scroll left center transparent; + background: url("images/dot.png") repeat-x scroll left center transparent; border: medium none; } -.body-tag, .filesavetags, .categorytags { +.body-tag, +.filesavetags, +.categorytags { opacity: 0.5; filter:alpha(opacity=50); } -.body-tag:hover, .filesavetags:hover, .categorytags:hover { +.body-tag:hover, +.filesavetags:hover, +.categorytags:hover { opacity: 1.0 !important; filter:alpha(opacity=100) !important; } @@ -4211,14 +4563,17 @@ hr.line-dots { margin-right: 10px; } -.item-select:hover, .checkeditem { +.item-select:hover, +.checkeditem { opacity: 1; filter:alpha(opacity=100); } .filer-icon { display: block; width: 16px; height: 16px; - background-image: url('file.gif'); + background-image: url('images/file.gif'); + margin-left: 5px; + float: left; } .icon.dim { opacity: 0.3;filter:alpha(opacity=30); } @@ -4238,16 +4593,28 @@ hr.line-dots { color: #888888; } -.location, .location-label, .gender-label, .marital-label, .homepage-label { +.location, +.location-label, +.gender-label, +.marital-label, +.homepage-label, +.network-label { float: left; text-align: left; display: block; + line-height: 0.6em; } -.adr, .x-gender, .marital-text, .homepage-url { +.adr, +.x-gender, +.marital-text, +.homepage-url, +.x-network { float: left; display: block; margin-left: 8px; + line-height: 1em; + text-align: left; } #birthday-notice {} @@ -4273,20 +4640,153 @@ hr.line-dots { .fc-border-separate, .fc-content {} -div#datebrowse-sidebar.widget { +div #datebrowse-sidebar.widget { text-align:center; } /* Fakelink */ -.fakelink, .fakelink:visited, .fakelink:link { +.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;*/ + /*background: url("images/down.png") no-repeat scroll left center transparent;*/ } .fakelink:hover { color: #6da6c4; } + +#id_theme { + margin:10px 10px 0 0; +} + +#id_maxreq, +#id_cntunkmail, +#id_expire { + width: 75px; +} + +#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 10px; +} + +#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 { + width: 410px; + border: 1px solid #7C7D7B; + box-shadow: 0 0 8px #BDBDBD; + -moz-box-shadow: 0 0 8px #BDBDBD; + -webkit-box-shadow: 0 0 8px #BDBDBD; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + padding: 10px; + margin: 10px 10px 10px 0; +} + +#id_npassword {} + +#hide-comments-page-widget { + margin-left: 40px; +} + +#collapsed-comments-page-widget {} + +.tool { + list-style-type: disc; +} + +#logo-text { +} + +#logo-img { + margin: 3px 0 0 0; +} + +.bigwidget {} + +#remote-friends-in-common {} + +.settings-block { + border: 1px solid #7C7D7B; + box-shadow: 0 0 8px #BDBDBD; + -moz-box-shadow: 0 0 8px #BDBDBD; + -webkit-box-shadow: 0 0 8px #BDBDBD; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + padding:10px; + margin:10px 10px 10px 0; +} + +#page-settings-label{ + width: auto !important; + margin-bottom: 5px !important; +} + +.onoff { + margin-right: 10px; +} + +.settings-heading { + margin: 25px 0 25px 0; +} + +#id_itemcache, +#id_basepath, +#id_temppath, +#id_lockpath, +#id_proxyuser, +#id_proxy, +#id_allowed_email, +#id_allowed_sites, +#id_directory_submit_url, +#id_register_text { + width: 440px; +} + +#id_itemcache_duration, +#id_abandon_days, +#id_maxloadavg, +#id_poll_interval, +#id_delivery_interval, +#id_timeout, +#id_jpegimagequality, +#id_maximagelength, +#id_maximagesize, +#id_max_daily_registrations { + width: 75px; +} + +#id_remember { + width: auto; + float: right; +} + +.field.input.openid { +}