2012-02-19 14:05:51 -05:00
|
|
|
/**
|
|
|
|
* Fabio Comuni <http://kirgroup.com/profile/fabrixxm>
|
|
|
|
* Additional Changes: Michael Vogel <icarus@dabo.de>
|
|
|
|
**/
|
|
|
|
|
2012-11-15 15:47:36 -05:00
|
|
|
/* @import "css/font-awesome.css"; */
|
|
|
|
@import url("css/font-awesome.css") all;
|
2012-12-20 18:08:58 -05:00
|
|
|
@import url("css/font2.css") all;
|
2012-11-15 15:47:36 -05:00
|
|
|
|
2012-12-28 05:31:30 -05:00
|
|
|
img {
|
|
|
|
border: 0px;
|
|
|
|
}
|
|
|
|
|
2012-02-19 14:05:51 -05:00
|
|
|
/* ========= */
|
|
|
|
/* = Admin = */
|
|
|
|
/* ========= */
|
|
|
|
|
|
|
|
#adminpage {
|
|
|
|
/* width: 80%;*/
|
|
|
|
}
|
|
|
|
|
|
|
|
#pending-update {
|
|
|
|
float:right;
|
|
|
|
color: #ffffff;
|
|
|
|
font-weight: bold;
|
|
|
|
background-color: #FF0000;
|
|
|
|
padding: 0em 0.3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.admin.linklist {
|
2012-12-21 07:02:39 -05:00
|
|
|
border: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
list-style: none;
|
|
|
|
margin-top: 0px;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.admin.link {
|
|
|
|
list-style-position: inside;
|
|
|
|
font-size: 1em;
|
2012-12-22 21:26:29 -05:00
|
|
|
/* padding-left: 5px;
|
|
|
|
margin: 5px; */
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#adminpage dl {
|
|
|
|
clear: left;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
border-bottom: 1px solid black;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminpage dt {
|
|
|
|
width: 200px;
|
|
|
|
float: left;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminpage dd {
|
|
|
|
margin-left: 200px;
|
|
|
|
}
|
|
|
|
#adminpage h3 {
|
|
|
|
border-bottom: 1px solid #898989;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminpage .submit {
|
|
|
|
clear:left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminpage #pluginslist {
|
|
|
|
margin: 0px; padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminpage .plugin {
|
|
|
|
list-style: none;
|
|
|
|
display: block;
|
|
|
|
/* border: 1px solid #888888; */
|
|
|
|
padding: 1em;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
clear: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#adminpage .toggleplugin {
|
|
|
|
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; }
|
|
|
|
/* icons */
|
|
|
|
|
2012-12-20 18:08:58 -05:00
|
|
|
/*
|
2012-02-19 14:05:51 -05:00
|
|
|
.article { background-position: -50px 0px;}
|
|
|
|
.block { background-position: -90px 0px;}
|
|
|
|
.drophide { background-position: -130px 0px;}
|
|
|
|
|
|
|
|
.noglobe { background-position: -70px -20px;}
|
|
|
|
.no { background-position: -90px -20px;}
|
|
|
|
.recycle { background-position: -190px -20px;}
|
|
|
|
.remote-link { background-position: -210px -20px;}
|
|
|
|
.share { background-position: -230px -20px;}
|
|
|
|
|
|
|
|
.tools { background-position: -50px -40px;}
|
|
|
|
|
|
|
|
.youtube { background-position: -130px -40px;}
|
|
|
|
|
|
|
|
.language { background-position: -210px -40px;}
|
|
|
|
|
|
|
|
.prev { background-position: -90px -60px;}
|
|
|
|
.next { background-position: -110px -60px;}
|
|
|
|
.tagged { background-position: -130px -60px;}
|
2012-12-20 18:08:58 -05:00
|
|
|
*/
|
2012-02-19 14:05:51 -05:00
|
|
|
|
|
|
|
.icon.drop, .icon.drophide {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2012-12-20 18:08:58 -05:00
|
|
|
|
2012-02-19 14:05:51 -05:00
|
|
|
.icon {
|
2012-12-20 18:08:58 -05:00
|
|
|
background-color: transparent ;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
width: 18px;
|
|
|
|
height: 18px;
|
2014-03-01 19:29:20 -05:00
|
|
|
/* display: block; */
|
|
|
|
display: inline-block;
|
2012-12-20 18:08:58 -05:00
|
|
|
overflow: hidden;
|
|
|
|
padding: 1px;
|
|
|
|
color: #999;
|
2014-03-18 17:52:19 -04:00
|
|
|
vertical-align: text-top;
|
2012-12-20 18:08:58 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.icon:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon a:hover {
|
|
|
|
}
|
|
|
|
|
2012-02-19 14:05:51 -05:00
|
|
|
.icon.text {
|
|
|
|
text-indent: 0px;
|
|
|
|
}
|
|
|
|
.icon.s10 {
|
2014-03-18 17:52:19 -04:00
|
|
|
/* min-width: 10px;
|
|
|
|
height: 10px; */
|
|
|
|
/* font-size: 10px; */
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
|
|
|
.icon.s10.text {
|
|
|
|
padding: 2px 0px 0px 15px;
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
.icon.s16 {
|
|
|
|
min-width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
.icon.s16.text {
|
|
|
|
padding: 4px 0px 0px 20px;
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
2012-12-21 07:02:39 -05:00
|
|
|
.wall-item-decor .icon.s22.lock {
|
|
|
|
color: #888;
|
|
|
|
}
|
|
|
|
.wall-item-decor .icon.s22.lock:hover {
|
|
|
|
color: #000;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2012-02-19 14:05:51 -05:00
|
|
|
.icon.s22 {
|
|
|
|
min-width: 22px;
|
|
|
|
height: 22px;
|
|
|
|
}
|
2013-03-04 18:46:11 -05:00
|
|
|
/*.icon.s22.notify {
|
2012-12-20 21:53:07 -05:00
|
|
|
color: gray;
|
2013-03-04 18:46:11 -05:00
|
|
|
}*/
|
2012-02-19 14:05:51 -05:00
|
|
|
.icon.s22.text {
|
|
|
|
padding: 10px 0px 0px 25px;
|
2012-12-20 18:08:58 -05:00
|
|
|
width: 230px;
|
|
|
|
font-size: 1em;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
|
|
|
.icon.s48 {
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
}
|
2012-07-12 14:21:21 -04:00
|
|
|
.sparkle {
|
|
|
|
cursor: url('lock.cur'), pointer;
|
|
|
|
}
|
|
|
|
|
2012-12-19 09:58:38 -05:00
|
|
|
#birthday-title, #event-title {
|
|
|
|
font-weight: bold;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
2012-12-17 15:12:11 -05:00
|
|
|
|
2012-12-24 05:07:51 -05:00
|
|
|
div.pager {
|
|
|
|
/* .birthday-notice { */
|
2012-12-17 15:12:11 -05:00
|
|
|
text-align: center;
|
|
|
|
height: 1.2em;
|
|
|
|
padding-bottom: 12px;
|
2012-12-24 05:07:51 -05:00
|
|
|
color: black;
|
|
|
|
/*-webkit-border-radius: 6px;
|
2012-12-17 15:12:11 -05:00
|
|
|
-moz-border-radius: 6px;
|
2012-12-24 05:07:51 -05:00
|
|
|
border-radius: 6px;*/
|
2012-12-17 15:12:11 -05:00
|
|
|
background-color: #f2f2f2;
|
|
|
|
clear: left;
|
2012-12-20 18:08:58 -05:00
|
|
|
margin-top: 5px;
|
2012-12-17 15:12:11 -05:00
|
|
|
padding: 1%;
|
|
|
|
height: 1em;
|
2012-12-20 18:08:58 -05:00
|
|
|
margin-bottom: 5px;
|
2012-12-24 05:07:51 -05:00
|
|
|
}*/
|
2012-12-17 15:12:11 -05:00
|
|
|
|
|
|
|
.birthday-notice {
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#live-network {
|
|
|
|
/* border-bottom: 1px solid #BDCDD4; */
|
|
|
|
border-bottom: 1px solid #D2D2D2;
|
|
|
|
width: 100%;
|
|
|
|
height: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pager a {
|
|
|
|
}
|
|
|
|
|
|
|
|
.pager a.pager_older {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pager a.pager_newer {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2012-12-16 21:01:40 -05:00
|
|
|
.shared_header {
|
|
|
|
height: 32px;
|
|
|
|
color: #999;
|
|
|
|
border-top: 1px solid #D2D2D2;
|
2012-12-19 06:18:52 -05:00
|
|
|
padding-top: 5px;
|
|
|
|
margin-top: 5px;
|
2012-12-16 21:01:40 -05:00
|
|
|
}
|
|
|
|
|
2013-03-03 17:44:50 -05:00
|
|
|
.shared_header a {
|
|
|
|
color: black;
|
2013-03-07 13:34:54 -05:00
|
|
|
-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;
|
2013-03-03 17:44:50 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.shared_header a:hover {
|
|
|
|
color: #36c;
|
|
|
|
}
|
|
|
|
|
2012-12-16 21:01:40 -05:00
|
|
|
.shared_header img {
|
2013-03-03 17:44:50 -05:00
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
2012-12-16 21:01:40 -05:00
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shared_header span {
|
|
|
|
margin-left: 9px;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote.shared_content {
|
|
|
|
margin-left: 32px;
|
|
|
|
color: #000;
|
|
|
|
border: none;
|
|
|
|
}
|
2012-02-19 14:05:51 -05:00
|
|
|
|
2012-12-24 05:07:51 -05:00
|
|
|
#contact-edit-drop-link-end {
|
|
|
|
/* clear: both; */
|
|
|
|
}
|
|
|
|
|
2012-02-19 14:05:51 -05:00
|
|
|
#contact-edit-links ul {
|
|
|
|
list-style: none;
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hide-comments-outer {
|
|
|
|
margin-left: 80px;
|
|
|
|
margin-bottom: 5px;
|
2012-11-10 17:19:32 -05:00
|
|
|
width: 660px;
|
2012-02-19 14:05:51 -05:00
|
|
|
border-bottom: 1px solid #BDCDD4;
|
|
|
|
border-top: 1px solid #BDCDD4;
|
|
|
|
|
|
|
|
padding: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* global */
|
|
|
|
body {
|
2014-02-02 03:57:31 -05:00
|
|
|
/* font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; */
|
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
2012-12-15 08:39:37 -05:00
|
|
|
font-size: 14px;
|
2014-03-18 17:52:19 -04:00
|
|
|
/* font-size: 13px;
|
|
|
|
line-height: 19.5px; */
|
2014-02-02 03:57:31 -05:00
|
|
|
font-weight: 400;
|
2014-03-18 17:52:19 -04:00
|
|
|
font-style: normal;
|
2014-01-05 10:22:42 -05:00
|
|
|
/* background-color: #ffffff; */
|
2014-02-02 03:57:31 -05:00
|
|
|
/* background-color: #FAFAFA; */
|
|
|
|
background-color: rgb(229, 229, 229);
|
2012-02-19 14:05:51 -05:00
|
|
|
color: #2d2d2d;
|
2013-03-06 17:23:04 -05:00
|
|
|
margin: 0px 0px 0px 0px;
|
2012-02-19 14:05:51 -05:00
|
|
|
display: table;
|
|
|
|
}
|
2013-10-25 17:33:53 -04:00
|
|
|
|
2012-02-19 14:05:51 -05:00
|
|
|
h4 {
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
|
2012-02-26 15:16:29 -05:00
|
|
|
a {
|
2013-03-03 17:44:50 -05:00
|
|
|
color: #36C;
|
2012-11-12 02:22:49 -05:00
|
|
|
/* color: #3e3e8c; */
|
2012-12-15 08:39:37 -05:00
|
|
|
/* color: #3465A4; */
|
2013-03-03 17:44:50 -05:00
|
|
|
/*color: #3E3E8C; */
|
2012-02-26 15:16:29 -05:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
a:hover {
|
2013-03-03 17:44:50 -05:00
|
|
|
/* color: blue; */
|
2012-02-26 15:16:29 -05:00
|
|
|
text-decoration: underline
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.wall-item-name-link {
|
|
|
|
/* float: left;*/
|
|
|
|
}
|
|
|
|
|
|
|
|
.wall-item-photo {
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
overflow: hidden;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.left {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.right {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.clear {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
.fakelink {
|
2013-03-03 17:44:50 -05:00
|
|
|
color: #36c;
|
2012-11-12 02:22:49 -05:00
|
|
|
/* color: #3e3e8c; */
|
2012-12-15 08:39:37 -05:00
|
|
|
/* color: #3465A4; */
|
2013-03-03 17:44:50 -05:00
|
|
|
/* color: #3E3E8C; */
|
2012-02-19 14:05:51 -05:00
|
|
|
text-decoration: none;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.fakelink:hover {
|
2013-03-03 17:44:50 -05:00
|
|
|
/*color: blue;*/
|
2012-02-19 14:05:51 -05:00
|
|
|
/*color: #005c94; */
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
code {
|
|
|
|
font-family: Courier, monospace;
|
|
|
|
white-space: pre;
|
|
|
|
display: block;
|
|
|
|
overflow: auto;
|
|
|
|
border: 1px solid #444;
|
|
|
|
background: #EEE;
|
|
|
|
color: #444;
|
|
|
|
padding: 10px;
|
|
|
|
margin-top: 20px;
|
2012-11-22 09:06:15 -05:00
|
|
|
max-width: 640px;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
|
|
|
#panel {
|
|
|
|
position: absolute;
|
|
|
|
width: 10em;
|
|
|
|
background: #ffffff;
|
|
|
|
color: #2d2d2d;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 1em;
|
|
|
|
list-style: none;
|
|
|
|
border: 3px solid #364e59;
|
|
|
|
z-index: 100000;
|
|
|
|
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
|
|
|
|
}
|
|
|
|
/* tool */
|
|
|
|
.tool {
|
|
|
|
height: auto;
|
|
|
|
overflow: auto;
|
2012-12-21 07:02:39 -05:00
|
|
|
padding: 0px;
|
2012-02-26 15:16:29 -05:00
|
|
|
}
|
|
|
|
#saved-search-ul .tool:hover,
|
|
|
|
#nets-sidebar .tool:hover,
|
|
|
|
#sidebar-group-list .tool:hover {
|
|
|
|
background: #EEE;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
|
|
|
.tool .label {
|
2012-04-01 18:08:49 -04:00
|
|
|
/* float: left; */
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
|
|
|
.tool .action {
|
|
|
|
float: right;
|
|
|
|
}
|
2012-02-26 15:16:29 -05:00
|
|
|
.tool a {
|
2012-04-01 18:08:49 -04:00
|
|
|
/* color: #000; */
|
2012-02-26 15:16:29 -05:00
|
|
|
}
|
2012-12-22 21:26:29 -05:00
|
|
|
.tool a:hover, .widget a:hover, #nets-sidear a:hover, #hide-forum-list:hover, .admin.link a:hover, aside h4 a:hover {
|
|
|
|
/* text-decoration: underline; */
|
|
|
|
text-decoration: none;
|
|
|
|
color: black;
|
2012-02-26 15:16:29 -05:00
|
|
|
}
|
2012-12-22 21:26:29 -05:00
|
|
|
|
2012-12-21 07:02:39 -05:00
|
|
|
.groupsideedit, .savedsearchdrop {
|
|
|
|
float: right;
|
|
|
|
opacity: 0.3;
|
|
|
|
}
|
|
|
|
.groupsideedit:hover, .savedsearchdrop:hover {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2012-12-22 21:26:29 -05:00
|
|
|
.sidebar-group-li:hover, #sidebar-new-group:hover, #hide-forum-list:hover,
|
|
|
|
#sidebar-ungrouped:hover, .side-link:hover, .nets-ul li:hover, #forum-list div:hover,
|
|
|
|
.nets-all:hover, .saved-search-li:hover, li.tool:hover, .admin.link:hover, aside h4 a:hover, #message-new:hover {
|
|
|
|
/* background-color: #ddd; */
|
|
|
|
background-color: #e5e5e5;
|
|
|
|
}
|
|
|
|
|
2012-12-24 05:07:51 -05:00
|
|
|
#message-new a {
|
|
|
|
color: black;
|
|
|
|
}
|
2012-12-22 21:26:29 -05:00
|
|
|
|
2012-04-01 18:08:49 -04:00
|
|
|
.sidebar-group-element {
|
|
|
|
/* color: #000; */
|
|
|
|
}
|
|
|
|
|
2012-12-22 21:26:29 -05:00
|
|
|
.group-selected, .nets-selected, .fileas-selected {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar-new-group, #hide-forum-list, #forum-list, #sidebar-ungrouped,
|
|
|
|
.side-link, #peoplefind-desc, #connect-desc, .nets-all, .admin.link, #message-new {
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-top: 3px;
|
|
|
|
padding-bottom: 3px;
|
|
|
|
padding-right: 5px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2012-12-24 05:07:51 -05:00
|
|
|
a.nets-link, .side-link a, #sidebar-new-group a, a.savedsearchterm, a.fileas-link, aside h4 a {
|
2012-12-22 21:26:29 -05:00
|
|
|
display: block;
|
2014-03-09 04:22:44 -04:00
|
|
|
color: #737373;
|
2012-12-22 21:26:29 -05:00
|
|
|
}
|
|
|
|
|
2012-12-24 05:07:51 -05:00
|
|
|
a.sidebar-group-element {
|
2014-03-09 04:22:44 -04:00
|
|
|
color: #737373;
|
2012-12-24 05:07:51 -05:00
|
|
|
}
|
|
|
|
|
2012-12-22 21:26:29 -05:00
|
|
|
#follow-sidebar form, #peoplefind-sidebar form, #netsearch-box form, #posted-date-selector {
|
2012-12-21 07:02:39 -05:00
|
|
|
margin-left: 10px;
|
2012-12-22 21:26:29 -05:00
|
|
|
margin-top: 3px;
|
|
|
|
margin-bottom: 3px;
|
2012-12-21 07:02:39 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar-ungrouped, .side-link {
|
|
|
|
padding-top: 5px;
|
|
|
|
}
|
|
|
|
|
2012-12-24 05:07:51 -05:00
|
|
|
#sidebar-ungrouped a {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2012-12-22 21:26:29 -05:00
|
|
|
#forum-list a, .tool a, .admin.link a {
|
2014-03-09 04:22:44 -04:00
|
|
|
color: #737373;
|
2012-12-22 21:26:29 -05:00
|
|
|
}
|
|
|
|
|
2012-12-21 07:02:39 -05:00
|
|
|
#forum-list {
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
|
2012-02-19 14:05:51 -05:00
|
|
|
/* popup notifications */
|
|
|
|
div.jGrowl div.notice {
|
|
|
|
background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
|
|
|
|
color: #ffffff;
|
|
|
|
padding-left: 58px;
|
|
|
|
}
|
|
|
|
div.jGrowl div.info {
|
|
|
|
background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
|
|
|
|
color: #ffffff;
|
|
|
|
padding-left: 58px;
|
|
|
|
}
|
2013-12-08 10:49:07 -05:00
|
|
|
|
2013-12-26 19:58:21 -05:00
|
|
|
div.jGrowl.top-right {
|
|
|
|
top: 40px;
|
|
|
|
z-index: 90;
|
2013-12-08 10:49:07 -05:00
|
|
|
}
|
|
|
|
|
2012-02-19 14:05:51 -05:00
|
|
|
/* header */
|
|
|
|
header {
|
|
|
|
position: fixed;
|
2012-11-10 17:19:32 -05:00
|
|
|
/* left: 43%;
|
|
|
|
right: 43%; */
|
|
|
|
left: 25px;
|
2012-02-19 14:05:51 -05:00
|
|
|
top: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
/*width: 100%; height: 12px; */
|
|
|
|
|
|
|
|
z-index: 110;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
header #site-location {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
header #banner {
|
|
|
|
overflow: hidden;
|
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
header #banner a,
|
|
|
|
header #banner a:active,
|
|
|
|
header #banner a:visited,
|
|
|
|
header #banner a:link,
|
|
|
|
header #banner a:hover {
|
|
|
|
color: #ffffff;
|
|
|
|
text-decoration: none;
|
|
|
|
outline: none;
|
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
|
|
|
header #banner #logo-img {
|
|
|
|
height: 22px;
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
header #banner #logo-text {
|
|
|
|
font-size: 22px;
|
|
|
|
}
|
|
|
|
/* nav */
|
|
|
|
nav {
|
2012-12-20 18:08:58 -05:00
|
|
|
min-width: 1000px;
|
2012-02-19 14:05:51 -05:00
|
|
|
width: 100%;
|
|
|
|
height: 32px;
|
|
|
|
position: fixed;
|
|
|
|
left: 0px;
|
|
|
|
top: 0px;
|
|
|
|
padding: 0px;
|
2012-11-10 17:19:32 -05:00
|
|
|
padding-left: 0px;
|
2013-12-26 19:58:21 -05:00
|
|
|
/* background: #2d2d2d; */
|
|
|
|
background: rgb(36, 76, 94);
|
2013-03-03 17:44:50 -05:00
|
|
|
/*background: #364A84;
|
2012-02-19 14:05:51 -05:00
|
|
|
background: -moz-linear-gradient(top, #516499 0%, #364a84 100%);
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#516499), color-stop(100%,#364a84));
|
|
|
|
background: -webkit-linear-gradient(top, #516499 0%,#364a84 100%);
|
|
|
|
background: -o-linear-gradient(top, #516499 0%,#364a84 100%);
|
|
|
|
background: -ms-linear-gradient(top, #516499 0%,#364a84 100%);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#516499', endColorstr='#364a84',GradientType=0 );
|
2013-03-03 17:44:50 -05:00
|
|
|
background: linear-gradient(top, #516499 0%,#364a84 100%); */
|
2012-02-19 14:05:51 -05:00
|
|
|
color: #ffffff;
|
|
|
|
z-index: 100;
|
2014-02-02 03:57:31 -05:00
|
|
|
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
2013-03-03 17:44:50 -05:00
|
|
|
|
2013-03-04 18:46:11 -05:00
|
|
|
nav .icon {
|
|
|
|
color: #ccc;
|
|
|
|
}
|
|
|
|
|
2012-02-19 14:05:51 -05:00
|
|
|
nav a:active,
|
|
|
|
nav a:visited,
|
|
|
|
nav a:link,
|
2013-03-03 17:44:50 -05:00
|
|
|
nav a {
|
|
|
|
text-decoration: none;
|
|
|
|
outline: none;
|
|
|
|
color: #ccc;
|
|
|
|
padding-bottom: 8px;
|
|
|
|
padding-top: 8px;
|
|
|
|
}
|
|
|
|
|
2013-03-04 18:46:11 -05:00
|
|
|
nav a:hover .icon {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2012-02-19 14:05:51 -05:00
|
|
|
nav a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
outline: none;
|
2013-03-03 17:44:50 -05:00
|
|
|
color: #fff;
|
|
|
|
padding-bottom: 8px;
|
|
|
|
padding-top: 8px;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
2013-03-03 17:44:50 -05:00
|
|
|
|
2012-02-19 14:05:51 -05:00
|
|
|
nav ul {
|
|
|
|
margin: 0px;
|
2012-11-10 18:39:08 -05:00
|
|
|
padding: 0px 10px;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
|
|
|
nav ul li {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0px;
|
2012-02-26 15:16:29 -05:00
|
|
|
/* padding: 1px 1px 3px 1px; */
|
2012-02-19 14:05:51 -05:00
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
nav ul li .menu-popup {
|
|
|
|
left: 0px;
|
|
|
|
right: auto;
|
|
|
|
}
|
2012-12-23 04:58:04 -05:00
|
|
|
|
2012-11-10 17:19:32 -05:00
|
|
|
nav #search-box #search-text {
|
2012-12-23 04:58:04 -05:00
|
|
|
/*background-image: url('icons/lupe.png');
|
|
|
|
background-repeat:no-repeat; */
|
2012-11-10 18:39:08 -05:00
|
|
|
padding-left:0px;
|
2013-03-03 17:44:50 -05:00
|
|
|
/*border-top-left-radius: 15px;
|
2012-11-11 18:38:45 -05:00
|
|
|
border-top-right-radius: 15px;
|
|
|
|
border-bottom-right-radius: 15px;
|
2013-03-03 17:44:50 -05:00
|
|
|
border-bottom-left-radius: 15px;*/
|
2012-11-11 18:38:45 -05:00
|
|
|
position: relative;
|
|
|
|
height: 17px;
|
|
|
|
margin: 4px 0px 4px 4px;
|
2012-12-23 04:58:04 -05:00
|
|
|
width: 150px;
|
|
|
|
max-width: 150px;
|
2013-03-03 17:44:50 -05:00
|
|
|
background-color: #eee;
|
2012-11-11 18:38:45 -05:00
|
|
|
}
|
2012-11-10 17:19:32 -05:00
|
|
|
|
2012-02-19 14:05:51 -05:00
|
|
|
nav .nav-menu-icon {
|
|
|
|
position: relative;
|
|
|
|
height: 22px;
|
|
|
|
padding: 5px;
|
|
|
|
margin: 0px 10px;
|
|
|
|
-moz-border-radius: 5px 5px 0 0;
|
|
|
|
-webkit-border-radius: 5px 5px 0 0;
|
|
|
|
border-radius: 5px 5px 0 0;
|
|
|
|
}
|
|
|
|
nav .nav-menu-icon.selected {
|
|
|
|
background-color: #364e59;
|
|
|
|
}
|
|
|
|
nav .nav-menu-icon img {
|
|
|
|
width: 22px;
|
|
|
|
height: 22px;
|
2013-03-03 18:04:06 -05:00
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
|
|
|
nav .nav-menu-icon .nav-notify {
|
|
|
|
top: 3px;
|
|
|
|
}
|
2012-11-10 17:19:32 -05:00
|
|
|
nav .nav-menu-label {
|
|
|
|
margin: 3px 5px 0px;
|
|
|
|
}
|
2012-02-19 14:05:51 -05:00
|
|
|
nav .nav-menu {
|
|
|
|
position: relative;
|
|
|
|
height: 16px;
|
|
|
|
padding: 5px;
|
2012-11-10 17:19:32 -05:00
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
2012-11-10 18:39:08 -05:00
|
|
|
margin: 3px 3px 0px;
|
2013-03-03 17:44:50 -05:00
|
|
|
font-size: 13px;
|
|
|
|
/* border-bottom: 3px solid #364A84; */
|
|
|
|
color: #ccc;
|
2013-03-04 18:46:11 -05:00
|
|
|
font-weight: bold;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
2013-03-04 18:46:11 -05:00
|
|
|
/*nav .nav-menu.selected a {
|
|
|
|
color: white;
|
|
|
|
}*/
|
|
|
|
|
2012-02-19 14:05:51 -05:00
|
|
|
nav .nav-menu.selected {
|
|
|
|
border-bottom: 3px solid #9eabb0;
|
2012-11-11 18:38:45 -05:00
|
|
|
/* background-color: #364E59; */
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
2013-03-03 17:44:50 -05:00
|
|
|
|
2012-11-12 02:22:49 -05:00
|
|
|
nav .nav-menu:hover {
|
2013-03-03 17:44:50 -05:00
|
|
|
/* color: #fff !important; */
|
|
|
|
color: #fff;
|
2012-11-15 02:18:25 -05:00
|
|
|
/* text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); */
|
2013-03-03 17:44:50 -05:00
|
|
|
/* background: #4c619c; */
|
2012-11-12 02:22:49 -05:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2012-02-19 14:05:51 -05:00
|
|
|
nav .nav-notify {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
2012-11-11 18:38:45 -05:00
|
|
|
/* background-color: #36c; */
|
|
|
|
background-color: #F80;
|
2012-02-26 15:16:29 -05:00
|
|
|
/* background-color: #19aeff; */
|
2012-02-19 14:05:51 -05:00
|
|
|
-moz-border-radius: 5px 5px 5px 5px;
|
|
|
|
-webkit-border-radius: 5px 5px 5px 5px;
|
|
|
|
border-radius: 5px 5px 5px 5px;
|
|
|
|
font-size: 10px;
|
|
|
|
padding: 1px 3px;
|
|
|
|
top: 0px;
|
2012-11-15 02:18:25 -05:00
|
|
|
/* right: -10px; */
|
|
|
|
right: -5px;
|
2012-02-19 14:05:51 -05:00
|
|
|
min-width: 15px;
|
2012-11-15 02:18:25 -05:00
|
|
|
/* text-align: right; */
|
|
|
|
text-align: center;
|
2013-03-03 17:44:50 -05:00
|
|
|
color: white;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
|
|
|
nav .nav-notify.show {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
nav #nav-help-link,
|
|
|
|
nav #nav-search-link,
|
|
|
|
nav #nav-directory-link,
|
|
|
|
nav #nav-apps-link,
|
2012-11-10 17:19:32 -05:00
|
|
|
nav #nav-notifications-linkmenu,
|
|
|
|
nav #nav-site-linkmenu,
|
|
|
|
nav #nav-user-linklabel {
|
2012-02-19 14:05:51 -05:00
|
|
|
float: right;
|
|
|
|
}
|
2012-11-10 17:19:32 -05:00
|
|
|
nav #nav-user-linklabel {
|
|
|
|
padding-left: 0px;
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
2012-02-19 14:05:51 -05:00
|
|
|
nav #nav-help-link .menu-popup,
|
|
|
|
nav #nav-search-link .menu-popup,
|
|
|
|
nav #nav-directory-link .menu-popup,
|
|
|
|
nav #nav-apps-link .menu-popup,
|
2012-11-10 17:19:32 -05:00
|
|
|
nav #nav-notifications-linkmenu .menu-popup,
|
2012-02-19 14:05:51 -05:00
|
|
|
nav #nav-site-linkmenu .menu-popup {
|
|
|
|
right: 0px;
|
|
|
|
left: auto;
|
|
|
|
}
|
2012-11-10 17:19:32 -05:00
|
|
|
nav #nav-site-linkmenu {
|
|
|
|
margin-left: 0px;
|
|
|
|
margin-right: 0px;
|
|
|
|
}
|
|
|
|
nav #nav-notifications-linkmenu {
|
|
|
|
margin-left: 0px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2012-02-19 14:05:51 -05:00
|
|
|
nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-linkmenu.selected .icon.s22.notify {
|
2012-12-20 21:53:07 -05:00
|
|
|
color: white;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
2012-11-11 18:38:45 -05:00
|
|
|
nav #nav-messages-linkmenu.selected,
|
|
|
|
nav #nav-user-linklabel.selected,
|
2012-02-19 14:05:51 -05:00
|
|
|
nav #nav-apps-link.selected {
|
|
|
|
background-color: #364e59;
|
2014-04-24 07:02:50 -04:00
|
|
|
border-bottom-style: none;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
2012-02-25 13:40:05 -05:00
|
|
|
|
2012-12-21 07:13:22 -05:00
|
|
|
/* nav #nav-community-link { */
|
|
|
|
nav ul {
|
|
|
|
margin-left: 210px;
|
2012-11-10 17:19:32 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
nav #nav-user-linkmenu {
|
|
|
|
float: right;
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 0px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
2012-02-25 13:40:05 -05:00
|
|
|
#nav-notifications-mark-all {
|
2012-02-26 15:16:29 -05:00
|
|
|
/* padding: 1px 1px 2px 26px; */
|
|
|
|
/* border-bottom: 1px solid #364E59; */
|
2012-02-26 17:39:29 -05:00
|
|
|
/* margin: 0px 0px 2px 0px;
|
|
|
|
padding: 5px 10px; */
|
2012-02-25 13:40:05 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#nav-notifications-see-all {
|
2012-02-26 15:16:29 -05:00
|
|
|
/* padding: 1px 1px 2px 26px; */
|
|
|
|
/* border-bottom: 1px solid #364E59; */
|
2012-02-26 17:39:29 -05:00
|
|
|
/* margin: 0px 0px 2px 0px;
|
|
|
|
padding: 5px 10px; */
|
2012-02-25 13:40:05 -05:00
|
|
|
}
|
|
|
|
|
2012-04-06 19:19:07 -04:00
|
|
|
.notify-seen {
|
|
|
|
background: none repeat scroll 0 0 #DDDDDD;
|
|
|
|
}
|
|
|
|
|
2012-02-19 14:05:51 -05:00
|
|
|
ul.menu-popup {
|
|
|
|
position: absolute;
|
|
|
|
display: none;
|
2012-02-25 05:13:04 -05:00
|
|
|
width: 11em;
|
2012-02-19 14:05:51 -05:00
|
|
|
background: #ffffff;
|
|
|
|
color: #2d2d2d;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
list-style: none;
|
|
|
|
border: 3px solid #364e59;
|
|
|
|
z-index: 100000;
|
|
|
|
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
|
|
|
|
}
|
|
|
|
ul.menu-popup a {
|
2012-02-26 15:16:29 -05:00
|
|
|
display: block;
|
2012-02-19 14:05:51 -05:00
|
|
|
color: #2d2d2d;
|
2012-02-26 15:16:29 -05:00
|
|
|
padding: 5px 10px;
|
2012-02-19 14:05:51 -05:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
ul.menu-popup a:hover {
|
2012-12-23 04:31:46 -05:00
|
|
|
/* background-color: #bdcdd4; */
|
|
|
|
background-color: #e5e5e5;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
|
|
|
ul.menu-popup .menu-sep {
|
|
|
|
border-top: 1px solid #9eabb0;
|
|
|
|
}
|
|
|
|
ul.menu-popup li {
|
|
|
|
float: none;
|
|
|
|
overflow: auto;
|
|
|
|
height: auto;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
ul.menu-popup li img {
|
|
|
|
float: left;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
ul.menu-popup .empty {
|
|
|
|
padding: 5px;
|
|
|
|
text-align: center;
|
|
|
|
color: #9eabb0;
|
|
|
|
}
|
|
|
|
/* autocomplete popup */
|
|
|
|
.acpopup {
|
|
|
|
max-height: 150px;
|
|
|
|
background-color: #ffffff;
|
|
|
|
color: #2d2d2d;
|
|
|
|
border: 1px solid #MenuBorder;
|
|
|
|
overflow: auto;
|
|
|
|
z-index: 100000;
|
|
|
|
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
|
|
|
|
}
|
|
|
|
.acpopupitem {
|
|
|
|
color: #2d2d2d;
|
|
|
|
padding: 4px;
|
|
|
|
clear: left;
|
|
|
|
}
|
|
|
|
.acpopupitem img {
|
|
|
|
float: left;
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
.acpopupitem.selected {
|
|
|
|
background-color: #bdcdd4;
|
|
|
|
}
|
|
|
|
#nav-notifications-menu {
|
|
|
|
width: 400px;
|
|
|
|
max-height: 550px;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
2012-02-26 17:39:29 -05:00
|
|
|
/* #nav-notifications-menu a {
|
2012-02-26 15:16:29 -05:00
|
|
|
display: inline;
|
|
|
|
padding: 5px 0px;
|
|
|
|
margin: 0px 0px 2px 0px;
|
|
|
|
}
|
|
|
|
#nav-notifications-menu li:hover {
|
|
|
|
background-color: #bdcdd4;
|
2012-02-26 17:39:29 -05:00
|
|
|
}*/
|
2012-02-26 15:16:29 -05:00
|
|
|
|
2012-02-19 14:05:51 -05:00
|
|
|
#nav-notifications-menu img {
|
|
|
|
float: left;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
#nav-notifications-menu .contactname {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
#nav-notifications-menu .notif-when {
|
|
|
|
font-size: 10px;
|
|
|
|
color: #9eabb0;
|
|
|
|
display: block;
|
|
|
|
}
|
2012-02-25 13:40:05 -05:00
|
|
|
|
|
|
|
.notif-image {
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
padding: 7px 7px 0px 0px;
|
|
|
|
}
|
|
|
|
|
2012-12-23 04:47:12 -05:00
|
|
|
right_aside {
|
|
|
|
width: 0px;
|
2013-03-06 17:23:04 -05:00
|
|
|
top: 32px;
|
2012-12-23 04:47:12 -05:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2012-02-19 14:05:51 -05:00
|
|
|
/* aside */
|
|
|
|
aside {
|
2013-03-04 18:46:11 -05:00
|
|
|
/* display: table-cell; */
|
2012-02-19 14:05:51 -05:00
|
|
|
vertical-align: top;
|
2012-12-21 07:02:39 -05:00
|
|
|
width: 185px;
|
2013-10-04 05:12:29 -04:00
|
|
|
/* padding: 32px 10px 10px 20px; */
|
|
|
|
padding: 10px 10px 0px 20px;
|
2012-12-22 21:26:29 -05:00
|
|
|
/* border-right: 1px solid #D2D2D2; */
|
|
|
|
/* background-color: #ECECF2; */
|
2014-03-09 04:22:44 -04:00
|
|
|
/* background-color: #F2F2F2; */
|
|
|
|
background-color: #FFFFFF;
|
2013-03-03 17:44:50 -05:00
|
|
|
font-size: 13px;
|
2012-02-19 14:05:51 -05:00
|
|
|
/* background: #F1F1F1; */
|
2013-10-04 05:12:29 -04:00
|
|
|
/* top: 0px; */
|
|
|
|
top: 32px;
|
2013-03-06 17:23:04 -05:00
|
|
|
overflow-y: auto;
|
|
|
|
z-index: 2;
|
2014-02-02 03:57:31 -05:00
|
|
|
line-height: 17px;
|
2013-03-06 17:23:04 -05:00
|
|
|
position: fixed;
|
|
|
|
/* overflow: auto; */
|
2014-02-16 11:37:56 -05:00
|
|
|
height: 100%;
|
2013-10-04 05:12:29 -04:00
|
|
|
height: calc(100% - 42px);
|
2013-03-06 17:23:04 -05:00
|
|
|
/* overflow: scroll; */
|
2014-03-09 04:22:44 -04:00
|
|
|
box-shadow: 1px 2px 0px 0px #D8D8D8;
|
|
|
|
color: #737373;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
|
|
|
aside .vcard .fn {
|
2012-12-21 07:02:39 -05:00
|
|
|
font-size: 18px;
|
2012-02-19 14:05:51 -05:00
|
|
|
font-weight: bold;
|
|
|
|
margin-bottom: 5px;
|
2012-12-21 07:02:39 -05:00
|
|
|
float: left;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
|
|
|
aside .vcard .title {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
aside .vcard dl {
|
|
|
|
height: auto;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
2012-12-23 04:31:46 -05:00
|
|
|
|
|
|
|
aside select {
|
|
|
|
background-color: white;
|
|
|
|
width: 165px;
|
2013-03-03 18:04:06 -05:00
|
|
|
border-color: #ccc;
|
2012-12-23 04:31:46 -05:00
|
|
|
}
|
|
|
|
|
2012-02-19 14:05:51 -05:00
|
|
|
aside .vcard dt {
|
|
|
|
float: left;
|
|
|
|
margin-left: 0px;
|
2012-12-21 07:02:39 -05:00
|
|
|
/* width: 35%; */
|
2012-02-19 14:05:51 -05:00
|
|
|
text-align: right;
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
aside .vcard dd {
|
|
|
|
float: left;
|
|
|
|
margin-left: 4px;
|
2012-12-21 07:02:39 -05:00
|
|
|
/* width: 60%; */
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
|
|
|
aside #profile-extra-links ul {
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
aside #profile-extra-links li {
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
aside #dfrn-request-link {
|
|
|
|
display: block;
|
|
|
|
-moz-border-radius: 5px 5px 5px 5px;
|
|
|
|
-webkit-border-radius: 5px 5px 5px 5px;
|
|
|
|
border-radius: 5px 5px 5px 5px;
|
|
|
|
color: #ffffff;
|
|
|
|
background: #005c94 url('../../../images/connect-bg.png') no-repeat left center;
|
|
|
|
font-weight: bold;
|
|
|
|
text-transform: uppercase;
|
|
|
|
padding: 4px 2px 2px 35px;
|
|
|
|
}
|
|
|
|
aside #dfrn-request-link:hover {
|
|
|
|
text-decoration: none;
|
2012-02-26 15:16:29 -05:00
|
|
|
background-color: #36c;
|
|
|
|
/* background-color: #19aeff; */
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
|
|
|
aside #profiles-menu {
|
2013-06-22 18:07:21 -04:00
|
|
|
width: 14em;
|
|
|
|
left: 10px;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
2012-11-08 19:19:24 -05:00
|
|
|
|
2012-12-21 07:02:39 -05:00
|
|
|
aside #search-text, aside #side-follow-url, aside #side-peoplefind-url {
|
2012-11-08 19:19:24 -05:00
|
|
|
width: 150px;
|
|
|
|
height: 17px;
|
|
|
|
padding-left: 10px;
|
2013-03-03 17:44:50 -05:00
|
|
|
/*border-top-left-radius: 15px;
|
2012-11-08 19:19:24 -05:00
|
|
|
border-top-right-radius: 15px;
|
|
|
|
border-bottom-right-radius: 15px;
|
|
|
|
border-bottom-left-radius: 15px;
|
|
|
|
-moz-border-bottom-colors: #dbdbdb;
|
|
|
|
-moz-border-top-colors: #999;
|
|
|
|
-moz-border-left-colors: #999;
|
2013-03-03 17:44:50 -05:00
|
|
|
-moz-border-right-colors: #dbdbdb;*/
|
2012-11-08 19:19:24 -05:00
|
|
|
}
|
|
|
|
|
2012-12-21 07:02:39 -05:00
|
|
|
aside h4 {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
margin-top: 0px;
|
|
|
|
font-size: 1.17em;
|
|
|
|
}
|
|
|
|
|
2012-11-08 19:19:24 -05:00
|
|
|
.nets-ul {
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
2012-02-19 14:05:51 -05:00
|
|
|
#contact-block {
|
|
|
|
overflow: auto;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
#contact-block .contact-block-h4 {
|
|
|
|
float: left;
|
|
|
|
margin: 5px 0px;
|
|
|
|
}
|
|
|
|
#contact-block .allcontact-link {
|
|
|
|
float: right;
|
|
|
|
margin: 5px 0px;
|
|
|
|
}
|
|
|
|
#contact-block .contact-block-content {
|
|
|
|
clear: both;
|
|
|
|
overflow: auto;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
#contact-block .contact-block-link {
|
|
|
|
float: left;
|
|
|
|
margin: 0px 2px 2px 0px;
|
|
|
|
}
|
|
|
|
#contact-block .contact-block-link img {
|
2012-11-16 18:50:39 -05:00
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
2012-11-10 17:19:32 -05:00
|
|
|
.group_selected {
|
|
|
|
background: url("../../../view/theme/diabook/icons/selected.png") no-repeat left center;
|
|
|
|
float: left;
|
|
|
|
height: 22px;
|
|
|
|
width: 22px;
|
|
|
|
}
|
|
|
|
.group_unselected {
|
|
|
|
background: url("../../../view/theme/diabook/icons/unselected.png") no-repeat left center;
|
|
|
|
float: left;
|
|
|
|
height: 22px;
|
|
|
|
width: 22px;
|
|
|
|
}
|
2012-02-19 14:05:51 -05:00
|
|
|
/* widget */
|
|
|
|
.widget {
|
2012-12-21 07:02:39 -05:00
|
|
|
margin-bottom: 1em;
|
2012-02-19 14:05:51 -05:00
|
|
|
/*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
|
|
|
|
.action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
|
|
|
|
/* font-size: 12px; */
|
|
|
|
}
|
|
|
|
.widget h3 {
|
|
|
|
padding: 0px;
|
|
|
|
margin: 2px;
|
|
|
|
}
|
|
|
|
.widget .action {
|
|
|
|
opacity: 0.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;
|
|
|
|
}
|
|
|
|
.widget input.action {
|
|
|
|
opacity: 0.5;
|
|
|
|
-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;
|
|
|
|
}
|
|
|
|
.widget:hover .title .action {
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
.widget .tool:hover .action {
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
.widget .tool:hover .action.ticked {
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
.widget ul {
|
|
|
|
padding: 0px;
|
2012-12-21 07:02:39 -05:00
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 0px;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
|
|
|
.widget ul li {
|
2012-12-22 21:26:29 -05:00
|
|
|
padding-left: 10px;
|
2012-11-10 17:19:32 -05:00
|
|
|
/* min-height: 20px; */
|
2012-02-19 14:05:51 -05:00
|
|
|
list-style: none;
|
2012-12-22 21:26:29 -05:00
|
|
|
padding-top: 3px;
|
|
|
|
padding-bottom: 3px;
|
|
|
|
margin: 0px;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
|
|
|
.widget .tool.selected {
|
|
|
|
background: url('../../../images/selected.png') no-repeat left center;
|
|
|
|
}
|
|
|
|
/* widget: search */
|
|
|
|
#add-search-popup {
|
|
|
|
width: 200px;
|
|
|
|
top: 18px;
|
|
|
|
}
|
|
|
|
/* section */
|
|
|
|
section {
|
2014-03-18 17:52:19 -04:00
|
|
|
/*font-size: 13px;
|
|
|
|
line-height: 19.5px;*/
|
|
|
|
font-size: 14.95px;
|
|
|
|
line-height: 21px;
|
|
|
|
/* font-family: Quodana,Verdana,DejaVu Sans,Bitstream Vera Sans,Helvetica,sans-serif; */
|
2012-02-19 14:05:51 -05:00
|
|
|
display: table-cell;
|
|
|
|
vertical-align: top;
|
2013-03-06 17:23:04 -05:00
|
|
|
top: 32px;
|
2012-12-23 04:47:12 -05:00
|
|
|
width: 766px;
|
|
|
|
max-width: 766px;
|
2012-12-22 21:26:29 -05:00
|
|
|
padding: 10px 10px 10px 10px;
|
2014-01-05 10:22:42 -05:00
|
|
|
/* background-color: white; */
|
|
|
|
/* background-color: rgb(252, 252, 252); */
|
2014-02-02 03:57:31 -05:00
|
|
|
/* background-color: #FAFAFA; */
|
|
|
|
background-color: inherit;
|
|
|
|
/* border-bottom: 1px solid lightgray;
|
2013-02-15 14:14:45 -05:00
|
|
|
border-right: 1px solid lightgray;
|
2014-02-02 03:57:31 -05:00
|
|
|
border-left: 1px solid lightgray; */
|
2013-03-06 17:23:04 -05:00
|
|
|
position: absolute;
|
2014-02-16 11:37:56 -05:00
|
|
|
left: 215px;
|
2014-02-02 03:57:31 -05:00
|
|
|
left: calc(215px + (100% - (215px + 766px)) / 6);
|
|
|
|
/* left: calc(215px + (100% - 215px) / 10); */
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
2013-12-04 17:46:51 -05:00
|
|
|
|
|
|
|
section.minimal {
|
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
}
|
|
|
|
|
2012-02-19 14:05:51 -05:00
|
|
|
/* wall item */
|
|
|
|
.tread-wrapper {
|
2012-12-17 15:12:11 -05:00
|
|
|
/* border-bottom: 1px solid #BDCDD4; */
|
2014-03-01 19:29:20 -05:00
|
|
|
border-bottom: 1px solid #D2D2D2;
|
2012-02-19 14:05:51 -05:00
|
|
|
position: relative;
|
|
|
|
padding: 5px;
|
2014-02-02 03:57:31 -05:00
|
|
|
margin-bottom: 10px;
|
2014-03-09 04:22:44 -04:00
|
|
|
box-shadow: 1px 2px 0px 0px #D8D8D8;
|
2014-03-01 19:29:20 -05:00
|
|
|
background-color: #FFFFFF;
|
2014-02-02 03:57:31 -05:00
|
|
|
/* width: 755px; */
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
|
|
|
.wall-item-decor {
|
|
|
|
position: absolute;
|
2014-02-16 11:37:56 -05:00
|
|
|
left: 755px;
|
2014-03-01 19:29:20 -05:00
|
|
|
left: calc(100% - 16px);
|
2014-01-12 06:42:56 -05:00
|
|
|
/* top: -10px; */
|
2012-02-19 14:05:51 -05:00
|
|
|
width: 16px;
|
|
|
|
}
|
|
|
|
.unstarred {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.wall-item-container {
|
|
|
|
display: table;
|
2014-02-16 11:37:56 -05:00
|
|
|
width: 745px;
|
2014-02-02 03:57:31 -05:00
|
|
|
width: calc(100% - 10px);
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
2014-01-18 15:32:14 -05:00
|
|
|
|
|
|
|
.wall-item-content hr {
|
|
|
|
background: none repeat scroll 0% 0% rgb(221, 221, 221);
|
|
|
|
color: rgb(221, 221, 221);
|
|
|
|
clear: both;
|
|
|
|
float: none;
|
|
|
|
width: 100%;
|
|
|
|
height: 0.1em;
|
|
|
|
/* margin: 0px 0px 1.45em; */
|
|
|
|
border: medium none;
|
|
|
|
}
|
|
|
|
|
2012-02-19 14:05:51 -05:00
|
|
|
.wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
|
|
|
|
display: table-row;
|
|
|
|
}
|
|
|
|
.wall-item-bottom {
|
2014-02-02 03:57:31 -05:00
|
|
|
/* font-size: 14px; */
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
2014-03-16 12:24:10 -04:00
|
|
|
.wall-item-container .wall-item-tags,
|
2014-03-01 19:29:20 -05:00
|
|
|
.wall-item-container .wall-item-links,
|
|
|
|
.wall-item-container .wall-item-actions {
|
|
|
|
opacity: 0.2;
|
2012-02-19 14:05:51 -05:00
|
|
|
-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;
|
|
|
|
}
|
2014-03-16 12:24:10 -04:00
|
|
|
.wall-item-container:hover .wall-item-tags,
|
2014-03-01 19:29:20 -05:00
|
|
|
.wall-item-container:hover .wall-item-links,
|
|
|
|
.wall-item-container:hover .wall-item-actions {
|
2012-02-19 14:05:51 -05:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
.wall-item-container .wall-item-info {
|
|
|
|
display: table-cell;
|
|
|
|
vertical-align: top;
|
|
|
|
text-align: left;
|
|
|
|
width: 80px;
|
|
|
|
}
|
2012-12-26 19:05:59 -05:00
|
|
|
.wall-item-container {
|
|
|
|
/* padding-right: 30px; */
|
|
|
|
padding-right: 0px;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
|
|
|
.wall-item-container .wall-item-ago {
|
|
|
|
word-wrap: break-word;
|
|
|
|
width: 50px;
|
|
|
|
margin-left: 10px;
|
|
|
|
color: #999;
|
2013-03-03 17:44:50 -05:00
|
|
|
font-size: 12px;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
2013-12-26 19:58:21 -05:00
|
|
|
|
|
|
|
.wall-item-network {
|
|
|
|
color: #999;
|
|
|
|
font-size: 12px;
|
|
|
|
text-align: right;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2012-02-19 14:05:51 -05:00
|
|
|
.wall-item-location {
|
2012-12-26 19:05:59 -05:00
|
|
|
width: 350px;
|
2012-02-19 14:05:51 -05:00
|
|
|
float: left;
|
2013-03-03 17:44:50 -05:00
|
|
|
font-size: 12px;
|
2014-04-24 04:17:19 -04:00
|
|
|
}}
|
2014-02-22 09:48:57 -05:00
|
|
|
|
2014-04-21 19:03:08 -04:00
|
|
|
h2 {
|
|
|
|
line-height: normal;
|
|
|
|
}
|
|
|
|
|
2012-02-19 14:05:51 -05:00
|
|
|
.wall-item-container .wall-item-content {
|
2014-02-02 03:57:31 -05:00
|
|
|
/* font-size: 14px; */
|
2012-11-23 06:15:03 -05:00
|
|
|
max-width: 660px;
|
2012-02-19 14:05:51 -05:00
|
|
|
word-wrap: break-word;
|
2014-02-02 03:57:31 -05:00
|
|
|
/* line-height: 1.36; */
|
2013-01-09 14:54:18 -05:00
|
|
|
padding-bottom: 6px;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.wall-item-container .wall-item-content img {
|
2014-02-02 03:57:31 -05:00
|
|
|
max-width: 100%;
|
|
|
|
/* max-width: 650px; */
|
2012-11-15 02:18:25 -05:00
|
|
|
/* max-width: 580px; */
|
|
|
|
}
|
|
|
|
.children .wall-item-container .wall-item-item .wall-item-content img {
|
|
|
|
/* max-width: 650px; */
|
2014-02-02 03:57:31 -05:00
|
|
|
/* max-width: 580px; */
|
|
|
|
max-width: 100%;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
|
|
|
.wall-item-container .wall-item-links, .wall-item-container .wall-item-actions {
|
|
|
|
display: table-cell;
|
|
|
|
vertical-align: middle;
|
2012-11-15 15:47:36 -05:00
|
|
|
/* font-size: 17px; */
|
|
|
|
}
|
|
|
|
.mail-list-wrapper a,
|
|
|
|
.wall-item-container .wall-item-bottom a,
|
|
|
|
.wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a,
|
|
|
|
.wall-item-container .wall-item-links, .wall-item-container .wall-item-links a,
|
|
|
|
.wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink {
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
.mail-list-wrapper a:hover,
|
|
|
|
.wall-item-container .wall-item-bottom a:hover,
|
|
|
|
.wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a:hover,
|
|
|
|
.wall-item-container .wall-item-links, .wall-item-container .wall-item-links a:hover,
|
|
|
|
.wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink:hover {
|
|
|
|
color: #000;
|
|
|
|
text-decoration: none;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
|
|
|
.wall-item-container .wall-item-links .icon, .wall-item-container .wall-item-actions .icon {
|
|
|
|
opacity: 0.5;
|
|
|
|
-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;
|
|
|
|
}
|
|
|
|
.wall-item-container .wall-item-links .icon:hover, .wall-item-container .wall-item-actions .icon: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;
|
|
|
|
}
|
2013-03-03 17:44:50 -05:00
|
|
|
|
|
|
|
.wall-item-container .wall-item-name:hover {
|
|
|
|
color: #36c;
|
|
|
|
}
|
|
|
|
|
2012-02-19 14:05:51 -05:00
|
|
|
.wall-item-container .wall-item-name {
|
2013-03-03 17:44:50 -05:00
|
|
|
color: black;
|
2012-02-19 14:05:51 -05:00
|
|
|
font-weight: bold;
|
2013-03-07 13:34:54 -05:00
|
|
|
-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;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
2013-03-04 15:11:31 -05:00
|
|
|
|
2013-03-04 18:46:11 -05:00
|
|
|
.toplevel_item:hover .wall-item-name,
|
2013-03-04 15:11:31 -05:00
|
|
|
.wall-item-container:hover .wall-item-name {
|
|
|
|
color: #36c;
|
|
|
|
font-weight: bold;
|
|
|
|
-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;
|
|
|
|
}
|
|
|
|
|
2014-04-21 19:03:08 -04:00
|
|
|
.wall-item-container .wall-item-content a,
|
2013-03-04 15:11:31 -05:00
|
|
|
.toplevel_item .fakelink,
|
|
|
|
.wall-item-container .fakelink {
|
|
|
|
color: black;
|
2013-03-07 13:34:54 -05:00
|
|
|
-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;
|
2013-03-04 18:46:11 -05:00
|
|
|
/* color: darkblue; */
|
|
|
|
/* color: #3E3E8C; */
|
2013-03-04 15:11:31 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.toplevel_item:hover .fakelink,
|
|
|
|
.wall-item-container:hover .fakelink,
|
|
|
|
.toplevel_item:hover .wall-item-content a,
|
|
|
|
.wall-item-container:hover .wall-item-content a {
|
|
|
|
color: #36c;
|
|
|
|
-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;
|
|
|
|
}
|
|
|
|
|
2012-02-19 14:05:51 -05:00
|
|
|
.wall-item-container .wall-item-actions-author {
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 0.3em;
|
|
|
|
}
|
|
|
|
.wall-item-container .wall-item-actions-social {
|
|
|
|
float: left;
|
|
|
|
margin-bottom: 1px;
|
|
|
|
}
|
|
|
|
.wall-item-container .wall-item-actions-social a {
|
2012-04-07 12:35:37 -04:00
|
|
|
float: left;
|
2012-02-19 14:05:51 -05:00
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
.wall-item-container .wall-item-actions-tools {
|
|
|
|
float: right;
|
|
|
|
width: 80px;
|
|
|
|
}
|
|
|
|
.wall-item-container .wall-item-actions-tools a {
|
|
|
|
float: right;
|
2012-11-15 15:47:36 -05:00
|
|
|
margin-left: 10px;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
|
|
|
.wall-item-container .wall-item-actions-tools input {
|
|
|
|
float: right;
|
2012-11-15 15:47:36 -05:00
|
|
|
margin-left: 10px;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
|
|
|
.wall-item-container.comment {
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
margin-left: 80px;
|
2014-02-16 11:37:56 -05:00
|
|
|
width: 665px;
|
2014-02-02 03:57:31 -05:00
|
|
|
width: calc(100% - 90px);
|
2012-02-19 14:05:51 -05:00
|
|
|
border-bottom: 1px solid hsl(198, 21%, 79%);
|
|
|
|
}
|
2012-12-03 02:29:41 -05:00
|
|
|
.wall-item-container.comment .wall-item-content {
|
|
|
|
max-width: 585px;
|
|
|
|
}
|
|
|
|
|
2012-02-19 14:05:51 -05:00
|
|
|
.wall-item-container.comment .contact-photo {
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
margin-left: 16px;
|
|
|
|
/*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
|
|
|
|
|
|
|
|
}
|
2012-02-25 05:00:35 -05:00
|
|
|
.wall-item-container.comment {
|
2012-02-19 14:05:51 -05:00
|
|
|
top: 15px !important;
|
|
|
|
left: 15px !important;
|
|
|
|
}
|
|
|
|
.wall-item-container.comment .wall-item-links {
|
|
|
|
padding-left: 12px;
|
|
|
|
}
|
2012-12-19 22:19:02 -05:00
|
|
|
.wall-item-bottom .wall-item-comment-wrapper {
|
|
|
|
margin: 1px 5px 1px 0px;
|
|
|
|
}
|
2012-02-19 14:05:51 -05:00
|
|
|
.wall-item-comment-wrapper {
|
2012-12-19 22:19:02 -05:00
|
|
|
margin: 1px 15px 1px 80px;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
|
|
|
.wall-item-comment-wrapper .comment-edit-photo {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.wall-item-comment-wrapper textarea {
|
|
|
|
height: 1.2em;
|
|
|
|
width: 100%;
|
2014-02-02 03:57:31 -05:00
|
|
|
font-size: 13px;
|
2012-02-19 14:05:51 -05:00
|
|
|
color: #999999;
|
|
|
|
border: 1px solid #DDD;
|
|
|
|
padding: 0.3em;
|
|
|
|
}
|
|
|
|
.wall-item-comment-wrapper .comment-edit-text-full {
|
2014-02-02 03:57:31 -05:00
|
|
|
/* font-size: 14px; */
|
2012-02-19 14:05:51 -05:00
|
|
|
height: 4em;
|
|
|
|
color: #2d2d2d;
|
|
|
|
border: 1px solid #2d2d2d;
|
|
|
|
}
|
2012-11-08 19:56:51 -05:00
|
|
|
|
2012-11-10 17:19:32 -05:00
|
|
|
.fakelink.togglecomment {
|
2012-11-08 19:56:51 -05:00
|
|
|
float: left;
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
|
2012-02-19 14:05:51 -05:00
|
|
|
.comment-edit-preview .contact-photo {
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
margin-left: 16px;
|
|
|
|
/*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
|
|
|
|
|
|
|
|
}
|
2012-02-25 05:00:35 -05:00
|
|
|
.comment-edit-preview {
|
2014-02-16 11:37:56 -05:00
|
|
|
/* width: 660px; */
|
|
|
|
width: 100%;
|
2012-12-19 22:19:02 -05:00
|
|
|
border: 1px solid #2d2d2d;
|
|
|
|
margin-top: 10px;
|
2012-02-19 14:05:51 -05:00
|
|
|
top: 15px !important;
|
|
|
|
left: 15px !important;
|
|
|
|
}
|
|
|
|
.comment-edit-preview .wall-item-links {
|
|
|
|
padding-left: 12px;
|
|
|
|
}
|
|
|
|
.comment-edit-preview .wall-item-container {
|
2014-02-16 11:37:56 -05:00
|
|
|
/* width: 700px; */
|
|
|
|
width: 100%;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
|
|
|
.comment-edit-preview .tread-wrapper {
|
2014-02-16 11:37:56 -05:00
|
|
|
/* width: 700px; */
|
|
|
|
width: 100%;
|
2012-02-19 14:05:51 -05:00
|
|
|
padding: 0;
|
2014-04-25 20:22:30 -04:00
|
|
|
margin: 10px 0px 0px 0px;
|
2012-12-19 22:19:02 -05:00
|
|
|
border-bottom: 0px;
|
2014-04-25 20:22:30 -04:00
|
|
|
box-shadow: none;
|
2012-12-19 22:19:02 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.wall-item-bottom .comment-edit-preview {
|
|
|
|
width: 575px;
|
|
|
|
margin-bottom: 5px;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
2012-02-26 15:16:29 -05:00
|
|
|
|
|
|
|
.shiny {
|
|
|
|
/* border-right: 10px solid #fce94f; */
|
2013-12-26 19:58:21 -05:00
|
|
|
/* border-right: 1px solid #A7C7F7;
|
|
|
|
padding-right: 12px; */
|
2012-02-26 15:16:29 -05:00
|
|
|
}
|
2012-11-10 17:19:32 -05:00
|
|
|
|
2014-02-02 03:57:31 -05:00
|
|
|
#profile-jot-form {
|
2014-03-09 04:22:44 -04:00
|
|
|
box-shadow: 1px 2px 0px 0px #D8D8D8;
|
2014-02-02 03:57:31 -05:00
|
|
|
background-color: #fafafa;
|
|
|
|
padding: 10px;
|
2014-01-05 10:22:42 -05:00
|
|
|
}
|
|
|
|
|
2012-11-10 17:19:32 -05:00
|
|
|
#profile-jot-form #profile-jot-text {
|
|
|
|
height: 2.0em;
|
2012-12-30 15:30:39 -05:00
|
|
|
/* width: 99%; */
|
2014-02-16 11:37:56 -05:00
|
|
|
width: 752px;
|
2014-02-02 03:57:31 -05:00
|
|
|
width: calc(100% - 10px);
|
2012-11-10 17:19:32 -05:00
|
|
|
font-size: 15px;
|
|
|
|
color: #999999;
|
|
|
|
border: 1px solid #DDD;
|
|
|
|
padding: 0.3em;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#profile-jot-form #jot-title, #profile-jot-form #jot-category {
|
|
|
|
|
|
|
|
border-radius: 5px 5px 5px 5px;
|
|
|
|
font-weight: bold;
|
|
|
|
height: 20px;
|
|
|
|
margin: 0 0 5px;
|
2012-12-30 15:30:39 -05:00
|
|
|
/* width: 60%; */
|
2014-02-02 03:57:31 -05:00
|
|
|
/* width: 762px; */
|
|
|
|
width: 100%;
|
2012-11-10 17:19:32 -05:00
|
|
|
border: 1px solid #d2d2d2;
|
|
|
|
}
|
|
|
|
|
|
|
|
#profile-jot-form #jot-title:-webkit-input-placeholder {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
#profile-jot-form #jot-title:-moz-placeholder {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
#profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
|
2014-02-02 03:57:31 -05:00
|
|
|
/* width: 785px; */
|
|
|
|
width: 100%;
|
2012-11-10 17:19:32 -05:00
|
|
|
height: 100px;
|
|
|
|
}
|
|
|
|
|
2012-12-26 19:05:59 -05:00
|
|
|
#profile-jot-perms {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2012-12-19 21:33:36 -05:00
|
|
|
#jot-preview-content {
|
|
|
|
padding-top: 25px;
|
|
|
|
}
|
|
|
|
|
2012-02-26 15:16:29 -05:00
|
|
|
#jot-preview-content .tread-wrapper {
|
|
|
|
background-color: #fce94f;
|
|
|
|
}
|
|
|
|
|
2012-02-19 14:05:51 -05:00
|
|
|
.wall-item-tags {
|
|
|
|
padding-top: 1px;
|
|
|
|
padding-bottom: 2px;
|
2013-03-03 17:44:50 -05:00
|
|
|
font-size: 12px;
|
2013-01-10 19:20:16 -05:00
|
|
|
/*display: none;*/
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
2013-01-09 14:54:18 -05:00
|
|
|
|
2012-02-19 14:05:51 -05:00
|
|
|
.tag {
|
2012-11-01 10:05:31 -04:00
|
|
|
color: rgb(153,153,153);
|
2013-01-10 19:20:16 -05:00
|
|
|
/*padding-left: 3px;
|
|
|
|
font-size: 10px;*/
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
|
|
|
.tag a {
|
2013-01-10 19:20:16 -05:00
|
|
|
/*padding-right: 8px;*/
|
2012-11-01 10:05:31 -04:00
|
|
|
color: rgb(153,153,153);
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
|
|
|
.wwto {
|
|
|
|
position: absolute !important;
|
|
|
|
width: 25px;
|
|
|
|
height: 25px;
|
|
|
|
background: #FFFFFF;
|
|
|
|
border: 2px solid #364e59;
|
|
|
|
height: 25px;
|
|
|
|
width: 25px;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 1px;
|
|
|
|
position: absolute !important;
|
|
|
|
top: 40px;
|
|
|
|
left: 30px;
|
|
|
|
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
|
|
|
|
}
|
|
|
|
.wwto .contact-photo {
|
|
|
|
width: auto;
|
|
|
|
height: 25px;
|
|
|
|
}
|
|
|
|
/* contacts menu */
|
|
|
|
.contact-photo-wrapper {
|
|
|
|
position: relative;
|
|
|
|
width: 80px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contact-photo-wrapper.wwto {
|
|
|
|
width: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contact-photo {
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
overflow: hidden;
|
|
|
|
display: block;
|
2013-03-03 17:44:50 -05:00
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
2013-03-03 17:44:50 -05:00
|
|
|
|
2012-02-19 14:05:51 -05:00
|
|
|
.contact-photo img {
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
}
|
2012-02-25 05:00:35 -05:00
|
|
|
|
2012-02-19 14:05:51 -05:00
|
|
|
.contact-wrapper {
|
|
|
|
float: left;
|
|
|
|
width: 90px;
|
|
|
|
height: 90px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
.contact-wrapper .contact-photo {
|
|
|
|
width: 80px;
|
|
|
|
height: 80px;
|
|
|
|
}
|
|
|
|
.contact-wrapper .contact-photo img {
|
|
|
|
width: 80px;
|
|
|
|
height: 80px;
|
|
|
|
}
|
2012-02-25 05:00:35 -05:00
|
|
|
.contact-wrapper {
|
2012-02-19 14:05:51 -05:00
|
|
|
left: 0px;
|
|
|
|
top: 63px;
|
|
|
|
}
|
2012-02-26 15:16:29 -05:00
|
|
|
.contact-photo {
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
2012-02-26 15:16:29 -05:00
|
|
|
.contact-photo img {
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
|
|
|
.contact-name {
|
2012-02-26 15:16:29 -05:00
|
|
|
/* text-align: center; */
|
|
|
|
/*font-weight: bold;*/
|
2012-02-19 14:05:51 -05:00
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
.contact-details {
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
/* editor */
|
|
|
|
.jothidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#jot {
|
|
|
|
width: 785px;
|
|
|
|
margin: 0px 2em 20px 0px;
|
|
|
|
}
|
|
|
|
#jot .profile-jot-text {
|
|
|
|
height: 1.2em;
|
|
|
|
width: 99%;
|
|
|
|
font-size: 10px;
|
|
|
|
color: #999999;
|
|
|
|
border: 1px solid #DDD;
|
|
|
|
padding: 0.3em;
|
|
|
|
}
|
|
|
|
#jot #jot-tools {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
height: 40px;
|
|
|
|
overflow: none;
|
|
|
|
width: 783px;
|
|
|
|
background-color: #0e232e;
|
|
|
|
border-bottom: 2px solid #9eabb0;
|
|
|
|
}
|
|
|
|
#jot #jot-tools li {
|
|
|
|
list-style: none;
|
|
|
|
float: left;
|
|
|
|
width: 80px;
|
|
|
|
height: 40px;
|
|
|
|
border-bottom: 2px solid #9eabb0;
|
|
|
|
}
|
|
|
|
#jot #jot-tools li a {
|
|
|
|
display: block;
|
|
|
|
color: #cccccc;
|
|
|
|
width: 100%;
|
|
|
|
height: 40px;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 40px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
#jot #jot-tools li:hover {
|
|
|
|
background-color: #364e59;
|
|
|
|
border-bottom: 2px solid #bdcdd4;
|
|
|
|
}
|
|
|
|
#jot #jot-tools li.perms {
|
|
|
|
float: right;
|
|
|
|
width: 40px;
|
|
|
|
}
|
|
|
|
#jot #jot-tools li.perms a.unlock {
|
|
|
|
width: 30px;
|
|
|
|
border-left: 10px solid #cccccc;
|
|
|
|
background-color: #cccccc;
|
|
|
|
background-position: left center;
|
|
|
|
}
|
|
|
|
#jot #jot-tools li.perms a.lock {
|
|
|
|
width: 30px;
|
|
|
|
border-left: 10px solid #666666;
|
|
|
|
background-color: #666666;
|
|
|
|
}
|
|
|
|
#jot #jot-tools li.submit {
|
|
|
|
float: right;
|
|
|
|
background-color: #cccccc;
|
|
|
|
border-bottom: 2px solid #cccccc;
|
|
|
|
border-right: 1px solid #666666;
|
|
|
|
border-left: 1px solid #666666;
|
|
|
|
}
|
|
|
|
#jot #jot-tools li.submit input {
|
|
|
|
border: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
background-color: #cccccc;
|
|
|
|
color: #666666;
|
|
|
|
width: 80px;
|
|
|
|
height: 40px;
|
|
|
|
line-height: 40px;
|
|
|
|
}
|
|
|
|
#jot #jot-tools li.submit input:hover {
|
|
|
|
background-color: #bdcdd4;
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
#jot #jot-tools li.loading {
|
|
|
|
float: right;
|
|
|
|
background-color: #ffffff;
|
|
|
|
width: 20px;
|
|
|
|
vertical-align: center;
|
|
|
|
text-align: center;
|
|
|
|
border-top: 2px solid #9eabb0;
|
|
|
|
height: 38px;
|
|
|
|
}
|
|
|
|
#jot #jot-tools li.loading img {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
2012-04-01 18:08:49 -04:00
|
|
|
/* #jot */
|
|
|
|
#jot-title {
|
2012-02-19 14:05:51 -05:00
|
|
|
border: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
height: 20px;
|
|
|
|
width: 700px;
|
|
|
|
font-weight: bold;
|
|
|
|
border: 1px solid #ffffff;
|
|
|
|
}
|
|
|
|
#jot #jot-title:-webkit-input-placeholder {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
#jot #jot-title:-moz-placeholder {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
#jot #jot-title:hover {
|
|
|
|
border: 1px solid #999999;
|
|
|
|
}
|
|
|
|
#jot #jot-title:focus {
|
|
|
|
border: 1px solid #999999;
|
|
|
|
}
|
|
|
|
#jot #character-counter {
|
|
|
|
width: 80px;
|
|
|
|
float: right;
|
|
|
|
text-align: right;
|
|
|
|
height: 20px;
|
|
|
|
line-height: 20px;
|
|
|
|
padding-right: 20px;
|
|
|
|
}
|
2012-04-01 18:08:49 -04:00
|
|
|
|
|
|
|
#profile-jot-submit {
|
|
|
|
float: right;
|
|
|
|
margin-left: 15px;
|
|
|
|
}
|
|
|
|
#profile-upload-wrapper {
|
|
|
|
float: left;
|
|
|
|
margin-left: 15px;
|
|
|
|
}
|
|
|
|
#profile-attach-wrapper {
|
|
|
|
float: left;
|
|
|
|
margin-left: 15px;
|
|
|
|
}
|
|
|
|
#profile-link-wrapper {
|
|
|
|
float: left;
|
|
|
|
margin-left: 15px;
|
2013-12-08 10:49:07 -05:00
|
|
|
cursor: pointer;
|
2012-04-01 18:08:49 -04:00
|
|
|
}
|
|
|
|
#profile-video-wrapper {
|
|
|
|
float: left;
|
|
|
|
margin-left: 15px;
|
2013-12-08 10:49:07 -05:00
|
|
|
cursor: pointer;
|
2012-04-01 18:08:49 -04:00
|
|
|
}
|
|
|
|
#profile-audio-wrapper {
|
|
|
|
float: left;
|
|
|
|
margin-left: 15px;
|
2013-12-08 10:49:07 -05:00
|
|
|
cursor: pointer;
|
2012-04-01 18:08:49 -04:00
|
|
|
}
|
|
|
|
#profile-location-wrapper {
|
|
|
|
float: left;
|
|
|
|
margin-left: 15px;
|
2013-12-08 10:49:07 -05:00
|
|
|
cursor: pointer;
|
2012-04-01 18:08:49 -04:00
|
|
|
}
|
|
|
|
#profile-nolocation-wrapper {
|
|
|
|
float: left;
|
|
|
|
margin-left: 15px;
|
2013-12-08 10:49:07 -05:00
|
|
|
cursor: pointer;
|
2012-04-01 18:08:49 -04:00
|
|
|
}
|
|
|
|
#jot-perms-icon {
|
|
|
|
float: right;
|
|
|
|
margin-left: 15px;
|
|
|
|
}
|
|
|
|
#jot-preview-link {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
#profile-jot-end {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
#profile-jot-text_tbl {
|
2012-11-10 17:19:32 -05:00
|
|
|
width: 780px;
|
2012-04-01 18:08:49 -04:00
|
|
|
}
|
|
|
|
#profile-jot-wrapper {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2012-02-19 14:05:51 -05:00
|
|
|
/** buttons **/
|
|
|
|
/*input[type="submit"] {
|
|
|
|
border: 0px;
|
|
|
|
background-color: @ButtonBackgroundColor;
|
|
|
|
color: @ButtonColor;
|
|
|
|
padding: 0px 10px;
|
|
|
|
.rounded(5px);
|
|
|
|
height: 18px;
|
|
|
|
}*/
|
|
|
|
/** acl **/
|
|
|
|
#photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
|
|
|
|
display: block!important;
|
|
|
|
}
|
|
|
|
#acl-wrapper {
|
|
|
|
width: 690px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
#acl-search {
|
|
|
|
float: right;
|
|
|
|
background: #ffffff url("../../../images/search_18.png") no-repeat right center;
|
|
|
|
padding-right: 20px;
|
|
|
|
}
|
|
|
|
#acl-showall {
|
|
|
|
float: left;
|
|
|
|
display: block;
|
|
|
|
width: auto;
|
|
|
|
height: 18px;
|
|
|
|
background-color: #cccccc;
|
|
|
|
background-image: url("../../../images/show_all_off.png");
|
|
|
|
background-position: 7px 7px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
padding: 7px 5px 0px 30px;
|
|
|
|
color: #999999;
|
|
|
|
-moz-border-radius: 5px 5px 5px 5px;
|
|
|
|
-webkit-border-radius: 5px 5px 5px 5px;
|
|
|
|
border-radius: 5px 5px 5px 5px;
|
|
|
|
}
|
|
|
|
#acl-showall.selected {
|
|
|
|
color: #000000;
|
|
|
|
background-color: #ff9900;
|
|
|
|
background-image: url("../../../images/show_all_on.png");
|
|
|
|
}
|
|
|
|
#acl-list {
|
|
|
|
height: 210px;
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
clear: both;
|
|
|
|
margin-top: 30px;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
.acl-list-item {
|
|
|
|
display: block;
|
|
|
|
width: 150px;
|
|
|
|
height: 30px;
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
margin: 5px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.acl-list-item img {
|
|
|
|
width: 22px;
|
|
|
|
height: 22px;
|
|
|
|
float: left;
|
|
|
|
margin: 4px;
|
|
|
|
}
|
|
|
|
.acl-list-item p {
|
|
|
|
height: 12px;
|
|
|
|
font-size: 10px;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 2px 0px 1px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.acl-list-item a {
|
|
|
|
font-size: 8px;
|
|
|
|
display: block;
|
|
|
|
width: 40px;
|
|
|
|
height: 10px;
|
|
|
|
float: left;
|
|
|
|
color: #999999;
|
|
|
|
background-color: #cccccc;
|
|
|
|
background-position: 3px 3px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
margin-right: 5px;
|
|
|
|
-webkit-border-radius: 2px ;
|
|
|
|
-moz-border-radius: 2px;
|
|
|
|
border-radius: 2px;
|
|
|
|
padding-left: 15px;
|
|
|
|
}
|
|
|
|
#acl-wrapper a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
.acl-button-show {
|
|
|
|
background-image: url("../../../images/show_off.png");
|
|
|
|
}
|
|
|
|
.acl-button-hide {
|
|
|
|
background-image: url("../../../images/hide_off.png");
|
|
|
|
}
|
|
|
|
.acl-button-show.selected {
|
|
|
|
color: #000000;
|
|
|
|
background-color: #9ade00;
|
|
|
|
background-image: url("../../../images/show_on.png");
|
|
|
|
}
|
|
|
|
.acl-button-hide.selected {
|
|
|
|
color: #000000;
|
|
|
|
background-color: #ff4141;
|
|
|
|
background-image: url("../../../images/hide_on.png");
|
|
|
|
}
|
|
|
|
.acl-list-item.groupshow {
|
|
|
|
border-color: #9ade00;
|
|
|
|
}
|
|
|
|
.acl-list-item.grouphide {
|
|
|
|
border-color: #ff4141;
|
|
|
|
}
|
|
|
|
/** /acl **/
|
|
|
|
/** tab buttons **/
|
|
|
|
ul.tabs {
|
|
|
|
list-style-type: none;
|
|
|
|
padding-bottom: 10px;
|
2012-12-24 05:07:51 -05:00
|
|
|
padding-left: 0px;
|
2013-03-03 17:44:50 -05:00
|
|
|
margin-bottom: 5px;
|
|
|
|
line-height: 27px;
|
|
|
|
height: 27px;
|
|
|
|
font-size: 11px;
|
|
|
|
font-weight: bold;
|
|
|
|
/* margin-bottom: 30px; */
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
|
|
|
ul.tabs li {
|
|
|
|
float: left;
|
2012-12-24 05:07:51 -05:00
|
|
|
/* margin-left: 7px; */
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
2012-12-15 08:39:37 -05:00
|
|
|
/*ul.tabs li .active {
|
2012-02-19 14:05:51 -05:00
|
|
|
border-bottom: 1px solid #005c94;
|
2012-12-15 08:39:37 -05:00
|
|
|
}*/
|
2012-12-19 21:33:36 -05:00
|
|
|
|
2012-12-15 08:39:37 -05:00
|
|
|
ul.tabs a {
|
2013-03-03 17:44:50 -05:00
|
|
|
/* min-width: 34px; */
|
2012-12-15 08:39:37 -05:00
|
|
|
display: block;
|
|
|
|
float: left;
|
2013-03-03 17:44:50 -05:00
|
|
|
padding-bottom: 0px;
|
|
|
|
padding: 0px 12px 0px 12px;
|
|
|
|
color: #444;
|
|
|
|
}
|
|
|
|
|
2014-02-02 03:57:31 -05:00
|
|
|
ul.tabs a {
|
2014-03-09 04:22:44 -04:00
|
|
|
box-shadow: 1px 2px 0px 0px #D8D8D8;
|
2014-02-02 03:57:31 -05:00
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#birthday-notice, #event-notice {
|
2014-03-09 04:22:44 -04:00
|
|
|
box-shadow: 1px 2px 0px 0px #D8D8D8;
|
2014-02-02 03:57:31 -05:00
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#birthday-wrapper, #event-wrapper {
|
|
|
|
background-color: #FAFAFA;
|
2014-03-09 04:22:44 -04:00
|
|
|
box-shadow: 1px 2px 0px 0px #D8D8D8;
|
2014-02-02 03:57:31 -05:00
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
padding-top: 5px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2014-04-24 07:27:08 -04:00
|
|
|
div.pager, .birthday-notice, .comment-edit-submit-wrapper .fakelink {
|
2013-03-03 17:44:50 -05:00
|
|
|
padding: 2px 7px 2px 7px;
|
|
|
|
color: black;
|
2012-12-19 21:33:36 -05:00
|
|
|
}
|
|
|
|
|
2014-04-24 07:27:08 -04:00
|
|
|
div.pager, .birthday-notice, ul.tabs a, .comment-edit-submit-wrapper .fakelink {
|
2012-12-24 05:07:51 -05:00
|
|
|
border: 1px solid lightgray;
|
|
|
|
background: #F2F2F2;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 2px;
|
2013-03-03 17:44:50 -05:00
|
|
|
}
|
2012-12-24 05:07:51 -05:00
|
|
|
|
2013-03-03 17:44:50 -05:00
|
|
|
ul.tabs a:hover {
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
|
2014-04-24 07:27:08 -04:00
|
|
|
#event-notice:hover, #birthday-notice:hover, ul.tabs li .active, .comment-edit-submit-wrapper .fakelink:hover {
|
2012-12-24 05:07:51 -05:00
|
|
|
color: black;
|
2013-03-03 17:44:50 -05:00
|
|
|
}
|
|
|
|
|
2014-04-24 07:27:08 -04:00
|
|
|
ul.tabs a:hover, #event-notice:hover, #birthday-notice:hover, ul.tabs li .active, .comment-edit-submit-wrapper .fakelink:hover {
|
2012-12-24 05:07:51 -05:00
|
|
|
background-color: #e5e5e5;
|
|
|
|
text-decoration: none;
|
|
|
|
border: 1px solid darkgray;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
2012-12-15 08:39:37 -05:00
|
|
|
|
2012-12-20 06:13:37 -05:00
|
|
|
.comment-edit-bb {
|
|
|
|
float:right;
|
|
|
|
}
|
2012-12-20 18:08:58 -05:00
|
|
|
.comment-edit-bb a {
|
|
|
|
color: #888;
|
|
|
|
padding: 0px 5px 1px 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment-edit-bb a:hover {
|
|
|
|
color: #000;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2012-12-20 06:13:37 -05:00
|
|
|
|
2012-02-19 14:05:51 -05:00
|
|
|
/**
|
|
|
|
* Form fields
|
|
|
|
*/
|
|
|
|
.field {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
overflow: auto;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.field label {
|
|
|
|
float: left;
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
.field input, .field textarea {
|
2014-04-21 19:03:08 -04:00
|
|
|
max-width: 400px;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
|
|
|
.field textarea {
|
|
|
|
height: 100px;
|
|
|
|
}
|
|
|
|
.field .field_help {
|
|
|
|
display: block;
|
|
|
|
margin-left: 200px;
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
.field .onoff {
|
|
|
|
float: left;
|
|
|
|
width: 80px;
|
|
|
|
}
|
|
|
|
.field .onoff a {
|
|
|
|
display: block;
|
|
|
|
border: 1px solid #666666;
|
|
|
|
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: #666666;
|
|
|
|
padding-left: 40px;
|
|
|
|
background-position: left center;
|
|
|
|
background-color: #cccccc;
|
|
|
|
color: #666666;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
.field .onoff .on {
|
|
|
|
border-color: #204A87;
|
|
|
|
padding-right: 40px;
|
|
|
|
background-position: right center;
|
|
|
|
background-color: #D7E3F1;
|
|
|
|
color: #204A87;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
.field .hidden {
|
|
|
|
display: none!important;
|
|
|
|
}
|
|
|
|
.field.radio .field_help {
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
2014-04-21 19:03:08 -04:00
|
|
|
aside form {
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
aside form .field label {
|
|
|
|
float: inherit;
|
|
|
|
}
|
2012-02-19 14:05:51 -05:00
|
|
|
|
|
|
|
#profile-edit-links-end {
|
|
|
|
clear: both;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#profile-edit-links ul { margin: 20px; padding-bottom: 20px; list-style: none; }
|
|
|
|
|
|
|
|
#profile-edit-links li {
|
|
|
|
float: left;
|
|
|
|
list-style: none;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.profile-edit-side-div {
|
2012-12-26 19:05:59 -05:00
|
|
|
/* display: none; */
|
|
|
|
float: right;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
|
|
|
|
2012-12-26 19:05:59 -05:00
|
|
|
/* aside div.clear {
|
|
|
|
clear: none;
|
|
|
|
float: left;
|
|
|
|
} */
|
|
|
|
|
2012-02-19 14:05:51 -05:00
|
|
|
#register-form label,
|
|
|
|
#profile-edit-form label {
|
|
|
|
width: 300px; float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.required {
|
|
|
|
display: inline;
|
|
|
|
color: #B20202;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* oauth */
|
|
|
|
.oauthapp {
|
|
|
|
height: auto;
|
|
|
|
overflow: auto;
|
|
|
|
border-bottom: 2px solid #cccccc;
|
|
|
|
padding-bottom: 1em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
.oauthapp img {
|
|
|
|
float: left;
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
.oauthapp img.noicon {
|
|
|
|
background-image: url("../../../images/icons/48/plugin.png");
|
|
|
|
background-position: center center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
.oauthapp a {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
/* contacts */
|
|
|
|
.contact-entry-wrapper {
|
2012-02-25 05:00:35 -05:00
|
|
|
width: 120px;
|
|
|
|
height: 120px;
|
2012-02-19 14:05:51 -05:00
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
/* photo */
|
|
|
|
.lframe {
|
|
|
|
float: left;
|
|
|
|
margin: 0px 10px 10px 0px;
|
|
|
|
}
|
|
|
|
/* profile match wrapper */
|
|
|
|
.profile-match-wrapper {
|
|
|
|
float: left;
|
|
|
|
width: 90px;
|
|
|
|
height: 90px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
.profile-match-wrapper .contact-photo {
|
|
|
|
width: 80px;
|
|
|
|
height: 80px;
|
|
|
|
}
|
|
|
|
.profile-match-wrapper .contact-photo img {
|
|
|
|
width: 80px;
|
|
|
|
height: 80px;
|
|
|
|
}
|
2012-02-25 05:00:35 -05:00
|
|
|
.profile-match-wrapper {
|
2012-02-19 14:05:51 -05:00
|
|
|
left: 0px;
|
|
|
|
top: 63px;
|
|
|
|
}
|
2012-02-25 05:00:35 -05:00
|
|
|
|
|
|
|
.contact-photo-menu-button {
|
|
|
|
position: relative;
|
2012-02-25 05:13:04 -05:00
|
|
|
background-image: url("../../../images/icons/16/menu.png");
|
2012-02-25 05:00:35 -05:00
|
|
|
background-position: top left;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
margin: 0px 0px -16px 0px;
|
|
|
|
padding: 0px;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
top: -20px; left:0px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-indent: 40px;
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
}
|
|
|
|
.contact-photo-menu {
|
2012-02-25 05:13:04 -05:00
|
|
|
width: 11em;
|
|
|
|
border: 3px solid #364e59;
|
|
|
|
color: #2d2d2d;
|
2012-02-25 05:00:35 -05:00
|
|
|
background: #FFFFFF;
|
|
|
|
/* position: absolute;*/
|
|
|
|
position: relative;
|
|
|
|
left: 0px; top: 0px;
|
|
|
|
display: none;
|
|
|
|
z-index: 10000;
|
|
|
|
}
|
|
|
|
.contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
|
2012-02-25 05:13:04 -05:00
|
|
|
.contact-photo-menu li a {
|
|
|
|
display: block;
|
|
|
|
padding: 5px 10px;
|
|
|
|
color: #2d2d2d;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.contact-photo-menu li a:hover {
|
|
|
|
background-color: #bdcdd4;
|
|
|
|
}
|
2012-02-25 05:00:35 -05:00
|
|
|
|
2012-02-19 14:05:51 -05:00
|
|
|
/* page footer */
|
|
|
|
footer {
|
2012-12-17 15:12:11 -05:00
|
|
|
/* height: 100px; */
|
2012-02-19 14:05:51 -05:00
|
|
|
display: table-row;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote {
|
|
|
|
border-left: 1px solid #D2D2D2;
|
|
|
|
padding-left: 9px;
|
|
|
|
margin: 0 0 0 .8ex;
|
2012-04-06 19:19:07 -04:00
|
|
|
color: #777;
|
|
|
|
}
|
|
|
|
|
|
|
|
.oembed {
|
2014-01-18 15:32:14 -05:00
|
|
|
/* font-size: large; */
|
|
|
|
font-size: larger;
|
2012-04-06 19:19:07 -04:00
|
|
|
font-weight: bold;
|
2012-02-19 14:05:51 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* ================== */
|
|
|
|
/* = Contacts Block = */
|
|
|
|
/* ================== */
|
|
|
|
|
|
|
|
.contact-block-img {
|
|
|
|
width: 42px;
|
|
|
|
height: 42px;
|
|
|
|
padding-right: 2px;
|
|
|
|
}
|
|
|
|
.contact-block-div {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contact-block-textdiv { width: 150px; height: 34px; float: left; }
|
|
|
|
#contact-block-end { clear: both; }
|
|
|
|
|
|
|
|
#group-edit-wrapper {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#group-members-end {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
#group-separator,
|
|
|
|
#prof-separator { display: none;}
|
|
|
|
*/
|
2012-02-20 09:11:27 -05:00
|
|
|
|
2012-11-15 15:47:36 -05:00
|
|
|
#prvmail-upload {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
2012-02-26 15:16:29 -05:00
|
|
|
#prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
margin-top: 20px;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
2012-02-26 15:16:29 -05:00
|
|
|
#prvmail-submit {
|
|
|
|
float: left;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
#prvmail-upload-wrapper,
|
|
|
|
#prvmail-link-wrapper,
|
|
|
|
#prvmail-rotator-wrapper {
|
|
|
|
float: left;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
width: 24px;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
2012-02-26 15:16:29 -05:00
|
|
|
#prvmail-end {
|
|
|
|
clear: both;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
2012-02-26 15:16:29 -05:00
|
|
|
.mail-list-sender,
|
2012-02-20 09:11:27 -05:00
|
|
|
.mail-list-detail {
|
2012-02-26 15:16:29 -05:00
|
|
|
float: left;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
2012-02-26 15:16:29 -05:00
|
|
|
.mail-list-detail {
|
|
|
|
margin-left: 20px;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.mail-list-subject {
|
2012-02-26 15:16:29 -05:00
|
|
|
font-size: 1.1em;
|
|
|
|
margin-top: 10px;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
2012-02-26 15:16:29 -05:00
|
|
|
a.mail-list-link {
|
|
|
|
display: block;
|
|
|
|
font-size: 1.3em;
|
|
|
|
padding: 4px 0;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
2012-02-26 15:16:29 -05:00
|
|
|
/*
|
|
|
|
*a.mail-list-link:hover {
|
|
|
|
* background-color: #15607B;
|
|
|
|
* color: #F5F6FB;
|
|
|
|
*}
|
|
|
|
*/
|
|
|
|
|
2012-02-20 09:11:27 -05:00
|
|
|
.mail-list-outside-wrapper-end {
|
2012-02-26 15:16:29 -05:00
|
|
|
clear: both;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
2012-02-26 15:16:29 -05:00
|
|
|
.mail-list-outside-wrapper {
|
|
|
|
margin-top: 30px;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
2012-02-26 15:16:29 -05:00
|
|
|
.mail-list-delete-wrapper {
|
|
|
|
float: right;
|
|
|
|
margin-right: 30px;
|
|
|
|
margin-top: 15px;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
2012-02-26 15:16:29 -05:00
|
|
|
.mail-list-delete-icon {
|
|
|
|
border: none;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
2012-02-26 15:16:29 -05:00
|
|
|
.mail-conv-sender,
|
2012-02-20 09:11:27 -05:00
|
|
|
.mail-conv-detail {
|
|
|
|
float: left;
|
2012-02-26 15:16:29 -05:00
|
|
|
}
|
|
|
|
.mail-conv-detail {
|
|
|
|
margin-left: 20px;
|
|
|
|
width: 500px;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
2012-02-26 15:16:29 -05:00
|
|
|
.mail-conv-subject {
|
|
|
|
font-size: 1.4em;
|
|
|
|
margin: 10px 0;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
2012-02-26 15:16:29 -05:00
|
|
|
.mail-conv-outside-wrapper-end {
|
|
|
|
clear: both;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
2012-02-26 15:16:29 -05:00
|
|
|
.mail-conv-outside-wrapper {
|
|
|
|
margin-top: 30px;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
2012-02-26 15:16:29 -05:00
|
|
|
.mail-conv-delete-wrapper {
|
|
|
|
float: right;
|
|
|
|
margin-right: 30px;
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
.mail-conv-break {
|
|
|
|
clear: both;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
2012-02-26 15:16:29 -05:00
|
|
|
.mail-conv-delete-icon {
|
|
|
|
border: none;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
2012-02-26 15:16:29 -05:00
|
|
|
/* ========== */
|
|
|
|
/* = Events = */
|
|
|
|
/* ========== */
|
|
|
|
.eventcal {
|
|
|
|
float: left;
|
|
|
|
font-size: 20px;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
2012-02-26 15:16:29 -05:00
|
|
|
.vevent {
|
|
|
|
border: 1px solid #CCCCCC;
|
|
|
|
}
|
|
|
|
.vevent .event-description, .vevent .event-location {
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
.vevent .event-start {
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#new-event-link {
|
|
|
|
margin-bottom: 10px;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.edit-event-link, .plink-event-link {
|
2012-02-26 15:16:29 -05:00
|
|
|
float: left;
|
|
|
|
margin-top: 4px;
|
|
|
|
margin-right: 4px;
|
|
|
|
margin-bottom: 15px;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.event-description:before {
|
2012-02-26 15:16:29 -05:00
|
|
|
content: url('../../../images/calendar.png');
|
|
|
|
margin-right: 15px;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.event-start, .event-end {
|
2012-02-26 15:16:29 -05:00
|
|
|
margin-left: 10px;
|
|
|
|
width: 330px;
|
|
|
|
clear: both;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.event-start .dtstart, .event-end .dtend {
|
2012-02-26 15:16:29 -05:00
|
|
|
float: right;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.event-list-date {
|
2012-02-26 15:16:29 -05:00
|
|
|
margin-bottom: 10px;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.prevcal, .nextcal {
|
2012-02-26 15:16:29 -05:00
|
|
|
float: left;
|
|
|
|
margin-left: 32px;
|
|
|
|
margin-right: 32px;
|
|
|
|
margin-top: 64px;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
.event-calendar-end {
|
2012-02-26 15:16:29 -05:00
|
|
|
clear: both;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
2012-02-26 15:16:29 -05:00
|
|
|
|
2012-02-20 09:11:27 -05:00
|
|
|
.calendar {
|
2012-02-26 15:16:29 -05:00
|
|
|
font-family: Courier, monospace;
|
|
|
|
}
|
|
|
|
.today {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #FF0000;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
2012-02-26 15:16:29 -05:00
|
|
|
.settings-block {
|
2014-04-24 04:17:19 -04:00
|
|
|
/* border: 1px solid #AAA; */
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
2012-02-26 15:16:29 -05:00
|
|
|
.app-title {
|
2012-11-10 17:19:32 -05:00
|
|
|
margin: 0px;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
2012-02-26 15:16:29 -05:00
|
|
|
#identity-manage-desc {
|
|
|
|
margin-top:15px;
|
|
|
|
margin-bottom: 15px;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
2012-02-26 15:16:29 -05:00
|
|
|
#identity-manage-choose {
|
|
|
|
margin-bottom: 15px;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
2012-02-26 15:16:29 -05:00
|
|
|
#identity-submit {
|
|
|
|
margin-top: 20px;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
2012-02-26 15:16:29 -05:00
|
|
|
#photo-prev-link, #photo-next-link {
|
|
|
|
padding: 10px;
|
|
|
|
float: left;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
2012-02-26 15:16:29 -05:00
|
|
|
|
|
|
|
#photo-photo {
|
|
|
|
float: left;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
2012-02-26 15:16:29 -05:00
|
|
|
#photo-photo-end {
|
|
|
|
clear: both;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
2012-02-26 15:16:29 -05:00
|
|
|
.profile-match-photo {
|
|
|
|
float: left;
|
|
|
|
text-align: center;
|
|
|
|
width: 120px;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
2012-02-26 15:16:29 -05:00
|
|
|
.profile-match-name {
|
|
|
|
float: left;
|
|
|
|
text-align: center;
|
|
|
|
width: 120px;
|
|
|
|
overflow: hidden;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
2012-02-26 15:16:29 -05:00
|
|
|
.profile-match-break,
|
|
|
|
.profile-match-end {
|
|
|
|
clear: both;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
2012-02-26 15:16:29 -05:00
|
|
|
.profile-match-connect {
|
|
|
|
text-align: center;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.profile-match-wrapper {
|
|
|
|
float: left;
|
|
|
|
padding: 10px;
|
|
|
|
width: 120px;
|
|
|
|
height: 120px;
|
|
|
|
scroll: auto;
|
|
|
|
}
|
|
|
|
#profile-match-wrapper-end {
|
|
|
|
clear: both;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* ============= */
|
|
|
|
/* = Directory = */
|
|
|
|
/* ============= */
|
2012-02-26 15:16:29 -05:00
|
|
|
/* contacts menu */
|
|
|
|
.contact-photo-wrapper {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.contact-photo {
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
overflow: hidden;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.contact-photo img {
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
}
|
|
|
|
.contact-photo-menu-button {
|
|
|
|
display: none;
|
|
|
|
/* position: absolute; */
|
|
|
|
/* position: absolute; */
|
|
|
|
left: -2px;
|
|
|
|
top: -20px;
|
|
|
|
}
|
|
|
|
.contact-wrapper {
|
|
|
|
float: left;
|
|
|
|
width: 90px;
|
|
|
|
height: 90px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
.contact-wrapper .contact-photo {
|
|
|
|
width: 80px;
|
|
|
|
height: 80px;
|
|
|
|
}
|
|
|
|
.contact-wrapper .contact-photo img {
|
|
|
|
width: 80px;
|
|
|
|
height: 80px;
|
|
|
|
}
|
|
|
|
.contact-wrapper .contact-photo-menu-button {
|
|
|
|
left: 0px;
|
|
|
|
top: 63px;
|
|
|
|
}
|
2012-02-20 09:11:27 -05:00
|
|
|
.directory-item {
|
2012-02-26 15:16:29 -05:00
|
|
|
float: left;
|
|
|
|
width: 200px;
|
|
|
|
height: 200px;
|
|
|
|
}
|
|
|
|
.directory-item .contact-photo {
|
|
|
|
width: 175px;
|
|
|
|
height: 175px;
|
|
|
|
}
|
|
|
|
.directory-item .contact-photo img {
|
|
|
|
width: 175px;
|
|
|
|
height: 175px;
|
|
|
|
}
|
|
|
|
.contact-name {
|
|
|
|
text-align: center;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
.contact-details {
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.photo-top-image-wrapper {
|
|
|
|
position: relative;
|
|
|
|
float: left;
|
|
|
|
margin-top: 15px;
|
|
|
|
margin-right: 15px;
|
|
|
|
width: 200px; height: 200px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.photo-top-album-name {
|
|
|
|
width: 100%;
|
|
|
|
min-height: 2em;
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0px;
|
|
|
|
padding: 0px 3px;
|
|
|
|
padding-top: 0.5em;
|
|
|
|
background-color: rgb(255, 255, 255);
|
|
|
|
}
|
|
|
|
#photo-top-end {
|
|
|
|
clear: both;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
2012-02-26 15:16:29 -05:00
|
|
|
#photo-top-links {
|
|
|
|
margin-bottom: 30px;
|
|
|
|
margin-left: 30px;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
|
|
|
|
2012-02-26 15:16:29 -05:00
|
|
|
#photos-upload-newalbum-div {
|
|
|
|
float: left;
|
|
|
|
width: 175px;
|
2012-02-20 09:11:27 -05:00
|
|
|
}
|
2012-02-26 15:16:29 -05:00
|
|
|
|
2012-11-10 17:19:32 -05:00
|
|
|
.menu-profile-list{
|
|
|
|
height: auto;
|
|
|
|
overflow: auto;
|
|
|
|
min-height: 16px;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
.menu-profile-list:hover{
|
|
|
|
background: #E7F2F7;
|
|
|
|
}
|
|
|
|
.menu-profile-list-item{
|
|
|
|
padding-left: 5px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
.menu-profile-list-item:hover{
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2012-11-10 18:39:08 -05:00
|
|
|
.autocomplete {
|
|
|
|
width: 350px;
|
|
|
|
color: black;
|
|
|
|
border: 1px solid rgb(210, 210, 210);
|
|
|
|
background-color: white;
|
|
|
|
cursor: pointer;
|
|
|
|
text-align: left;
|
|
|
|
max-height: 350px;
|
|
|
|
overflow: auto;
|
|
|
|
display: block;
|
|
|
|
background-position: initial initial;
|
|
|
|
background-repeat: initial initial;
|
|
|
|
}
|
|
|
|
.mail-list-wrapper {
|
|
|
|
background-color: #f6f7f8;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.mail-list-wrapper span {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
width: 20%;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.mail-list-wrapper .mail-subject {
|
|
|
|
width: 30%;
|
|
|
|
padding: 4px 0px 0px 4px;
|
|
|
|
}
|
|
|
|
.mail-list-wrapper .mail-subject a {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.mail-list-wrapper .mail-subject.unseen a {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.mail-list-wrapper .mail-date {
|
|
|
|
padding: 4px 4px 0px 4px;
|
|
|
|
}
|
|
|
|
.mail-list-wrapper .mail-from {
|
|
|
|
padding: 4px 4px 0px 4px;
|
|
|
|
}
|
|
|
|
.mail-list-wrapper .mail-count {
|
|
|
|
padding: 4px 4px 0px 4px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
.mail-list-wrapper .mail-delete {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
#mail-display-subject {
|
|
|
|
background-color: #f6f7f8;
|
|
|
|
color: #2d2d2d;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
#mail-display-subject span {
|
|
|
|
float: left;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 4px 0px 0px 10px;
|
|
|
|
}
|
|
|
|
#mail-display-subject .mail-delete {
|
|
|
|
float: right;
|
|
|
|
opacity: 0.5;
|
|
|
|
-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;
|
|
|
|
}
|
|
|
|
#mail-display-subject:hover .mail-delete {
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mail-list-outside-wrapper-end {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
.mail-list-outside-wrapper {
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
.mail-list-delete-wrapper {
|
|
|
|
float: right;
|
|
|
|
margin-right: 30px;
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
.mail-list-delete-icon {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
.mail-conv-sender,
|
|
|
|
.mail-conv-detail {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.mail-conv-detail {
|
|
|
|
margin-left: 20px;
|
|
|
|
width: 500px;
|
|
|
|
}
|
|
|
|
.mail-conv-subject {
|
|
|
|
font-size: 1.4em;
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
.mail-conv-outside-wrapper-end {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
.mail-conv-outside-wrapper {
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
.mail-conv-delete-wrapper {
|
|
|
|
float: right;
|
|
|
|
margin-right: 30px;
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
.mail-conv-break {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
.mail-conv-delete-icon {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|