2299 lines
		
	
	
		
			36 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			2299 lines
		
	
	
		
			36 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
| /**
 | |
|  * Redbasic
 | |
|  *
 | |
|  * Based on duepuntozero Friendica style
 | |
|  * Originally by Fabio Comuni <fabrix.xm@gmail.com>
 | |
|  */
 | |
| 
 | |
| 
 | |
| /* generals */
 | |
| html {
 | |
| 	height: 100%;
 | |
| 	font-size: 100%;
 | |
| }
 | |
| 
 | |
| body {
 | |
| 	font-family: sans-serif, arial, freesans;
 | |
| 	font-size: $body_font_size;
 | |
| 	background-color: $bgcolour;
 | |
| 	background-image: url('$background_image');
 | |
| 	background-attachment: fixed;
 | |
| 	background-size: cover;
 | |
| 	color: $font_colour;
 | |
| 	margin: 0px;
 | |
| 	height: 100%;
 | |
| }
 | |
| 
 | |
| aside#region_1 {
 | |
| 	width: $aside_widthpx;
 | |
| 	min-width: $aside_widthpx;
 | |
| 	max-width: $aside_widthpx;
 | |
| }
 | |
| 
 | |
| main {
 | |
| 	max-width: $main_widthpx;
 | |
| }
 | |
| 
 | |
| h1, .h1, h2, .h2 {
 | |
| 	font-size: 1.667em;
 | |
| }
 | |
| 
 | |
| h3, .h3, h4, .h4 {
 | |
| 	font-size: 1.334em;
 | |
| }
 | |
| 
 | |
| h5, .h5, h6, .h6 {
 | |
| 	font-size: 0.75rem;
 | |
| }
 | |
| 
 | |
| .jslider {
 | |
| 	font-family: sans-serif, arial, freesans;
 | |
| }
 | |
| 
 | |
| abbr {
 | |
| 	border-bottom: none;
 | |
| }
 | |
| 
 | |
| /* icons */
 | |
| .tool-icons {
 | |
| 	color: $toolicon_colour;
 | |
| }
 | |
| 
 | |
| .icon {
 | |
|   background-color: transparent ;
 | |
|   background-repeat: no-repeat;
 | |
|   display: block;
 | |
|   overflow: hidden;
 | |
|   text-indent: -9999px;
 | |
| }
 | |
| 
 | |
| .icon.text {
 | |
|   text-indent: 0px;
 | |
| }
 | |
| 
 | |
| .connect-icon {
 | |
| 	margin-right: 5px;
 | |
| }
 | |
| 
 | |
| a,
 | |
| .fakelink {
 | |
|   color: $link_colour;
 | |
| }
 | |
| 
 | |
| a:hover,
 | |
| a:focus,
 | |
| .fakelink:hover,
 | |
| .fakelink:focus {
 | |
|   color: $link_colour;
 | |
| }
 | |
| 
 | |
| .fakelink {
 | |
| 	cursor: pointer;
 | |
| }
 | |
| 
 | |
| input[type="text"],
 | |
| input[type="password"],
 | |
| input[type="submit"],
 | |
| input[type="file"],
 | |
| select,
 | |
| textarea {
 | |
| 	font-family: sans-serif, arial, freesans;
 | |
| 	font-size: $body_font_size;
 | |
| }
 | |
| 
 | |
| input {
 | |
| 	padding: 5px;
 | |
| 	line-height: 1.5;
 | |
| 	border: 1px solid #ccc;
 | |
| 	-moz-border-radius: $radiuspx;
 | |
| 	border-radius: $radiuspx;	
 | |
| }
 | |
| 
 | |
| input[type="submit"] {
 | |
| 	background-color: #F0F0F0;
 | |
| 	font-weight: bold;
 | |
| 	color: #0080FF;
 | |
| 	text-decoration: none;
 | |
| 	padding: 6px 12px;
 | |
| }
 | |
| 
 | |
| input, optgroup, select, textarea {
 | |
| 	color: #333;
 | |
| }
 | |
| 
 | |
| pre code {
 | |
| 	border: none;
 | |
| }
 | |
| 
 | |
| code {
 | |
| 	font-size: 1em;
 | |
| 	padding: 5px;
 | |
| 	border: 1px solid #ccc;
 | |
| 	background: #ccc;
 | |
| 	color: #000;
 | |
| }
 | |
| 
 | |
| pre {
 | |
| 	background: #F5F5F5;
 | |
| 	color: #333;
 | |
| 	border:1px solid #ccc;
 | |
| }
 | |
| 
 | |
| .ccollapse-wrapper {
 | |
| 	border: 1px solid #CCC;
 | |
| 	padding: 5px;
 | |
| }
 | |
| 
 | |
| .heart {
 | |
| 	color: #FF0000;
 | |
| 	font-size: 100%;
 | |
| 	margin-right: 5px;
 | |
| }
 | |
| 
 | |
| .subdued {
 | |
| 	opacity: 0.3;
 | |
| 	filter:alpha(opacity=30);
 | |
| }
 | |
| 
 | |
| .subdued:hover {
 | |
| 	opacity: 1.0;
 | |
| 	filter:alpha(opacity=100);
 | |
| }
 | |
| 
 | |
| nav,
 | |
| header {
 | |
| 	opacity: $nav_float_min_opacity;
 | |
| 	filter:alpha(opacity=$nav_percent_min_opacity);
 | |
| }
 | |
| 
 | |
| #powered-by {
 | |
| 	font-size: 0.5rem;
 | |
| 	position: absolute;
 | |
| 	top: 50px;
 | |
| 	left: 16px;
 | |
| }
 | |
| 
 | |
| #powered-by img {
 | |
| 	margin-top: -2px;
 | |
| 	height: 10px;
 | |
| 	width: 10px;
 | |
| }
 | |
| 
 | |
| .error-message {
 | |
| 	color: #FF0000;
 | |
| 	font-size: 1.1em;
 | |
| 	border: 1px solid #FF8888;
 | |
| 	background-color: #FFEEEE;
 | |
| 	padding: 10px;
 | |
| }
 | |
| 
 | |
| nav #banner #logo-text a {
 | |
| 	font-size: 40px;
 | |
| 	font-weight: bold;
 | |
| 	margin-left: 3px;
 | |
|  	color: #000000;
 | |
| 
 | |
| }
 | |
| nav #banner #logo-text a:hover { text-decoration: none; }
 | |
| 
 | |
| .nav-channel-select { margin-left: 8px; }
 | |
| 
 | |
| header #banner {
 | |
| /*  overflow: hidden; */
 | |
|   text-align: center;
 | |
|   font-size: 14px;
 | |
|   font-family: tahoma, "Lucida Sans", sans;
 | |
|   color: $banner_colour;
 | |
|   font-weight: bold;
 | |
|   margin-top: 14px;
 | |
| }
 | |
| 
 | |
| header #banner a,
 | |
| header #banner a:active,
 | |
| header #banner a:visited,
 | |
| header #banner a:link,
 | |
| header #banner a:hover {
 | |
|   color: #FFF;
 | |
|   text-decoration: none;
 | |
|   outline: none;
 | |
|   vertical-align: bottom;
 | |
| }
 | |
| header #banner #logo-img {
 | |
|   height: 22px;
 | |
|   margin-top: 5px;
 | |
| }
 | |
| header #banner #logo-text {
 | |
|   font-size: 22px;
 | |
| }
 | |
| 
 | |
| /* footer */
 | |
| 
 | |
| footer {
 | |
| 	position:fixed;
 | |
| 	bottom:1px;
 | |
| 	text-align: right;
 | |
| 	padding-bottom: 1em;
 | |
| 	padding-right: 3em; 
 | |
| }
 | |
| 
 | |
| .birthday-today, .event-today {
 | |
| 	font-weight: bold;
 | |
| }
 | |
| 
 | |
| .warning-text {
 | |
| 	font-size: 1.2em;
 | |
| 	font-weight: bold;
 | |
| 	color: #ff0000;
 | |
| }
 | |
| 
 | |
| #noperm-msg {
 | |
| 	margin-top: 15px;
 | |
| }
 | |
| 
 | |
| .preview {
 | |
| 	background: url('../img/gray_and_white_diagonal_stripes_background_seamless.gif');
 | |
| }
 | |
| 
 | |
| #theme-preview {
 | |
| 	margin: 15px 0px;
 | |
| }
 | |
| 
 | |
| .fakebutton {
 | |
| 	margin-top: 15px;
 | |
| 	margin-bottom: 15px;
 | |
| }
 | |
| 
 | |
| /*TODO: we should use one class for all this. */
 | |
| 
 | |
| .group-selected,
 | |
| .fileas-selected,
 | |
| .categories-selected,
 | |
| .search-selected,
 | |
| .active,
 | |
| .group-selected:hover,
 | |
| .fileas-selected:hover,
 | |
| .categories-selected:hover,
 | |
| .search-selected:hover,
 | |
| .active:hover {
 | |
| 	color: $font_colour;
 | |
| }
 | |
| 
 | |
| 
 | |
| .fileas-all {
 | |
| 	text-decoration: none !important;
 | |
| }
 | |
| 
 | |
| .fileas-all:hover {
 | |
| 	text-decoration: underline !important;
 | |
| }
 | |
| 
 | |
| #sysmsg {
 | |
| 	margin-bottom: 10px;
 | |
| }
 | |
| 
 | |
| #login-main {
 | |
| 	max-width: 300px;
 | |
| 	margin-top: 50px;
 | |
| }
 | |
