2018-04-27 16:50:58 +02:00
|
|
|
/*
|
|
|
|
Color scheme helpers:
|
|
|
|
https://coolors.co/app/264653-2a9d8f-e9c46a-f4a261-e76f51
|
|
|
|
http://paletton.com/#uid=70a0u0kkNs+b4JOgryLpxqpsbkI
|
|
|
|
*/
|
|
|
|
$subdued-color: #A8ABA1 !default;
|
|
|
|
$gray-color: #818479 !default;
|
|
|
|
$dark-gray-color: #585B51!default;
|
|
|
|
$visitor-color: #A8ABA1 !default;
|
|
|
|
|
|
|
|
$lightest-blue: #89B7CD;
|
|
|
|
$light-blue: #578EA9;
|
|
|
|
$blue: #387592;
|
|
|
|
$dark-blue: #206485;
|
|
|
|
$darkest-blue: #114C68;
|
|
|
|
|
|
|
|
$lightest-red: #FFB9A7;
|
|
|
|
$light-red: #FF977C;
|
|
|
|
$red: #E77051;
|
|
|
|
$dark-red: #D24E2B;
|
|
|
|
$darkest-red: #A53214;
|
|
|
|
|
|
|
|
$lightest-orange: #FFD6A7;
|
|
|
|
$light-orange: #E7A151;
|
|
|
|
$orange: #E7A151;
|
|
|
|
$dark-orange: #D2842B;
|
|
|
|
$darkest-orange: #A56214;
|
|
|
|
|
|
|
|
$greenish-white: #E7FBF0;
|
|
|
|
$reddish-white: #FFECE7;
|
|
|
|
|
|
|
|
$light-green: #5CBC86;
|
|
|
|
$green: #3AA569;
|
|
|
|
$dark-green: #1E9652;
|
|
|
|
$darkest-green: #0E763B;
|
|
|
|
|
|
|
|
$lightest-green: #E7FBF0;
|
|
|
|
$light-green: #5CBC86;
|
|
|
|
$green: #3AA569;
|
|
|
|
$dark-green: #1E9652;
|
|
|
|
$darkest-green: #0E763B;
|
|
|
|
|
|
|
|
$link-color: $light-blue !default;
|
|
|
|
$dark-link-color: $dark-blue !default;
|
|
|
|
$global-background-color: $light-blue !default;
|
|
|
|
|
|
|
|
$inverse-link-color: white !default;
|
|
|
|
$link-shadow-color: #FAFAFA !default;
|
|
|
|
$text-shadow-color: #FAFAFA !default;
|
2018-05-03 18:19:28 +02:00
|
|
|
$text-color: #666 !default;
|
|
|
|
$message-text-color: #555 !default;
|
2018-04-27 16:50:58 +02:00
|
|
|
$light-text-color: #A8ABA1 !default;
|
|
|
|
$border-color: #CCC !default;
|
|
|
|
$icon-color: $blue !default;
|
|
|
|
$save-button-color: $green !default;
|
|
|
|
|
|
|
|
$chat-textarea-height: 60px !default;
|
|
|
|
|
|
|
|
$send-button-height: 27px !default;
|
|
|
|
$send-button-margin: 3px !default;
|
|
|
|
|
|
|
|
$message-them-color: $green !default;
|
|
|
|
|
|
|
|
$roster-height: 194px !default;
|
|
|
|
|
2018-05-24 12:44:18 +02:00
|
|
|
$flyout-padding: 1.2em;
|
|
|
|
|
2018-04-27 16:50:58 +02:00
|
|
|
$chat-head-color: $green !default;
|
|
|
|
$chat-head-text-color: white !default;
|
|
|
|
$chat-head-inverse-text-color: white !default;
|
|
|
|
|
|
|
|
$input-focus-color: #1A9707 !default;
|
|
|
|
$highlight-color: #DCF9F6 !default;
|
|
|
|
|
|
|
|
$primary-color: $orange !default;
|
|
|
|
$secondary-color: $blue !default;
|
|
|
|
$warning-color: $dark-red !default;
|
|
|
|
|
|
|
|
$light-background-border-color: #B1BFC4 !default;
|
|
|
|
$light-background-color: #FCFDFD !default;
|
|
|
|
|
|
|
|
$moderator-color: $dark-red !default;
|
|
|
|
$online-color: $green !default;
|
|
|
|
$error-color: $darkest-red !default;
|
|
|
|
$info-color: $dark-green !default;
|
|
|
|
|
|
|
|
$rounded-border-radius: 4px !default;
|
|
|
|
|
|
|
|
$button-border-radius: 5px !default;
|
|
|
|
$chatbox-border-radius: 4px !default;
|
|
|
|
$bottom-gutter-height: 35px !default;
|
|
|
|
|
|
|
|
$mobile_landscape_height: 450px !default;
|
|
|
|
$mobile_portrait_length: 480px !default;
|
|
|
|
|
|
|
|
$message-font-size: 14px !default;
|
|
|
|
|
|
|
|
$font-size-tiny: 10px !default;
|
|
|
|
|
|
|
|
$controlbox-width: 250px !default;
|
2018-05-11 10:19:14 +02:00
|
|
|
$controlbox-head-color: $light-blue !default;
|
|
|
|
|
2018-04-27 16:50:58 +02:00
|
|
|
$chat-gutter: 0.5em !default;
|
|
|
|
$minimized-chats-width: 130px !default;
|
|
|
|
|
|
|
|
$mobile-chat-width: 100% !default;
|
|
|
|
$mobile-chat-height: 400px !default;
|
|
|
|
$small-mobile-chat-height: 300px !default;
|
|
|
|
|
|
|
|
$font-path: "../fonticons/fonts/" !default;
|
|
|
|
|
2018-05-14 13:27:10 +02:00
|
|
|
$normal-font: "Helvetica", "Arial", sans-serif;
|
2018-05-15 15:49:52 +02:00
|
|
|
$heading-font: 'Century Gothic', futura, 'URW Gothic L', Verdana, sans-serif !default;
|
2018-05-14 13:27:10 +02:00
|
|
|
|
2018-04-27 16:50:58 +02:00
|
|
|
$chatroom-color-dark: $darkest-red !default;
|
2018-05-24 12:44:18 +02:00
|
|
|
$chatroom-color-light: $light-red !default;
|
|
|
|
$chatroom-head-color: $red !default;
|
2018-04-27 16:50:58 +02:00
|
|
|
$chatroom-message-them-color: $green !default;
|
2018-05-24 12:44:18 +02:00
|
|
|
$chatroom-width: 400px !default;
|
2018-04-27 16:50:58 +02:00
|
|
|
|
|
|
|
$headline-head-color: $orange !default;
|
|
|
|
|
|
|
|
$box-close-button-padding-top: 4px !default;
|
|
|
|
$box-close-button-padding-bottom: 4px !default;
|
|
|
|
$box-close-button-padding-left: 4px !default;
|
|
|
|
$box-close-button-padding-right: 4px !default;
|
2018-05-10 22:14:37 +02:00
|
|
|
|
|
|
|
$chatbox-button-size: 14px !default;
|
|
|
|
$fullpage-chatbox-button-size: 16px !default;
|
2018-05-24 12:44:18 +02:00
|
|
|
|
|
|
|
$font-size-small: 12px !default;
|
|
|
|
$font-size: 14px !default;
|
|
|
|
$font-size-large: 16px !default;
|
|
|
|
$font-size-huge: 20px !default;
|
2018-05-24 14:28:05 +02:00
|
|
|
|
2018-05-24 12:44:18 +02:00
|
|
|
$legend-font-size: 16px !default;
|
|
|
|
|
|
|
|
$line-height-small: 14px !default;
|
|
|
|
$line-height: 16px !default;
|
|
|
|
$line-height-large: 20px !default;
|
2018-08-09 10:38:28 +02:00
|
|
|
$line-height-huge: 27px !default;
|
2018-05-24 12:44:18 +02:00
|
|
|
|
|
|
|
$occupants-padding: 1em;
|
|
|
|
|
2018-05-24 14:28:05 +02:00
|
|
|
$fullpage-chat-head-height: 62px !default;
|
|
|
|
$fullpage-chat-height: 100vh;
|
|
|
|
$fullpage-chat-width: 100%;
|
2018-05-24 13:17:26 +02:00
|
|
|
$fullpage-emoji-picker-height: 150px !default;
|
2018-08-07 10:53:15 +02:00
|
|
|
$fullpage-max-chat-textarea-height: 15em!default;
|
2018-05-24 13:17:26 +02:00
|
|
|
|
|
|
|
$overlayed-chat-head-height: 55px !default;
|
|
|
|
$overlayed-chat-height: 450px !default;
|
|
|
|
$overlayed-chat-width: 250px !default;
|
2018-05-24 14:28:05 +02:00
|
|
|
$overlayed-chatbox-hover-height: 1em !default;
|
|
|
|
$overlayed-emoji-picker-height: 100px !default;
|
|
|
|
$overlayed-max-chat-textarea-height: 200px !default;
|