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