| 
 | |
| #cropimage-wrapper, #cropimage-preview-wrapper {
 | |
| 	float: left;
 | |
| 	padding: 30px;
 | |
| }
 | |
| 
 | |
| #crop-image-form {
 | |
| 	margin-top: 30px;
 | |
| 	clear: both;
 | |
| }
 | |
| 
 | |
| #page-profile .title {
 | |
| 	font-weight: bold;
 | |
| }
 | |
| 
 | |
| #profile-edit-links {
 | |
| 	padding-top: 15px;
 | |
| 	padding-bottom: 15px;
 | |
| }
 | |
| 
 | |
| #profile-edit-links .btn {
 | |
| 	margin: 0 10px 15px 0;
 | |
| }
 | |
| 
 | |
| .profile-import {
 | |
| 	vertical-align: top;
 | |
| 	text-align: left;
 | |
| }
 | |
| 
 | |
| .profile-import b {
 | |
| 	color: $link_colour;
 | |
| }
 | |
| 
 | |
| .profile-import input {
 | |
| 	color: $font_colour;
 | |
| 	border: none;
 | |
| }
 | |
| 
 | |
| #profile-edit-drop-link {
 | |
| 	color: #FFF;
 | |
| 	font-weight: normal;
 | |
| }
 | |
| 
 | |
| .fn {
 | |
| 	font-weight: bold;
 | |
| 	font-size: 16px;
 | |
| 	color: #444444;
 | |
| }
 | |
| 
 | |
| .vcard {
 | |
| 	margin-bottom: 10px;
 | |
| 	padding: 10px;
 | |
| 	background-color: $comment_item_colour;
 | |
| 	border-bottom: 1px solid rgba(238,238,238,0.8);
 | |
| 	-moz-border-radius: $radiuspx;
 | |
| 	-webkit-border-radius: $radiuspx;
 | |
| 	border-radius: $radiuspx;
 | |
| 	word-wrap: break-word;
 | |
| }
 | |
| 
 | |
| .vcard dl,
 | |
| .vcard .title {
 | |
| 	margin-top: 10px;
 | |
| 	margin-bottom: 0px;
 | |
| }
 | |
| 
 | |
| #profile-extra-links {
 | |
| 	clear: both;
 | |
| 	margin-top: 10px;
 | |
| }
 | |
| 
 | |
| #profile-extra-links ul {
 | |
| 	list-style-type: none;
 | |
| 	padding: 0px;
 | |
| }
 | |
| 
 | |
| 
 | |
| #profile-extra-links li {
 | |
| 	margin-top: 10px;
 | |
| }
 | |
| 
 | |
| 
 | |
| .profile-edit-side-link {
 | |
| 	padding: 3px 0px;
 | |
| 	opacity: 0;
 | |
| 	filter:alpha(opacity=30);
 | |
| 	float: right;
 | |
| }
 | |
| 
 | |
| .vcard:hover .profile-edit-side-link {
 | |
| 	opacity: 1;
 | |
| 	filter:alpha(opacity=100);
 | |
| }
 | |
| 
 | |
| 
 | |
| .view-contact-wrapper {
 | |
| 	margin-top: 20px;
 | |
| 	float: left;
 | |
| 	margin-left: 20px;
 | |
| 	width: 180px;
 | |
| }
 | |
| 
 | |
| .contact-wrapper {
 | |
| 	float: left;
 | |
| 	width: 150px;
 | |
| 	height: 150px;
 | |
| 	overflow: auto;
 | |
| }
 | |
| 
 | |
| #view-contact-end {
 | |
| 	clear: both;
 | |
| }
 | |
| 
 | |
| 
 | |
| #viewconnections {
 | |
| 	margin-top: 15px;
 | |
| }
 | |
| 
 | |
| 
 | |
| #profile-photo-wrapper img {
 | |
| 	width: 100%;
 | |
| 	height: 100%;
 | |
| 	max-width: 300px;
 | |
| 	max-height: 300px;
 | |
| }
 | |
| 
 | |
| #profile-photo-wrapper {
 | |
| 	width: 251px;
 | |
| 	height: 251px;
 | |
| 	margin-top: -10px;
 | |
| 	margin-bottom: 10px;
 | |
| 	border: 1px solid #ccc;
 | |
| 	border-radius: $radiuspx;
 | |
| }
 | |
| 
 | |
| 
 | |
| #profile-in-dir-yes-label,
 | |
| #profile-in-dir-no-label,
 | |
| #profile-in-netdir-yes-label,
 | |
| #profile-in-netdir-no-label,
 | |
| #hide-wall-yes-label,
 | |
| #hide-wall-no-label,
 | |
| #hide-friends-yes-label,
 | |
| #hide-friends-no-label {
 | |
| 	margin-left: 125px;
 | |
| 	float: left;
 | |
| 	width: 50px;
 | |
| }
 | |
| 
 | |
| 
 | |
| #profile-publish-yes-reg,
 | |
| #profile-publish-no-reg {
 | |
| 	float: left;
 | |
| 	margin-bottom: 10px;
 | |
| }
 | |
| 
 | |
| #profile-publish-yes-label-reg,
 | |
| #profile-publish-no-label-reg {
 | |
| 	margin-left: 350px;
 | |
| 	float: left;
 | |
| 	width: 50px;
 | |
| }
 | |
| 
 | |
| #profile-publish-break-reg,
 | |
| #profile-publish-end-reg {
 | |
| 	clear: both;
 | |
| }
 | |
| 
 | |
| 
 | |
| #fsuggest-desc, #fsuggest-submit-wrapper {
 | |
| 	margin-top: 15px;
 | |
| 	margin-bottom: 15px;
 | |
| }
 | |
| 
 | |
| .thread-end-wrapper {
 | |
|     margin-left: 50px;
 | |
| }
 | |
| .profile-listing-photo-wrapper {
 | |
| 	float: left;
 | |
| }
 | |
| 
 | |
| .profile-listing-edit-buttons-wrapper {
 | |
| 	clear: both;
 | |
| }
 | |
| .profile-listing-photo-edit-link {
 | |
| 	float: left;
 | |
| 	width: 125px;
 | |
| }
 | |
| .profile-listing-end {
 | |
| 	clear: both;
 | |
| }
 | |
| .profile-listing-edit-buttons-wrapper img{
 | |
| 	border: none;
 | |
| 	margin-right: 20px;
 | |
| }
 | |
| .profile-listing {
 | |
| 	margin-top: 25px;
 | |
| }
 | |
| .profile-listing-name {
 | |
| 	float: left;
 | |
| 	margin-left: 32px;
 | |
| 	margin-top: 10px;
 | |
| 	color: #3172BD;
 | |
| 	font-weight: bold;
 | |
| 	width: 200px;
 | |
| 
 | |
| }
 | |
| 
 | |
| .directory-details {
 | |
| 	font-size: 0.7em;
 | |
| }
 | |
| 
 | |
| .app-name {
 | |
| 	overflow: none;
 | |
| }
 | |
| 
 | |
| .app-container img {
 | |
| 	margin-left: auto;
 | |
| 	margin-right: auto;
 | |
| 	width: 80px;
 | |
| 	height: 80px;
 | |
| 	display: block;
 | |
| }
 | |
| 
 | |
| .pager {
 | |
|   padding: 10px;
 | |
|   text-align: center;
 | |
|   font-size: 1.0em;
 | |
| }
 | |
| 
 | |
| 
 | |
| .pager_first,
 | |
| .pager_last,
 | |
| .pager_prev,
 | |
| .pager_next,
 | |
| .pager-prev,
 | |
| .pager-next,
 | |
| .pager_n { 
 | |
| 	border: 1px solid #ccc;
 | |
| 	background: transparent;
 | |
| 	padding: 4px;
 | |
| }
 | |
| 
 | |
| .pager_first a,
 | |
| .pager_last a,
 | |
| .pager_prev a,
 | |
| .pager_next a,
 | |
| .pager_n a {
 | |
| }
 | |
| 
 | |
| .pager_current {
 | |
|   border: 1px solid transparent;
 | |
|   background: transparent;
 | |
|   padding: 4px;
 | |
| }
 | |
| 
 | |
| #block-message, #ignore-message, #archive-message, #lost-contact-message {
 | |
| 	color: #FF0000;
 | |
| }
 | |
| 
 | |
| .photo, .contact-block-img {
 | |
|     border-radius: $radiuspx;
 | |
|     -moz-border-radius: $radiuspx;
 | |
|     box-shadow: $shadowpx $shadowpx $shadowpx 0 #444444;
 | |
| }
 | |
| 
 | |
| #side-bar-photos-albums {
 | |
| 	margin-top: 15px;
 | |
| }
 | |
| 
 | |
| #side-bar-photos-albums ul {
 | |
| 	list-style: none;
 | |
| }
 | |
| 
 | |
| .profile-match-photo img, .directory-photo-img, .photo-album-photo, .photo-top-photo {
 | |
|     border-radius: $radiuspx;
 | |
|     -moz-border-radius: $radiuspx;
 | |
|     box-shadow: $shadowpx $shadowpx $shadowpx 0 #444444;
 | |
| }
 | |
| 
 | |
| .profile-match-photo img {
 | |
| 	width: $top_photo !important;
 | |
| 	height: $top_photo !important;
 | |
| }
 | |
| 
 | |
| #sidebar-page-list .label {
 | |
|     margin-left: 5px;
 | |
| }
 | |
| 
 | |
