Files
friendica/view/theme/smoothly/style.css
2020-02-16 10:55:18 +00:00

4661 lines
89 KiB
CSS

/*
style.css
Theme: Smoothly
Maintainer: Nomen Nominandum
last change: 2013-05-08
** Colors **
Blue links - #1873a2
Blue link hover - #6da6c4
Blue Gradients (buttons and other gradients) - #1873a2 and #6da6c4
Grey/body text - #626262
Grey Gradients (buttons and other gradients) - #bdbdbd and #a2a2a2
Dark Grey Gradients - #7c7d7b and #555753
Orange - #fec01d
*/
@import url('css/typography.css');
@media only screen and (device-width: 768px) {
/* For general iPad layouts */
#body {
-moz-background-clip: border;
-moz-background-origin: padding;
-moz-background-size: auto auto;
background-attachment: scroll;
background-color: transparent;
background-image: url( );
background-position: center top;
background-repeat: no-repeat;
}
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
/* For portrait layouts only */
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
/* For landscape layouts only */
}
.lockview {
cursor: pointer;
}
.heart {
color: #FF0000;
font-size: 100%;
}
input[type=text] {
float: left;
border: 1px solid #b0b0b0;
padding: 2px;
width: 550px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
input[type=text-sidebar] {
border: 1px solid #b0b0b0;
padding: 2px;
width: 172px;
margin-left: 10px;
margin-top: 10px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
input[type=submit] {
margin:10px 10px 0 0;
font-size: 0.9em;
padding: 5px;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
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 {
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: 0 0 8px #BDBDBD;
-webkit-box-shadow: 0 0 8px #BDBDBD;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
input[type=submit]:active {
position: relative;
top: 1px;
}
.btn {
background-color: transparent;
box-shadow: none;
border: none;
padding: 0;
text-align: inherit;
}
#search-text,
#search-submit,
#search-save {
margin: 10px 10px 0 0;
}
#directory-search,
#directory-search-submit,
#search-save {
}
#directory-search-end {
clear: both;
}
.dirsearch-desc {
}
.smalltext {
font-size: 0.7em
}
::selection {
background: #fec01d;
color: #000; /* Safari and Opera */
}
::-moz-selection {
background: #fec01d;
color: #000; /* Firefox */
}
section {
position: relative;
float: left;
margin: 50px auto -2em; /* the bottom margin is the negative value of the footer's height */
width: 730px;
min-height: 100%;
height: auto !important;
height: 100%;
font-size: 0.9em;
line-height: 1.2em;
padding-bottom: 2em;
}
/* Contact-Header for the Network Stream */
#viewcontact_wrapper-network {
width: 100%;
min-height: 110px;
background-color: #FAFAFA;
box-shadow: 0 0 8px #BDBDBD;
border-bottom: 1px solid #dedede;
border: 1px solid #7C7D7B;
border-radius: 5px;
}
#contact-entry-wrapper-network {
float: none;
width: auto;
height: auto;
padding: 10px;
margin: 0;
}
#contact-entry-accounttype-network {
font-size: 20px;
}
#contact-entry-name-network {
font-size: 24.5px;
}
.lframe {
border: 1px solid #7C7D7B;
box-shadow: 3px 3px 6px #959494;
-moz-box-shadow: 3px 3px 6px #959494;
-webkit-box-shadow: 3px 3px 6px #959494;
background-color: #efefef;
padding: 10px;
}
.mframe {
padding: 1px;
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #7C7D7B;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: 0 0 8px #BDBDBD;
-moz-box-shadow: 0 0 8px #BDBDBD;
-webkit-box-shadow: 0 0 8px #BDBDBD;
}
#wall-item-lock {
margin-left: 10px;
}
.button {
border: 1px solid #7C7D7B;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-size: 1em;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
background-color: #bdbdbd;
color: #efefef;
text-align: center;
}
.button:hover {
border: 1px solid #7C7D7B;
box-shadow: 0 0 8px #BDBDBD;
-moz-box-shadow: 0 0 8px #BDBDBD;
-webkit-box-shadow: 0 0 8px #BDBDBD;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
background-color: #1873a2;
color: #efefef;
}
.button:active {
position: relative;
top: 1px;
}
.button a {
color: #efefef;
}
ul.menu-popup {
position: absolute;
display: none;
width: auto;
margin: 2px 0 0;
padding: 0px;
list-style: none;
z-index: 100000;
color: #2e3436;
border-top: 1px;
background: #eeeeee;
border: 1px solid #7C7D7B;
border-radius: 0px 0px 5px 5px;
-webkit-border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
box-shadow: 5px 5px 10px #242424;
-moz-box-shadow: 5px 5px 10px #242424;
-webkit-box-shadow: 5px 5px 10px #242424;
}
ul.menu-popup li a {
white-space: nowrap;
display: block;
padding: 5px 2px;
color: #2e3436;
}
ul.menu-popup li a:hover {
color: #efefef;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
background-color: #1873a2;
}
/* ========= */
/* = Login = */
/* ========= */
#login-name-wrapper,
#login-password-wrapper {
vertical-align: middle;
margin: auto;
}
#login-name-wrapper input {
width: 120px;
margin-left: 20px;
}
#login-extra-links {
width: auto;
margin-top: 20px;
clear: both;
}
.login-extra-links {
width: 100%;
margin-left: 0px;
clear: both;
}
#login-extra-filler {
display: none;
}
#login_standard {
width: 260px;
float: left;
border: 1px solid #7C7D7B;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 15px 10px 10px 20px;
margin: 20px 0 0 210px;
}
#login_openid,
#login-extra-links a {
width: 460px;
float: left;
margin: 5px 0 0 230px;
}
#div_id_remember {
width: 258px;
float: left;
margin: 5px 0 0 230px;
}
#login_standard input,
#login_openid input {
height: 20px;
width: 240px;
}
#register-link,
#lost-password-link {
width: 260px;
}
#login-name-end,
#login-password-end,
#login-extra-end,
#login-submit-end {
height: 50px;
}
#login-submit-button,
#login-submit-wrapper {
}
#login-submit-button {
width: 250px;
margin: 10px 0 0 230px;
}
.login-form {
margin-top: 10px;
}
/* ========= */
/* = Panel = */
/* ========= */
#panel {
position: absolute;
font-size: 0.8em;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border: 1px solid #494948;
background-color: #2e3436;
opacity: 50%;
color: #eeeeec;
padding:1em;
z-index: 200;
box-shadow: 7px 7px 10px #434343;
-moz-box-shadow: 7px 7px 12px #434343;
-webkit-box-shadow: 7px75px 12px #434343;
}
/* ========= */
/* = Pager = */
/* ========= */
.pager {
display: block;
/*clear: both;*/
text-align: left;
}
.pager a {
color: #626262;
}
.pager span {
padding: 4px;
margin: 4px;
}
.pager .disabled {
display: none;
}
.pager_current {
background-color: #1873a2;
color: #ffffff;
}
/* ======= */
/* = Nav = */
/* ======= */
nav {
display: block;
float: left;
list-style: none outside none;
margin: 0;
padding: 0;
width: 958px;
z-index: 10000;
height: 40px;
position: fixed;
color: #efefef;
margin-bottom: 16px;
font-size: 15px;
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: 0 0 8px #BDBDBD;
-webkit-box-shadow: 0 0 8px #BDBDBD;
border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
-webkit-border-radius: 0px 0px 5px 5px;
}
nav a {
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;
/*margin-top: 2px;*/
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: auto;
min-width: 190px;
float: right;
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;
border: 1px solid #7C7D7B;
box-shadow: 0 0 8px #BDBDBD;
-moz-box-shadow: 0 0 8px #BDBDBD;
-webkit-box-shadow: 0 0 8px #BDBDBD;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
color: #efefef;
text-decoration: none;
text-align: center;
}
nav #user-menu:hover {
border: 1px solid #7C7D7B;
box-shadow: 0 0 8px #BDBDBD;
-moz-box-shadow: 0 0 8px #BDBDBD;
-webkit-box-shadow: 0 0 8px #BDBDBD;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
background-color: #1873a2;
color: #efefef;
}
nav #user-menu-label::after {
content: url("images/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;
}
.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: -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: 0;
margin: 0px;
margin-top: 10px;
top: 20px;
left: 0px;
border: 1px solid #9a9a9a;
border-top: none;
border-radius: 0px 0px 5px 5px;
-webkit-border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
box-shadow: 5px 5px 10px #242424;
-moz-box-shadow: 5px 5px 10px #242424;
-webkit-box-shadow: 5px 5px 10px #242424;
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 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: #1873a2;
}
ul#user-menu-popup li a.nav-sep {
border-top: 1px solid #989898;
border-style:inset;
}
/* ============= */
/* = Notifiers = */
/* ============= */
#notifications {
height: 32px;
position: absolute;
top: 3px;
left: 35%;
}
.nav-ajax-update {
width: 44px;
height: 32px;
background: transparent url('images/notifications.png') 0px 0px no-repeat;
color: #333333;
font-weight: bold;
font-size: 0.8em;
padding-top: 0.5em;
float: left;
padding-left: 11px;
}
#notification-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;
}
/* =================== */
/* = System Messages = */
/* =================== */
#sysmsg_info,
#sysmsg {
position: fixed;
bottom: 0px; right:20%;
box-shadow: 7px 7px 10px #434343;
-moz-box-shadow: 7px 7px 12px #434343;
-webkit-box-shadow: 7px75px 12px #434343;
padding: 10px;
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;
padding-bottom: 50px;
z-index: 1000;
color: #efefef;
font-style: bold;
}
#sysmsg_info br,
#sysmsg br {
display:block;
margin:2px 0px;
border-top: 1px solid #7C7D7B;
}
/* ================= */
/* = Aside/Sidebar = */
/* ================= */
aside {
float: right;
width: 205px;
margin-top: 45px;
/*font-size: 0.9em;*/
font-style: bold;
}
aside a {
/*padding-bottom: 5px;*/
}
aside h4 {
font-size: 1.3em;
}
.vcard {
width: 205px;
padding-bottom: 10px;
/*border-bottom-style: dotted;*/
}
.vcard .title {
font-size: 1em;
}
.vcard .account-type {
font-size: 1.2em;
}
.vcard dd {
font-size: 12px;
font-variant: normal;
-webkit-margin-start: 10px;
}
.fn {
}
.vcard .fn {
font-size: 1.4em;
font-weight: bold;
border-bottom: none;
margin-top:10px;
}
.vcard #profile-photo-wrapper {
margin: 10px 0px;
padding: 0;
width: auto;
/*background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #7C7D7B;
box-shadow: 0 0 8px #BDBDBD;
-moz-box-shadow: 0 0 8px #BDBDBD;
-webkit-box-shadow: 0 0 8px #BDBDBD;
-moz-box-shadow: 0 0 8px #BDBDBD;
-webkit-box-shadow: 0 0 8px #BDBDBD;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;*/
}
.allcontact-link {
color: #626262;
text-align: center;
font-weight: bold;
font-size: 1em;
}
.allcontact-link a {
padding-bottom: 10px;
}
#profile-extra-links ul {
margin-left: 0px;
padding-left: 0px;
list-style: none;
}
#subscribe-feed-link,
#dfrn-request-link {
box-shadow: inset 0px 1px 0px 0px #a65151;
-moz-box-shadow: inset 0px 1px 0px 0px #a65151;
-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;
width: 185px;
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;
}
#subscribe-feed-link:hover,
#dfrn-request-link:hover {
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
background-color: #1873a2;
}
#subscribe-feed-link:active,
#dfrn-request-link:active {
position: relative;
top: 1px;
}
#dfrn-request-intro {
width: 600px;
}
#netsearch-box {
background-color: #f6f6f6;
padding: 5px 5px 0px 15px;
}
#netsearch-box input[type="text"] {
width: 90%;
}
#netsearch-box input[type="submit"] {
width: auto;
}
h3 #search:before {
content: url("images/search.png");
padding-right: 10px;
vertical-align: middle;
}
#network-new-link {
background-color: #f3f3f3;
border: 1px solid #7C7D7B;
margin-bottom: 10px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
#group-sidebar {
vertical-align: middle;
margin: auto;
margin-top: 20px;
padding-bottom: 10px;
}
#message-sidebar {
vertical-align: middle;
margin-top: 40px;
}
#message-new {
padding: 7px;
width: 165px;
margin: 10px;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
background-color: #bdbdbd;
display: inline-block;
color: #efefef;
text-decoration: none;
text-align: center;
border: 1px solid #7C7D7B;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#peoplefind-desc {
margin-left: 10px;
}
#sidebar-group-list {
margin-left: 0px;
margin-right: 30px;
}
#sidebar-ungrouped {
margin: 10px;
}
#sidebar-group-list a {
}
#sidebar-group-list .icon,
#sidebar-group-list .iconspacer {
display: inline-block;
height: 12px;
width: 12px;
}
#side-peoplefind-submit {
margin: 10px;
}
#side-peoplefind-url {
margin: 10px;
width: 175px;
}
#sidebar-page-list {}
.widget {
margin-top: 20px;
box-shadow: 1px 2px 6px 0px #959494;
-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 #7C7D7B;
}
li.widget-list {
list-style: none outside none;
background: url("images/arrow.png") no-repeat scroll left center transparent;
display: block;
padding: 3px 24px;
}
#sidebar-new-group,
#sidebar-edit-groups {
padding: 7px;
width: 165px;
margin: auto;
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;
border: 1px solid #7C7D7B;
box-shadow: 0 0 8px #BDBDBD;
-moz-box-shadow: 0 0 8px #BDBDBD;
-webkit-box-shadow: 0 0 8px #BDBDBD;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#sidebar-new-group:active {
position: relative;
top: 1px;
}
.widget .selected,
.group-selected {
padding-bottom: 0px;
padding-left: 2px;
padding-right: 2px;
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 {
color: #efefef;
font-size: 14px;
text-align: center;
margin: auto;
}
ul .sidebar-group-li {
list-style: disc;
font-size: 1.0em;
}
ul .sidebar-group-li .icon {
display: inline-block;
height: 12px;
width: 12px;
}
.nets-ul, .fileas-ul, .category-ul, .datebrowse-ul {
list-style-type: none;
}
.nets-ul li,
.fileas-ul li,
.category-ul li,
.datebrowse-link {
}
.nets-link {
color: #1873A2;
text-decoration: none;
margin-left: 2px;
padding-left: 20px;
background: url("images/arrow.png") no-repeat scroll left center transparent;
box-shadow: none;
}
.nets-all {
margin-left: 42px;
}
.fileas-link,
.category-link {
margin-left: 0px;
}
.fileas-all,
.category-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 #7C7D7B;
padding-top: 5px;
padding-bottom: 5px;
vertical-align: baseline;
text-align: center;
text-shadow: -1px 0px 0px #bdbdbd;
}
#connect-desc {
margin-left: 10px;
}
#group-sidebar h3:before {
content: url("images/groups.png");
padding-right: 10px;
vertical-align: middle;
}
#saved-search-list {
margin-top: 15px;
}
.saved-search-li {
list-style: none;
font-size: 1.2em;
}
.saved-search-li .icon {
margin-right: 5px;
}
.birthday-today,
.event-today {
font-weight: bold;
}
#birthday-wrapper,
#event-wrapper {
margin-left: 15px;
}
#pause {
position: fixed;
bottom: 5px;
right: 5px;
}
/* ================== */
/* = Contacts Block = */
/* ================== */
.contact-block-img {
width: 47px !important;
height: 47px !important;
margin-right: 2px;
border: 1px solid #7C7D7B;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: 0 0 8px #BDBDBD;
-moz-box-shadow: 0 0 8px #BDBDBD;
-webkit-box-shadow: 0 0 8px #BDBDBD;
}
.contact-block-div {
float: left;
}
.contact-block-link {
float: left;
}
.contact-block-textdiv {
width: 150px;
height: 34px;
float: left;
}
.contact-block-h4,
.contact-block-content {
margin: 0;
font-size: 1.2em;
}
#contact-block,
#contact-block-end {
clear: both;
padding-top: 10px;
}
/* ======= */
/* = Jot = */
/* ======= */
.jothidden {
display: none;
}
#jot {
width: 100%;
margin: 0px 2em 20px 0px;
}
#profile-jot-text-loading,
#profile-jot-text {
height: 20px;
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-category {
margin: 0px;
height: 20px;
width: 575px;
font-weight: bold;
border: 1px solid #cccccc;
}
#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,
#jot-category:hover,
#jot-category:focus {
border: 1px solid #cccccc;
}
.preview {
background: #FFFFC8;
}
#theme-preview {
margin: 15px 0 15px 0;
}
#profile-jot-perms,
#profile-jot-submit {
width: 60px;
font-size: 12px;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
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;
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: 27px;
height: 27px;
float: right;
overflow: hidden;
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 {
height: 1px;
}
#profile-jot-submit {
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;
border: 1px solid #7C7D7B;
box-shadow: 0 0 8px #BDBDBD;
-moz-box-shadow: 0 0 8px #BDBDBD;
-webkit-box-shadow: 0 0 8px #BDBDBD;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#profile-jot-perms:active,
#profile-jot-submit:active,
#jot-preview-link:active {
position: relative;
top: 1px;
}
#character-counter {
position: relative;
float: left;
right: 0px;
top: 0px;
}
#profile-rotator-wrapper {
float: right;
}
.jot-tool {
float: left;
margin-right: 5px;
}
#profile-jot-tools-end,
#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-networks {
margin: 0px 10%;
border: 1px solid #eeeeee;
border-top: 0px;
border-bottom: 0px;
padding: 5px;
}
#profile-jot-acl-wrapper {
margin: 0px 10px;
border: 1px solid #eeeeee;
border-top: 0px;
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;
}
#contact_allow_wrapper,
#contact_deny_wrapper,
#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-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;
}
/* ======== */
/* = Tabs = */
/* ======== */
.tabs {
min-width: 400px;
list-style: none;
padding: 20px 0px 0px;
font-size: 0.9em;
}
.tabs li {
display: inline;
}
.tab {
padding: 5px 10px 5px 10px;
display: inline-block;
margin-bottom: 5px;
margin-right: 5px;
font-style: bold;
}
.tab:hover {
padding: 5px 10px 5px 10px;
}
/* ========= */
/* = Posts = */
/* ========= */
.wall-item-name {
font-style: bold !important;
border: 0px !important;
border-radius: 0px !important;
box-shadow: none !important;
}
.wall-item-outside-wrapper {
max-width: 100%;
border-bottom: 1px solid #dedede;
margin-top: 10px;
margin-bottom: 20px;
padding-right: 10px;
padding-left: 12px;
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #7C7D7B;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 0 0 8px #BDBDBD;
-moz-box-shadow: 0 0 8px #BDBDBD;
-webkit-box-shadow: 0 0 8px #BDBDBD;
}
.wall-item-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-button {
display: none;
text-indent: -99999px;
background: #eeeeee url("images/menu-user-pin.png") no-repeat 35px center;
position: absolute;
overflow: hidden;
height: 20px;
width: 100%;
top: 82px;
left: 0;
border-right: 1px solid #7C7D7B;
border-left: 1px solid #7C7D7B;
border-bottom: 1px solid #7C7D7B;
box-shadow: 0 0 8px #BDBDBD;
-moz-box-shadow: 0 0 8px #BDBDBD;
-webkit-box-shadow: 0 0 8px #BDBDBD;
border-radius: 0px 0px 5px 5px;
-webkit-border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
}
.wall-item-info {
float: left;
width: 100px;
}
.wall-item-photo-wrapper {
width: 80px;
height: 80px;
padding: 0;
position: relative;
/*border: 1px solid #7C7D7B;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
box-shadow: 0 0 8px #BDBDBD;
-moz-box-shadow: 0 0 8px #BDBDBD;
-webkit-box-shadow: 0 0 8px #BDBDBD;*/
}
.wall-item-photo {
border: 0px solid #7C7D7B;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
/*box-shadow: 0 0 8px #BDBDBD;
-moz-box-shadow: 0 0 8px #BDBDBD;
-webkit-box-shadow: 0 0 8px #BDBDBD;*/
}
.wall-item-tools {
filter: alpha(opacity=60);
opacity: 0.7;
transition: all 0.25s ease-in-out;
-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;
transition: all 0.25s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
}
.wall-item-social {
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 {
float: right;
}
.wall-item-like-buttons {
float: left;
}
.wall-item-like-buttons a.icon {
float: left;
margin-right: 10px;
display: inline;
}
.wall-item-like-buttons a.self {
background-color: rgba(52, 101, 164, .5);
border-radius: 6px;
}
.wall-item-links-wrapper {
width: 30px;
float: left;
}
.wall-item-delete-wrapper {
float: left;
margin-right: 10px;
}
.wall-item-links-wrapper a.icon {
float: left;
margin-right: 10px;
display: inline;
}
.pencil {
float: left;
margin-right: 20px;
}
.pin-item,
.star-item,
.tag-item {
float: left;
}
.wall-item-title {
font-size: 1.2em;
font-weight: bold;
padding-top: 5px;
margin-left: 100px;
}
.wall-item-body {
margin-left: 100px;
padding-right: 10px;
padding-top: 5px;
max-width: 100%;
}
.wall-item-body img {
max-width: 100%;
height: auto;
border-radius: 0;
}
.wall-item-body p {
font-size: 0.8em;
}
.wall-item-lock-wrapper {
float: right;
}
.wall-item-dislike,
.wall-item-like {
clear: left;
font-size: 0.9em;
margin: 0px 0px 10px 0px;
padding-left: 10px;
}
.wall-item-author {
font-size: 0.9em;
margin: 0px 0px 0px 100px;
padding-left: 0px;
}
.wall-item-author a {
color: #898989;
}
.wall-item-ago {
display: inline;
padding-left: 0px;
color: #898989;
}
.wall-item-wrapper-end {
clear:both;
}
.wall-item-location {
margin-top: 5px;
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
}
.wall-item-location .icon {
float: left;
}
.wall-item-location > a {
margin-left: 0px;
margin-right: 3px;
font-size: 0.9em;
display: block;
font-variant: small-caps;
color: #898989;
}
.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;
}
.wallwall .wwto {
left: -10px;
margin: 0;
position: absolute;
top: 65px;
width: 30px;
z-index: 900;
width: 30px;
height: 30px;
}
.wallwall .wwto img {
width: 30px!important;
height: 30px!important;
}
.wallwall .wall-item-photo-end {
clear: both;
}
.wall-item-arrowphoto-wrapper {
position: absolute;
left: 20px;
top: 70px;
z-index: 950;
}
.wall-item-photo-menu {
display: none;
min-width: 88px;
color: #2e3436;
border-top: 1px;
background: #eeeeee;
border-right: 1px solid #7C7D7B;
border-left: 1px solid #7C7D7B;
border-bottom: 1px solid #7C7D7B;
position: absolute;
left: 0px;
top: 101px;
display: none;
z-index: 10000;
border-radius: 0px 5px 5px 5px;
-webkit-border-radius: 0px 5px 5px 5px;
-moz-border-radius: 0px 5px 5px 5px;
box-shadow: 0 0 8px #BDBDBD;
-moz-box-shadow: 0 0 8px #BDBDBD;
-webkit-box-shadow: 0 0 8px #BDBDBD;
}
.fakelink wall-item-photo-menu-button {
-webkit-border-radius: 0px 5px 5px 5px;
-moz-border-radius: 0px 5px 5px 5px;
border-radius: 0px 5px 5px 5px;
box-shadow: 0 0 8px #BDBDBD;
-moz-box-shadow: 0 0 8px #BDBDBD;
-webkit-box-shadow: 0 0 8px #BDBDBD;
}
.wall-item-photo-menu ul {
margin: 0px;
padding: 0px;
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;
}
.wall-item-container .wall-item-content .type-link img,
.type-link img {
max-width: 160px;
max-height: 160px;
float: left;
margin-right: 10px;
}
.type-link blockquote {
margin-left: 160px;
max-height: 160px;
overflow: hidden;
}
.type-link .oembed {
}
.shared_header {
height: 32px;
color: #999;
border-top: 1px solid #D2D2D2;
padding-top: 5px;
margin-top: 5px;
}
.shared_header a {
color: black;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.shared_header a:hover {
color: #36c;
}
.shared_header img {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
float: left;
}
.shared_header span {
margin-left: 9px;
}
blockquote.shared_content {
margin-left: 32px;
color: #000;
border: none;
}
.icon.drop,
.icon.drophide {
float: left;
}
#item-delete-selected-end,
#item-delete-selected {
overflow: auto;
margin-top: 0px;
float: right;
width: 250px;
}
#item-delete-selected-icon {}
pre code {
font-family: Courier, monospace;
display: block;
overflow: auto;
border: 1px solid #444;
background: #EEE;
color: #444;
padding: 10px;
margin-top: 10px;
}
/* ============ */
/* = Comments = */
/* ============ */
.ccollapse-wrapper {
font-size: 0.9em;
color: #898989;
margin-left: 60px;
}
#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;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
.wall-item-outside-wrapper.comment .wall-item-photo-wrapper {
width: 40px;
height: 40px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
.wall-item-outside-wrapper.comment .wall-item-photo-menu-button {
top: 42px;
background-position: 15px center;
}
.wall-item-outside-wrapper.comment .wall-item-info {
width: 60px;
}
.wall-item-outside-wrapper.comment .wall-item-body {
margin-left: 60px;
max-width: 100%;
padding-right: 10px;
padding-left: 0px;
}
.wall-item-outside-wrapper.comment .wall-item-author {
margin-left: 60px;
}
.wall-item-outside-wrapper.comment .wall-item-photo-menu {
min-width: 50px;
top: 60px;
}
.icollapse-wrapper {
font-size: 0.9em;
color: #898989;
}
.comment-wwedit-wrapper,
.comment-edit-wrapper {
margin: 0px 0px 5px 0px;
}
.comment-wwedit-wrapper img,
.comment-edit-wrapper img {
width: 20px;
height: 20px;
margin-top: 5px;
}
.comment-edit-photo-link {
float: left;
width: 30px;
}
.comment-edit-text-empty {
width: 98%;
max-width: 672px;
height: 20px;
color: #babdb6;
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-full {
width: 98%;
max-width: 672px;
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: 98%;
max-width: 672px;
margin-left: 20px;
text-align: left;
}
.comment-edit-submit {
height: 22px;
padding: 5px 5px;
background-color: #a2a2a2;
color: #eeeeec;
border: 1px solid #7C7D7B;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.comment-edit-submit:hover {
background-color: #1873a2;
border: 1px solid #7C7D7B;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 0 0 8px #BDBDBD;
-moz-box-shadow: 0 0 8px #BDBDBD;
-webkit-box-shadow: 0 0 8px #BDBDBD;
}
.comment-edit-submit:active {
background-color: #1873a2;
}
#item-delete-selected-desc {
color: #898989;
float: right;
}
.wall-item-body pre code {
font-family: Courier, monospace;
display: block;
overflow: auto;
border: 1px solid #cccccc;
border-width: 1px 1px 1px 3px;
padding-left: 5px;
margin-top: 10px;
}
/* =========== */
/* = Profile = */
/* =========== */
div[id$="wrapper"] {
height: 100%;
}
div[id$="wrapper"] br {
clear: left;
}
#profile-listing-desc,
#profile-listing-new-link-wrapper {
float: left;
display: inline;
padding: 5px 10px 5px 10px;
width: 150px;
margin:20px 10px 0 0;
display: inline-block;
font-style: bold;
text-align: center;
}
.profile-listing-name {
font-size: 1em;
}
.profile-listing-name a {
color: #898989;
}
#profile-edit-links {
margin-left: 0;
}
#profile-edit-links li {
display: inline;
width: 150px;
margin-bottom: 20px;
margin-top: 20px;
background-color: #a2a2a2;
color: #eeeeec;
padding: 5px 10px 5px 10px;
margin-right: 5px;
font-style: bold;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#profile-edit-links li a {
color: #efefef;
}
#profile-edit-links li:hover {
background-color: #1873a2;
}
#profile-edit-links li:active {
background-color: #1873a2;
}
#profile-edit-links-end {
clear: both;
margin-bottom: 15px;
}
.profile-edit-side-div {
margin-top: 10px;
margin-right: 0px;
margin-left: 180px;
float: left;
position: absolute;
}
#profile-menu {
display: none;
}
#cropimage-wrapper {
float:left;
}
#crop-image-form {
clear:both;
}
.profile-match-name {
float: left;
text-align: left;
overflow: hidden;
}
.profile-match-name a:hover {
color: #999;
}
.profile-match-wrapper {
position: relative;
float:left;
height:80px;
padding:5px;
width:80px;
margin-bottom: 70px;
margin-right: 29px;
background-color: #f6f6f6;
border: 1px solid #7C7D7B;
box-shadow: 0 0 8px #BDBDBD;
-moz-box-shadow: 0 0 8px #BDBDBD;
-webkit-box-shadow: 0 0 8px #BDBDBD;
}
.profile-match-break,
.profile-match-end {
clear: both;
}
.profile-match-connect {
text-align: left;
font-weight: bold;
}
.profile-match-ignore {
height: 0!important;
}
#profile-match-wrapper-end {
clear: both;
}
.profile-match-end {
clear: both;
}
.profile-match-photo {
float: left;
margin-right: 10px;
margin-bottom: 5px;
}
/* ========== */
/* = Photos = */
/* ========== */
.photos {
height: auto;
overflow: auto;
}
.photo {
height: 203px !important;
width: 203px !important;
border: 1px solid #7C7D7B;
box-shadow: 0 0 8px #BDBDBD;
-moz-box-shadow: 0 0 8px #BDBDBD;
-webkit-box-shadow: 0 0 8px #BDBDBD;
-moz-box-shadow: 0 0 8px #BDBDBD;
-webkit-box-shadow: 0 0 8px #BDBDBD;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#sidebar-photos-albums {
}
#photo-albums-upload-link {
margin: 20px;
}
#sidebar-photos-albums h3:before {
content: url("images/photography.png");
padding-right: 10px;
vertical-align: middle;
}
#sidebar-photos-albums li {
font-size: 14px;
font-variant: none;
text-align: left;
padding-left: 20px;
margin-bottom: 5px;
}
#photo-top-links {
width: 130px;
margin-bottom: 20px;
margin-top: 20px;
background-color: #a2a2a2;
color: #eeeeec;
padding: 5px 10px 5px 10px;
margin-right: 5px;
font-style: bold;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#photo-top-links a {
color: #efefef;
}
#photo-top-links:hover {
background-color: #1873a2;
}
#photo-top-links:active {
background-color: #1873a2;
}
.photo-album-image-wrapper {
float: left;
margin: 0px 10px 10px 0px;
padding-bottom: 30px;
position: relative;
}
.photo-top-image-wrapper {
float: left;
width: 180px;
height: 180px;
margin: 0px 10px 10px 0px;
padding-bottom: 30px;
position: relative;
}
#photo-album-wrapper-inner {
position: relative;
float: left;
width: 180px;
height: 180px;
overflow: hidden;
}
#photo-photo {
max-width: 85%;
height: auto;
}
#photo-photo img {
max-width: 100%
}
.photo-top-image-wrapper a:hover,
#photo-photo a:hover,
.photo-album-image-wrapper a:hover {
border-bottom: 0px;
}
.photo-top-photo {
width: 180px;
}
.photo-album-photo {}
.photo-top-album-name {
position: absolute;
bottom: 0px;
padding: 0px 5px;
font-weight: bold;
font-stretch: semi-expanded;
}
.photo-top-album-name a {
text-align: center;
color: #6e6e6e;
}
.caption {
position: absolute;
bottom: 0px;
margin: 0px 5px;
text-align: center;
color: #6e6e6e;
font-size: 0.9em;
}
#photo-photo {
position: relative;
float: left;
}
#photo-caption {
margin-top: 10px;
color: #6E6E6E;
font-size: 1.1em;
}
#photo-photo-end {
clear: both;
}
#photo-prev-link,
#photo-next-link {
position: absolute;
width: 10%;
height: 100%;
background-color: rgba(255,255,255,0.2);
opacity: 0;
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('images/prev.png');
}
#photo-next-link {
right: 0px;
top: 0px;
background-image: url('images/next.png');
}
#photo-prev-link a,
#photo-next-link a {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
text-indent: -900000px;
}
#photo-prev-link:hover,
#photo-next-link:hover {
opacity: 1;
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;
}
#photos-upload-spacer,
#photos-upload-new-wrapper,
#photos-upload-exist-wrapper {
margin-bottom: 1em;
}
#photos-upload-existing-album-text,
#photos-upload-newalbum-div {
color: #909090;
padding: 3px 0px;
width: 300px;
}
#photos-upload-album-select,
#photos-upload-newalbum {
width: 400px;
margin-bottom: 10px;
}
#photos-upload-perms-menu {
width: 180px;
padding: 7px;
}
#photos-upload-perms-menu .icon {
display: none;
}
#photos-upload-perms {
margin-top: 10px;
}
.photos-upload-perms {}
select, input {
border: 1px solid #b0b0b0;
padding: 2px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
select[size],
select[multiple],
select[size][multiple] {
margin: 5px 0px 10px 0px;
}
select {
-webkit-appearance: menulist;
box-sizing: border-box;
-webkit-box-align: center;
cursor: default;
}
textarea, keygen {
margin-top: 3px;
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;
}
input {
margin-top: 3px;
margin-right: 10px;
text-align: -webkit-auto;
}
.qq-upload-button {
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#album-edit-link {
width: 70px;
margin-bottom: 20px;
margin-top: 20px;
background-color: #a2a2a2;
color: #eeeeec;
padding: 5px 10px 5px 10px;
margin-right: 5px;
font-style: bold;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#album-edit-link a {
color: #efefef;
}
#album-edit-link:hover {
background-color: #1873a2;
}
#photo-edit-link-wrap {
margin-bottom: 10px;
}
#photo_edit_form {
width: 500px;
margin-top: 20px;
text-align: left;
}
input #photo_edit_form {
display: block;
width: 100%;
}
#photo-edit-perms-menu {
float: left;
display: inline;
margin-top: 10px;
margin-right: 10px;
padding: 4px;
width: 100px;
}
#photo-edit-perms-menu .icon {
display: none;
}
#photo-edit-delete-button {
float: left;
display: inline;
margin-left: 190px;
}
#photo-album-edit-wrapper {
margin-bottom: 10px;
}
/* ============ */
/* = Messages = */
/* ============ */
#prvmail-wrapper,
.mail-conv-detail,
.mail-list-detail {
position: relative;
width: 550px;
padding: 50px;
margin: 20px 0 0 0;
background-color: #fff;
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
border: 1px solid #7C7D7B;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#prvmail-wrapper:before,
#prvmail-wrapper:after,
.mail-conv-detail:before,
.mail-conv-detail:after,
.mail-list-detail:before,
.mail-list-detail:after {
position: absolute;
width: 40%;
height: 10px;
content: ' ';
left: 12px;
bottom: 12px;
background: transparent;
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);
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;
border: 1px solid #7C7D7B;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#prvmail-wrapper:after,
.mail-conv-detail:after,
.mail-list-detail:after {
left: auto;
right: 12px;
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);
border: 1px solid #7C7D7B;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.prvmail-text {
width: 100%;
}
#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-label {}
#prvmail-to {
padding-left: 10px;
}
#prvmail-to-label {}
#prvmail-message-label {
font-size: 1em;
}
#prvmail-submit-wrapper {
margin-top: 10px;
}
#prvmail-submit {
float: right;
margin-top: 0px;
margin-right: 0px;
}
#prvmail-upload {
margin-left: 0px;
}
#prvmail-submit-wrapper > div {
margin-right: 5px;
float: left;
}
.mail-list-outside-wrapper {
margin-top: 20px;
}
.mail-list-sender {
float: left;
padding: 2px;
background-color: #efefef;
border: 1px solid #7C7D7B;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: 0 0 8px #BDBDBD;
-moz-box-shadow: 0 0 8px #BDBDBD;
-webkit-box-shadow: 0 0 8px #BDBDBD;
}
.mail-list-detail {
margin-left: 100px;
width: 600px;
min-height: 70px;
padding: 20px;
padding-top: 10px;
border: 1px solid #7C7D7B;
}
.mail-list-sender-name {
font-size: 1.1em;
display: inline;
}
.mail-list-date {
float: right;
clear: block;
display: inline;
font-size: 0.9em;
padding-left: 10px;
font-stretch: ultra-condensed;
}
.mail-list-subject {
clear: block;
font-size: 1.2em;
padding-top: 20px;
padding-right: 50px;
}
.mail-list-subject a {
color: #626262;
}
.mail-list-delete-wrapper {
float: right;
}
.mail-list-outside-wrapper-end {
clear: both;
}
.mail-conv-outside-wrapper {
margin-bottom: 10px;
margin-top: 30px;
}
.mail-conv-sender {
float: left;
margin: 0px 5px 5px 0px;
}
.mail-conv-sender-photo {
width: 64px;
height: 64px;
border-radius: 3px 3px 3px 3px;
}
.mail-conv-sender-name {
float: left;
font-style: bold;
}
.mail-conv-date {
float: right;
}
.mail-conv-subject {
clear: right;
font-weight: bold;
font-size: 1.2em;
}
.mail-conv-body {
clear: both;
}
.mail-conv-detail {
width: 500px;
padding: 20px;
padding-bottom: 20px;
margin-left: 20px;
margin-bottom: 0px;
vertical-align: middle;
margin: auto;
border: 1px solid #7C7D7B;
}
.mail-conv-break {
display: none;
border: none;
}
.mail-conv-delete-wrapper {
padding-top: 10px;
width: 510px;
text-align: right;
}
#prvmail-subject {
font-weight: bold;
border: 1px solid #7C7D7B;
}
/* ========== */
/* = Poke = */
/* ========== */
#poke-recip {
float: none;
}
/* ================= */
/* = Notifications = */
/* ================= */
#notification-show-hide-wrapper {
width: 160px;
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;
font-style: bold;
color: #efefef;
text-align: center;
}
#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;
}
#notification-show-hide-wrapper:active {
background-color: #1873a2;
position: relative;
top: 1px;
}
#notification-show-hide-wrapper a {
color: #efefef;
}
/* ============ */
/* = Contacts = */
/* ============ */
#contacts-main {
margin-bottom: 10px;
}
.contact-wrapper {
float: left;
width: 150px;
height: 150px;
overflow: auto;
}
.view-contact-wrapper,
.contact-entry-wrapper {
float: left;
padding-right: 10px;
width: 345px;
height: 120px;
margin: 0 10px 10px 0px;
}
#view-contact-end {
clear: both;
}
.contact-entry-wrapper .contact-entry-photo-wrapper {
float: left;
margin-right: 10px;
}
.contact-entry-direction-wrapper {
position: absolute;
top: 20px;
}
.contact-entry-edit-links {
position: absolute;
top: 60px;
}
#contacts-show-hide-link {
margin-bottom: 20px;
margin-top: 10px;
font-weight: bold;
}
.contact-entry-desc {
overflow: hidden;
}
.contact-entry-name, .contact-entry-connect {
overflow: hidden;
font: #999;
font-size: 12px;
font-weight: bold;
margin-top: 5px;
}
.contact-entry-details {
font-size: 13px;
color: #999999;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.contact-entry-photo-wrapper {
position: relative;
/*border: 1px solid #7C7D7B;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: 0 0 8px #BDBDBD;
-moz-box-shadow: 0 0 8px #BDBDBD;
-webkit-box-shadow: 0 0 8px #BDBDBD;*/
}
.contact-entry-photo {
width: 80px;
}
.contact-entry-photo a img {
width: 80px;
height: 80px;
}
.contact-entry-edit-links .icon {
border: 1px solid #babdb6;
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-update-now {
padding: 7px;
width: 165px;
margin: auto;
margin-left: 40px;
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 {
color: #efefef;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
background-color: #1873a2;
border: 1px solid #7C7D7B;
box-shadow: 0 0 8px #BDBDBD;
-moz-box-shadow: 0 0 8px #BDBDBD;
-webkit-box-shadow: 0 0 8px #BDBDBD;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#contact-edit-update-now:active {
position: relative;
top: 1px;
}
#contact-edit-update-now a {
color: #efefef;
font-size: 14px;
text-align: center;
margin: auto;
}
#contact-edit-info-wrapper,
#contact-edit-info-end,
#contact-edit-profile-select-text,
#contact-edit-profile-select-end,
#contact-edit-poll-wrapper,
#contact-edit-end {
}
.contact-edit-submit {
}
#contact-profile-selector {
}
.contact-photo-menu-button {
position: absolute;
background-image: url("images/photo-menu.jpg");
background-position: top left;
background-repeat: no-repeat;
margin: 10px 0 0 0;
padding: 0px;
width: 16px;
height: 16px;
top: 64px; left:0px;
overflow: hidden;
text-indent: 40px;
display: none;
}
.contact-photo-menu {
width: auto;
border: 1px solid #ddd;
background: #f1f1f1;
position: absolute;
left: 0px;
top: 90px;
display: none;
z-index: 10000;
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 li a:hover {
color: #FFFFFF;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
background-color: #1873a2;
text-decoration: none;
}
.view-contact-name {}
#div.side-link {
background-color: #efefef;
padding: 10px;
margin-top: 20px;
}
#follow-sidebar {
margin-bottom: 10px;
}
#follow-sidebar h3:before {
content: url("images/user.png");
padding-right: 10px;
vertical-align: middle;
}
#follow-sidebar input[type="text"] {
margin-left: 3px;
margin-bottom: 10px;
}
#side-follow-submit {
width: 178px;