|
|
@ -21,10 +21,10 @@ |
|
|
|
|
|
|
|
|
|
|
|
@import "compass/utilities/color/contrast"; |
|
|
|
@import "compass/utilities/color/contrast"; |
|
|
|
@import "branding"; |
|
|
|
@import "branding"; |
|
|
|
@import "skins/dark"; |
|
|
|
@import "skins/light"; |
|
|
|
|
|
|
|
|
|
|
|
// general |
|
|
|
// general |
|
|
|
$background: #e5e5e5; |
|
|
|
$background: #e5e5e5 !default; |
|
|
|
$componentbg: #f5f5f5 !default; |
|
|
|
$componentbg: #f5f5f5 !default; |
|
|
|
$componentfg1: #262626 !default; |
|
|
|
$componentfg1: #262626 !default; |
|
|
|
$componentfg2: rgba(0,0,0,.5) !default; |
|
|
|
$componentfg2: rgba(0,0,0,.5) !default; |
|
|
@ -34,7 +34,6 @@ $sidepanebg: white !default; |
|
|
|
$bordercolor: #ccc !default; |
|
|
|
$bordercolor: #ccc !default; |
|
|
|
$actioncolor1: rgb(132,184,25) !default; |
|
|
|
$actioncolor1: rgb(132,184,25) !default; |
|
|
|
$actioncolor2: rgb(0,149,52) !default; |
|
|
|
$actioncolor2: rgb(0,149,52) !default; |
|
|
|
$font-color: lighten(#000, 20%) !default; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// branding |
|
|
|
// branding |
|
|
|
$logo: url("../img/logo-small.png") !default; |
|
|
|
$logo: url("../img/logo-small.png") !default; |
|
|
@ -45,117 +44,132 @@ $main-background: url("../img/bg-tiles.png") !default; |
|
|
|
$main-background-retina: url("../img/bg-tiles_x2.png") !default; |
|
|
|
$main-background-retina: url("../img/bg-tiles_x2.png") !default; |
|
|
|
|
|
|
|
|
|
|
|
// general action based colors |
|
|
|
// general action based colors |
|
|
|
$action-hover: rgba(0,0,0,.4); |
|
|
|
$action-hover: rgba(0,0,0,.4) !default; |
|
|
|
$action-mute: rgb(219,79,57); |
|
|
|
$action-mute: rgb(219,79,57) !default; |
|
|
|
$action-enable: $actioncolor1; |
|
|
|
$action-enable: $actioncolor1 !default; |
|
|
|
|
|
|
|
|
|
|
|
// base |
|
|
|
// base |
|
|
|
$welcome: #aaa; |
|
|
|
$welcome: #aaa !default; |
|
|
|
$loading: #ddd; |
|
|
|
$loading: #ddd !default; |
|
|
|
|
|
|
|
|
|
|
|
// font |
|
|
|
// font |
|
|
|
$font-sans-serif: "Helvetica Neue",Helvetica,Arial,sans-serif !default; |
|
|
|
$font-sans-serif: "Helvetica Neue",Helvetica,Arial,sans-serif !default; |
|
|
|
$base-font-size: 13px !default; // compass vertical_rhythm mixin |
|
|
|
$base-font-size: 13px !default; // compass vertical_rhythm mixin |
|
|
|
$base-line-height: 1.53846156 !default; // compass vertical_rhythm mixin |
|
|
|
$base-line-height: 1.53846156 !default; // compass vertical_rhythm mixin |
|
|
|
|
|
|
|
$font-color: lighten(#000, 20%) !default; |
|
|
|
|
|
|
|
$font-color-accent: lighten($font-color, 50%) !default; |
|
|
|
|
|
|
|
|
|
|
|
// audio video |
|
|
|
// audio video |
|
|
|
$audiovideolevel: $action-enable; |
|
|
|
$audiovideolevel: $action-enable !default; |
|
|
|
|
|
|
|
|
|
|
|
// main navigation bar |
|
|
|
// main navigation bar |
|
|
|
$minbarheight: 44px; |
|
|
|
$minbarheight: 44px !default; |
|
|
|
$bar-logo-text-desc: rgb(34,34,34); |
|
|
|
$bar-background: $componentbg; |
|
|
|
$bar-btn-action-color: rgba(0,0,0,.3); |
|
|
|
$bar-logo-text-desc: rgb(34,34,34) !default; |
|
|
|
$bar-btn-action-hover: $action-hover; |
|
|
|
$bar-btn-action-border: $bordercolor !default; |
|
|
|
$bar-btn-action-mute: $action-mute; |
|
|
|
$bar-btn-action-color: rgba(0,0,0,.3) !default; |
|
|
|
$bar-btn-action-enable: $action-enable; |
|
|
|
$bar-btn-action-hover: $action-hover !default; |
|
|
|
|
|
|
|
$bar-btn-action-mute: $action-mute !default; |
|
|
|
|
|
|
|
$bar-btn-action-enable: $action-enable !default; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// overlaybar |
|
|
|
|
|
|
|
$overlaybar-background: $componentfg3; |
|
|
|
|
|
|
|
$overlaybar-color: $bordercolor !default; |
|
|
|
|
|
|
|
$overlaybar-btn: $bordercolor !default; |
|
|
|
|
|
|
|
|
|
|
|
// video |
|
|
|
// video |
|
|
|
$video-background: rgba(0,0,0,.4); |
|
|
|
$video-background: rgba(0,0,0,.4) !default; |
|
|
|
$video-onlyaudio-background: #666; |
|
|
|
$video-onlyaudio-background: #666 !default; |
|
|
|
$video-onlyaudio: rgba(255,255,255,.3); |
|
|
|
$video-onlyaudio: rgba(255,255,255,.3) !default; |
|
|
|
$video-overlayactions: rgba(0,0,0,.9); |
|
|
|
$video-overlayactions: rgba(0,0,0,.9) !default; |
|
|
|
|
|
|
|
|
|
|
|
// buddylist |
|
|
|
// buddylist |
|
|
|
$buddylist-background: rgba(0,0,0,.3); |
|
|
|
$buddylist-background: $componentbg; |
|
|
|
$buddylist-action-background: rgba(255,255,255,0.5); |
|
|
|
$buddylist-tab-color: rgba(0,0,0,.3) !default; |
|
|
|
|
|
|
|
$buddylist-tab-background: $componentbg !default; |
|
|
|
|
|
|
|
$buddylist-action-background: rgba(255,255,255,0.5) !default; |
|
|
|
|
|
|
|
$buddylist-buddy1: $componentfg1 !default; |
|
|
|
|
|
|
|
$buddylist-buddy2: $componentfg2 !default; |
|
|
|
|
|
|
|
|
|
|
|
// chat |
|
|
|
// chat |
|
|
|
$chat-background: #e7e7e7; |
|
|
|
$chat-background: #e7e7e7 !default; |
|
|
|
$chat-disabled: #aaa; |
|
|
|
$chat-header: $componentbg !default; |
|
|
|
$chat-badge: #84b819; |
|
|
|
$chat-disabled: #aaa !default; |
|
|
|
$chat-ctrl: rgba(0,0,0,.3); |
|
|
|
$chat-badge: #84b819 !default; |
|
|
|
$chat-timestamp: #aaa; |
|
|
|
$chat-ctrl: rgba(0,0,0,.3) !default; |
|
|
|
$chat-meta: #aaa; |
|
|
|
$chat-timestamp: #aaa !default; |
|
|
|
$chat-msg-background: white; |
|
|
|
$chat-meta: #aaa !default; |
|
|
|
$chat-msg-border: #e5e5ef; |
|
|
|
$chat-msg-background: white !default; |
|
|
|
|
|
|
|
$chat-msg-border: #e5e5ef !default; |
|
|
|
$chat-msg-default-icon-color: #ccc; |
|
|
|
|
|
|
|
$chat-msg-unread-icon-color: #FE9A2E; |
|
|
|
$chat-msg-default-icon-color: #ccc !default; |
|
|
|
$chat-msg-sending-icon-color: $chat-msg-default-icon-color; |
|
|
|
$chat-msg-unread-icon-color: #FE9A2E !default; |
|
|
|
$chat-msg-sent-icon-color: #5882FA; |
|
|
|
$chat-msg-sending-icon-color: $chat-msg-default-icon-color !default; |
|
|
|
$chat-msg-delivered-icon-color: #5882FA; |
|
|
|
$chat-msg-sent-icon-color: #5882FA !default; |
|
|
|
$chat-msg-received-icon-color: #84b819; |
|
|
|
$chat-msg-delivered-icon-color: #5882FA !default; |
|
|
|
$chat-msg-read-icon-color: $chat-msg-default-icon-color; |
|
|
|
$chat-msg-received-icon-color: #84b819 !default; |
|
|
|
|
|
|
|
$chat-msg-read-icon-color: $chat-msg-default-icon-color !default; |
|
|
|
$chat-msg-unread-icon: '\f0eb'; |
|
|
|
|
|
|
|
$chat-msg-sending-icon: '\f0ec'; |
|
|
|
$chat-msg-unread-icon: '\f0eb' !default; |
|
|
|
$chat-msg-sent-icon: '\f003'; |
|
|
|
$chat-msg-sending-icon: '\f0ec' !default; |
|
|
|
$chat-msg-delivered-icon: '\f019'; |
|
|
|
$chat-msg-sent-icon: '\f003' !default; |
|
|
|
$chat-msg-received-icon: '\f06e'; |
|
|
|
$chat-msg-delivered-icon: '\f019' !default; |
|
|
|
$chat-msg-read-icon: '\f00c'; |
|
|
|
$chat-msg-received-icon: '\f06e' !default; |
|
|
|
|
|
|
|
$chat-msg-read-icon: '\f00c' !default; |
|
|
|
$chat-msg-self-background: white; |
|
|
|
|
|
|
|
$chat-msg-remote-background: white; |
|
|
|
$chat-msg-self-background: white !default; |
|
|
|
|
|
|
|
$chat-msg-remote-background: white !default; |
|
|
|
$chat-bottom-background: $chat-background; |
|
|
|
|
|
|
|
$chat-typing: $chat-meta; |
|
|
|
$chat-bottom-background: $chat-background !default; |
|
|
|
$chat-input-border-color: #66afe9; |
|
|
|
$chat-typing: $chat-meta !default; |
|
|
|
|
|
|
|
$chat-input-border-color: #66afe9 !default; |
|
|
|
|
|
|
|
|
|
|
|
// fileinfo |
|
|
|
// fileinfo |
|
|
|
$fileinfo-background: white; |
|
|
|
$fileinfo-background: white !default; |
|
|
|
$fileinfo-border: #ddd; |
|
|
|
$fileinfo-border: #ddd !default; |
|
|
|
$fileinfo-icon-background-color: #eee; |
|
|
|
$fileinfo-icon-background-color: #eee !default; |
|
|
|
$fileinfo-downloading-size-border: #ddd; |
|
|
|
$fileinfo-downloading-size-border: #ddd !default; |
|
|
|
|
|
|
|
$fileinfo-background-remote: $fileinfo-background !default; |
|
|
|
|
|
|
|
$fileinfo-border-remote: $fileinfo-border !default; |
|
|
|
|
|
|
|
$fileinfo-icon-background-color-remote: $fileinfo-icon-background-color !default; |
|
|
|
|
|
|
|
|
|
|
|
// settings |
|
|
|
// settings |
|
|
|
$settings-version: #ccc; |
|
|
|
$settings-version: #ccc !default; |
|
|
|
|
|
|
|
$form-help-text: #737373 !default; |
|
|
|
|
|
|
|
$settings-background: white !default; |
|
|
|
|
|
|
|
|
|
|
|
// social |
|
|
|
// social |
|
|
|
$social-email-color: #aaa; |
|
|
|
$social-email-color: #aaa !default; |
|
|
|
$social-facebook-color: #45619d; |
|
|
|
$social-facebook-color: #45619d !default; |
|
|
|
$social-google-color: #dd4b39; |
|
|
|
$social-google-color: #dd4b39 !default; |
|
|
|
$social-twitter-color: #00aced; |
|
|
|
$social-twitter-color: #00aced !default; |
|
|
|
$social-xing-color: white; |
|
|
|
$social-xing-color: white !default; |
|
|
|
|
|
|
|
|
|
|
|
// useability |
|
|
|
// useability |
|
|
|
$breakpoint-useability-small: 400px; |
|
|
|
$breakpoint-useability-small: 400px !default; |
|
|
|
$breakpoint-useability-large: 1020px; |
|
|
|
$breakpoint-useability-large: 1020px !default; |
|
|
|
|
|
|
|
|
|
|
|
// breakpoints |
|
|
|
// breakpoints |
|
|
|
$breakpoint-small: 480px; |
|
|
|
$breakpoint-small: 480px !default; |
|
|
|
$breakpoint-medium: 700px; |
|
|
|
$breakpoint-medium: 700px !default; |
|
|
|
$breakpoint-large: 1280px; |
|
|
|
$breakpoint-large: 1280px !default; |
|
|
|
$breakpoint-video-small: 590px; |
|
|
|
$breakpoint-video-small: 590px !default; |
|
|
|
$breakpoint-video-medium: 630px; |
|
|
|
$breakpoint-video-medium: 630px !default; |
|
|
|
$breakpoint-chat-small: 210px; |
|
|
|
$breakpoint-chat-small: 210px !default; |
|
|
|
$breakpoint-settings-medium: 630px; |
|
|
|
$breakpoint-settings-medium: 630px !default; |
|
|
|
|
|
|
|
|
|
|
|
// touch specific |
|
|
|
// touch specific |
|
|
|
$tap-highlight: rgba(0, 0, 0, 0); |
|
|
|
$tap-highlight: rgba(0, 0, 0, 0) !default; |
|
|
|
|
|
|
|
|
|
|
|
// Fontawsome changed variables |
|
|
|
// Fontawsome targeted variables |
|
|
|
// original at libs/fontawesome/_variables.scss |
|
|
|
$fa-css-prefix: fa !default; |
|
|
|
$fa-css-prefix: fa; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Bootstrap changed variables |
|
|
|
// Bootstrap changed variables |
|
|
|
// original at libs/bootstrap/_variables.scss |
|
|
|
$body-bg: $background !default; |
|
|
|
$body-bg: $background; |
|
|
|
|
|
|
|
|
|
|
|
$font-family-sans-serif: $font-sans-serif !default; |
|
|
|
// typography |
|
|
|
$font-family-base: $font-family-sans-serif !default; |
|
|
|
// font, line-height, and color for body text, headings, and more |
|
|
|
$font-size-base: $base-font-size !default; |
|
|
|
$font-family-sans-serif: $font-sans-serif; |
|
|
|
$font-size-base: $base-font-size !default; |
|
|
|
$font-family-serif: Georgia, "Times New Roman", Times, serif; |
|
|
|
$line-height-base: $base-line-height !default; |
|
|
|
$font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace; |
|
|
|
$text-color: $font-color !default; |
|
|
|
$font-family-base: $font-family-sans-serif; |
|
|
|
|
|
|
|
$font-size-base: $base-font-size; |
|
|
|
|
|
|
|
$line-height-base: $base-line-height; |
|
|
|
|
|
|
|