| .photo-top-photo, .photo-album-photo {
 | |
|  /*   padding: 10px;
 | |
|     max-width: 300px;
 | |
|     border: 1px solid #888888;
 | |
| */
 | |
|   position: absolute;
 | |
|   display: block;
 | |
| /*  max-width: 100%;
 | |
|   max-height: 100%; */
 | |
|   left: 0;
 | |
|   right: 0;
 | |
|   top: 0;
 | |
|   bottom: 0;
 | |
|   margin: auto;
 | |
| }
 | |
| 
 | |
| .photo-top-photo-link, .photo-album-photo-link {
 | |
|   display: block;
 | |
|   width: 100%;
 | |
|   position: relative;
 | |
|   height: 0;
 | |
|   padding: 75% 0 0 0;
 | |
|   overflow: hidden;
 | |
| }
 | |
| 
 | |
| #photo-view-wrapper {
 | |
| 	background-color: $item_colour;
 | |
| }
 | |
| 
 | |
| #side-follow-wrapper {
 | |
| 	margin-top: 20px;
 | |
| }
 | |
| 
 | |
| #side-peoplefind-url::-webkit-input-placeholder, #side-advanced-peoplefind-url::-webkit-input-placeholder {
 | |
| 	font-family: FontAwesome;
 | |
| }
 | |
| 
 | |
| #side-peoplefind-url::-moz-placeholder, #side-advanced-peoplefind-url::-moz-placeholder {
 | |
| 	font-family: FontAwesome;
 | |
| }
 | |
| 
 | |
| 
 | |
| #side-match-link {
 | |
| 	margin-top: 10px;
 | |
| }
 | |
| 
 | |
| 
 | |
| .pmenu.horizontal {
 | |
| 	padding: 0 0 0 0;
 | |
| 	border-bottom: none;
 | |
| }
 | |
| 
 | |
| .pmenu.horizontal .pmenu-title {
 | |
| 	display: none;
 | |
| }
 | |
| .pmenu.horizontal ul {
 | |
| 	-moz-padding-start: 0;
 | |
| }
 | |
| 
 | |
| .pmenu.horizontal li {
 | |
| 	margin-left: 0;
 | |
| 	display: inline;
 | |
| 	padding-right: 15px;
 | |
| }
 | |
| 
 | |
| #settings-default-perms-menu {
 | |
| 	margin-top: 15px;
 | |
| 	margin-bottom: 15px;
 | |
| }
 | |
| 
 | |
| .group-delete-wrapper {
 | |
| 	float: right;
 | |
| }
 | |
| 
 | |
| .rconnect {
 | |
| 	display: block;
 | |
| 	color: $nav_active_icon_colour;
 | |
| 	margin-top: 15px;
 | |
| 	background-color: $nav_bg;
 | |
| 	-webkit-border-radius: $radiuspx ;
 | |
| 	-moz-border-radius: $radiuspx;
 | |
| 	border-radius: $radiuspx;
 | |
| 	border: 1px solid $nav_bd;
 | |
| 	padding: 5px;
 | |
| 	font-weight: bold;
 | |
| 	clear: both;
 | |
| }
 | |
| 
 | |
| a.rateme, div.rateme {
 | |
| 	display: block;
 | |
| 	color: $nav_active_icon_colour;
 | |
| 	background-color: $nav_bg;
 | |
| 	-webkit-border-radius: $radiuspx ;
 | |
| 	-moz-border-radius: $radiuspx;
 | |
| 	border-radius: $radiuspx;
 | |
| 	border: 1px solid $nav_bd;
 | |
| 	padding: 5px;
 | |
| 	font-weight: bold;
 | |
| 	clear: both;
 | |
| }
 | |
| 
 | |
| #pause {
 | |
|   position: fixed;
 | |
|   bottom: 5px;
 | |
|   right: 5px;
 | |
| }
 | |
| 
 | |
| #vcard-end {
 | |
| 	clear: both;
 | |
| }
 | |
| 
 | |
| #contact-block {
 | |
| 	width: 100%;
 | |
| 	float: left;
 | |
| 	background-color: $comment_item_colour;
 | |
| 	border-bottom: 1px solid rgba(238,238,238,0.8);
 | |
| 	-moz-border-radius: $radiuspx;
 | |
| 	-webkit-border-radius: $radiuspx;
 | |
| 	border-radius: $radiuspx;
 | |
| 	padding: 10px;
 | |
| 	margin-bottom:10px;
 | |
| }
 | |
| 
 | |
| #contact-block-numcontacts {
 | |
| 	font-weight: bold;
 | |
| 	margin-bottom:10px;
 | |
| }
 | |
| 
 | |
| .contact-block-div {
 | |
| 	float: left;
 | |
| 	width: 50px;
 | |
| 	height: 50px;
 | |
| }
 | |
| .contact-block-textdiv {
 | |
| 	float: left;
 | |
| 	width: 150px;
 | |
| 	height: 34px;
 | |
| }
 | |
| 
 | |
| #contact-block-end {
 | |
| 	clear: both;
 | |
| }
 | |
| .contact-block-link {
 | |
| 	float: left;
 | |
| }
 | |
| .contact-block-img {
 | |
| 	width:48px;
 | |
| 	height:48px;
 | |
| }
 | |
| 
 | |
| #tag-remove {
 | |
| 	margin-bottom: 15px;
 | |
| }
 | |
| 
 | |
| #tagrm li {
 | |
| 	margin-bottom: 10px;
 | |
| }
 | |
| 
 | |
| #tagrm-submit, #tagrm-cancel {
 | |
| 	margin-top: 25px;
 | |
| }
 | |
| 
 | |
| #tagrm-cancel {
 | |
| 	margin-left: 15px;
 | |
| }
 | |
| 
 | |
| .wall-item-conv {
 | |
| 	padding-top: 5px;
 | |
| 	padding-bottom: 10px;
 | |
| }
 | |
| 
 | |
| 
 | |
| #conversation-end {
 | |
| 	clear: both;
 | |
| }
 | |
| 
 | |
| #nav-searchbar {
 | |
| 	float: right;
 | |
| 	margin-top: 2px;
 | |
| 	margin-right: 10px;
 | |
| }
 | |
| 
 | |
| #nav-search-spinner {
 | |
| 	float: left;
 | |
| 	margin: 25px 0px 0px 25px;
 | |
| 	color: $nav_active_icon_colour;
 | |
| }
 | |
| 
 | |
| #nav-search-text:hover,
 | |
| #nav-search-text:focus {
 | |
| 	background-color: #fff;
 | |
| 	color: #000; 
 | |
| }
 | |
| 
 | |
| #nav-search-text {
 | |
| 	font-size: 12px;
 | |
| 	height: 20px;
 | |
| 	margin: 15px;
 | |
| 	padding: 0px 5px 0px 5px;
 | |
| 	border-radius: $radiuspx;
 | |
| 	border-color: $nav_bd;
 | |
| 	background-color: #eee;
 | |
|     	transition: background-color 300ms ease 0s;
 | |
| }
 | |
| 
 | |
| #nav-search-text::-webkit-input-placeholder {
 | |
| 	font-family: FontAwesome;
 | |
| }
 | |
| 
 | |
| #nav-search-text::-moz-placeholder {
 | |
| 	font-family: FontAwesome;
 | |
| }
 | |
| 
 | |
| nav .acpopup {
 | |
| 	top: 50px !important;
 | |
| 	margin-left: -35px;
 | |
| 	width: 290px;
 | |
| }
 | |
| 
 | |
| .profile-clear {
 | |
| 	clear: both;
 | |
| }
 | |
| 
 | |
| 
 | |
| .clear {
 | |
| 	clear: both;
 | |
| }
 | |
| 
 | |
| .descriptive-text {
 | |
| 	color: #888;
 | |
| }
 | |
| 
 | |
| #plugin-settings-link, #account-settings-link {
 | |
| 	margin-bottom: 10px;
 | |
| }
 | |
| 
 | |
| #uexport-link {
 | |
| 	margin-bottom: 20px;
 | |
| }
 | |
| 
 | |
| /* end from default */
 | |
| 	
 | |
| 
 | |
| #network-new-link {
 | |
| 	margin-top: 15px;
 | |
| 	margin-bottom: 15px;
 | |
| }
 | |
| 
 | |
| 
 | |
| .tool-wrapper {
 | |
|   float: left;
 | |
|   margin-left: 15px;
 | |
| }
 | |
| 
 | |
| .tool-link {
 | |
|   cursor: pointer;
 | |
| }
 | |
| 
 | |
| .eventcal {
 | |
| 	float: left;
 | |
| 	font-size: 20px;
 | |
| }
 | |
| 
 | |
| #event-summary-text {
 | |
| 	margin-top: 15px;
 | |
| }
 | |
| 
 | |
| #event-share-checkbox {
 | |
| 	float: left;
 | |
| 	margin-top: 10px;
 | |
| }
 | |
| 
 | |
| #event-share-text {
 | |
| 	float: left;
 | |
| 	margin-top: 10px;
 | |
| 	margin-left: 5px;
 | |
| }
 | |
| 
 | |
| #event-share-break {
 | |
| 	clear: both;
 | |
| 	margin-bottom: 10px;
 | |
| }
 | |
| 
 | |
| .event-wrapper {
 | |
| 	width: 400px;
 | |
| 	height: auto;
 | |
| 	padding: 10px;
 | |
| }
 | |
| 
 | |
| .vevent {
 | |
| 	max-width: 100%; 
 | |
| 	margin: 10px;
 | |
| 	padding: 10px;
 | |
| 	border: 1px solid #CCCCCC;
 | |
| }
 | |
