X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fsmoothly%2Fstyle.css;h=e92621ad3f4919eb83cbb19c3bb0cf1632e5e970;hb=215f084a2e4cc4298a4e63d0fb951081d1bc4bec;hp=bdfeadcca92607e23931be523639b4f0bd2146b3;hpb=ee20708f754cee252e328da2efd9ac27fe428373;p=friendica.git diff --git a/view/theme/smoothly/style.css b/view/theme/smoothly/style.css index bdfeadcca9..e92621ad3f 100644 --- a/view/theme/smoothly/style.css +++ b/view/theme/smoothly/style.css @@ -2,12 +2,9 @@ style.css Smoothly - Created by Anne Walk and Devlon Duthie on 2011-09-24 - Modified by alex@friendica.pixelbits.de on 2012-09-06 + Created by alex@friendica.pixelbits.de on 2012-10-23 -*/ -/* ========== */ -/* = Colors +** Colors ** Blue links - #1873a2 Blue link hover - #6da6c4 Blue Gradients (buttons and other gradients) - #1873a2 and #6da6c4 @@ -15,77 +12,30 @@ Grey/body text - #626262 Grey Gradients (buttons and other gradients) - #bdbdbd and #a2a2a2 Dark Grey Gradients - #7c7d7b and #555753 Orange - #fec01d +*/ -You can switch out the colors of the header, buttons and links by using a find and replace in your text editor. - - = */ -/* ========== */ - -body { - margin: 0 auto; - padding-bottom: 3em; - position: relative; - 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; -} +@import url('css/typography.css'); -p { - max-width: 600px; +.lockview { + cursor: pointer; } -label { -/* font-variant:small-caps; */ +.heart { + color: #FF0000; + font-size: 100%; } -li { - list-style: none; -} - -.required { display: inline; color: #1873a2; } -.fakelink { color: #1873a2; cursor: pointer; } -.fakelink :hover { color: #6da6c4; } -.heart { color: #FF0000; font-size: 100%; } - input[type=text] { + float: left; border: 1px solid #b0b0b0; padding: 2px; - width: 466px; - margin-left: 0px; - -webkit-border-radius: 3px 3px 3px 3px; - -moz-border-radius: 3px 3px 3px 3px; - border-radius: 3px 3px 3px 3px; + width: 550px; + /*margin-top: 10px;*/ + border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; } input[type=text-sidebar] { @@ -94,51 +44,67 @@ input[type=text-sidebar] { width: 172px; margin-left: 10px; margin-top: 10px; - -webkit-border-radius: 3px 3px 3px 3px; - -moz-border-radius: 3px 3px 3px 3px; - border-radius: 3px 3px 3px 3px; + border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; } input[type=submit] { margin: 10px; - border: none; font-size: 0.9em; padding: 5px; - -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf; - -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf; - box-shadow:inset 0px 1px 0px 0px #cfcfcf; - background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) ); - background:-moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% ); - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2'); - background-color:#bdbdbd; - -moz-border-radius:5px; - -webkit-border-radius:5px; - border-radius:5px; - color:#efefef; + 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; + color: #efefef; text-align: center; + border: 1px solid #7C7D7B; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } input[type=submit]:hover { - border: none; - 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: -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; + 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; } input[type=submit]:active { - position:relative; - top:1px; + position: relative; + top: 1px; +} + +#search-submit { + margin: 10px 10px 0 0; } -.smalltext { font-size: 0.7em } +.smalltext { + font-size: 0.7em +} -::selection { background:#fdf795; color: #000; /* Safari and Opera */ } -::-moz-selection { background:#fdf795; color: #000; /* Firefox */ } +::selection { + background: #fec01d; + color: #000; /* Safari and Opera */ +} + +::-moz-selection { + background: #fec01d; + color: #000; /* Firefox */ +} section { float: left; - padding-top: 40px; /*60*/ + margin-top: 45px; width: 730px; font-size: 0.9em; line-height: 1.2em; @@ -146,20 +112,23 @@ section { .lframe { border: 1px solid #dddddd; - -moz-box-shadow: 3px 3px 6px #959494; - -webkit-box-shadow: 3px 3px 6px #959494; 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; } .mframe { - padding: 2px; - background-color: #efefef; - border: 1px solid #dddddd; - -moz-box-shadow: 3px 3px 4px #959494; - -webkit-box-shadow: 3px 3px 4px #959494; - box-shadow: 3px 3px 4px #959494; + padding: 3px; + 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 { @@ -167,34 +136,37 @@ section { } .button { - border: none; + border: 1px solid #7C7D7B; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; font-size: 1em; - -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf; - -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf; - box-shadow:inset 0px 1px 0px 0px #cfcfcf; - background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) ); - background:-moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% ); - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2'); - background-color:#bdbdbd; - -moz-border-radius:5px; - -webkit-border-radius:5px; - border-radius:5px; - color:#efefef; - text-align: center; + 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; + color: #efefef; + text-align: center; } .button:hover { - border: none; - 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; + 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; } .button:active { - position:relative; - top:1px; + position: relative; + top: 1px; } .button a { @@ -217,12 +189,13 @@ section { #login-password-wrapper { vertical-align: middle; - margin: auto; + margin: auto; } #login-extra-links { width: 90px; margin-top: 20px; + clear: both; } #login-extra-links a { @@ -237,25 +210,63 @@ section { display: none; } +#login_standard { + width: 210px; + float: left; +} +#login_openid { + width: 210px; + margin-left: 150px; +} + +#login_standard input, +#login_openid input { + width: 240px; +} + +#register-link, +#lost-password-link { + font-size: 80%; + width: 210px; + margin-left: 5px; +} + +#login-name-end, +#login-password-end, +#login-extra-end, +#login-submit-end { + height: 50px; +} + +#login-submit-button { + margin-top: 10px; + margin-left: 75px; +} + +#login-submit-wrapper { + margin-top: 10px; + margin-left: 75px; +} + /* ========= */ /* = Panel = */ /* ========= */ #panel { position: absolute; - font-size:0.8em; - -webkit-border-radius: 5px ; - -moz-border-radius: 5px; + font-size: 0.8em; border-radius: 5px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; border: 1px solid #494948; background-color: #2e3436; - opacity:50%; + opacity: 50%; color: #eeeeec; padding:1em; z-index: 200; - -moz-box-shadow: 7px 7px 12px #434343; - -webkit-box-shadow: 7px75px 12px #434343; box-shadow: 7px 7px 10px #434343; + -moz-box-shadow: 7px 7px 12px #434343; + -webkit-box-shadow: 7px75px 12px #434343; } /* ========= */ @@ -263,8 +274,9 @@ section { /* ========= */ .pager { - padding-top: 30px; - display:block; + padding-top: 10px; + padding-bottom: 10px; + display: block; clear: both; text-align: center; } @@ -273,8 +285,15 @@ section { color: #626262; } -.pager span { padding: 4px; margin:4px; } -.pager_current { background-color: #1873a2; color: #ffffff; } +.pager span { + padding: 4px; + margin: 4px; +} + +.pager_current { + background-color: #1873a2; + color: #ffffff; +} /* ======= */ /* = Nav = */ @@ -291,68 +310,147 @@ nav { height: 40px; position: fixed; color: #efefef; - background: url("nav-bg.png") no-repeat scroll 0px 0px transparent; - /*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7c7d7b), color-stop(1, #555753) );*/ - /*background:-moz-linear-gradient( center top, #7c7d7b 5%, #555753 100% );*/ - /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c7d7b', endColorstr='#555753');*/ - /*background-color:#7c7d7b;*/ margin-bottom: 16px; font-size: 15px; - /*border-bottom: 1px solid #494948;*/ + background-color: #BDBDBD; + 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; + 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; +} + +nav a { + text-decoration: none; + color: #eeeeec; + border: 0px; +} + +nav a:hover { + text-decoration: none; + color: #eeeeec; + border: 0px; } -nav a { text-decoration: none; color: #eeeeec; border:0px;} -nav a:hover { text-decoration: none; color: #eeeeec; border:0px;} + +nav #site-location { + color: #888a85; + font-size: 0.8em; + position: absolute; +} + nav #banner { display: block; position: absolute; - margin-left: 3px; /*10*/ - margin-top: 3px; /*5*/ - padding-bottom:5px; + margin-left: 3px; + margin-top: 3px; + padding-bottom: 5px; } + nav #banner #logo-text a { display: hidden; font-size: 40px; font-weight: bold; margin-left: 3px; + text-shadow: #7C7D7B 3px 3px 5px; } + nav #user-menu { display: block; - width: 190px; /*240*/ + width: auto; + min-width: 190px; float: right; - margin-right: 5px; /*20%*/ - margin-top: 3px; + margin-right: 5px; + margin-top: 4px; padding: 5px; position: relative; vertical-align: middle; - background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #797979), color-stop(1, #898988) ); - background:-moz-linear-gradient( center top, #797979 5%, #898988 100% ); - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#797979', endColorstr='#898988'); - background-color:#a2a2a2; - -moz-border-radius:5px; - -webkit-border-radius:5px; - border-radius:5px; - border: 1px solid #9A9A9A; - color:#efefef; - text-decoration:none; + background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #797979), color-stop(1, #898988) ); + background: -moz-linear-gradient( center top, #797979 5%, #898988 100% ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#797979', endColorstr='#898988'); + background-color: #a2a2a2; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + border: 1px solid #7C7D8B; + color: #efefef; + text-decoration: none; text-align: center; } nav #user-menu-label::after { content: url("menu-user-pin.png") no-repeat; padding-left: 15px; } + nav #user-menu-label { vertical-align: middle; font-size: 12px; padding: 5px; text-align: center; } + +.nav-ajax-left { + font-size: 0.8em; + float: left; + 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; + font-size: 1.1em; + border: 1px solid #FF8888; + background-color: #FFEEEE; + padding: 10px; +} + +.info-message { + color: #204a87; + font-size: 1.1em; + border: 1px solid #3465a4; + background-color: #d7e3f1; + padding: 10px; +} + ul#user-menu-popup { display: none; position: absolute; - background:-webk/* margin-right:10px;*/it-gradient( linear, left top, left bottom, color-stop(0.05, #797979), color-stop(1, #898988) ); - background:-moz-linear-gradient( center top, #a2a2a2 5%, #898988 100% ); - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#797979', endColorstr='#898988'); - background-color:#898988; + background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #797979), color-stop(1, #898988) ); + background: -moz-linear-gradient( center top, #a2a2a2 5%, #898988 100% ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#797979', endColorstr='#898988'); + background-color: #898988; width: 100%; padding: 10px 0px; margin: 0px; @@ -369,16 +467,28 @@ ul#user-menu-popup { box-shadow: 5px 5px 10px #242424; z-index: 10000; } -ul#user-menu-popup li { display: block; } -ul#user-menu-popup li a { display: block; padding: 5px; } + +ul#user-menu-popup li { + display: block; +} + +ul#user-menu-popup li a { + display: block; + padding: 5px; +} + ul#user-menu-popup li a:hover { color: #efefef; - 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: -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; +} + +ul#user-menu-popup li a.nav-sep { + border-top: 1px solid #989898; + border-style:inset; } -ul#user-menu-popup li a.nav-sep { border-top: 1px solid #989898; border-style:inset; } /* ============= */ /* = Notifiers = */ @@ -387,8 +497,10 @@ ul#user-menu-popup li a.nav-sep { border-top: 1px solid #989898; border-style:in #notifications { height: 32px; position: absolute; - top:3px; left: 35%; + top: 3px; + left: 35%; } + .nav-ajax-update { width: 44px; height: 32px; @@ -400,11 +512,26 @@ ul#user-menu-popup li a.nav-sep { border-top: 1px solid #989898; border-style:in float: left; padding-left: 11px; } -#notify-update { background-position: 0px -168px; } -#net-update { background-position: 0px -126px; } -#mail-update { background-position: 0px -40px; } -#intro-update { background-position: 0px -84px; } -#home-update { background-position: 0px 0px; } + +#notify-update { + background-position: 0px -168px; +} + +#net-update { + background-position: 0px -126px; +} + +#mail-update { + background-position: 0px -40px; +} + +#intro-update { + background-position: 0px -84px; +} + +#home-update { + background-position: 0px 0px; +} #lang-select-icon { bottom: 6px; @@ -414,10 +541,10 @@ ul#user-menu-popup li a.nav-sep { border-top: 1px solid #989898; border-style:in z-index: 10; } #language-selector { - position:fixed; - bottom:2px; - left:52px; - z-index:10; + position: fixed; + bottom: 2px; + left: 52px; + z-index: 10; } /* =================== */ @@ -425,26 +552,27 @@ ul#user-menu-popup li a.nav-sep { border-top: 1px solid #989898; border-style:in /* =================== */ #sysmsg_info, #sysmsg { - position:fixed; + position: fixed; bottom: 0px; right:20%; - -moz-box-shadow: 7px 7px 12px #434343; - -webkit-box-shadow: 7px75px 12px #434343; box-shadow: 7px 7px 10px #434343; + -moz-box-shadow: 7px 7px 12px #434343; + -webkit-box-shadow: 7px75px 12px #434343; 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'); - background-color:#1873a2; - -webkit-border-radius: 5px 5px 0px 0px; - -moz-border-radius: 5px 5px 0px 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; border-radius: 5px 5px 0px 0px; + -webkit-border-radius: 5px 5px 0px 0px; + -moz-border-radius: 5px 5px 0px 0px; border: 1px solid #da2c2c; - border-bottom:0px; + border-bottom: 0px; padding-bottom: 50px; z-index: 1000; color: #efefef; font-style: bold; } + #sysmsg_info br, #sysmsg br { display:block; @@ -458,22 +586,18 @@ ul#user-menu-popup li a.nav-sep { border-top: 1px solid #989898; border-style:in aside { float: right; - margin-right: 5px; /*10%*/ - /*width: 21%;*/ - width: 200px; /*250*/ - margin-top: 40px; /*50*/ - font-size: 1.0em; + width: 205px; + margin-top: 45px; + /*font-size: 0.9em;*/ font-style: bold; } -aside a{ - padding-bottom: 5px; - +aside a { + /*padding-bottom: 5px;*/ } -.vcard { +.vcard .title { font-size: 1em; -/* font-variant:small-caps; */ } .vcard dd { @@ -482,74 +606,96 @@ aside a{ -webkit-margin-start: 10px; } +.fn { +} + .vcard .fn { font-size: 1.4em; font-weight: bold; border-bottom: none; - padding-top: 15px; } .vcard #profile-photo-wrapper { margin: 10px 0px; - padding: 12px; - width: 175px; - background-color: #f3f3f3; - border: 1px solid #dddddd; - -moz-box-shadow: 3px 3px 4px #959494; - -webkit-box-shadow: 3px 3px 4px #959494; - box-shadow: 3px 3px 4px #959494; -border-radius: 5px 5px 5px 5px; + padding: 6px; + width: auto; + background: none repeat scroll 0 0 #FFFFFF; + border: 1px solid #C5C5C5; + 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; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } -aside h4 { font-size: 1.3em; } +aside h4 { + font-size: 1.3em; +} .allcontact-link { color: #626262; text-align: center; font-weight: bold; -/* font-variant:small-caps; */ - font-size: 1.1em; + font-size: 1em; } .allcontact-link a { padding-bottom: 10px; } -#profile-extra-links ul { margin-left: 0px; padding-left: 0px; list-style: none; } +#profile-extra-links ul { + margin-left: 0px; + padding-left: 0px; + list-style: none; +} #dfrn-request-link { - -moz-box-shadow:inset 0px 1px 0px 0px #a65151; - -webkit-box-shadow:inset 0px 1px 0px 0px #a65151; - box-shadow:inset 0px 1px 0px 0px #a65151; - 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; - -moz-border-radius:5px; - -webkit-border-radius:5px; - border-radius:5px; - border:1px solid #fc5656; - display:inline-block; - color:#f0e7e7; - font-family:Trebuchet MS; - font-size:19px; - font-weight:bold; + box-shadow: inset 0px 1px 0px 0px #a65151; + -moz-box-shadow: inset 0px 1px 0px 0px #a65151; + -webkit-box-shadow: inset 0px 1px 0px 0px #a65151; + 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; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + border: 1px solid #fc5656; + display: inline-block; + color: #f0e7e7; + font-family: Trebuchet MS; + font-size: 19px; + font-weight: bold; text-align: center; - padding:10px; + padding: 10px; width: 185px; - text-decoration:none; - text-shadow:1px 1px 0px #b36f6f; + text-decoration: none; + text-shadow: 1px 1px 0px #b36f6f; +} + +#wallmessage-link { + display: block; + color: #FFFFFF; + border-radius: 5px; + -webkit-border-radius: 5px ; + -moz-border-radius: 5px; + padding: 5px; + font-weight: bold; + background-color: #3465a4; } #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% ); - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4'); - background-color:#1873a2; + 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; } #dfrn-request-link:active { - position:relative; - top:1px; + position: relative; + top: 1px; } #dfrn-request-intro { @@ -558,14 +704,13 @@ aside h4 { font-size: 1.3em; } #netsearch-box { background-color: #f6f6f6; - padding: 5px 5px 5px 5px; + padding: 5px 5px 0px 15px; } #netsearch-box input[type="text"] { - width: 97%; + width: 90%; } #netsearch-box input[type="submit"] { width: auto; - /*margin-top: 5px;*/ } h3#search:before { @@ -578,9 +723,9 @@ h3#search:before { background-color: #f3f3f3; border: 1px solid #cdcdcd; margin-bottom: 10px; - -webkit-border-radius: 5px 5px 5px 5px; - -moz-border-radius: 5px 5px 5px 5px; - border-radius: 5px 5px 5px 5px; + border-radius: 5px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; } #group-sidebar { @@ -590,83 +735,117 @@ h3#search:before { padding-bottom: 10px; } +#peoplefind-desc { + margin-left: 10px; +} + #sidebar-group-list { margin-left: 0px; margin-right: 30px; } -#sidebar-group-list > a{ - padding-bottom: 10px; +#sidebar-group-list a { + /*padding-bottom: 10px;*/ +} + +/*#sidebar-group-list ul { + list-style-type: none; +} + +#sidebar-group-list li { + margin-top: 10px; +}*/ + +#sidebar-group-list .icon, +#sidebar-group-list .iconspacer { + display: inline-block; + height: 12px; + width: 12px; } .widget { margin-top: 20px; - -moz-box-shadow: 1px 2px 6px 0px #959494; - -webkit-box-shadow: 1px 2px 6px 0px #959494; box-shadow: 1px 2px 6px 0px #959494; - background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f8f8f8), color-stop(1, #f6f6f6) ); - background:-moz-linear-gradient( center top, #f8f8f8 5%, #f6f6f6 100% ); - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f6f6f6'); - background-color:#f8f8f8; - -moz-border-radius:5px; - -webkit-border-radius:5px; - border-radius:5px; - color:#7c7d7b; - /*text-shadow:-1px 0px 0px #bdbdbd;*/ + -moz-box-shadow: 1px 2px 6px 0px #959494; + -webkit-box-shadow: 1px 2px 6px 0px #959494; + background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f8f8f8), color-stop(1, #f6f6f6) ); + background: -moz-linear-gradient( center top, #f8f8f8 5%, #f6f6f6 100% ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f6f6f6'); + background-color: #f8f8f8; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + color: #7c7d7b; 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; + padding: 7px; width: 165px; margin: auto; - margin-left: 10px; /*40*/ - -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf; - -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf; - box-shadow:inset 0px 1px 0px 0px #cfcfcf; - background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) ); - background:-moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% ); - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2'); - background-color:#bdbdbd; - -moz-border-radius:5px; - -webkit-border-radius:5px; - border-radius:5px; - display:inline-block; - color:#efefef; - text-decoration:none; + margin-left: 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; } #sidebar-new-group: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% ); - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4'); - background-color:#1873a2; + 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; } #sidebar-new-group:active { - position:relative; - top:1px; + position: relative; + top: 1px; } -.group-selected, .nets-selected { +.group-selected, .nets-selected, .fileas-selected, .categories-selected { padding-bottom: 0px; padding-left: 2px; padding-right: 2px; - -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf; - -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf; - box-shadow:inset 0px 1px 0px 0px #cfcfcf; - background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) ); - background:-moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% ); - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2'); - background-color:#bdbdbd; - -moz-border-radius:5px; - -webkit-border-radius:5px; - border-radius:5px; - display:inline-block; - color:#efefef; - text-decoration:none; + box-shadow: inset 0px 1px 0px 0px #cfcfcf; + -moz-box-shadow: inset 0px 1px 0px 0px #cfcfcf; + -webkit-box-shadow: inset 0px 1px 0px 0px #cfcfcf; + background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) ); + background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2'); + background-color: #bdbdbd; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + display: inline-block; + color: #efefef; + text-decoration: none; +} + +.settings-widget .selected { + font-weight: bold; } #sidebar-new-group a { @@ -676,25 +855,24 @@ h3#search:before { margin: auto; } -ul .sidebar-group-li{ +ul .sidebar-group-li { list-style: none; font-size: 1.0em; - padding-bottom: 5px; + /*padding-bottom: 5px;*/ } -ul .sidebar-group-li .icon{ +ul .sidebar-group-li .icon { display: inline-block; height: 12px; 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 { + /*margin-top: 10px;*/ } .nets-link { @@ -704,33 +882,44 @@ ul .sidebar-group-li .icon{ margin-left: 42px; } +.fileas-link, .categories-link { + margin-left: 0px; +} -.widget h3{ - background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0edf0), color-stop(1, #e2e2e2) ); - background:-moz-linear-gradient( center top, #f0edf0 5%, #e2e2e2 100% ); - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0edf0', endColorstr='#e2e2e2'); - background-color:#f0edf0; - -moz-border-radius:5px 5px 0px 0px; - -webkit-border-radius:5px 5px 0px 0px; - border-radius:5px 5px 0px 0px; - border:1px solid #e2e2e2; +.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'); + 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 #e2e2e2; border-bottom: 1px solid #cdcdcd; - padding-top:5px; + padding-top: 5px; padding-bottom: 5px; vertical-align: baseline; text-align: center; - text-shadow:-1px 0px 0px #bdbdbd; + text-shadow: -1px 0px 0px #bdbdbd; } -#group-sidebar h3:before{ +#connect-desc { + margin-left: 10px; +} + +#group-sidebar h3:before { content: url("groups.png"); padding-right: 10px; vertical-align: middle; } -#saved-search-list{ +#saved-search-list { margin-top: 15px; - padding-bottom: 20px; } .saved-search-li { @@ -761,70 +950,152 @@ ul .sidebar-group-li .icon{ /* ================== */ .contact-block-img { - width: 48px; /*42*/ - height: 48px; - padding-right: 2px; + width: 47px; + height: 47px; + margin-right: 2px; + 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; } .contact-block-div { float: left; } -.contact-block-textdiv { width: 150px; height: 34px; float: left; } -#contact-block-end { clear: both; } +.contact-block-link { + float: left; +} + +.contact-block-textdiv { + width: 150px; + height: 34px; + float: left; +} + +.contact-block-h4, +.contact-block-content { +} + +#contact-block, +#contact-block-end { + clear: both; +} /* ======= */ /* = Jot = */ /* ======= */ -#profile-jot-text_tbl { margin-bottom: 10px; } -#profile-jot-text_ifr { width: 99.9%!important } +#profile-jot-text-loading, +#profile-jot-text { + height: 20px; + color: #cccccc; +} + +#profile-jot-text_tbl { + margin-bottom: 10px; + margin-top: 10px; +} + +#profile-jot-text_ifr { + width: 99.9%!important +} + #profile-jot-submit-wrapper { + margin-top: 30px; } -#jot-title { +#jot-title, #jot-category { margin: 0px; height: 20px; - width: 466px; + width: 575px; font-weight: bold; border: 1px solid #cccccc; } -#jot-title::-webkit-input-placeholder{font-weight: normal;} -#jot-title:-moz-placeholder{font-weight: normal;} - +#jot-perms-icon { + float: left; +} + +#jot-title::-webkit-input-placeholder, +#jot-category::-webkit-input-placeholder { + font-weight: normal; +} + +#jot-title:-moz-placeholder, +#jot-category:-moz-placeholder { + font-weight: normal; +} + #jot-title:hover, -#jot-title:focus { - border: 1px solid #cccccc +#jot-title:focus, +#jot-category:hover, +#jot-category:focus { + border: 1px solid #cccccc; } +.jothidden { display:none; } + .preview { background: #FFFFC8; } -#profile-jot-perms, #profile-jot-submit, #jot-preview-link { +#theme-preview { + margin: 15px 0 15px 150px; +} + +#profile-jot-perms, #profile-jot-submit { width: 60px; font-size: 12px; - -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf; - -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf; - box-shadow:inset 0px 1px 0px 0px #cfcfcf; - background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) ); - background:-moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% ); - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2'); - background-color:#bdbdbd; - -moz-border-radius:5px; - -webkit-border-radius:5px; - border-radius:5px; - display:inline-block; - color:#efefef; - text-decoration:none; + 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; +} + +#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% ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2'); + background-color: #bdbdbd; + display: inline-block; + color: #efefef; + text-decoration: none; + text-align: center; + padding: 5px 5px; + border: 1px solid #7C7D7B; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } #profile-jot-perms { - width: 30px; + width: 27px; + height: 27px; + float: right; overflow: hidden; - border: 0px; - margin-left:5px; + margin-left: 10px; + margin-top: -20px; + border: 1px solid #7C7D7B; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } #jot-perms-perms .icon { @@ -832,26 +1103,46 @@ ul .sidebar-group-li .icon{ } #profile-jot-submit { - float: left; - margin-right:5px; - border: 0px; - margin-top: 0px; - margin-left: -30px; + width: 80px; + float: right; + margin-right: 145px; + margin-top: -20px; + margin-left: 10px; + padding: 5px 5px; + border: 1px solid #7C7D7B; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } -#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% ); - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4'); - background-color:#1873a2; +#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% ); + 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; } -#profile-jot-perms:active, #profile-jot-submit:active, #jot-preview-link:active { - position:relative; - top:1px; + +#profile-jot-perms:active, +#profile-jot-submit:active, +#jot-preview-link:active { + position: relative; + top: 1px; } #character-counter { - position: absolute: right: 100px; top:100px; + position: relative; + float: left; + right: 0px; + top: 0px; } #profile-rotator-wrapper { float: right; @@ -861,16 +1152,28 @@ ul .sidebar-group-li .icon{ float: left; margin-right: 5px; } + #profile-jot-tools-end, -#profile-jot-banner-end { clear: both; } +#profile-jot-banner-end { + clear: both; +} #profile-jot-email-wrapper { margin: 10px 10% 0px 10%; border: 1px solid #eeeeee; border-bottom: 0px; } -#profile-jot-email-label { background-color: #555753; color: #ccccce; padding: 5px;} -#profile-jot-email { margin: 5px; width: 95%; } + +#profile-jot-email-label { + background-color: #555753; + color: #ccccce; + padding: 5px; +} + +#profile-jot-email { + margin: 5px; + width: 95%; +} #profile-jot-networks { margin: 0px 10%; @@ -883,32 +1186,71 @@ ul .sidebar-group-li .icon{ margin: 0px 10px; border: 1px solid #eeeeee; border-top: 0px; - display:block!important; + 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 { width: 47%; float: left; } +#acl-permit-outer-wrapper { + width: 47%; + float: left; +} #contact_allow_wrapper, #contact_deny_wrapper, -#acl-deny-outer-wrapper { width: 47%; float: right; } +#acl-deny-outer-wrapper { + width: 47%; + float: right; +} -#acl-permit-text {background-color: #555753; color: #ccccce; padding: 5px; float: left;} -#jot-public {background-color: #555753; color: #ff0000; padding: 5px; float: left;} -#acl-deny-text {background-color: #555753; color: #ccccce; padding: 5px; float: left;} +#acl-permit-text { + background-color: #555753; + color: #ccccce; + padding: 5px; float: left; +} -#acl-permit-text-end, -#acl-deny-text-end { clear: both; } -#profile-jot-wrapper { - margin-top: 0px; - padding-top: 0px; +#jot-public { + background-color: #555753; + color: #ff0000; + padding: 5px; + float: left; } -profile-jot-banner-wrapper { - padding: 0px; - margin: 0px; +#acl-deny-text { + background-color: #555753; + color: #ccccce; + padding: 5px; + float: left; } +#acl-permit-text-end, +#acl-deny-text-end { + clear: both; +} + +#profile-jot-wrapper { + margin-top: -15px; +} + +#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; } @@ -921,10 +1263,12 @@ profile-jot-banner-wrapper { min-width: 400px; list-style: none; padding: 20px 0px 0px; - /*border-bottom: 1px solid #efefef;*/ font-size: 0.9em; } -.tabs li { display: inline;} + +.tabs li { + display: inline; +} .tab { padding: 5px 10px 5px 10px; @@ -945,126 +1289,183 @@ profile-jot-banner-wrapper { .wall-item-outside-wrapper { max-width: 100%; border-bottom: 1px solid #dedede; - margin-top: 20px; + margin-top: 10px; margin-bottom: 20px; padding-right: 10px; padding-left: 12px; - background: -moz-linear-gradient(center top , #F8F8F8 5%, #F6F6F6 100%) repeat scroll 0 0 #F8F8F8; + background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #CDCDCD; - border-radius: 5px 5px 5px 5px; - box-shadow: 3px 3px 4px 0 #959494; - /*color: #E6E6E6;*/ - margin-top: 20px; - /*text-shadow: -1px 0 0 #BDBDBD;*/ - /* Overflow: hidden; */ + 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 { + clear: both; +} + +.wall-item-content-wrapper { + position: relative; + max-width: 100%; + padding-top: 10px; +} + +.wall-item-comment-wrapper { + margin-left: 10px; +} + +.wall-item-photo-menu { + display: none; } -.wall-item-outside-wrapper-end { clear: both;} -.wall-item-content-wrapper { position: relative; max-width: 100%; padding-top: 10px; } -.wall-item-photo-menu { display: none;} .wall-item-photo-menu-button { - display:none; + display: none; text-indent: -99999px; background: #eeeeee url("menu-user-pin.png") no-repeat 75px center; position: absolute; overflow: hidden; - height: 20px; width: 90px; - top: 85px; left: -1px; - -webkit-border-radius: 0px 0px 5px 5px; - -moz-border-radius: 0px 0px 5px 5px; + height: 20px; + width: 90px; + top: 85px; + left: -1px; border-radius: 0px 0px 5px 5px; + -webkit-border-radius: 0px 0px 5px 5px; + -moz-border-radius: 0px 0px 5px 5px; +} + +.wall-item-info { + float: left; + width: 100px; } -.wall-item-info { float: left; width: 100px; } /*140*/ .wall-item-photo-wrapper { - width: 80px; height: 80px; + width: 80px; + height: 80px; position: relative; } .wall-item-tools { filter: alpha(opacity=60); opacity: 0.7; - -webkit-transition: all 0.25s ease-in-out; - -moz-transition: all 0.25s ease-in-out; - -o-transition: all 0.25s ease-in-out; - -ms-transition: all 0.25s ease-in-out; - transition: all 0.25s ease-in-out; - /*margin-left: 140px;*/ - margin-top: 10px; + transition: all 0.25s ease-in-out; + -webkit-transition: all 0.25s ease-in-out; + -moz-transition: all 0.25s ease-in-out; + margin-top: 20px; padding-bottom: 5px; float: right; + width: auto; } .wall-item-tools:hover { filter: alpha(opacity=100); opacity: 1; - -webkit-transition: all 0.25s ease-in-out; - -moz-transition: all 0.25s ease-in-out; - -o-transition: all 0.25s ease-in-out; - -ms-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; - margin-left: 140px; + -webkit-transition: all 0.25s ease-in-out; + -moz-transition: all 0.25s ease-in-out; +} + +.wall-item-social { + filter: alpha(opacity=60); + opacity: 0.7; + transition: all 0.25s ease-in-out; + -webkit-transition: all 0.25s ease-in-out; + -moz-transition: all 0.25s ease-in-out; + margin-top: 20px; + margin-left: 0px; + padding-bottom: 5px; + float: left; + width: auto; +} + +.wall-item-social:hover { + filter: alpha(opacity=100); + opacity: 1; + 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-outside-wrapper.comment .wall-item-tools { - margin: 5px 5px 0px 70px; float: right; } .wall-item-like-buttons { float: left; - padding-left: 10px; } + .wall-item-like-buttons a.icon { float: left; - margin-right: 5px; + margin-right: 10px; display: inline; } + .wall-item-links-wrapper { - width: 30px; /*20*/ + width: 30px; float: left; } + .wall-item-delete-wrapper { float: left; - margin-right: 5px; + margin-right: 10px; } + .wall-item-links-wrapper a.icon { float: left; - margin-right: 5px; + margin-right: 10px; display: inline; } + .pencil { float: left; + margin-right: 20px; } .star-item { float: left; } + .tag-item { float: left; } -.wall-item-title { font-size: 1.2em; font-weight: bold; padding-top: 5px; margin-left: 100px;} + +.wall-item-title { + font-size: 1.2em; + font-weight: bold; + padding-top: 5px; + margin-left: 100px; +} + .wall-item-body { - margin-left: 100px; /*140*/ + margin-left: 100px; padding-right: 10px; padding-top: 5px; - max-width: 100%; /*85*/ + max-width: 100%; } -.wall-item-body img { max-width: 100%; height: auto; } +.wall-item-body img { + max-width: 100%; + height: auto; +} .wall-item-body p { font-size: 0.8em; } -.wall-item-lock-wrapper { float: right; } + +.wall-item-lock-wrapper { + float: right; +} + .wall-item-dislike, .wall-item-like { clear: left; font-size: 0.9em; - margin: 0px 0px 10px 450px; - padding-left: 0px; - + margin: 0px 0px 10px 0px; + padding-left: 10px; } + .wall-item-author { font-size: 0.9em; margin: 0px 0px 0px 100px; @@ -1075,31 +1476,50 @@ profile-jot-banner-wrapper { color: #898989; } -.wall-item-ago { display: inline; padding-left: 0px; color: #898989;} /*10*/ -.wall-item-wrapper-end { clear:both; } +.wall-item-ago { + display: inline; + padding-left: 0px; + color: #898989; +} + +.wall-item-wrapper-end { + clear:both; +} + .wall-item-location { - margin-top:5px; + margin-top: 5px; width: 100px; overflow: hidden; text-overflow: ellipsis; - -o-text-overflow: ellipsis; + -o-text-overflow: ellipsis; +} + +.wall-item-location .icon { + float: left; } -.wall-item-location .icon { float: left; } .wall-item-location > a { - margin-left: 0px; /*25*/ + margin-left: 0px; + margin-right: 3px; font-size: 0.9em; display: block; -/* font-variant:small-caps; */ + font-variant: small-caps; color: #898989; } -.wall-item-location .smalltext { margin-left: 25px; font-size: 0.9em; display: block;} -.wall-item-location > br { display: none; } +.wall-item-location .smalltext { + margin-left: 0px; + font-size: 0.9em; + display: block; +} + +.wall-item-location > br { + display: none; +} + .wall-item-conv a{ font-size: 0.9em; color: #898989; -/* font-variant:small-caps; */ } .wallwall .wwto { @@ -1113,8 +1533,15 @@ profile-jot-banner-wrapper { height: 30px; } -.wallwall .wwto img { width: 30px!important; height: 30px!important;} -.wallwall .wall-item-photo-end { clear: both; } +.wallwall .wwto img { + width: 30px!important; + height: 30px!important; +} + +.wallwall .wall-item-photo-end { + clear: both; +} + .wall-item-arrowphoto-wrapper { position: absolute; left: 20px; @@ -1131,49 +1558,85 @@ profile-jot-banner-wrapper { border-left: 1px solid #dddddd; border-bottom: 1px solid #dddddd; position: absolute; - left: -2px; top: 101px; + left: -2px; + top: 101px; display: none; z-index: 10000; - -webkit-border-radius: 0px 5px 5px 5px; - -moz-border-radius: 0px 5px 5px 5px; border-radius: 0px 5px 5px 5px; - -moz-box-shadow: 3px 3px 4px #959494; - -webkit-box-shadow: 3px 3px 4px #959494; + -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; + } .wall-item-photo-menu-button { border-right: 1px solid #dddddd; border-left: 1px solid #dddddd; border-bottom: 1px solid #dddddd; - -moz-box-shadow: 3px 3px 4px #959494; - -webkit-box-shadow: 3px 3px 4px #959494; 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; - -moz-box-shadow: 3px 3px 4px #959494; - -webkit-box-shadow: 3px 3px 4px #959494; box-shadow: 3px 3px 4px #959494; + -moz-box-shadow: 3px 3px 4px #959494; + -webkit-box-shadow: 3px 3px 4px #959494; +} + +.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 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: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; - order-bottom: none; + 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;*/ } .icon.drop, -.icon.drophide { float: right; margin-top: 8px; } -#item-delete-selected { overflow: auto; width: 100%;} +.icon.drophide { + float: right; +} + +#item-delete-selected-end, +#item-delete-selected { + overflow: auto; + margin-top: 20px; + float: right; + 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; +} /* ============ */ @@ -1184,30 +1647,57 @@ profile-jot-banner-wrapper { font-size: 0.9em; color: #898989; margin-left: 60px; - /*font-variant:small-caps;*/ } - -.wall-item-outside-wrapper.comment { margin-left: 70px; } + +#tread-wrapper {} + +.tread-wrapper { + border: 0px solid #CDCDCD; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + margin-bottom: 20px; + background-color: #E2E2E2; +} + +.collapsed-comments, +.hide-comments, +.hide-comments-outer, +.wall-item-outside-wrapper.comment { + margin-left: 30px; + margin-bottom: 20px; +} + .wall-item-outside-wrapper.comment .wall-item-photo { width: 40px!important; height: 40px!important; } -.wall-item-outside-wrapper.comment .wall-item-photo-wrapper {width: 40px; height: 40px; } +.wall-item-outside-wrapper.comment .wall-item-photo-wrapper { + width: 40px; + height: 40px; +} + .wall-item-outside-wrapper.comment .wall-item-photo-menu-button { width: 50px; top: 45px; background-position: 35px 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 { - margin-left: 60px;/*70*/ + margin-left: 60px; max-width: 100%; padding-right: 10px; padding-left: 0px; } -.wall-item-outside-wrapper.comment .wall-item-author { margin-left: 60px; } /*10*/ +.wall-item-outside-wrapper.comment .wall-item-author { + margin-left: 60px; +} .wall-item-outside-wrapper.comment .wall-item-photo-menu { min-width: 50px; @@ -1216,46 +1706,72 @@ profile-jot-banner-wrapper { .icollapse-wrapper { font-size: 0.9em; color: #898989; -/* font-variant:small-caps; */ } .comment-wwedit-wrapper, -.comment-edit-wrapper { margin: 30px 0px 0px 80px;} +.comment-edit-wrapper { + margin: 0px 0px 5px 0px; +} + .comment-wwedit-wrapper img, -.comment-edit-wrapper img { width: 20px; height: 20px; } -.comment-edit-photo-link { float: left; width: 40px;} +.comment-edit-wrapper img { + width: 20px; + height: 20px; + margin-top: 5px; +} + +.comment-edit-photo-link { + float: left; + width: 30px; +} + .comment-edit-text-empty { - width: 80%; + width: 672px; /*80%*/ height: 20px; - /*border: 0px;*/ color: #babdb6; - -webkit-transition: all 0.5s ease-in-out; - -moz-transition: all 0.5s ease-in-out; - -o-transition: all 0.5s ease-in-out; - -ms-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-text-empty:hover { + color: #999999; } -.comment-edit-text-empty:hover { color: #999999;} -.comment-edit-text-full { width: 80%; height: 6em; - -webkit-transition: all 0.5s ease-in-out; - -moz-transition: all 0.5s ease-in-out; - -o-transition: all 0.5s ease-in-out; - -ms-transition: all 0.5s ease-in-out; + +.comment-edit-text-full { + width: 670px; + height: 6em; 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: 80%; margin-left: 40px; text-align: right; } + .comment-edit-submit { height: 22px; + padding: 5px 5px; background-color: #a2a2a2; color: #eeeeec; - -webkit-border-radius: 5px; - -moz-border-radius: 5px; + border: 1px solid #CDCDCD; border-radius: 5px; - border: 0px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } .comment-edit-submit:hover { background-color: #1873a2; + border: 1px solid #CDCDCD; + 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 { @@ -1265,18 +1781,17 @@ profile-jot-banner-wrapper { #item-delete-selected-desc { color: #898989; float: right; - margin-top: 10px; } .wall-item-body code { font-family: Courier, monospace; - white-space: pre; + /*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; } /* =========== */ @@ -1295,21 +1810,28 @@ profile-jot-banner-wrapper { margin-bottom: 0px; padding-bottom: 5px; font-size: 18px; - /*font-variant:small-caps;*/ } -div[id$="wrapper"] { height: 100%;} -div[id$="wrapper"] br { clear: left; } -#advanced-profile-with { margin-left: 20px;} +div[id$="wrapper"] { + height: 100%; +} + +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-bottom: 20px; margin-top: 20px; - display:inline-block; + display: inline-block; font-style: bold; text-align: center; } @@ -1318,7 +1840,7 @@ div[id$="wrapper"] br { clear: left; } float: left; display: inline; width: auto; - margin-left:5px; + margin-left: 5px; margin-top: 20px; padding: 5px 10px 5px 10px; font-style: bold; @@ -1327,7 +1849,6 @@ div[id$="wrapper"] br { clear: left; } .profile-listing-name { font-size: 1em; -/* font-variant: small-caps;*/ } .profile-listing-name a { color: #898989; @@ -1336,16 +1857,16 @@ div[id$="wrapper"] br { clear: left; } #profile-edit-links li { display: inline; width: 150px; - margin-bottom:20px; + margin-bottom: 20px; margin-top: 20px; background-color: #a2a2a2; color: #eeeeec; padding: 5px 10px 5px 10px; margin-right: 5px; font-style: bold; - -webkit-border-radius: 5px 5px 5px 5px; - -moz-border-radius: 5px 5px 5px 5px; - border-radius: 5px 5px 5px 5px; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } #profile-edit-links li a { @@ -1360,6 +1881,11 @@ div[id$="wrapper"] br { clear: left; } background-color: #1873a2; } +#profile-edit-links-end { + clear: both; + margin-bottom: 15px; +} + .profile-edit-side-div { margin-top: 10px; margin-right: 0px; @@ -1368,12 +1894,16 @@ div[id$="wrapper"] br { clear: left; } position: absolute; } -#cropimage-wrapper { float:left; } -#crop-image-form { clear:both; } +#cropimage-wrapper { + float:left; +} + +#crop-image-form { + clear:both; +} .profile-match-name a{ color: #999; - /*font-variant: small-caps;*/ font-size: 1em; } @@ -1384,13 +1914,13 @@ div[id$="wrapper"] br { clear: left; } .profile-match-wrapper { width: 82%; padding: 5px; - margin-bottom:10px; + margin-bottom: 10px; margin-left: 20px; background-color: #f6f6f6; border: 1px solid #dddddd; - -moz-box-shadow: 3px 3px 4px #959494; - -webkit-box-shadow: 3px 3px 4px #959494; box-shadow: 3px 3px 4px #959494; + -moz-box-shadow: 3px 3px 4px #959494; + -webkit-box-shadow: 3px 3px 4px #959494; clear: both; } @@ -1428,17 +1958,18 @@ div[id$="wrapper"] br { clear: left; } #photo-top-links { width: 130px; - margin-bottom:20px; + margin-bottom: 20px; margin-top: 20px; background-color: #a2a2a2; color: #eeeeec; padding: 5px 10px 5px 10px; margin-right: 5px; font-style: bold; - -webkit-border-radius: 5px 5px 5px 5px; - -moz-border-radius: 5px 5px 5px 5px; - border-radius: 5px 5px 5px 5px; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } + #photo-top-links a { color: #efefef; } @@ -1455,7 +1986,7 @@ div[id$="wrapper"] br { clear: left; } float: left; margin: 0px 10px 10px 0px; padding-bottom: 30px; - position:relative; + position: relative; } .photo-top-image-wrapper { @@ -1464,7 +1995,7 @@ div[id$="wrapper"] br { clear: left; } height: 180px; margin: 0px 10px 10px 0px; padding-bottom: 30px; - position:relative; + position: relative; } #photo-album-wrapper-inner { @@ -1475,8 +2006,14 @@ div[id$="wrapper"] br { clear: left; } overflow: hidden; } -#photo-photo { max-width: 85%; height: auto; } -#photo-photo img { max-width: 100% } +#photo-photo { + max-width: 85%; + height: auto; +} + +#photo-photo img { + max-width: 100% +} .photo-top-image-wrapper a:hover, #photo-photo a:hover, @@ -1492,11 +2029,10 @@ div[id$="wrapper"] br { clear: left; } bottom: 0px; padding: 0px 5px; font-weight: bold; - font-stretch:semi-expanded; -/* font-variant:small-caps; */ + font-stretch: semi-expanded; } -.photo-top-album-name a{ +.photo-top-album-name a { text-align: center; color: #6e6e6e; } @@ -1507,43 +2043,54 @@ div[id$="wrapper"] br { clear: left; } text-align: center; color: #6e6e6e; font-size: 0.9em; -/* font-variant: small-caps; */ } -#photo-photo{ +#photo-photo { position: relative; - float:left; + float: left; } #photo-caption { margin-top: 10px; color: #6E6E6E; -/* font-variant:small-caps; */ font-size: 1.1em; } -#photo-photo-end { clear: both; } +#photo-photo-end { + clear: both; +} + #photo-prev-link, -#photo-next-link{ +#photo-next-link { position: absolute; - width:10%; + width: 10%; height: 100%; background-color: rgba(255,255,255,0.2); opacity: 0; - -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; + -webkit-transition: all 0.2s ease-in-out; + -moz-transition: all 0.2s ease-in-out; background-position: center center; background-repeat: no-repeat; } -#photo-prev-link { left:0px; top:0px; background-image: url('prev.png'); } -#photo-next-link { right:0px; top:0px; background-image: url('next.png');} +#photo-prev-link { + left: 0px; + top: 0px; + background-image: url('prev.png'); +} + +#photo-next-link { + right: 0px; + top: 0px; + background-image: url('next.png'); +} + #photo-prev-link a, -#photo-next-link a{ - display: block; width: 100%; height: 100%; +#photo-next-link a { + display: block; + width: 100%; + height: 100%; overflow: hidden; text-indent: -900000px; } @@ -1551,19 +2098,22 @@ div[id$="wrapper"] br { clear: left; } #photo-prev-link:hover, #photo-next-link:hover { opacity: 1; - -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; + -webkit-transition: all 0.2s ease-in-out; + -moz-transition: all 0.2s ease-in-out; } #photo-next-link .icon, -#photo-prev-link .icon { display: none } +#photo-prev-link .icon { + display: none; +} #photos-upload-spacer, #photos-upload-new-wrapper, -#photos-upload-exist-wrapper { margin-bottom: 1em; } +#photos-upload-exist-wrapper { + margin-bottom: 1em; +} + #photos-upload-existing-album-text, #photos-upload-newalbum-div { background-color: #fff; @@ -1575,7 +2125,9 @@ div[id$="wrapper"] br { clear: left; } } #photos-upload-album-select, -#photos-upload-newalbum { width: 400px; } +#photos-upload-newalbum { + width: 400px; +} #photos-upload-perms-menu { width: 180px; @@ -1587,16 +2139,17 @@ div[id$="wrapper"] br { clear: left; } } select, input { - margin-top: 0px; border: 1px solid #b0b0b0; padding: 2px; - -webkit-border-radius: 3px 3px 3px 3px; - -moz-border-radius: 3px 3px 3px 3px; - border-radius: 3px 3px 3px 3px; + border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; } -select[size], select[multiple], select[size][multiple] { - -webkit-appearance: listbox; +select[size], +select[multiple], +select[size][multiple] { + margin: 5px 0px 10px 0px; } select { @@ -1606,11 +2159,8 @@ select { cursor: default; } -keygen, select { - -webkit-border-radius: ; -} - -input, textarea, keygen { +textarea, keygen { + margin-top: 3px; font-size: 0.9em; letter-spacing: normal; word-spacing: normal; @@ -1622,24 +2172,38 @@ input, textarea, keygen { 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; +} + .qq-upload-button { - -moz-border-radius:5px; - -webkit-border-radius:5px; - border-radius:5px; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } #album-edit-link { width: 70px; - margin-bottom:20px; + margin-bottom: 20px; margin-top: 20px; background-color: #a2a2a2; color: #eeeeec; padding: 5px 10px 5px 10px; margin-right: 5px; font-style: bold; - -webkit-border-radius: 5px 5px 5px 5px; - -moz-border-radius: 5px 5px 5px 5px; - border-radius: 5px 5px 5px 5px; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } #album-edit-link a { @@ -1656,7 +2220,7 @@ input, textarea, keygen { #photo_edit_form { width: 500px; - margin-top:20px; + margin-top: 20px; text-align: left; } @@ -1692,7 +2256,9 @@ input#photo_edit_form { /* = Messages = */ /* ============ */ -#prvmail-wrapper, .mail-conv-detail, .mail-list-detail { +#prvmail-wrapper, +.mail-conv-detail, +.mail-list-detail { position: relative; width: 500px; padding: 50px; @@ -1703,7 +2269,12 @@ input#photo_edit_form { box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1); } -#prvmail-wrapper:before, #prvmail-wrapper:after, .mail-conv-detail:before, .mail-conv-detail:after, .mail-list-detail:before, .mail-list-detail:after { +#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%; height: 10px; @@ -1711,25 +2282,27 @@ input#photo_edit_form { left: 12px; bottom: 12px; background: transparent; - -webkit-transform: skew(-5deg) rotate(-5deg); - -moz-transform: skew(-5deg) rotate(-5deg); - -ms-transform: skew(-5deg) rotate(-5deg); - -o-transform: skew(-5deg) rotate(-5deg); transform: skew(-5deg) rotate(-5deg); - -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); - -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); + -webkit-transform: skew(-5deg) rotate(-5deg); + -moz-transform: skew(-5deg) rotate(-5deg); + -ms-transform: skew(-5deg) rotate(-5deg); + -o-transform: skew(-5deg) rotate(-5deg); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); + -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; } -#prvmail-wrapper:after, .mail-conv-detail:after, .mail-list-detail:after { +#prvmail-wrapper:after, +.mail-conv-detail:after, +.mail-list-detail:after { left: auto; right: 12px; - -webkit-transform: skew(5deg) rotate(5deg); - -moz-transform: skew(5deg) rotate(5deg); - -ms-transform: skew(5deg) rotate(5deg); - -o-transform: skew(5deg) rotate(5deg); transform: skew(5deg) rotate(5deg); + -webkit-transform: skew(5deg) rotate(5deg); + -moz-transform: skew(5deg) rotate(5deg); + -ms-transform: skew(5deg) rotate(5deg); + -o-transform: skew(5deg) rotate(5deg); } .prvmail-text { @@ -1738,28 +2311,33 @@ input#photo_edit_form { #prvmail-form input -#prvmail-subject { width: 490px;; padding-left: 10px; font-size: 1.1em; font-style: bold;} -#prvmail-subject .input{ - border: none !important ; +#prvmail-subject { + width: 490px; + padding-left: 10px; + font-size: 1.1em; + font-style: bold; } -#prvmail-subject-label { -/* font-variant:small-caps; */ +#prvmail-subject .input { + border: none !important; } +#prvmail-subject-label {} + #prvmail-to { padding-left: 10px; } -#prvmail-to-label { -/* font-variant:small-caps; */ -} + +#prvmail-to-label {} #prvmail-message-label { -/* font-variant:small-caps; */ font-size: 1em; } -#prvmail-submit-wrapper { margin-top: 10px; } +#prvmail-submit-wrapper { + margin-top: 10px; +} + #prvmail-submit { float: right; margin-top: 0px; @@ -1781,12 +2359,15 @@ margin-left: 0px; .mail-list-sender { float: left; - padding: 5px; + padding: 2px; background-color: #efefef; - border: 1px dotted #eeeeee; - -moz-box-shadow: 3px 3px 4px #959494; - -webkit-box-shadow: 3px 3px 4px #959494; - box-shadow: 3px 3px 4px #959494; + 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; } .mail-list-detail { @@ -1794,14 +2375,13 @@ margin-left: 0px; width: 600px; min-height: 70px; padding: 20px; - padding-top:10px; + padding-top: 10px; border: 1px solid #dddddd; - } +} .mail-list-sender-name { font-size: 1.1em; display: inline; -/* font-variant:small-caps; */ } .mail-list-date { @@ -1810,8 +2390,7 @@ margin-left: 0px; display: inline; font-size: 0.9em; padding-left: 10px; - font-stretch:ultra-condensed; -/* font-variant:small-caps; */ + font-stretch: ultra-condensed; } .mail-list-subject { @@ -1825,7 +2404,10 @@ margin-left: 0px; color: #626262; } -.mail-list-delete-wrapper { float: right;} +.mail-list-delete-wrapper { + float: right; +} + .mail-list-outside-wrapper-end { clear: both; } @@ -1835,15 +2417,31 @@ margin-left: 0px; margin-top: 30px; } -.mail-conv-sender {float: left; margin: 0px 5px 5px 0px; } +.mail-conv-sender { + float: left; + margin: 0px 5px 5px 0px; +} + .mail-conv-sender-photo { width: 64px; height: 64px; } -.mail-conv-sender-name { float: left; font-style: bold; } -.mail-conv-date { float: right; } -.mail-conv-subject { clear: right; font-weight: bold; font-size: 1.2em } +.mail-conv-sender-name { + float: left; + font-style: bold; +} + +.mail-conv-date { + float: right; +} + +.mail-conv-subject { + clear: right; + font-weight: bold; + font-size: 1.2em; +} + .mail-conv-body { clear: both; } @@ -1858,8 +2456,16 @@ margin-left: 0px; margin: auto; border: 1px solid #dddddd; } -.mail-conv-break { display: none; border: none;} -.mail-conv-delete-wrapper { padding-top: 10px; width: 510px; text-align: right; } +.mail-conv-break { + display: none; + border: none; +} + +.mail-conv-delete-wrapper { + padding-top: 10px; + width: 510px; + text-align: right; +} #prvmail-subject { font-weight: bold; @@ -1872,16 +2478,16 @@ margin-left: 0px; #notification-show-hide-wrapper { width: 160px; - -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf; - -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf; - box-shadow:inset 0px 1px 0px 0px #cfcfcf; - background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) ); - background:-moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% ); - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2'); - background-color:#bdbdbd; - -moz-border-radius:5px; - -webkit-border-radius:5px; - border-radius:5px; + box-shadow: inset 0px 1px 0px 0px #cfcfcf; + -moz-box-shadow: inset 0px 1px 0px 0px #cfcfcf; + -webkit-box-shadow: inset 0px 1px 0px 0px #cfcfcf; + background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) ); + background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2'); + background-color: #bdbdbd; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; padding: 5px 10px 5px 10px; margin-right: 5px; margin-top: 10px; @@ -1892,16 +2498,16 @@ margin-left: 0px; #notification-show-hide-wrapper: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: -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; } #notification-show-hide-wrapper:active { background-color: #1873a2; - position:relative; - top:1px; + position: relative; + top: 1px; } #notification-show-hide-wrapper a { @@ -1916,6 +2522,13 @@ margin-left: 0px; margin-bottom: 10px; } +.contact-wrapper { + float: left; + width: 150px; + height: 150px; + overflow: auto; +} + .view-contact-wrapper, .contact-entry-wrapper { float: left; @@ -1926,19 +2539,38 @@ margin-left: 0px; position: relative; } -.contact-entry-direction-wrapper {position: absolute; top: 20px;} -.contact-entry-edit-links { position: absolute; top: 60px; } -#contacts-show-hide-link { margin-bottom: 20px; margin-top: 10px; font-weight: bold;} +#view-contact-end { + clear: both; +} + +#viewcontacts { + margin-top: 15px; +} + +.contact-entry-direction-wrapper { + position: absolute; + top: 20px; +} + +.contact-entry-edit-links { + position: absolute; + top: 60px; +} + +#contacts-show-hide-link { + margin-bottom: 20px; + margin-top: 10px; + font-weight: bold; +} .contact-entry-name { width: 100px; overflow: hidden; font: #999; font-size: 12px; - text-align:center; -/* font-variant:small-caps; */ + text-align: center; font-weight: bold; - margin-top:5px; + margin-top: 5px; } .contact-entry-photo { @@ -1947,46 +2579,48 @@ margin-left: 0px; .contact-entry-edit-links .icon { border: 1px solid #babdb6; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; + border-radius: 3px; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; 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 { - padding:7px; + padding: 7px; width: 165px; margin: auto; margin-left: 40px; - -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf; - -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf; - box-shadow:inset 0px 1px 0px 0px #cfcfcf; - background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) ); - background:-moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% ); - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2'); - background-color:#bdbdbd; - -moz-border-radius:5px; - -webkit-border-radius:5px; - border-radius:5px; - display:inline-block; - color:#efefef; - text-decoration:none; + box-shadow: inset 0px 1px 0px 0px #cfcfcf; + -moz-box-shadow: inset 0px 1px 0px 0px #cfcfcf; + -webkit-box-shadow: inset 0px 1px 0px 0px #cfcfcf; + background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) ); + background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2'); + background-color: #bdbdbd; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + display: inline-block; + color: #efefef; + text-decoration: none; text-align: center; } #contact-edit-update-now: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% ); - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4'); - background-color:#1873a2; + 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; } #contact-edit-update-now:active { - position:relative; - top:1px; + position: relative; + top: 1px; } #contact-edit-update-now a { @@ -1996,13 +2630,12 @@ margin-left: 0px; margin: auto; } - .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; @@ -2019,34 +2652,43 @@ margin-left: 0px; left: 0px; top: 90px; display: none; z-index: 10000; - -moz-box-shadow: 3px 3px 5px #888; - -webkit-box-shadow: 3px 3px 5px #888; box-shadow: 3px 3px 5px #888; + -moz-box-shadow: 3px 3px 5px #888; + -webkit-box-shadow: 3px 3px 5px #888; +} + +.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 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: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; + 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 { -/* font-variant: small-caps; */ -} +.view-contact-name {} #div.side-link { background-color: #efefef; padding: 10px; - margin-top:20px; + margin-top: 20px; } #follow-sidebar { - margin-bottom: 20px; + margin-bottom: 80px; } #follow-sidebar h3:before { @@ -2070,35 +2712,39 @@ margin-left: 0px; width: 158px; padding: 10px; margin: auto 10px 20px; - /*margin-bottom: 20px;*/ - -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf; - -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf; - box-shadow:inset 0px 1px 0px 0px #cfcfcf; - background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) ); - background:-moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% ); - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2'); - background-color:#bdbdbd; - -moz-border-radius:5px; - -webkit-border-radius:5px; - border-radius:5px; + 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; + 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-color: #1873a2; - position:relative; - top:1px; + position: relative; + top: 1px; } #side-match-link a { @@ -2110,35 +2756,40 @@ margin-left: 0px; padding: 10px; margin: auto; margin-bottom: 20px; - -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf; - -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf; - box-shadow:inset 0px 1px 0px 0px #cfcfcf; - background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) ); - background:-moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% ); - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2'); - background-color:#bdbdbd; - -moz-border-radius:5px; - -webkit-border-radius:5px; - border-radius:5px; + 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; + text-align: center; + border: 1px solid #7C7D7B; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } #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; + 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-invite-link:active { background-color: #1873a2; - position:relative; - top:1px; + position: relative; + top: 1px; } #side-invite-link a { @@ -2150,56 +2801,62 @@ margin-left: 0px; padding: 10px; margin: auto; margin-bottom: 20px; - -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf; - -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf; - box-shadow:inset 0px 1px 0px 0px #cfcfcf; - background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) ); - background:-moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% ); - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2'); - background-color:#bdbdbd; - -moz-border-radius:5px; - -webkit-border-radius:5px; - border-radius:5px; + 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; + text-align: center; + border: 1px solid #7C7D7B; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 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; + 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-suggest-link:active { background-color: #1873a2; - position:relative; - top:1px; + position: relative; + top: 1px; } #side-suggest-link a { color: #efefef; } -#invite-message, #invite-recipients, #invite-recipient-text { +#invite-message, +#invite-recipients, +#invite-recipient-text { padding: 10px; } #side-follow-wrapper { font-size: 1em; font-weight: bold; - font-stretch:semi-expanded; + font-stretch: semi-expanded; background-color: #f3f3f3; border: 1px solid #cdcdcd; padding: 10px; margin-top: 20px; - -webkit-border-radius: 5px 5px 5px 5px; - -moz-border-radius: 5px 5px 5px 5px; - border-radius: 5px 5px 5px 5px; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } #side-follow-wrapper label{ @@ -2213,16 +2870,16 @@ margin-left: 0px; width: 120px; padding: 10px; margin-bottom: 20px; - -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf; - -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf; - box-shadow:inset 0px 1px 0px 0px #cfcfcf; - background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) ); - background:-moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% ); - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2'); - background-color:#bdbdbd; - -moz-border-radius:5px; - -webkit-border-radius:5px; - border-radius:5px; + box-shadow: inset 0px 1px 0px 0px #cfcfcf; + -moz-box-shadow: inset 0px 1px 0px 0px #cfcfcf; + -webkit-box-shadow: inset 0px 1px 0px 0px #cfcfcf; + background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) ); + background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2'); + background-color: #bdbdbd; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; padding: 5px 10px 5px 10px; color: #efefef; font-size: 1.2em; @@ -2231,16 +2888,16 @@ margin-left: 0px; #contact-suggest: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: -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; } #contact-suggest:active { background-color: #1873a2; - position:relative; - top:1px; + position: relative; + top: 1px; } #contact-suggest a { @@ -2263,11 +2920,14 @@ margin-left: 0px; /* = Register, Settings, Profile Forms = */ /* ===================================== */ -.openid input{ +#id_openid_url, .openid input{ background: url(login-bg.gif) no-repeat; background-position: 0 50%; padding-left: 18px; - width: 384px!important; + width: 220px!important; +} + +.openid:hover { } #profile-tabs-wrapper { @@ -2291,87 +2951,88 @@ margin-left: 0px; #uexport-link { width: 140px; - -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf; - -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf; - box-shadow:inset 0px 1px 0px 0px #cfcfcf; - background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7c7d7b), color-stop(1, #555753) ); - background:-moz-linear-gradient( center top, #7c7d7b 5%, #555753 100% ); - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c7d7b', endColorstr='#555753'); - background-color:#7c7d7b; - -moz-border-radius:5px; - -webkit-border-radius:5px; - border-radius:5px; + box-shadow: inset 0px 1px 0px 0px #cfcfcf; + -moz-box-shadow: inset 0px 1px 0px 0px #cfcfcf; + -webkit-box-shadow: inset 0px 1px 0px 0px #cfcfcf; + background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7c7d7b), color-stop(1, #555753) ); + background: -moz-linear-gradient( center top, #7c7d7b 5%, #555753 100% ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c7d7b', endColorstr='#555753'); + background-color: #7c7d7b; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; padding: 5px 10px 5px 10px; margin-bottom: 10px; } #uexport-link:hover { color: #efefef; - background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #555753), color-stop(1, #7c7d7b) ); - background:-moz-linear-gradient( center top, #555753 5%, #7c7d7b 100% ); - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#555753', endColorstr='#7c7d7b'); - background-color:#555753; + background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #555753), color-stop(1, #7c7d7b) ); + background: -moz-linear-gradient( center top, #555753 5%, #7c7d7b 100% ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555753', endColorstr='#7c7d7b'); + background-color: #555753; } #uexport-link: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; - position:relative; - top:1px; + 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; +} + +#settings-default-perms .fakelink { + color: #efefef; } #settings-default-perms { width: 260px; text-align: center; - -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf; - -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf; - box-shadow:inset 0px 1px 0px 0px #cfcfcf; - background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7c7d7b), color-stop(1, #555753) ); - /*background:-moz-linear-gradient( center top, #7c7d7b 5%, #555753 100% );*/ - background: -moz-linear-gradient(center top , #BDBDBD 5%, #A2A2A2 100%) repeat scroll 0 0 #BDBDBD; - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c7d7b', endColorstr='#555753'); color: #EFEFEF; - background-color:#7c7d7b; - -moz-border-radius:5px; - -webkit-border-radius:5px; - border-radius:5px; padding: 5px 10px 5px 10px; margin-bottom: 10px; -} - -#settings-default-perms .fakelink { - color: #efefef; + background-color: #BDBDBD; + 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; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } #settings-default-perms:hover { color: #efefef; - background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #555753), color-stop(1, #7c7d7b) ); - background:-moz-linear-gradient( center top, #555753 5%, #7c7d7b 100% ); - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#555753', endColorstr='#7c7d7b'); - background-color:#555753; + 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; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } #settings-default-perms: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; - position:relative; - top:1px; + 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; } #settings-nickname-desc { width: 80%; background-color: #efefef; + margin-top: 10px; margin-bottom: 10px; - -webkit-border-radius: 5px; - -moz-border-radius: 5px; border-radius: 5px; - padding: 5px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + padding: 10px; } #register-form div { @@ -2389,26 +3050,71 @@ margin-left: 0px; #register-form label, #profile-edit-form label { - width: 300px; float: left; + width: 575px; + float: right; + margin-right: 155px; } /* #register-form span, #profile-edit-form span { */ #register-form span { color: #555753; - display:block; + display: block; margin-bottom: 20px; } .settings-submit-wrapper, -.profile-edit-submit-wrapper { margin: 30px 0px;} -.profile-listing { float: left; clear: both; margin: 20px 20px 0px 0px} +.profile-edit-submit-wrapper { + margin: 30px 0px; +} -#profile-edit-links ul { margin: 20px 0px; padding: 0px; list-style: none; } +.profile-listing { + float: left; + clear: both; + margin: 20px 20px 0px 0px; +} -#register-sitename { display: inline; font-weight: bold;} - +#register-sitename { + display: inline; + font-weight: bold; +} + +#register-submit-button { + margin-top: 10px; +} + +#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 { + float: left; + margin-top: 10px; + width: 150px; +} + +#register-openid { + float: left; + margin-top: 10px; + width: 130px; +} + +#register-fill-ext { + margin-bottom: 25px; +} + +#register-name-end, #register-email-end, #register-nickname-end, #register-submit-end, #register-openid-end { + clear: both; +} + +#register-nickname-desc { + margin-top: 30px; + width: 650px; +} + /* ===================== */ /* = Contacts Selector = */ /* ===================== */ @@ -2433,30 +3139,30 @@ margin-left: 0px; display: inline; padding: 5px; margin-bottom: 10px; - -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf; - -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf; - box-shadow:inset 0px 1px 0px 0px #cfcfcf; - background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) ); - background:-moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% ); - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2'); - background-color:#bdbdbd; - -moz-border-radius:5px; - -webkit-border-radius:5px; - border-radius:5px;*/ + box-shadow: inset 0px 1px 0px 0px #cfcfcf; + -moz-box-shadow: inset 0px 1px 0px 0px #cfcfcf; + -webkit-box-shadow: inset 0px 1px 0px 0px #cfcfcf; + background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) ); + background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2'); + background-color: #bdbdbd; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } .group-delete-wrapper: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% ); - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4'); - background-color:#1873a2; + 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; } .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: -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; } .group-delete-wrapper a { @@ -2464,8 +3170,14 @@ margin-left: 0px; font-size: 0.9em; } -#group-edit-desc { margin: 10px 0xp; } -#group-new-text {font-size: 1.1em;} +#group-edit-desc { + margin: 10px 0xp; +} + +#group-new-text { + font-size: 1.1em; +} + #group-members, #prof-members { width: 83%; @@ -2499,13 +3211,21 @@ margin-left: 0px; } #group-separator, -#prof-separator { display: none;} +#prof-separator { + display: none; +} /* ========== */ /* = Events = */ /* ========== */ - -.clear { clear: both; } + +#events-reminder {} + +.clear { + clear: both; + margin-top: 10px; +} + .eventcal { float: left; font-size: 20px; @@ -2520,12 +3240,13 @@ margin-left: 0px; margin: 0 0px; margin-bottom: 10px; background-color: #fff; - -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1); - -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1); box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1); + -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); } -.vevent:before, .vevent:after { +.vevent:before, +.vevent:after { position: absolute; width: 40%; height: 10px; @@ -2533,84 +3254,83 @@ margin-left: 0px; left: 12px; bottom: 12px; background: transparent; - -webkit-transform: skew(-5deg) rotate(-5deg); - -moz-transform: skew(-5deg) rotate(-5deg); - -ms-transform: skew(-5deg) rotate(-5deg); - -o-transform: skew(-5deg) rotate(-5deg); transform: skew(-5deg) rotate(-5deg); - -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); - -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); + -webkit-transform: skew(-5deg) rotate(-5deg); + -moz-transform: skew(-5deg) rotate(-5deg); + -ms-transform: skew(-5deg) rotate(-5deg); + -o-transform: skew(-5deg) rotate(-5deg); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); + -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; } .vevent:after { left: auto; right: 12px; - -webkit-transform: skew(5deg) rotate(5deg); - -moz-transform: skew(5deg) rotate(5deg); - -ms-transform: skew(5deg) rotate(5deg); - -o-transform: skew(5deg) rotate(5deg); transform: skew(5deg) rotate(5deg); + -webkit-transform: skew(5deg) rotate(5deg); + -moz-transform: skew(5deg) rotate(5deg); + -ms-transform: skew(5deg) rotate(5deg); + -o-transform: skew(5deg) rotate(5deg); } .vevent .event-description { margin-left: 10px; margin-right: 10px; - text-align:center; + text-align: center; font-size: 1.2em; - font-weight:bolder; + font-weight: bolder; } - .vevent .event-location{ + .vevent .event-location { margin-left: 10px; margin-right: 10px; font-size: 1em; font-style: oblique; text-align: center; - } -.vevent .event-start, .vevent .event-end { +.vevent .event-start, +.vevent .event-end { margin-left: 20px; margin-right: 20px; margin-bottom: 2px; margin-top: 2px; font-size: 0.9em; -/* font-variant: small-caps; */ text-align: left; } -#new-event-link{ +#new-event-link { width: 130px; padding: 7px; margin-bottom: 10px; - margin-left: 170px; ; - -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf; - -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf; - box-shadow:inset 0px 1px 0px 0px #cfcfcf; - background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) ); - background:-moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% ); - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2'); - background-color:#bdbdbd; - -moz-border-radius:5px; - -webkit-border-radius:5px; - border-radius:5px; + margin-left: 170px; + box-shadow: inset 0px 1px 0px 0px #cfcfcf; + -moz-box-shadow: inset 0px 1px 0px 0px #cfcfcf; + -webkit-box-shadow: inset 0px 1px 0px 0px #cfcfcf; + background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) ); + background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2'); + background-color: #bdbdbd; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; color: #efefef; } #new-event-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: -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; } #new-event-link:active { background-color: #1873a2; - position:relative; - top:1px; + position: relative; + top: 1px; } #new-event-link a { @@ -2631,23 +3351,25 @@ margin-left: 0px; vertical-align: middle; } -.event-start, .event-end { +.event-start, +.event-end { margin-left: 10px; width: 330px; } -.event-start .dtstart, .event-end .dtend { +.event-start .dtstart, +.event-end .dtend { float: right; } .event-list-date { color: #626262; margin-bottom: 10px; -/* font-variant:small-caps; */ - font-stretch:condensed; + font-stretch: condensed; } -.prevcal, .nextcal { +.prevcal, +.nextcal { float: left; margin-left: 32px; margin-right: 32px; @@ -2664,25 +3386,24 @@ margin-left: 0px; background-color: #f1f1f1; border: 1px solid #dedede; margin-bottom: 10px; - -moz-box-shadow: 5px 5px 8px #959494; - -webkit-box-shadow: 5px 5px 8px #959494; - box-shadow: 5px 5px 8px #959494; + box-shadow: 5px 5px 8px #959494; + -moz-box-shadow: 5px 5px 8px #959494; + -webkit-box-shadow: 5px 5px 8px #959494; } -.calendar caption{ - 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'); +.calendar caption { + 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: #1873a2; padding: 10px 0px 10px 0px; width: 300px; color: #ffffff; font-weight: bold; - text-align:center; -/* font-variant:small-caps; */ - -moz-box-shadow: 5px 2px 8px #959494; - -webkit-box-shadow: 5px 2px 8px #959494; + text-align: center; box-shadow: 5px 2px 8px #959494; + -moz-box-shadow: 5px 2px 8px #959494; + -webkit-box-shadow: 5px 2px 8px #959494; } tr { @@ -2698,7 +3419,7 @@ tr { .calendar td > a { background-color: #cdcdcd; padding: 2px; - color: #000; + color: #000000; } .calendar th { @@ -2709,7 +3430,7 @@ tr { font-weight: bold; text-align: center; background-color: #1873a2; - color: #fff; + color: #ffffff; } #event-start-text, @@ -2757,13 +3478,11 @@ tr { .directory-details { font-size: 0.9em; -/* font-variant: small-caps; */ width: 160px; } .directory-name { font-size: 1em; -/* font-variant: small-caps; */ width: 150px; } @@ -2821,8 +3540,10 @@ tr { clear:left; } -#adminpage #pluginslist { - margin: 0px; padding: 0px; +#adminpage +#pluginslist { + margin: 0px; + padding: 0px; } #adminpage .plugin { @@ -2835,45 +3556,77 @@ tr { } #adminpage .toggleplugin { - float:left; + float: left; margin-right: 1em; } -#adminpage table {width:100%; border-bottom: 1p solid #000000; margin: 5px 0px;} -#adminpage table th { text-align: left;} -#adminpage td .icon { float: left;} -#adminpage table#users img { width: 16px; height: 16px; } -#adminpage table tr:hover { background-color: #eeeeee; } -#adminpage .selectall { text-align: right; } +#adminpage table { + width: 100%; + border-bottom: 1p solid #000000; + margin: 5px 0px; +} + +#adminpage table th { + text-align: left; +} + +#adminpage td .icon { + float: left; +} + +#adminpage table#users img { + width: 16px; + height: 16px; +} + +#adminpage table tr:hover { + background-color: #eeeeee; +} + +#adminpage .selectall { + text-align: right; +} /* =============== */ /* = Form Fields = */ /* =============== */ .field { - margin-bottom: 10px; - margin-top: 10px; - padding-bottom: 0px; - /*overflow: auto;*/ width: 90%; } .field label { float: left; - width: 400px; /*550*/ + width: 480px; +} + +.field checkbox { + float: left; + width: 480px; } .field input, .field textarea { width: 220px; border: 1px solid #CDCDCD; - border-radius: 5px 5px 5px 5px; - /*box-shadow: 3px 3px 4px 0 #959494;*/ + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; +} + +.field textarea { + height: 100px; +} + +.field password { + height: 100px; + margin-left: 150px; } -.field textarea { height: 100px; } + .field_help { display: block; - margin-left: 100px; + margin-left: 0px; + margin-bottom: 10px; color: #666666; } @@ -2883,15 +3636,15 @@ tr { } .field .onoff a { display: block; - border:1px solid #c1c1c1; - background-image:url("../../../images/onoff.jpg"); + border: 1px solid #c1c1c1; + background-image: url("../../../images/onoff.jpg"); background-repeat: no-repeat; padding: 4px 2px 2px 2px; height: 16px; text-decoration: none; } .field .onoff .off { - border-color:#c1c1c1; + border-color: #c1c1c1; padding-left: 40px; background-position: left center; background-color: #cccccc; @@ -2900,7 +3653,7 @@ tr { } .field .onoff .on { - border-color:#c1c1c1; + border-color: #c1c1c1; padding-right: 40px; background-position: right center; background-color: #1873a2; @@ -2908,9 +3661,13 @@ tr { text-align: left; } -.hidden { display: none!important; } +.hidden { + display: none!important; +} -.field.radio .field_help { margin-left: 0px; } +.field .radio .field_help { + margin-left: 0px; +} /* ========= */ /* = Icons = */ @@ -2923,11 +3680,13 @@ tr { .icon { margin-left: 5px; margin-right: 5px; - display: block; width: 20px; height: 20px; - background-image: url('icons.png'); + display: block; + width: 20px; + height: 20px; + background-image: url("icons.png"); } .starred { - background-image: url("star.png"); + background-image: url("star.png"); repeat: no-repeat; } .unstarred { @@ -2936,15 +3695,15 @@ tr { } .notify { - background-image: url("notifications.png");} + background-image: url("notifications.png"); repeat: no-repeat; } .border { border: 1px solid #c1c1c1; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; border-radius: 3px; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; } .article { background-position: -50px 0px;} @@ -2962,10 +3721,10 @@ tr { .no { background-position: -90px -20px;} .pause { background-position: -110px -20px;} .play { background-position: -130px -20px;} -.pencil { background-position: -150px -20px;} +.pencil { background-position: -150px -20px; margin-right: 12px;} .small-pencil { background-position: -170px -20px;} .recycle { background-position: -190px -20px;} -.remote-link { background-position: -210px -20px;} +.remote-link { background-position: -210px -20px; margin-right: 10px;} .share { background-position: -230px -20px;} .tools { background-position: -50px -40px;} .lock { background-position: -70px -40px;} @@ -2977,7 +3736,7 @@ tr { } .sharePerms { - background-image: url(icons.png); + background-image: url("icons.png"); width: 20px; height: 20px; margin: 2px 0px 2px 3px; @@ -2986,22 +3745,18 @@ tr { .video { background-position: -110px -40px;} .youtube { background-position: -130px -40px;} - .attach { background-position: -190px -40px;} .language { background-position: -210px -40px;} - - .on { background-position: -50px -60px;} .off { background-position: -70px -60px;} .prev { background-position: -90px -60px;} .next { background-position: -110px -60px;} -.tagged { background-position: -130px -60px;} - -.icon.dim { opacity: 0.3;filter:alpha(opacity=30); } +.tagged { background-position: -130px -60px; margin-right: 10px;} +.icon.dim { opacity: 0.3;filter:alpha(opacity=30);} .attachtype { display: block; width: 20px; height: 23px; - background-image: url('../../../images/content-types.png'); + background-image: url("../../../images/content-types.png"); } .type-video { background-position: 0px 0px; } @@ -3013,16 +3768,19 @@ tr { /* ========== */ /* = Footer = */ /* ========== */ - -.cc-license { margin-top: 100px; font-size: 0.7em; } -footer { display: block; margin: 50px 20%; clear: both; } - -#profile-jot-text { - height: 20px; - color:#cccccc; - /*border: 1px solid #cccccc;*/ + +.cc-license { + margin-top: 100px; + font-size: 0.7em; +} + +footer { + display: block; + margin: 50px 20%; + clear: both; } + /* ======= */ /* = ACL = */ /* ======= */ @@ -3030,7 +3788,7 @@ footer { display: block; margin: 50px 20%; clear: both; } #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper{ - display:block!important; + display: block!important; } #acl-wrapper { @@ -3040,8 +3798,9 @@ footer { display: block; margin: 50px 20%; clear: both; } #acl-search { float:right; background: #ffffff url("../../../images/search_18.png") no-repeat right center; - padding-right:20px; + padding-right: 20px; } + #acl-showall { float: left; display: block; @@ -3054,18 +3813,19 @@ footer { display: block; margin: 50px 20%; clear: both; } background-position: 7px 7px; background-repeat: no-repeat; padding: 5px; - -webkit-border-radius: 5px ; - -moz-border-radius: 5px; border-radius: 5px; + -webkit-border-radius: 5px ; + -moz-border-radius: 5px; color: #999999; } + #acl-showall.selected { - color: #fff; + color: #ffffff; background-color: #1873a2; } #acl-list { - height: auto; + height: 400px; border: 1px solid #cccccc; background-color: #efefef; clear: both; @@ -3074,7 +3834,6 @@ footer { display: block; margin: 50px 20%; clear: both; } } #acl-list-content { - margin-left: 20px; } .acl-list-item { @@ -3085,19 +3844,19 @@ footer { display: block; margin: 50px 20%; clear: both; } background-color: #fff; margin: 5px; float: left; - -moz-box-shadow: 2px 2px 3px #c1c1c1; - -webkit-box-shadow: 2px 2px 3px #c1c1c1; box-shadow: 2px 2px 3px #c1c1c1; + -moz-box-shadow: 2px 2px 3px #c1c1c1; + -webkit-box-shadow: 2px 2px 3px #c1c1c1; } .acl-list-item img{ - width:30px; + width: 30px; height: 30px; float: left; margin: 5px; } .acl-list-item p { - color: #999; + color: #999999; height: 12px; font-size: 0.7em; margin: 0px; @@ -3114,9 +3873,9 @@ footer { display: block; margin: 50px 20%; clear: both; } background-position: 3px 3px; background-repeat: no-repeat; margin: 10px 0 0 5px; - -webkit-border-radius: 2px ; - -moz-border-radius: 2px; border-radius: 2px; + -webkit-border-radius: 2px ; + -moz-border-radius: 2px; padding: 3px; } @@ -3143,52 +3902,53 @@ footer { display: block; margin: 50px 20%; clear: both; } /* ========================= */ #global-directory-link { - width: 130px; + width: 150px; padding: 7px; margin-bottom: 10px; - margin-left: 0px; - -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf; - -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf; - box-shadow:inset 0px 1px 0px 0px #cfcfcf; - background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) ); - background:-moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% ); - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2'); - background-color:#bdbdbd; - -moz-border-radius:5px; - -webkit-border-radius:5px; - border-radius:5px; + 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; color: #efefef; text-align: center; + -webkit-padding-start: 0px; + border: 1px solid #7C7D7B; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } #global-directory-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: -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; } #global-directory-link:active { background-color: #1873a2; - position:relative; - top:1px; + position: relative; + top: 1px; } #global-directory-link a { color: #efefef; } -#global-directory-link { - -webkit-padding-start: 0px; -} - a.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; - 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; + color: #fec01d; padding: 5px 10px 5px 10px; margin-right: 5px; } @@ -3220,35 +3980,48 @@ ul.menu-popup { #nav-notifications-menu { width: 320px; max-height: 400px; - overflow-y: scroll;overflow-style:scrollbar; - background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #797979), color-stop(1, #898988) ); - background:-moz-linear-gradient( center top, #797979 5%, #898988 100% ); - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#797979', endColorstr='#898988'); - background-color:#a2a2a2; - -moz-border-radius:0px 0px 5px 5px; - -webkit-border-radius:0px 0px 5px 5px; - border-radius:0px 0px 5px 5px; + overflow-y: scroll; + overflow-style: scrollbar; + background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #797979), color-stop(1, #898988) ); + background: -moz-linear-gradient( center top, #797979 5%, #898988 100% ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#797979', endColorstr='#898988'); + background-color: #a2a2a2; + border-radius: 0px 0px 5px 5px; + -moz-border-radius: 0px 0px 5px 5px; + -webkit-border-radius: 0px 0px 5px 5px; border: 1px solid #9A9A9A; border-top: none; - -moz-box-shadow: 5px 5px 10px #242424; - -webkit-box-shadow: 5px 5px 10px #242424; box-shadow: 5px 5px 10px #242424; + -moz-box-shadow: 5px 5px 10px #242424; + -webkit-box-shadow: 5px 5px 10px #242424; +} + +#nav-notifications-menu .contactname { + font-weight: bold; + font-size: 0.9em; +} + +#nav-notifications-menu img { + float: left; + margin-right: 5px; } -#nav-notifications-menu .contactname { font-weight: bold; font-size: 0.9em; } -#nav-notifications-menu img { float: left; margin-right: 5px; } -#nav-notifications-menu .notif-when { font-size: 0.8em; display: block; } +#nav-notifications-menu .notif-when { + font-size: 0.8em; + display: block; +} + #nav-notifications-menu li { padding: 7px 0px 7px 10px; - word-wrap:normal; + word-wrap: normal; border-bottom: 1px solid #626262; } #nav-notifications-menu li:hover { - background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #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: -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; } #nav-notifications-menu a:hover { @@ -3277,25 +4050,26 @@ ul.menu-popup { /* autocomplete popup */ .acpopup { - max-height:150px; - overflow:auto; - z-index:100000; + max-height: 150px; + overflow: auto; + z-index: 100000; color: #2e3436; border-top: 0px; background: #eeeeee; border-right: 1px solid #dddddd; border-left: 1px solid #dddddd; border-bottom: 1px solid #dddddd; - -webkit-border-radius: 0px 5px 5px 5px; - -moz-border-radius: 0px 5px 5px 5px; border-radius: 0px 5px 5px 5px; - -moz-box-shadow: 3px 3px 4px #959494; - -webkit-box-shadow: 3px 3px 4px #959494; + -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; } .acpopupitem { - color: #2e3436; padding: 4px; + color: #2e3436; + padding: 4px; clear:left; } .acpopupitem img { @@ -3305,34 +4079,213 @@ ul.menu-popup { .acpopupitem.selected { 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: -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; } .qcomment { - opacity: 0; - filter:alpha(opacity=0); + opacity: 0.8; + filter: alpha(opacity=0); + position: relative; + left: 30px; } .qcomment:hover { opacity: 1.0; - filter:alpha(opacity=100); + filter: alpha(opacity=100); } .notify-seen { - background: #000; + background: #000000; } -/* Pages profile widget */ -#page-profile div#profile-page-list{ +/* Pages profile widget +----------------------------------------------------------- */ +#page-profile +#profile-page-list { margin-left: 45px; } +#page-profile .title { + font-weight: bold; +} + +#profile-vcard-break { + clear: both; +} + +#profile-extra-links { + clear: both; + margin-top: 10px; +} + +#profile-extra-links ul { + list-style-type: none; + padding: 0px; +} + + +#profile-extra-links li { + margin-top: 5px; +} + +.profile-edit-side-div { + float: right; +} + +.profile-edit-side-link { + opacity: 0.3; + filter:alpha(opacity=30); +} +.profile-edit-side-link:hover { + opacity: 1.0; + filter:alpha(opacity=100); +} + +/* SCROLL TO TOP +----------------------------------------------------------- */ +#scrollup { + position: fixed; + right: 1px; + bottom: 30px; + z-index: 100; +} + +#scrollup a:hover{ + text-decoration: none; + border: 0; +} + +/* New posts and comments => background color +----------------------------------------------------------- */ +.shiny { + background: #fbfde9; +} + +div.wall-item-content-wrapper.shiny { + background-image: url("shiny.png"); + background-repeat: repeat-x; +} + +/* from default */ +#jot-perms-icon, +#profile-location, +#profile-nolocation, +#profile-youtube, +#profile-video, +#profile-audio, +#profile-link, +#profile-title, +#wall-image-upload, +#wall-file-upload, +#profile-upload-wrapper, +#wall-image-upload-div, +#wall-file-upload-div, +.hover, .focus { + cursor: pointer; +} + hr.line-dots { background: url("dot.png") repeat-x scroll left center transparent; border: medium none; - /*padding: 0.5em 0;*/ +} + +.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; + margin-left: 10px; + /*background: url("down.png") no-repeat scroll left center transparent;*/ +} + +.fakelink:hover { + color: #6da6c4; }