| 
 | |
| .vevent .event-summary {
 | |
| 	margin: 10px;
 | |
| 	font-weight: bold;
 | |
| }
 | |
| 
 | |
| .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;
 | |
| }
 | |
| 
 | |
| .edit-event-link, .plink-event-link, .drop-event-link {
 | |
| 	float: left;
 | |
| 	margin-top: 4px;
 | |
| 	margin-right: 4px;
 | |
| 	margin-bottom: 15px;
 | |
| }
 | |
| 
 | |
| .event-description:before {
 | |
| 	content: url('../../../../images/calendar.png');
 | |
| 	margin-right: 15px;
 | |
| }
 | |
| 
 | |
| .event-start, .event-end {
 | |
| 	margin-left: 10px;
 | |
| 	width: 300px;
 | |
| 	clear: both;
 | |
| }
 | |
| 
 | |
| .event-owner img {
 | |
| 	padding: 10px;
 | |
| }
 | |
| 
 | |
| .event-buttons {
 | |
| 	margin-top: 10px;
 | |
| 	margin-left: 10px;
 | |
| }
 | |
| 
 | |
| .event-start .dtstart, .event-end .dtend {
 | |
| 	float: right;
 | |
| 	margin-right: 10px;
 | |
| }
 | |
| 
 | |
| .event-list-date {
 | |
| 	margin-bottom: 10px;
 | |
| }
 | |
| 
 | |
| .prevcal, .nextcal {
 | |
| 	float: left;
 | |
| 	margin-left: 32px;
 | |
| 	margin-right: 32px;
 | |
| 	margin-top: 64px;
 | |
| }
 | |
| .event-calendar-end {
 | |
| 	clear: both;
 | |
| }
 | |
| 
 | |
|  
 | |
| .calendar {
 | |
| 	font-family: Courier, monospace;
 | |
| }
 | |
| .today {
 | |
| 	font-weight: bold;
 | |
| 	color: #FF0000;
 | |
| }
 | |
| 
 | |
| .fc-state-highlight {
 | |
| 	background: none repeat scroll 0% 0% #FCF8E3 !important;
 | |
| }
 | |
| 
 | |
| #cboxOverlay {
 | |
| 	z-index: 1050;
 | |
| }
 | |
| 
 | |
| #colorbox {
 | |
| 	z-index: 1051;
 | |
| }
 | |
| 
 | |
| #cboxContent {
 | |
| 	padding: 3px;
 | |
| 	border: 0px solid #fff;
 | |
| 	border-radius: $radiuspx;
 | |
| 	background-color: #fff;
 | |
| 	z-index: 1052;
 | |
| }
 | |
| 
 | |
| .settings-block {
 | |
| 	border: 1px solid #AAA;
 | |
| 	margin: 10px;
 | |
| 	padding: 10px;
 | |
| }
 | |
| 
 | |
| .app-title {
 | |
| 	margin: 10px;
 | |
| }
 | |
| 
 | |
| #identity-manage-desc {
 | |
| 	margin-top:15px;
 | |
| 	margin-bottom: 15px;
 | |
| }
 | |
| 
 | |
| #identity-manage-choose {
 | |
| 	margin-bottom: 15px;
 | |
| }
 | |
| 
 | |
| #identity-submit {
 | |
| 	margin-top: 20px;
 | |
| }
 | |
| 
 | |
| .profile-match-photo {
 | |
| 	float: left;
 | |
| }
 | |
| 
 | |
| .profile-match-name {
 | |
| 	width: 120px;
 | |
| 	height: 1.5em;
 | |
| 	overflow: hidden !important;
 | |
| }
 | |
| 
 | |
| .profile-match-note {
 | |
| 	text-align: center;
 | |
| }
 | |
| 
 | |
| .profile-match-break,
 | |
| .profile-match-end {
 | |
| 	clear: both;
 | |
| }
 | |
| 
 | |
| .profile-match-connect {
 | |
| 	text-align: center;
 | |
| 	font-weight: bold;
 | |
| }
 | |
| 
 | |
| .profile-match-wrapper {
 | |
|     float: left;
 | |
|     width: 120px;
 | |
|     height: 150px;
 | |
|     padding: 10px;
 | |
|     margin: 8px 10px 0 0;
 | |
|     border-top: 1px solid #eee;
 | |
|     border-left: 2px solid #eee;
 | |
| }
 | |
| .profile-match-ignore {
 | |
| 	float: right;
 | |
| }
 | |
| 
 | |
| #profile-match-wrapper-end {
 | |
| 	clear: both;
 | |
| }
 | |
| .side-link {
 | |
| 	margin-bottom: 15px;
 | |
| }
 | |
| 
 | |
| #group-members {
 | |
| 	margin-top: 20px;
 | |
| 	padding: 10px;
 | |
| 	height: 250px;
 | |
| 	overflow: auto;
 | |
| 	border: 1px solid #ddd;
 | |
| }
 | |
| 
 | |
| #group-members-end {
 | |
| 	clear: both;
 | |
| }
 | |
| 
 | |
| #group-separator {
 | |
| 	margin-top: 10px;
 | |
| 	margin-bottom: 10px;
 | |
| }
 | |
| 
 | |
| #group-all-contacts {
 | |
| 	padding: 10px;
 | |
| 	height: 450px;
 | |
| 	overflow: auto;
 | |
| 	border: 1px solid #ddd;
 | |
| }
 | |
| 
 | |
| #group-all-contacts-end {
 | |
| 	clear: both;
 | |
| 	margin-bottom: 10px;
 | |
| }
 | |
| 
 | |
| #group-edit-desc {
 | |
| 	margin-top: 15px;
 | |
| }
 | |
| 
 | |
| 
 | |
| #prof-members {
 | |
| 	margin-top: 20px;
 | |
| 	padding: 10px;
 | |
| 	height: 250px;
 | |
| 	overflow: auto;
 | |
| 	border: 1px solid #ddd;
 | |
| }
 | |
| 
 | |
| #prof-members-end {
 | |
| 	clear: both;
 | |
| }
 | |
| 
 | |
| #prof-separator {
 | |
| 	margin-top: 10px;
 | |
| 	margin-bottom: 10px;
 | |
| }
 | |
| 
 | |
| #prof-all-contacts {
 | |
| 	padding: 10px;
 | |
| 	height: 450px;
 | |
| 	overflow: auto;
 | |
| 	border: 1px solid #ddd;
 | |
| }
 | |
| 
 | |
| #prof-all-contacts-end {
 | |
| 	clear: both;
 | |
| 	margin-bottom: 10px;
 | |
| }
 | |
| 
 | |
| #prof-edit-desc {
 | |
| 	margin-top: 15px;
 | |
| }
 | |
| 
 | |
| 
 | |
| .required {
 | |
| 	color: #ff0000;
 | |
| }
 | |
| 
 | |
| 
 | |
| #event-start-text, #event-finish-text {
 | |
| 	margin-top: 10px;
 | |
| 	margin-bottom: 5px;
 | |
| }
 | |
| 
 | |
| #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
 | |
| 	float: left;
 | |
| }
 | |
| #event-datetime-break {
 | |
| 	margin-bottom: 10px;
 | |
| }
 | |
| 
 | |
| #event-nofinish-break, #event-adjust-break {
 | |
| 	clear: both;
 | |
| }
 | |
| 
 | |
| #event-desc-text, #event-location-text {
 | |
| 	margin-top: 15px;
 | |
| 	margin-bottom: 5px;
 | |
| }
 | |
| #event-submit {
 | |
| 	margin-top: 10px;
 | |
| }
 | |
| 
 | |
| #item-delete-selected {
 | |
| 	margin-top: 30px;
 | |
| }
 | |
| 
 | |
| #item-delete-selected-end {
 | |
| 	clear: both;
 | |
| }
 | |
| #item-delete-selected-icon, #item-delete-selected-desc {
 | |
| 	float: left;
 | |
| 	margin-right: 5px;
 | |
| }
 | |
| #item-delete-selected-desc:hover {
 | |
| 	text-decoration: underline;
 | |
| }
 | |
| 
 | |
| .notif-image {
 | |
| 	height: 80px;
 | |
| 	width: 80px;
 | |
| 	margin-right: 15px;
 | |
| }
 | |
| .notification-listing-end {
 | |
| 	clear: both;
 | |
| 	margin-bottom: 15px;
 | |
| }
 | |
| 
 | |
| /**
 | |
|  * Plugins settings
 | |
|  */
 | |
| 
 | |
| .settings-block > h3,
 | |
| .settings-heading {
 | |
| 	border-bottom: 1px solid #babdb6;
 | |
| }
 | |
|  
 | |
| 
 | |
| 
 | |
| 
 | |
| /**
 | |
|  * 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 .icon {
 | |
| 	margin-right: 20px;
 | |
| }
 | |
| 
 | |
| .oauthapp img.noicon {
 | |
| 	background-image: url("../../../../images/icons/48/plugin.png");
 | |
| 	background-position: center center;
 | |
| 	background-repeat: no-repeat;
 | |
| }
 | |
| .oauthapp a {
 | |
| 	float: left;
 | |
| }
 | |
| 
 | |
| 
 | |
| .body-attach {
 | |
| 	margin-top: 10px;
 | |
| }
 | |
| 
 | |
| .acpopup li div.taggable {
 | |
| 	color:#cc0000;
 | |
| }
 | |
| 
 | |
| /* 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;
 | |
| }
 | |
| #jGrowl.top-right {
 | |
| 	top: 65px;
 | |
| 	right: 15px;
 | |
| }
 | |
| 
 | |
| div.jGrowl div.jGrowl-notification {
 | |
|     min-height: 60px;
 | |
| }
 | |
| 
 | |
| #id_term_label {
 | |
| 	width:75px;
 | |
| }
 | |
| #id_term {
 | |
| 	width:100px;
 | |
| }
 | |
| 
 | |
| #nav-search-text-ac .autocomplete {
 | |
| 	position: fixed;
 | |
| 	top: 51px;
 | |
| 	border: 1px solid $nav_bd;
 | |
| 	border-top: none;
 | |
| }
 | |
| 
 | |
| #recip-ac .autocomplete,
 | |
| #poke-recip-ac .autocomplete,
 | |
| #id-name-ac .autocomplete,
 | |
| #contact-search-ac .autocomplete {
 | |
| 	margin-top: 2px;
 | |
| 	margin-left: $radiuspx;
 | |
| 	margin-right: $radiuspx;
 | |
| 	border: 1px solid #666;
 | |
| 	border-top: none;
 | |
| 
 | |
| }
 | |
| 
 | |
| .autocomplete {
 | |
| 	color: $font_colour;
 | |
| 	cursor: pointer;
 | |
| 	text-align: left;
 | |
| 	max-height: 350px;
 | |
| 	overflow: auto;
 | |
| 	border-bottom-left-radius: $radiuspx;
 | |
| 	border-bottom-right-radius: $radiuspx;
 | |
| }
 | |
| 
 | |
| .autocomplete .selected {
 | |
| 	background: #eee;
 | |
| }
 | |
| 
 | |
| .autocomplete div {
 | |
| 	padding: 2px 5px;
 | |
| 	white-space: nowrap;
 | |
| 	overflow: hidden;
 | |
| 	text-overflow: ellipsis;
 | |
| }
 | |
| 
 | |
| .jslider .jslider-scale ins {
 | |
|     color: #333;
 | |
| 	font-size: $body_font_size;
 | |
| 	width: 100px;
 | |
| 	text-align: center;
 | |
| }
 | |
| 
 | |
| a.rconnect, a.rateme, div.rateme {
 | |
|   color: $nav_active_icon_colour;
 | |
|   text-decoration: none;
 | |
|   font-weight: normal;
 | |
|   outline: none;
 | |
| }
 | |
| 
 | |
| a.rconnect:hover, a.rateme:hover, div.rateme:hover {
 | |
| 	color: #0080FF;
 | |
| 	text-decoration: none;
 | |
| }
 | |
| 
 | |
| .widget.rateme {
 | |
| 	margin-top: 15px;
 | |
| 	padding: 0;
 | |
| }
 | |
| 
 | |
| /* header */
 | |
| header {
 | |
|   position: fixed;
 | |
|   left: 43%;
 | |
|   right: 43%;
 | |
|   margin: 0px;
 | |
|   padding: 0px;
 | |
|   z-index: 1040;
 | |
|   color: #fff;
 | |
| }
 | |
| 
 | |
| .notif-item a {
 | |
| 	color: #000;
 | |
| }
 | |
| 
 | |
| .notif-item a:hover {
 | |
| 	text-decoration: underline;
 | |
| 	color: #000;
 | |
| }
 | |
| 
 | |
| .notif-image {
 | |
| 	width: 32px;
 | |
| 	height: 32px;
 | |
| 	padding: 7px 7px 0px 0px;
 | |
| }
 | |
| 
 | |
| .contactname {
 | |
| 	padding-top: 2px;
 | |
| 	font-weight: bold;
 | |
| 	white-space: nowrap;
 | |
| 	overflow: hidden;
 | |
| 	text-overflow: ellipsis;
 | |
| 	display: block;
 | |
| }
 | |
| 
 | |
| .dropdown-sub-text {
 | |
| 	font-size: 0.833em;
 | |
| 	overflow: hidden;
 | |
| 	text-overflow: ellipsis;
 | |
| 	display: block;
 | |
| }
 | |
| 
 | |
| .notify-seen a {
 | |
| 	background: #ddd;
 | |
| }
 | |
| 
 | |
| #page-spinner {
 | |
| 	color: #777;
 | |
| 	margin: 24px;
 | |
| }
 | |
| 
 | |
| .tabs-end {
 | |
| 	clear: both;
 | |
| }
 | |
| 
 | |
| #acl-search {
 | |
| 	margin-top: 20px;
 | |
| 	padding: 8px;
 | |
| 	border: 1px solid #ccc;
 | |
| 	width: 100%;
 | |
| }
 | |
| 
 | |
| #acl-search::-webkit-input-placeholder {
 | |
| 	font-family: FontAwesome;
 | |
| }
 | |
| 
 | |
| #acl-search::-moz-placeholder {
 | |
| 	font-family: FontAwesome;
 | |
| }
 | |
| 
 | |
| #acl-list {
 | |
| 	display: block;
 | |
| 	border: 1px solid #ccc;
 | |
| 	overflow: auto;
 | |
| 	clear: both;
 | |
| 	min-height: 62px;
 | |
| 	margin-top: 20px;
 | |
| 	padding: 10px 10px 0px 0px;
 | |
| 	-webkit-border-radius: $radiuspx ;
 | |
| 	-moz-border-radius: $radiuspx;
 | |
| 	border-radius: $radiuspx;
 | |
| }
 | |
| 
 | |
| .acl-list-item {
 | |
| 	width: 48%; /* fallback if browser does not support calc() */
 | |
| 	width: calc(50% - 10px);
 | |
| 	border: 1px solid #ccc;
 | |
| 	margin: 0px 0px 10px 10px;
 | |
| 	padding: 5px;
 | |
| 	float: left;
 | |
| 	-webkit-border-radius: $radiuspx ;
 | |
| 	-moz-border-radius: $radiuspx;
 | |
| 	border-radius: $radiuspx;
 | |
| }
 | |
| 
 | |
| .acl-list-item img{
 | |
| 	width: 40px;
 | |
| 	height: 40px;
 | |
| 	float: left;
 | |
| 	margin-right: 5px;
 | |
| 	-webkit-border-radius: $radiuspx ;
 | |
| 	-moz-border-radius: $radiuspx;
 | |
| 	border-radius: $radiuspx;
 | |
| }
 | |
| 
 | |
| .acl-list-item.taggable {
 | |
| 	background-color: #ddddff;
 | |
| }
 | |
| 
 | |
| .acl-list-item p {
 | |
| 	font-size: $font_size;
 | |
| 	margin: 0px;
 | |
| 	white-space: nowrap;
 | |
| 	overflow: hidden;
 | |
| 	text-overflow: ellipsis;
 | |
| }
 | |
| 
 | |
| .acl-button-show,
 | |
| .acl-button-hide {
 | |
| 	float: right;
 | |
| 	margin-left: 5px;
 | |
| }
 | |
| 
 | |
| .contact-block-content {
 | |
| 	margin-top: 10px;
 | |
| }
 | |
| .contact-block-img.archived {
 | |
| 	opacity: 0.3;
 | |
| 	filter:alpha(opacity=30);
 | |
| }
 | |
| 
 | |
| .profile-match-connect { margin-top: 5px; }
 | |
| 
 | |
| .reshared-content { margin-left: 20px; }
 | |
| .shared_header img { margin-right: 10px; }
 | |
| 
 | |
| .tag1 {
 | |
|     font-size : 0.9em !important;
 | |
|   }
 | |
| .tag2 {
 | |
|     font-size : 1.0em !important;
 | |
|   }
 | |
| 
 | |
| 
 | |
| .tag3 {
 | |
|     font-size : 1.1em !important;
 | |
|   }
 | |
| 
 | |
| 
 | |
| .tag4 {
 | |
|     font-size : 1.2em !important;
 | |
|   }
 | |
| 
 | |
| 
 | |
| .tag5 {
 | |
|     font-size : 1.3em !important;
 | |
|   }
 | |
| 
 | |
| 
 | |
| .tag6 {
 | |
|     font-size : 1.4em !important;
 | |
|   }
 | |
| 
 | |
| 
 | |
| .tag7 {
 | |
|     font-size : 1.5em !important;
 | |
|   }
 | |
| 
 | |
| 
 | |
| .tag8 {
 | |
|     font-size : 1.6em !important;
 | |
|   }
 | |
| 
 | |
| 
 | |
| .tag9 {
 | |
|     font-size : 1.7em !important;
 | |
|   }
 | |
| 
 | |
| 
 | |
| .tag10 {
 | |
|     font-size : 1.8em !important;
 | |
|   }
 | |
| 
 | |
| 
 | |
| div.page-list-item {
 | |
| margin: 20px;
 | |
| }
 | |
| 
 | |
| div#write-pages {
 | |
| display: block;
 | |
| background: silver;
 | |
| width: 100%;
 | |
| }
 | |
| 
 | |
| div#write-pages a {
 | |
| color: #000;
 | |
| margin-right: 50px;
 | |
| }
 | |
| 
 | |
| .pmenu ul {
 | |
| 	list-style-type: none;
 | |
| }
 | |
| 
 | |
| .admin-icons {
 | |
| 	font-size: 1.2em;
 | |
| 	color: $toolicon_colour;
 | |
| 	margin-right: 10px;
 | |
| }
 | |
| 
 | |
| a .drop-icons {
 | |
| 	color: $toolicon_colour;
 | |
| 	font-size: 1.2em;
 | |
| 	text-decoration: none;
 | |
| }
 | |
|  
 | |
| a .drop-icons:hover {
 | |
| 	color: #FF0000;
 | |
| }
 | |
| 
 | |
| .lockview {
 | |
| 	cursor: pointer;
 | |
| }
 | |
| 
 | |
| .permission-inherited {
 | |
| 	float: left;
 | |
| 	margin-right: 10px;
 | |
| 	color: #FF0000;
 | |
| }
 | |
|  
 | |
| .attachlink {
 | |
| 	float: left;
 | |
| 	border: 1px solid black;
 | |
| 	padding: 5px;
 | |
| 	margin-right: 8px;
 | |
| }
 | |
| 
 | |
| .attach-icons {
 | |
| 	font-size: 1.4em;
 | |
| }
 | |
| 
 | |
| .attach-clip {
 | |
| 	margin-right: 3px;
 | |
| 	font-size: 1.8em;
 | |
| }
 | |
| 
 | |
| #menulist {
 | |
| 	list-style-type: none;
 | |
| }
 | |
| 
 | |
| #adminpage table tr:hover {
 | |
| 	background-color: #BBC7D7;
 | |
| }
 | |
| 
 | |
| table {
 | |
| 	border-spacing: 2px;
 | |
| 	max-width: 100%;
 | |
| }
 | |
| 
 | |
| th,td {
 | |
| 	padding: 3px;
 | |
| }
 | |
| 
 | |
| #channels > tbody > tr > td, #users > tbody > tr > td {
 | |
| 	max-width: 19.4em;
 | |
| 	overflow: hidden;
 | |
| }
 | |
| 	
 | |
| /* message */
 | |
| 
 | |
| img.mail-list-sender-photo {
 | |
| 	-moz-border-radius: $radiuspx;
 | |
| 	border-radius: $radiuspx;
 | |
| }
 | |
| 
 | |
| /* jot */
 | |
| 
 | |
| .jothidden {
 | |
| 	font-weight: bold;
 | |
| 	border-radius: $radiuspx;
 | |
| }
 | |
| 
 | |
| .jothidden input::-webkit-input-placeholder {
 | |
| 	font-weight: bold;
 | |
| }
 | |
| 
 | |
| .jothidden input::-moz-placeholder {
 | |
| 	font-weight: bold;
 | |
| }
 | |
| 
 | |
| .jothidden > input {
 | |
| 	border: 1px solid transparent;
 | |
| 	background-color: transparent;
 | |
| }
 | |
| .jothidden > input:hover,
 | |
| .jothidden > input:focus {
 | |
| 	border: 1px solid #cccccc;
 | |
| 	background-color: #fff;
 | |
| }
 | |
| 
 | |
| #profile-jot-text {
 | |
| 	color:#000;
 | |
| 	border: 1px solid #cccccc;
 | |
| 	-moz-border-radius: $radiuspx;
 | |
| 	border-radius: $radiuspx;
 | |
| }
 | |
| 
 | |
| #profile-jot-text::-webkit-input-placeholder {
 | |
| 	font-size:16px;
 | |
| }
 | |
| 
 | |
| #profile-jot-text::-moz-placeholder {
 | |
| 	font-size:16px;
 | |
| }
 | |
| 
 | |
| #profile-jot-text:focus::-webkit-input-placeholder {
 | |
| 	color: transparent;
 | |
| }
 | |
| 
 | |
| #profile-jot-text:focus::-moz-placeholder {
 | |
| 	color: transparent;
 | |
| }
 | |
| 
 | |
| #profile-jot-text-loading {
 | |
| 	color: #777;
 | |
| 	display: none;
 | |
| }
 | |
| 
 | |
| #profile-rotator {
 | |
| 	color: #777;
 | |
| }
 | |
| 
 | |
| .jot-icons {
 | |
| 	color: $toolicon_colour;
 | |
| }
 | |
| 
 | |
| /* conversation */
 | |
| 
 | |
| .wall-item-title {
 | |
|    font-size: $font_size;
 | |
| }
 | |
| 
 | |
| .hide-comments-outer,
 | |
| .thread-wrapper .wall-item-comment-wrapper,
 | |
| .wall-item-content-wrapper.comment {
 | |
| 	margin-left: $comment_indent;
 | |
| }
 | |
| 
 | |
| .wall-item-content-wrapper {
 | |
| 	background-color: $item_colour;
 | |
| 	padding: 10px;
 | |
| 	border-top-right-radius: $radiuspx;
 | |
| 	border-top-left-radius: $radiuspx;
 | |
| }
 | |
| 
 | |
| .generic-content-wrapper-styled {
 | |
| 	background-color: $comment_item_colour;
 | |
| 	padding: 10px;
 | |
| 	border-radius: $radiuspx;
 | |
| }
 | |
| 
 | |
| .wall-item-content-wrapper.comment {
 | |
| 	background-color: $comment_item_colour;
 | |
| 	border-color: $comment_border_colour;
 | |
| 	border-style: solid;
 | |
| 	border-width: 0px 0px 0px 3px;
 | |
| 	border-radius: 0px;
 | |
| 	padding: 7px 10px 7px 7px;
 | |
| }
 | |
| 
 | |
| .hide-comments-outer {
 | |
| 	background-color: $comment_item_colour;
 | |
| 	border-color: $comment_border_colour;
 | |
| 	border-top-color: #ccc;
 | |
| 	border-style: solid;
 | |
| 	border-top-style: dashed;
 | |
| 	border-width: 1px 0px 0px 3px;
 | |
| 	text-align: center;
 | |
| 	border-radius: 0px;
 | |
| }
 | |
| 
 | |
| .hide-comments-outer:hover {
 | |
| 	border-top: 1px dashed #adadad;
 | |
| }
 | |
| 
 | |
| .wall-item-comment-wrapper {
 | |
| 	padding: 7px 10px;
 | |
| 	background-color: $item_colour;
 | |
| 	border-radius: 0px;
 | |
| 	border-bottom-right-radius: $radiuspx;
 | |
| 	border-bottom-left-radius: $radiuspx;
 | |
| 	margin-top: 3px;
 | |
| }
 | |
| 
 | |
| .wall-item-comment-wrapper-wc {
 | |
| 	margin-top: 0px;
 | |
| }
 | |
| 
 | |
| .wall-item-like,
 | |
| .wall-item-dislike {
 | |
| 	font-size: 11px;
 | |
| }
 | |
| 
 | |
| .wall-item-photo {
 | |
| 	border: none;
 | |
| 	width: $top_photo !important;
 | |
| 	height: $top_photo !important;
 | |
| 
 | |
| }
 | |
| 
 | |
| .comment .wall-item-photo {
 | |
| 	width: $reply_photo !important;
 | |
| 	height: $reply_photo !important;
 | |
| }
 | |
| 
 | |
| .wall-item-photo {
 | |
|     border-radius: $radiuspx;
 | |
|     -moz-border-radius: $radiuspx;
 | |
|     box-shadow: $shadowpx $shadowpx $shadowpx 0 #444444;
 | |
| }
 | |
| 
 | |
| .wall-item-ago {
 | |
| 	color: #777;
 | |
| 	font-size: 0.833em;
 | |
| }
 | |
| 
 | |
| .wall-item-ago i {
 | |
| 	font-size: 0.833em;
 | |
| }
 | |
| 
 | |
| .wall-item-content,
 | |
| .page-body {
 | |
| 	font-size: $font_size;
 | |
| 	clear: both;
 | |
| }
 | |
| 
 | |
| .item-tool {
 | |
| 	font-size: 1.2em;
 | |
| 	color: $toolicon_colour;
 | |
| }
 | |
| 
 | |
| .like-rotator {
 | |
| 	color: $toolicon_colour;
 | |
| }
 | |
| 
 | |
| .comment-icon {
 | |
| 	font-size: 0.833em;
 | |
| 	color: $toolicon_colour;
 | |
| }
 | |
| 
 | |
| .comment-edit-text-empty,
 | |
| .comment-edit-text-full {
 | |
| 	border: 1px solid #ccc;
 | |
| 	border-radius: $radiuspx;
 | |
| }
 | |
| 
 | |
| .comment-edit-text-empty {
 | |
| 	color: gray;
 | |
| 	font-size: 12px;
 | |
| }
 | |
| 
 | |
| .comment-edit-text-full {
 | |
| 	color: black;
 | |
| }
 | |
| 
 | |
| .divgrow-showmore {
 | |
| 	display: block;
 | |
| 	width: 100%;
 | |
| 	border-top: 1px dashed #ccc;
 | |
| 	border-bottom-right-radius: $radiuspx;
 | |
| 	border-bottom-left-radius: $radiuspx;
 | |
| 	text-align: center;
 | |
| 	font-size: $body_font_size;
 | |
| 	color: $link_colour;
 | |
| 	cursor: pointer;	
 | |
| }
 | |
| 
 | |
| .divgrow-showmore:hover {
 | |
| 	border-top: 1px dashed #adadad;
 | |
| 	text-decoration: underline;
 | |
| }
 | |
| 
 | |
| 
 | |
| /* widgets */
 | |
| 
 | |
| .widget {
 | |
| 	background-color: $comment_item_colour;
 | |
| 	border-bottom: 1px solid rgba(238,238,238,0.8);
 | |
| 	-moz-border-radius: $radiuspx;
 | |
| 	-webkit-border-radius: $radiuspx;
 | |
| 	border-radius: $radiuspx;
 | |
| }
 | |
| 
 | |
| .widget h3 {
 | |
| 	color: $toolicon_colour;
 | |
| }
 | |
| 
 | |
| #note-text {
 | |
| 	border: 1px solid #ccc;
 | |
| 	border-radius: $radiuspx;
 | |
| 	-moz-border-radius: $radiuspx;
 | |
| }
 | |
| 
 | |
| .fileas-ul {
 | |
| 	list-style-type: none;
 | |
| }
 | |
| 
 | |
| #datebrowse-sidebar select {
 | |
| 	border: 1px solid #ccc;
 | |
| 	border-radius: $radiuspx;
 | |
| 	-moz-border-radius: $radiuspx;
 | |
| }
 | |
| 
 | |
| .profile-thing-list img, .thing-show img, .thing-edit-links a {
 | |
| 	margin-top: 8px;
 | |
| 	margin-right: 15px;
 | |
| }
 | |
| 
 | |
| .abook-self {
 | |
| 	background-color: #ffdddd;
 | |
| }
 | |
| 
 | |
| .abook-pending-contact, .abook-permschange {
 | |
| 	background: orange;
 | |
| }
 | |
| 
 | |
| .online-now {
 | |
| 	color: red;
 | |
| 	cursor: pointer;
 | |
| }
 | |
| 
 | |
| .chat-item-photo {
 | |
| 	border-radius: $radiuspx;
 | |
| }
 | |
| 
 | |
| .chat-item-text {
 | |
| 	border-radius: $radiuspx;
 | |
| 	background-color: #eee;
 | |
| }
 | |
| 
 | |
| /* nav bootstrap */
 | |
| 
 | |
| 
 | |
| nav img {
 | |
| 	border-radius: $radiuspx;
 | |
| }
 | |
| 
 | |
| nav .dropdown-menu {
 | |
| 	font-size: $body_font_size;
 | |
| 	border-top-right-radius: 0px;
 | |
| 	border-top-left-radius: 0px;
 | |
| 	border-bottom-right-radius: $radiuspx;
 | |
| 	border-bottom-left-radius: $radiuspx;
 | |
| }
 | |
| 
 | |
| #usermenu-caret {
 | |
| 	color: $nav_icon_colour;
 | |
| }
 | |
| 
 | |
| #avatar:hover + #usermenu-caret {
 | |
| 	color: $nav_active_icon_colour;
 | |
| }
 | |
| 
 | |
| .page-title {
 | |
| 	margin: 7px 0px;
 | |
| }
 | |
| 
 | |
| .section-title-wrapper {
 | |
| 	padding: 7px 10px;
 | |
| 	background-color: $item_colour;
 | |
| 	border-top-left-radius: $radiuspx;
 | |
| 	border-top-right-radius: $radiuspx;
 | |
| 	margin-bottom: 3px;
 | |
| }
 | |
| 
 | |
| .section-title-wrapper h2,
 | |
| .section-subtitle-wrapper h3 {
 | |
| 	margin-top: 0px;
 | |
| 	margin-bottom: 0px;
 | |
| 	white-space: nowrap;
 | |
| 	overflow: hidden;
 | |
| 	text-overflow: ellipsis;
 | |
| }
 | |
| 
 | |
| .section-subtitle-wrapper {
 | |
| 	padding: 7px 10px;
 | |
| 	background-color: $item_colour;
 | |
| 	margin-bottom: 3px;
 | |
| }
 | |
| 
 | |
| .section-content-tools-wrapper {
 | |
| 	padding: 7px 10px;
 | |
| 	background-color: $comment_item_colour;
 | |
| 	margin-bottom: 3px
 | |
| }
 | |
| 
 | |
| .section-content-info-wrapper {
 | |
| 	padding: 21px 10px;
 | |
| 	color: #31708f;
 | |
| 	background-color: #d9edf7;
 | |
| 	margin-bottom: 3px;
 | |
| 	text-align: center;
 | |
| }
 | |
| 
 | |
| .section-content-warning-wrapper {
 | |
| 	padding: 21px 10px;
 | |
| 	color: #8a6d3b;
 | |
| 	background-color: #fcf8e3;
 | |
| 	margin-bottom: 3px;
 | |
| 	text-align: center;
 | |
| }
 | |
| 
 | |
| .section-content-danger-wrapper {
 | |
| 	padding: 21px 10px;
 | |
| 	color: #a94442;
 | |
| 	background-color: #f2dede;
 | |
| 	margin-bottom: 3px;
 | |
| 	text-align: center;
 | |
| }
 | |
| 
 | |
| .section-content-tools-wrapper .section-content-info-wrapper,
 | |
| .section-content-wrapper .section-content-info-wrapper,
 | |
| .section-content-tools-wrapper .section-content-warning-wrapper,
 | |
| .section-content-wrapper .section-content-warning-wrapper,
 | |
| .section-content-tools-wrapper .section-content-danger-wrapper,
 | |
| .section-content-wrapper .section-content-danger-wrapper {
 | |
| 	margin-bottom: 10px;
 | |
| 	border-radius: $radiuspx;
 | |
| }
 | |
| 
 | |
| 
 | |
| .section-content-wrapper {
 | |
| 	padding: 7px 10px;
 | |
| 	background-color: $comment_item_colour;
 | |
| 	border-bottom-left-radius: $radiuspx;
 | |
| 	border-bottom-right-radius: $radiuspx;
 | |
| 	word-wrap: break-word;
 | |
| }
 | |
| 
 | |
| .section-content-wrapper-np {
 | |
| 	background-color: $comment_item_colour;
 | |
| 	border-bottom-left-radius: $radiuspx;
 | |
| 	border-bottom-right-radius: $radiuspx;
 | |
| 	word-wrap: break-word;
 | |
| }
 | |
| 
 | |
| [id^="cloud-index-"]:hover td,
 | |
| .cloud-index-active {
 | |
| 	background-color: $item_colour;
 | |
| }
 | |
| 
 | |
| [id^="webpage-list-item-"]:hover td,
 | |
| [id^="block-list-item-"]:hover td,
 | |
| [id^="layout-list-item-"]:hover td,
 | |
| [id^="menu-list-item-"]:hover td,
 | |
| [id^="mitem-list-item-"]:hover td {
 | |
| 	background-color: $item_colour;
 | |
| }
 | |
| 
 | |
| #perms-tool-table .highlight:hover {
 | |
| 	background-color: $item_colour;
 | |
| }
 | |
| 
 | |
| nav ul li .undefined, 
 | |
| nav ul li .notify-seen,
 | |
| nav ul li .notify-unseen
 | |
|  {
 | |
|     max-height: 3rem;
 | |
| }
 | |
| 
 | |
| /* bootstrap overrides */
 | |
| 
 | |
| .panel {
 | |
|   background-color: transparent;
 | |
|   border: 0px solid transparent;
 | |
|   border-radius: 0px;
 | |
|   -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .0);
 | |
|           box-shadow: 0 0px 0px rgba(0, 0, 0, .0);
 | |
| }
 | |
| 
 | |
| .panel-group .panel + .panel {
 | |
| 	margin-top: 0px;
 | |
| }
 | |
| 
 | |
| blockquote {
 | |
| 	font-size: $font_size;
 | |
| 	font-style: italic;
 | |
| 	border-left: 3px solid #ccc;
 | |
| 	padding: 0.4em;
 | |
| 	color: #4d4d4d;
 | |
| 	margin: 0px 0px 0px 20px;
 | |
| }
 | |
| 
 | |
| .badge {
 | |
| 	border-radius: $radiuspx;
 | |
| }
 | |
| 
 | |
| nav .badge:hover {
 | |
| 	background-color: #999;
 | |
| }
 | |
| 
 | |
| nav .badge.home-update,
 | |
| nav .badge.notify-update,
 | |
| nav .badge.intro-update,
 | |
| nav .badge.mail-update {
 | |
| 	background-color:#C9302C;
 | |
| }
 | |
| 
 | |
| nav .badge.home-update:hover,
 | |
| nav .badge.notify-update:hover,
 | |
| nav .badge.intro-update:hover,
 | |
| nav .badge.mail-update:hover {
 | |
| 	background-color:#D9534F;
 | |
| }
 | |
| 
 | |
| .dropdown-menu {
 | |
| 	font-size: $body_font_size;
 | |
| 	border-radius: $radiuspx;
 | |
| }
 | |
| 
 | |
| .dropdown-menu img {
 | |
| 	border-radius: $radiuspx;
 | |
| }
 | |
| 
 | |
| .navbar-inverse {
 | |
| 	background-image: -webkit-linear-gradient(top, $nav_gradient_top 0%, $nav_gradient_bottom 100%);
 | |
| 	background-image:         linear-gradient(to bottom, $nav_gradient_top 0%, $nav_gradient_bottom 100%);
 | |
| 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$nav_gradient_top, endColorstr=$nav_gradient_bottom, GradientType=0);
 | |
| 	background-color: $nav_bg;
 | |
| 	border-color: $nav_bd;
 | |
| }
 | |
| 
 | |
| .navbar-inverse .navbar-collapse {
 | |
| 	border-color: $nav_bd;
 | |
| }
 | |
| 
 | |
| .navbar-inverse .navbar-nav > .active > a {
 | |
| 	background-image: -webkit-linear-gradient(top, $nav_active_gradient_top 0%, $nav_active_gradient_bottom 100%);
 | |
| 	background-image:         linear-gradient(to bottom, $nav_active_gradient_top 0%, $nav_active_gradient_bottom 100%);
 | |
| 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$nav_active_gradient_top, endColorstr=$nav_active_gradient_bottom, GradientType=0);
 | |
| }
 | |
| 
 | |
| 
 | |
| .navbar-inverse .navbar-nav > li > a {
 | |
| 	font-size: 12px;
 | |
| 	color: $nav_icon_colour;
 | |
| 	text-shadow: 0px 0px 0px;
 | |
| }
 | |
| 
 | |
| .navbar-inverse .navbar-nav > li > a:hover,
 | |
| .navbar-inverse .navbar-nav > li > a:focus {
 | |
| 	color: $nav_active_icon_colour;
 | |
| }
 | |
| 
 | |
| .navbar-inverse .navbar-nav > .active > a,
 | |
| .navbar-inverse .navbar-nav > .active > a:hover,
 | |
| .navbar-inverse .navbar-nav > .active > a:focus {
 | |
| 	color: $nav_active_icon_colour;
 | |
| }
 | |
| 
 | |
| .navbar-inverse .navbar-nav > .open > a,
 | |
| .navbar-inverse .navbar-nav > .open > a:hover,
 | |
| .navbar-inverse .navbar-nav > .open > a:focus {
 | |
| 	background-color: $nav_bd;
 | |
| 	color: $nav_active_icon_colour;
 | |
| }
 | |
| 
 | |
| .navbar-inverse .navbar-toggle {
 | |
| 	border-color: $nav_bd;
 | |
| }
 | |
| .navbar-inverse .navbar-toggle:hover,
 | |
| .navbar-inverse .navbar-toggle:focus {
 | |
| 	background-color: $nav_bg;
 | |
| }
 | |
| 
 | |
| .navbar-inverse .navbar-toggle .icon-bar {
 | |
| 	background-color: $nav_active_icon_colour;
 | |
| }
 | |
| 
 | |
| #expand-aside,
 | |
| #expand-tabs {
 | |
| 	color: $nav_active_icon_colour;
 | |
| 	padding: 7px 10px;
 | |
| }
 | |
| 
 | |
| .nav-tabs.nav-justified > .active > a,
 | |
| .nav-tabs.nav-justified > .active > a:hover,
 | |
| .nav-tabs.nav-justified > .active > a:focus {
 | |
| 	border-bottom-color: transparent;
 | |
| }
 | |
| 
 | |
| .nav-tabs > li.active > a,
 | |
| .nav-tabs > li.active > a:hover,
 | |
| .nav-tabs > li.active > a:focus {
 | |
| 	background-color: transparent;
 | |
| }
 | |
| 
 | |
| #tabs-collapse-1 {
 | |
| 	padding: 0px;
 | |
| 	margin-bottom: 25px;
 | |
| 	border-top: none;
 | |
| 	box-shadow: none;
 | |
| }
 | |
| 
 | |
| .btn {
 | |
| 	font-size: $body_font_size;
 | |
| }
 | |
| 
 | |
| .btn-xs {
 | |
| 	font-size: 0.75rem;
 | |
| }
 | |
| 
 | |
| .btn-default {
 | |
| 	background-color: transparent;
 | |
| }
 | |
| 
 | |
| @media screen and (max-width: 767px) {
 | |
| 
 | |
| 	aside#region_1 {
 | |
| 		background: rgba(0, 0, 0, .1);
 | |
| 		border-right: 1px solid $nav_bd;
 | |
| 	}
 | |
| 
 | |
| 	main {
 | |
| 		-webkit-transition: all 0.25s ease-out;
 | |
| 		-moz-transition: all 0.25s ease-out;
 | |
| 		transition: all 0.25s ease-out;
 | |
| 	}
 | |
| 
 | |
| 	main {
 | |
| 		left: -$aside_widthpx;
 | |
| 		width: calc( 100% + $aside_widthpx );
 | |
| 	}
 | |
| 
 | |
| 	main.region_1-on {
 | |
| 		left: 0px;
 | |
| 	}
 | |
| 
 | |
| 	.thread-wrapper.toplevel_item {
 | |
| 		width: 100%;
 | |
| 		border:1px;
 | |
| 	}
 | |
| 
 | |
| 	.wall-item-photo {
 | |
| 		width: 48px !important;
 | |
| 		height: 48px !important;
 | |
| 	}
 | |
| 
 | |
| 	.comment .wall-item-photo {
 | |
| 		width: 32px !important;
 | |
| 		height: 32px !important;
 | |
| 	}
 | |
| 
 | |
| 	.acl-list-item {
 | |
| 		width: 98%; /* fallback if browser does not support calc() */
 | |
| 		width: calc(100% - 10px);
 | |
| 	}
 | |
| 
 | |
| }
 | |
| 
 | |
| /* release the navbar in landscape view on small devices */
 | |
| @media screen and (max-height: 320px) {
 | |
| 	.navbar-fixed-top {
 | |
| 		position: absolute;
 | |
| 	}
 | |
| }
 | |
| 
 | |
| .shareable_element_text {
 | |
| 	height: 300px;
 | |
| 	width: 300px;
 | |
| }
 | |
| 
 | |
| .bb_observer {
 | |
| 	color: red;
 | |
| }
 | |
| 
 | |
| .bb_observer img {
 | |
| 	border: 3px solid red !important;
 | |
| }
 | |
| 
 | |
| .bb_rm-logo {
 | |
| 	height: 1.3em;
 | |
| 	width: auto;
 | |
| 	margin-top:-3px;
 | |
| }
 | |
| 
 | |
| .bootstrap-tagsinput .tag:before {
 | |
| 	/* Copied from icon-asterisk, is there a better way to do it? */
 | |
| 	font-family: FontAwesome;
 | |
| 	font-weight: normal;
 | |
| 	font-style: normal;
 | |
| 	text-decoration: inherit;
 | |
| 	content:"\f069";
 | |
| }
 | |
| 
 | |
| /* Modified original CSS to match input in Redbasic */
 | |
| .jothidden .bootstrap-tagsinput {
 | |
| 	border-color: $bgcolour;
 | |
| 	background-color: $bgcolour;
 | |
| 	box-shadow: none;
 | |
| 	display: inline-block;
 | |
| 	border-radius: $radiuspx;
 | |
| 	cursor: text;
 | |
| 	padding: 0px 8px;
 | |
| 	width: 100%;
 | |
| }
 | |
| 
 | |
| .bootstrap-tagsinput .label {
 | |
| 	font-size: 100%;
 | |
| }
 | |
| 
 | |
| .jothidden .bootstrap-tagsinput:hover, .jothidden .bootstrap-tagsinput:focus {
 | |
| 	border: 1px solid #ccc;
 | |
| 	background-color: #fff;
 | |
| }
 | |
| 
 | |
| /* Abusing theme-green is less work than makeing a new new one */
 | |
| .theme-green .back-bar .selected-bar { background-color: #000000; background-image: none; !important }
 | |
| 
 | |
| 
 | |
| /* Turn checkboxes into switches */
 | |
| .field.checkbox > div {
 | |
|     position: relative; width: 60px;
 | |
|     -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
 | |
|     display:inline-block;
 | |
| }
 | |
| 
 | |
| .field.checkbox input {
 | |
|     display: none;
 | |
| }
 | |
| 
 | |
| .field.checkbox > div label {
 | |
|     display: block; overflow: hidden; cursor: pointer;
 | |
|     border: 1px solid #ccc;
 | |
|     border-radius: 4px;
 | |
|     margin:0px;
 | |
| 	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
 | |
| 	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 | |
| 	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 | |
| }
 | |
| 
 | |
| .field.checkbox:hover label {
 | |
| 	color: $link_colour;
 | |
| }
 | |
| 
 | |
| .field.checkbox:hover > div label {
 | |
| 	border-color: $link_colour;
 | |
| }
 | |
| 
 | |
| .onoffswitch-inner {
 | |
|     display: block; width: 200%; margin-left: -100%;
 | |
|     -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
 | |
|     -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
 | |
| }
 | |
| 
 | |
| .onoffswitch-inner:before, .onoffswitch-inner:after {
 | |
|     display: block; float: left; width: 50%; height: 20px; padding: 0; line-height:20px;
 | |
|     -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 | |
| }
 | |
| 
 | |
| .onoffswitch-inner:before {
 | |
|     content: attr(data-on);
 | |
|     padding-right: 21px;
 | |
|     background-color: $item_colour;
 | |
| 	color: $font_colour;
 | |
|     text-align: right;
 | |
| }
 | |
| 
 | |
| .onoffswitch-inner:after {
 | |
|     content: attr(data-off);
 | |
|     padding-left: 21px;
 | |
|     background-color: $item_colour; color: #ccc;
 | |
|     text-align: left;
 | |
| }
 | |
| 
 | |
| .onoffswitch-switch {
 | |
|     display: block; width: 15px; margin:4px;
 | |
|     background: #ccc;
 | |
|     border-radius: 10px;
 | |
|     position: absolute; top: 0; bottom: 0; right: 36px;
 | |
|     -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
 | |
|     -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
 | |
| }
 | |
| 
 | |
| .field.checkbox > div > input:checked + label .onoffswitch-inner {
 | |
|     margin-left: 0px;
 | |
| }
 | |
| 
 | |
| .field.checkbox > div > input:checked + label .onoffswitch-switch {
 | |
|     right: 0px;
 | |
|     background-color: #337AB7;
 | |
| }
 | |
| 
 | |
| .channels_ckbx, .pending_ckbx, .users_ckbx {
 | |
| 	margin-top: -5px !important;
 | |
| }
 |