2017-09-17 01:30:52 +02:00
|
|
|
|
@mixin fade-in {
|
2018-01-04 13:10:35 +01:00
|
|
|
|
opacity: 0; /* make things invisible upon start */
|
2019-08-23 15:09:37 +02:00
|
|
|
|
animation-name: fadein;
|
|
|
|
|
animation-fill-mode: forwards;
|
|
|
|
|
animation-duration: 0.75s;
|
|
|
|
|
animation-timing-function: ease;
|
2017-09-17 01:30:52 +02:00
|
|
|
|
}
|
|
|
|
|
|
2019-01-02 22:26:31 +01:00
|
|
|
|
body.converse-fullscreen {
|
2018-02-15 14:37:44 +01:00
|
|
|
|
margin: 0;
|
2019-01-02 22:26:31 +01:00
|
|
|
|
background-color: var(--global-background-color);
|
2018-02-15 14:37:44 +01:00
|
|
|
|
}
|
|
|
|
|
|
2019-01-02 22:26:31 +01:00
|
|
|
|
#conversejs-bg {
|
|
|
|
|
.converse-brand {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
margin-top: 15vh;
|
2019-08-23 15:09:37 +02:00
|
|
|
|
animation-name: fadein;
|
|
|
|
|
animation-fill-mode: forwards;
|
|
|
|
|
animation-duration: 5s;
|
|
|
|
|
animation-timing-function: ease;
|
2018-09-06 21:03:23 +02:00
|
|
|
|
}
|
|
|
|
|
|
2019-01-02 22:26:31 +01:00
|
|
|
|
.converse-brand__padding {
|
|
|
|
|
@include make-col-ready();
|
|
|
|
|
@include media-breakpoint-up(md) {
|
|
|
|
|
@include make-col(4);
|
|
|
|
|
}
|
|
|
|
|
@include media-breakpoint-up(lg) {
|
|
|
|
|
@include make-col(3);
|
|
|
|
|
}
|
|
|
|
|
@include media-breakpoint-up(xl) {
|
|
|
|
|
@include make-col(2);
|
|
|
|
|
}
|
|
|
|
|
padding: 0;
|
2018-09-06 21:03:23 +02:00
|
|
|
|
}
|
|
|
|
|
|
2019-01-02 22:26:31 +01:00
|
|
|
|
.converse-brand__heading {
|
|
|
|
|
@include make-col-ready();
|
|
|
|
|
@include media-breakpoint-up(md) {
|
|
|
|
|
font-size: 4em;
|
|
|
|
|
@include make-col(8);
|
|
|
|
|
}
|
|
|
|
|
@include media-breakpoint-up(lg) {
|
|
|
|
|
font-size: 5em;
|
|
|
|
|
@include make-col(9);
|
|
|
|
|
}
|
|
|
|
|
@include media-breakpoint-up(xl) {
|
|
|
|
|
font-size: 6em;
|
|
|
|
|
@include make-col(10);
|
|
|
|
|
}
|
|
|
|
|
padding: 0;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
margin: auto;
|
|
|
|
|
svg {
|
|
|
|
|
margin-top: 0.3em;
|
|
|
|
|
}
|
|
|
|
|
}
|
2019-01-01 12:18:02 +01:00
|
|
|
|
|
2019-01-02 22:26:31 +01:00
|
|
|
|
.converse-brand__text {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
font-family: var(--branding-font);
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 140%;
|
|
|
|
|
margin-left: 0.2em;
|
|
|
|
|
.byline {
|
|
|
|
|
margin: 0;
|
|
|
|
|
font-family: var(--heading-font);
|
|
|
|
|
font-size: 0.3em;
|
|
|
|
|
opacity: 0.55;
|
|
|
|
|
margin-bottom: 2em;
|
|
|
|
|
margin-left: -2.7em;
|
|
|
|
|
word-spacing: 5px;
|
|
|
|
|
}
|
2019-01-10 21:11:18 +01:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#conversejs-bg, #conversejs {
|
|
|
|
|
.subdued {
|
|
|
|
|
opacity: 0.35;
|
2018-09-06 21:03:23 +02:00
|
|
|
|
}
|
|
|
|
|
}
|
2018-05-14 13:27:10 +02:00
|
|
|
|
|
2015-06-04 15:07:03 +02:00
|
|
|
|
#conversejs {
|
2018-05-18 12:02:51 +02:00
|
|
|
|
bottom: 0;
|
|
|
|
|
height: 100%;
|
|
|
|
|
position: fixed;
|
2018-01-29 15:03:10 +01:00
|
|
|
|
padding-left: env(safe-area-inset-left);
|
|
|
|
|
padding-right: env(safe-area-inset-right);
|
2018-10-25 20:42:56 +02:00
|
|
|
|
color: var(--text-color);
|
2019-02-18 12:17:18 +01:00
|
|
|
|
font-family: var(--normal-font);
|
2018-10-25 20:42:56 +02:00
|
|
|
|
font-size: var(--font-size);
|
2018-03-09 20:06:47 +01:00
|
|
|
|
direction: ltr;
|
2016-04-01 12:53:15 +02:00
|
|
|
|
z-index: 1031; // One more than bootstrap navbar
|
2018-01-26 14:41:06 +01:00
|
|
|
|
|
2018-12-20 12:29:55 +01:00
|
|
|
|
textarea:disabled {
|
|
|
|
|
background-color: #EEE !important;
|
|
|
|
|
}
|
|
|
|
|
|
2020-04-07 12:04:13 +02:00
|
|
|
|
.smooth-scroll {
|
|
|
|
|
scroll-behavior: smooth !important;
|
|
|
|
|
}
|
|
|
|
|
|
2018-08-20 13:40:26 +02:00
|
|
|
|
.nopadding {
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
2018-05-24 12:52:32 +02:00
|
|
|
|
&.converse-overlayed {
|
|
|
|
|
> .row {
|
|
|
|
|
flex-direction: row-reverse;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-06-01 12:37:14 +02:00
|
|
|
|
&.converse-fullscreen,
|
|
|
|
|
&.converse-mobile {
|
2018-05-24 12:52:32 +02:00
|
|
|
|
.converse-chatboxes {
|
|
|
|
|
width: 100vw;
|
2018-07-20 14:07:33 +02:00
|
|
|
|
left: -15px; // Hack due to padding added by bootstrap
|
2018-05-24 12:52:32 +02:00
|
|
|
|
}
|
|
|
|
|
}
|
2018-06-01 12:37:14 +02:00
|
|
|
|
&.converse-overlayed {
|
|
|
|
|
height: 3em;
|
|
|
|
|
}
|
2018-12-04 12:52:25 +01:00
|
|
|
|
&.converse-embedded {
|
2019-08-23 15:09:37 +02:00
|
|
|
|
box-sizing: border-box;
|
2018-12-04 12:52:25 +01:00
|
|
|
|
*, *:before, *:after {
|
2019-08-23 15:09:37 +02:00
|
|
|
|
box-sizing: border-box;
|
2018-12-04 12:52:25 +01:00
|
|
|
|
}
|
|
|
|
|
bottom: auto;
|
|
|
|
|
height: 100%; // When embedded, it fills the containing element
|
|
|
|
|
position: relative;
|
|
|
|
|
right: auto;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
2018-05-24 12:52:32 +02:00
|
|
|
|
|
2018-11-14 11:52:58 +01:00
|
|
|
|
.brand-heading-container {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
2018-05-14 13:27:10 +02:00
|
|
|
|
.brand-heading {
|
2019-01-01 11:06:45 +01:00
|
|
|
|
display: inline-flex;
|
2019-01-10 21:11:18 +01:00
|
|
|
|
flex-direction: row;
|
|
|
|
|
align-items: flex-start;
|
2019-01-01 12:05:46 +01:00
|
|
|
|
font-family: var(--branding-font);
|
2019-01-03 10:57:04 +01:00
|
|
|
|
color: var(--link-color);
|
2019-01-10 21:11:18 +01:00
|
|
|
|
margin-bottom: 1em;
|
|
|
|
|
|
|
|
|
|
.brand-name {
|
|
|
|
|
color: var(--link-color);
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin-top: -0.5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.brand-name__text {
|
|
|
|
|
font-size: 120%;
|
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
|
}
|
|
|
|
|
|
2019-01-01 11:06:45 +01:00
|
|
|
|
.converse-svg-logo {
|
2019-01-10 21:11:18 +01:00
|
|
|
|
color: var(--link-color);
|
|
|
|
|
height: 1.5em;
|
2019-01-01 11:06:45 +01:00
|
|
|
|
margin-right: 0.25em;
|
2019-01-10 21:11:18 +01:00
|
|
|
|
margin-bottom: -0.25em;
|
2019-01-01 11:06:45 +01:00
|
|
|
|
.cls-1 {
|
|
|
|
|
isolation: isolate;
|
|
|
|
|
}
|
|
|
|
|
.cls-2 {
|
|
|
|
|
opacity: 0.5;
|
|
|
|
|
mix-blend-mode: multiply;
|
|
|
|
|
}
|
|
|
|
|
.cls-3 {
|
|
|
|
|
fill: var(--link-color);
|
|
|
|
|
}
|
|
|
|
|
.cls-4 {
|
|
|
|
|
fill: var(--link-color);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.brand-heading--inverse {
|
|
|
|
|
.converse-svg-logo {
|
|
|
|
|
margin-bottom: 0em;
|
2019-01-11 09:16:35 +01:00
|
|
|
|
margin-top: -0.2em;
|
|
|
|
|
}
|
|
|
|
|
.byline {
|
|
|
|
|
margin: 0;
|
|
|
|
|
font-family: var(--heading-font);
|
|
|
|
|
font-size: 0.25em;
|
|
|
|
|
opacity: 0.55;
|
|
|
|
|
margin-left: -7em;
|
|
|
|
|
word-spacing: 5px;
|
2019-01-01 11:06:45 +01:00
|
|
|
|
}
|
2018-05-14 13:27:10 +02:00
|
|
|
|
}
|
|
|
|
|
|
2020-02-10 11:23:55 +01:00
|
|
|
|
.dropdown-item {
|
|
|
|
|
padding: 0.5rem 1rem;
|
|
|
|
|
.fa {
|
2020-04-15 13:59:55 +02:00
|
|
|
|
width: 1.25em;
|
2020-02-10 11:23:55 +01:00
|
|
|
|
margin-right: 0.75rem;
|
|
|
|
|
}
|
|
|
|
|
&:active, &.selected {
|
|
|
|
|
color: white !important;
|
|
|
|
|
background-color: var(--list-item-open-color);
|
|
|
|
|
.fa {
|
|
|
|
|
color: white !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-05-18 12:02:51 +02:00
|
|
|
|
.popover {
|
|
|
|
|
position: fixed;
|
|
|
|
|
}
|
|
|
|
|
|
2018-03-09 20:06:47 +01:00
|
|
|
|
.converse-chatboxes {
|
2018-03-25 11:38:22 +02:00
|
|
|
|
z-index: 1031; // One more than bootstrap navbar
|
2018-03-09 20:06:47 +01:00
|
|
|
|
position: fixed;
|
|
|
|
|
bottom: 0;
|
2018-03-26 16:02:10 +02:00
|
|
|
|
right: 0;
|
2018-03-09 20:06:47 +01:00
|
|
|
|
}
|
2018-03-09 10:12:05 +01:00
|
|
|
|
|
2018-01-26 14:41:06 +01:00
|
|
|
|
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
|
2018-10-25 20:42:56 +02:00
|
|
|
|
color: var(--subdued-color);
|
2016-04-01 12:53:15 +02:00
|
|
|
|
}
|
2018-01-26 14:41:06 +01:00
|
|
|
|
::-moz-placeholder { /* Firefox 19+ */
|
2018-10-25 20:42:56 +02:00
|
|
|
|
color: var(--subdued-color);
|
2018-01-26 14:41:06 +01:00
|
|
|
|
}
|
|
|
|
|
:-ms-input-placeholder { /* IE 10+ */
|
2018-10-25 20:42:56 +02:00
|
|
|
|
color: var(--subdued-color);
|
2018-01-26 14:41:06 +01:00
|
|
|
|
}
|
|
|
|
|
:-moz-placeholder { /* Firefox 18- */
|
2018-10-25 20:42:56 +02:00
|
|
|
|
color: var(--subdued-color);
|
2015-11-04 19:32:08 +01:00
|
|
|
|
}
|
2017-03-19 16:59:48 +01:00
|
|
|
|
::placeholder {
|
2018-10-25 20:42:56 +02:00
|
|
|
|
color: var(--subdued-color);
|
2017-03-19 16:59:48 +01:00
|
|
|
|
}
|
|
|
|
|
|
2015-10-27 11:17:55 +01:00
|
|
|
|
::selection {
|
2018-10-25 20:42:56 +02:00
|
|
|
|
background-color: var(--highlight-color);
|
2015-06-04 15:07:03 +02:00
|
|
|
|
}
|
2015-10-27 11:17:55 +01:00
|
|
|
|
::-moz-selection {
|
2018-10-25 20:42:56 +02:00
|
|
|
|
background-color: var(--highlight-color);
|
2015-06-04 15:07:03 +02:00
|
|
|
|
}
|
|
|
|
|
|
2018-02-20 15:57:01 +01:00
|
|
|
|
@media screen and (max-width: $mobile-portrait-length) {
|
|
|
|
|
margin: 0;
|
|
|
|
|
right: 10px;
|
|
|
|
|
left: 10px;
|
|
|
|
|
bottom: 5px;
|
|
|
|
|
}
|
|
|
|
|
@media screen and (max-height: $mobile-landscape-height) {
|
|
|
|
|
margin: 0;
|
|
|
|
|
right: 10px;
|
|
|
|
|
left: 10px;
|
|
|
|
|
bottom: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul li { height: auto; }
|
|
|
|
|
div, span, h1, h2, h3, h4, h5, h6, p, blockquote,
|
|
|
|
|
pre, a, em, img, strong, dl, dt, dd, ol, ul, li,
|
2018-02-22 15:51:44 +01:00
|
|
|
|
fieldset, form, legend, table, caption, tbody,
|
2018-10-28 18:58:23 +01:00
|
|
|
|
tfoot, thead, tr, th, td, article, aside, details,
|
2018-02-20 15:57:01 +01:00
|
|
|
|
embed, figure, figcaption, footer, header, hgroup, menu,
|
|
|
|
|
nav, output, ruby, section, summary, time, mark, audio, video {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
border: 0;
|
|
|
|
|
font: inherit;
|
|
|
|
|
vertical-align: baseline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
textarea,
|
|
|
|
|
input[type=submit], input[type=button],
|
|
|
|
|
input[type=text], input[type=password],
|
|
|
|
|
button {
|
2018-10-25 20:42:56 +02:00
|
|
|
|
font-size: var(--font-size);
|
2018-02-20 15:57:01 +01:00
|
|
|
|
min-height: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
strong {
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
}
|
|
|
|
|
|
2018-06-04 19:53:33 +02:00
|
|
|
|
em {
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
|
2018-02-20 15:57:01 +01:00
|
|
|
|
ol, ul {
|
|
|
|
|
list-style: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
li {
|
|
|
|
|
height: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul, ol, dl {
|
|
|
|
|
font: inherit;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2019-08-16 10:18:35 +02:00
|
|
|
|
a {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
2018-06-12 17:01:10 +02:00
|
|
|
|
a, a:visited, a:not([href]):not([tabindex]) {
|
2018-02-16 15:08:16 +01:00
|
|
|
|
text-decoration: none;
|
2018-10-25 20:42:56 +02:00
|
|
|
|
color: var(--link-color);
|
2018-02-20 15:57:01 +01:00
|
|
|
|
text-shadow: none;
|
2018-06-12 17:01:10 +02:00
|
|
|
|
&:hover {
|
2020-01-10 11:02:40 +01:00
|
|
|
|
color: var(--link-hover-color);
|
2018-06-12 17:01:10 +02:00
|
|
|
|
text-decoration: none;
|
|
|
|
|
text-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
|
2018-09-04 11:39:27 +02:00
|
|
|
|
&.fa, &.far, &.fas {
|
2018-10-25 20:42:56 +02:00
|
|
|
|
color: var(--subdued-color);
|
2018-02-20 15:57:01 +01:00
|
|
|
|
&:hover {
|
2018-10-25 20:42:56 +02:00
|
|
|
|
color: var(--gray-color);
|
2018-02-20 15:57:01 +01:00
|
|
|
|
}
|
|
|
|
|
}
|
2018-02-16 15:08:16 +01:00
|
|
|
|
}
|
|
|
|
|
|
2018-10-28 18:58:23 +01:00
|
|
|
|
svg {
|
2018-10-25 20:42:56 +02:00
|
|
|
|
border-radius: var(--chatbox-border-radius);
|
2018-01-23 11:20:51 +01:00
|
|
|
|
}
|
|
|
|
|
|
2018-09-04 11:39:27 +02:00
|
|
|
|
.fa, .far, .fas {
|
2018-10-25 20:42:56 +02:00
|
|
|
|
color: var(--subdued-color);
|
2018-02-20 15:57:01 +01:00
|
|
|
|
}
|
|
|
|
|
|
2018-09-04 11:39:27 +02:00
|
|
|
|
.fa:hover, .far:hover, .fas:hover {
|
2018-10-25 20:42:56 +02:00
|
|
|
|
color: var(--gray-color);
|
2018-02-20 15:57:01 +01:00
|
|
|
|
}
|
|
|
|
|
|
2019-09-24 15:33:41 +02:00
|
|
|
|
q {
|
|
|
|
|
quotes: "“" "”" "‘" "’";
|
2020-02-14 13:19:12 +01:00
|
|
|
|
&.reason {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
2019-09-24 15:33:41 +02:00
|
|
|
|
}
|
|
|
|
|
q:before {
|
|
|
|
|
content: open-quote;
|
|
|
|
|
}
|
|
|
|
|
q:after {
|
|
|
|
|
content: close-quote;
|
|
|
|
|
}
|
|
|
|
|
|
2019-09-09 11:02:14 +02:00
|
|
|
|
.helptext {
|
|
|
|
|
font-size: var(--font-size-tiny);
|
|
|
|
|
color: var(--text-color-lighten-15-percent);
|
|
|
|
|
}
|
|
|
|
|
|
2018-02-19 16:05:29 +01:00
|
|
|
|
.selected {
|
2018-10-25 20:42:56 +02:00
|
|
|
|
color: var(--link-color) !important;
|
2018-02-19 16:05:29 +01:00
|
|
|
|
}
|
|
|
|
|
|
2018-01-23 11:20:51 +01:00
|
|
|
|
.circle {
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
}
|
|
|
|
|
|
2018-01-26 14:41:06 +01:00
|
|
|
|
.badge {
|
2018-01-23 11:20:51 +01:00
|
|
|
|
line-height: 1;
|
2018-01-26 14:41:06 +01:00
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-size: 90%;
|
2018-01-23 11:20:51 +01:00
|
|
|
|
}
|
|
|
|
|
|
2018-05-10 14:44:46 +02:00
|
|
|
|
.btn {
|
2018-05-14 13:27:10 +02:00
|
|
|
|
font-weight: normal;
|
2018-01-23 11:20:51 +01:00
|
|
|
|
color: #fff;
|
2018-09-04 11:39:27 +02:00
|
|
|
|
.fa, .far, .fas {
|
2018-05-10 14:44:46 +02:00
|
|
|
|
color: #fff;
|
2018-05-15 10:11:13 +02:00
|
|
|
|
margin-right: 0.5em;
|
2020-02-10 11:23:55 +01:00
|
|
|
|
|
|
|
|
|
&.only-icon {
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
}
|
2018-05-10 14:44:46 +02:00
|
|
|
|
}
|
2018-01-23 11:20:51 +01:00
|
|
|
|
}
|
|
|
|
|
|
2015-10-27 11:17:55 +01:00
|
|
|
|
.no-text-select {
|
|
|
|
|
-webkit-touch-callout: none;
|
2019-08-23 15:09:37 +02:00
|
|
|
|
user-select: none;
|
2015-10-27 11:17:55 +01:00
|
|
|
|
}
|
2016-11-30 10:45:43 +01:00
|
|
|
|
|
2018-01-16 16:34:42 +01:00
|
|
|
|
@keyframes colorchange-chatmessage {
|
2018-01-27 16:20:35 +01:00
|
|
|
|
0% {background-color: rgba(141, 216, 174, 1);}
|
|
|
|
|
25% {background-color: rgba(141, 216, 174, 0.75);}
|
|
|
|
|
50% {background-color: rgba(141, 216, 174, 0.5);}
|
|
|
|
|
75% {background-color: rgba(141, 216, 174, 0.25);}
|
|
|
|
|
100% {background-color: transparent;}
|
2018-01-16 16:34:42 +01:00
|
|
|
|
}
|
|
|
|
|
@-webkit-keyframes colorchange-chatmessage {
|
2018-01-27 16:20:35 +01:00
|
|
|
|
0% {background-color: rgba(141, 216, 174, 1);}
|
|
|
|
|
25% {background-color: rgba(141, 216, 174, 0.75);}
|
|
|
|
|
50% {background-color: rgba(141, 216, 174, 0.5);}
|
|
|
|
|
75% {background-color: rgba(141, 216, 174, 0.25);}
|
|
|
|
|
100% {background-color: transparent;}
|
2018-01-16 16:34:42 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes colorchange-chatmessage-muc {
|
2018-01-27 16:20:35 +01:00
|
|
|
|
0% {background-color: rgba(255, 181, 162, 1);}
|
|
|
|
|
25% {background-color: rgba(255, 181, 162, 0.75);}
|
|
|
|
|
50% {background-color: rgba(255, 181, 162, 0.5);}
|
|
|
|
|
75% {background-color: rgba(255, 181, 162, 0.25);}
|
|
|
|
|
100% {background-color: transparent;}
|
2018-01-16 16:34:42 +01:00
|
|
|
|
}
|
|
|
|
|
@-webkit-keyframes colorchange-chatmessage-muc {
|
2018-01-27 16:20:35 +01:00
|
|
|
|
0% {background-color: rgba(255, 181, 162, 1);}
|
|
|
|
|
25% {background-color: rgba(255, 181, 162, 0.75);}
|
|
|
|
|
50% {background-color: rgba(255, 181, 162, 0.5);}
|
|
|
|
|
75% {background-color: rgba(255, 181, 162, 0.25);}
|
|
|
|
|
100% {background-color: transparent;}
|
2018-01-16 16:34:42 +01:00
|
|
|
|
}
|
2016-11-30 10:45:43 +01:00
|
|
|
|
@keyframes fadein {
|
|
|
|
|
0% { opacity: 0 }
|
|
|
|
|
100% { opacity: 1 }
|
|
|
|
|
}
|
|
|
|
|
@-webkit-keyframes fadein {
|
2016-11-30 18:08:23 +01:00
|
|
|
|
0% { opacity: 0 }
|
|
|
|
|
100% { opacity: 1 }
|
2016-11-30 10:45:43 +01:00
|
|
|
|
}
|
2018-08-30 23:13:28 +02:00
|
|
|
|
@-webkit-keyframes fadeOut {
|
2019-06-12 06:56:20 +02:00
|
|
|
|
0% { opacity: 1; visibility: visible; }
|
|
|
|
|
100% { opacity: 0; visibility: hidden; }
|
|
|
|
|
}
|
2018-08-30 23:13:28 +02:00
|
|
|
|
@keyframes fadeOut {
|
2019-06-12 06:56:20 +02:00
|
|
|
|
0% { opacity: 1; visibility: visible; }
|
|
|
|
|
100% { opacity: 0; visibility: hidden; }
|
|
|
|
|
}
|
2018-08-30 23:13:28 +02:00
|
|
|
|
|
2017-12-20 11:02:01 +01:00
|
|
|
|
.fade-in {
|
|
|
|
|
@include fade-in;
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-30 10:45:43 +01:00
|
|
|
|
.visible {
|
2017-12-20 11:02:01 +01:00
|
|
|
|
opacity:0; /* make things invisible upon start */
|
2019-08-23 15:09:37 +02:00
|
|
|
|
animation-name: fadein;
|
|
|
|
|
animation-fill-mode: forwards;
|
|
|
|
|
animation-duration: 500ms;
|
|
|
|
|
animation-timing-function: ease;
|
2016-11-30 10:45:43 +01:00
|
|
|
|
}
|
2017-12-20 11:02:01 +01:00
|
|
|
|
|
2015-10-27 11:17:55 +01:00
|
|
|
|
.hidden {
|
2018-02-19 16:05:29 +01:00
|
|
|
|
opacity: 0 !important;
|
|
|
|
|
display: none !important;
|
2015-10-27 11:17:55 +01:00
|
|
|
|
}
|
2018-08-30 23:13:28 +02:00
|
|
|
|
|
|
|
|
|
.fade-out {
|
2019-06-12 06:56:20 +02:00
|
|
|
|
animation-duration: 0.5s;
|
|
|
|
|
animation-fill-mode: forwards;
|
|
|
|
|
animation-name: fadeOut;
|
|
|
|
|
animation-timing-function: ease-in-out;
|
2018-08-30 23:13:28 +02:00
|
|
|
|
}
|
|
|
|
|
|
2017-07-15 11:03:22 +02:00
|
|
|
|
.collapsed {
|
2017-12-17 16:03:28 +01:00
|
|
|
|
height: 0 !important;
|
|
|
|
|
overflow: hidden !important;
|
|
|
|
|
padding: 0 !important;
|
2017-07-15 11:03:22 +02:00
|
|
|
|
}
|
2016-11-30 10:45:43 +01:00
|
|
|
|
|
2015-10-27 11:17:55 +01:00
|
|
|
|
.locked {
|
|
|
|
|
padding-right: 22px;
|
|
|
|
|
}
|
2015-06-04 15:07:03 +02:00
|
|
|
|
|
2018-01-16 16:34:42 +01:00
|
|
|
|
|
2019-08-23 15:09:37 +02:00
|
|
|
|
@keyframes spin {
|
2015-10-27 11:17:55 +01:00
|
|
|
|
from {
|
2019-08-23 15:09:37 +02:00
|
|
|
|
transform: rotate(0deg);
|
2015-10-27 11:17:55 +01:00
|
|
|
|
}
|
|
|
|
|
to {
|
2019-08-23 15:09:37 +02:00
|
|
|
|
transform: rotate(359deg);
|
2015-10-27 11:17:55 +01:00
|
|
|
|
}
|
|
|
|
|
}
|
2015-06-04 15:07:03 +02:00
|
|
|
|
|
2015-10-27 11:17:55 +01:00
|
|
|
|
.spinner {
|
2019-08-23 15:09:37 +02:00
|
|
|
|
animation: spin 2s infinite, linear;
|
2018-11-12 15:40:43 +01:00
|
|
|
|
width: 1em;
|
2015-10-27 11:17:55 +01:00
|
|
|
|
display: block;
|
|
|
|
|
text-align: center;
|
2019-08-12 20:16:34 +02:00
|
|
|
|
padding: 0.5em 0;
|
2018-03-07 14:36:19 +01:00
|
|
|
|
font-size: 24px;
|
2015-10-27 11:17:55 +01:00
|
|
|
|
}
|
2017-04-04 16:22:19 +02:00
|
|
|
|
.left {
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
.right {
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
.centered {
|
|
|
|
|
text-align: center;
|
|
|
|
|
display: block;
|
2018-03-11 16:36:44 +01:00
|
|
|
|
margin: auto;
|
2017-04-04 16:22:19 +02:00
|
|
|
|
}
|
|
|
|
|
.hor_centered {
|
|
|
|
|
text-align: center;
|
|
|
|
|
display: block;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
clear: both;
|
|
|
|
|
}
|
2015-06-04 15:07:03 +02:00
|
|
|
|
|
2015-10-27 11:17:55 +01:00
|
|
|
|
.error {
|
2020-05-12 15:32:52 +02:00
|
|
|
|
color: var(--error-color) !important;
|
2015-10-27 11:17:55 +01:00
|
|
|
|
}
|
2017-09-18 08:58:26 +02:00
|
|
|
|
.info {
|
2018-10-25 20:42:56 +02:00
|
|
|
|
color: var(--info-color);
|
2017-09-18 08:58:26 +02:00
|
|
|
|
}
|
2015-10-27 11:17:55 +01:00
|
|
|
|
.reg-feedback {
|
|
|
|
|
font-size: 85%;
|
2017-09-17 01:30:52 +02:00
|
|
|
|
margin-bottom: 1em;
|
2015-10-27 11:17:55 +01:00
|
|
|
|
}
|
2015-06-04 15:07:03 +02:00
|
|
|
|
|
2015-10-27 11:17:55 +01:00
|
|
|
|
.reg-feedback,
|
|
|
|
|
#converse-login .conn-feedback {
|
|
|
|
|
display: block;
|
|
|
|
|
text-align: center;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
2015-06-04 15:07:03 +02:00
|
|
|
|
|
2018-02-19 22:12:50 +01:00
|
|
|
|
.avatar {
|
2018-10-27 02:16:50 +02:00
|
|
|
|
border-radius: var(--avatar-border-radius);
|
|
|
|
|
border: var(--avatar-border);
|
|
|
|
|
background-color: var(--avatar-background-color);
|
2018-02-19 22:12:50 +01:00
|
|
|
|
}
|
|
|
|
|
|
2019-11-11 15:27:34 +01:00
|
|
|
|
.avatar-autocomplete {
|
2020-02-10 11:23:55 +01:00
|
|
|
|
margin-right: 0.5em;
|
2019-11-11 15:27:34 +01:00
|
|
|
|
vertical-align: middle;
|
2020-02-10 11:23:55 +01:00
|
|
|
|
}
|
2019-11-11 15:27:34 +01:00
|
|
|
|
|
2015-10-27 11:17:55 +01:00
|
|
|
|
.activated {
|
|
|
|
|
display: block !important;
|
|
|
|
|
}
|
2018-02-19 22:12:50 +01:00
|
|
|
|
|
2020-04-16 13:36:48 +02:00
|
|
|
|
.form-help {
|
|
|
|
|
color: var(--subdued-color);
|
|
|
|
|
font-size: 90%;
|
|
|
|
|
}
|
|
|
|
|
|
2020-04-14 17:19:26 +02:00
|
|
|
|
.form-control--labeled {
|
|
|
|
|
margin-top: 0.5em;
|
|
|
|
|
}
|
|
|
|
|
|
2018-11-12 12:15:13 +01:00
|
|
|
|
.nav-pills .nav-link.active,
|
|
|
|
|
.nav-pills .show > .nav-link {
|
|
|
|
|
background-color: var(--primary-color);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.list-group-item.active {
|
|
|
|
|
background-color: var(--primary-color);
|
2018-11-12 14:06:52 +01:00
|
|
|
|
border-color: var(--primary-color-dark);
|
2018-11-12 12:15:13 +01:00
|
|
|
|
}
|
|
|
|
|
|
2018-12-07 11:27:57 +01:00
|
|
|
|
.badge {
|
|
|
|
|
text-shadow: none;
|
2019-03-26 11:31:47 +01:00
|
|
|
|
color: white;
|
2018-12-07 11:27:57 +01:00
|
|
|
|
}
|
|
|
|
|
|
2019-03-26 11:31:47 +01:00
|
|
|
|
.badge-light {
|
|
|
|
|
color: var(--text-color);
|
2018-12-10 14:49:54 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-primary, .button-primary, .badge-primary {
|
2018-10-25 20:42:56 +02:00
|
|
|
|
background-color: var(--primary-color);
|
2018-11-12 12:15:13 +01:00
|
|
|
|
border-color: transparent;
|
2020-04-14 17:19:26 +02:00
|
|
|
|
&:focus, &:hover, &:active {
|
2018-11-12 14:06:52 +01:00
|
|
|
|
background-color: var(--primary-color-dark) !important;
|
|
|
|
|
border-color: transparent !important;
|
|
|
|
|
}
|
2015-10-29 10:21:31 +01:00
|
|
|
|
}
|
2018-11-12 14:06:52 +01:00
|
|
|
|
|
2020-02-10 11:23:55 +01:00
|
|
|
|
.btn--transparent {
|
|
|
|
|
background: transparent;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
2020-01-28 19:25:21 +01:00
|
|
|
|
.btn-circle {
|
2020-01-30 21:59:51 +01:00
|
|
|
|
width: 30px;
|
|
|
|
|
height: 30px;
|
2020-01-28 19:25:21 +01:00
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 0.5em 0;
|
|
|
|
|
font-size: var(--font-size-small);
|
|
|
|
|
line-height: 1.428571429;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
|
&.fa {
|
|
|
|
|
color: white !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-12-10 14:49:54 +01:00
|
|
|
|
.badge-groupchat {
|
2019-01-31 17:22:24 +01:00
|
|
|
|
background-color: var(--chatroom-badge-color);
|
2018-12-10 14:49:54 +01:00
|
|
|
|
border-color: transparent;
|
|
|
|
|
&:hover {
|
2019-01-31 17:22:24 +01:00
|
|
|
|
background-color: var(--chatroom-badge-hover-color);
|
2018-12-10 14:49:54 +01:00
|
|
|
|
border-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
&.active {
|
2019-01-31 17:22:24 +01:00
|
|
|
|
background-color: var(--chatroom-badge-hover-color) !important;
|
2018-12-10 14:49:54 +01:00
|
|
|
|
border-color: transparent !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-11-07 11:40:35 +01:00
|
|
|
|
.btn-info, .badge-info {
|
2018-11-12 14:06:52 +01:00
|
|
|
|
background-color: var(--primary-color);
|
|
|
|
|
border-color: var(--primary-color);
|
|
|
|
|
&:hover {
|
|
|
|
|
background-color: var(--primary-color-dark);
|
|
|
|
|
border-color: var(--primary-color-dark);
|
|
|
|
|
}
|
2018-11-07 11:40:35 +01:00
|
|
|
|
}
|
2018-11-12 14:06:52 +01:00
|
|
|
|
|
|
|
|
|
.button-cancel,
|
2018-11-07 11:40:35 +01:00
|
|
|
|
.btn-secondary, .badge-secondary {
|
2015-10-29 10:55:34 +01:00
|
|
|
|
color: white;
|
2018-10-25 20:42:56 +02:00
|
|
|
|
background-color: var(--secondary-color);
|
2018-11-12 14:06:52 +01:00
|
|
|
|
border-color: var(--secondary-color);
|
|
|
|
|
&:hover {
|
|
|
|
|
background-color: var(--secondary-color-dark);
|
|
|
|
|
border-color: var(--secondary-color-dark);
|
|
|
|
|
}
|
2015-10-29 10:55:34 +01:00
|
|
|
|
}
|
2018-11-12 14:06:52 +01:00
|
|
|
|
|
2018-11-07 11:40:35 +01:00
|
|
|
|
.btn-warning {
|
|
|
|
|
color: white;
|
|
|
|
|
background-color: var(--warning-color);
|
2018-11-12 14:06:52 +01:00
|
|
|
|
border-color: var(--warning-color);
|
|
|
|
|
&:hover {
|
|
|
|
|
color: white;
|
|
|
|
|
background-color: var(--warning-color-dark);
|
|
|
|
|
border-color: var(--warning-color-dark)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-danger {
|
|
|
|
|
color: white;
|
|
|
|
|
background-color: var(--danger-color);
|
|
|
|
|
border-color: var(--danger-color) !important;
|
|
|
|
|
&:hover {
|
|
|
|
|
background-color: var(--danger-color-dark);
|
|
|
|
|
border-color: var(--danger-color-dark);
|
|
|
|
|
}
|
2018-11-07 11:40:35 +01:00
|
|
|
|
}
|
2015-06-04 15:07:03 +02:00
|
|
|
|
}
|
2018-01-25 12:28:24 +01:00
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
|
body {
|
2018-09-06 21:03:23 +02:00
|
|
|
|
.converse-brand {
|
2018-01-25 12:28:24 +01:00
|
|
|
|
font-size: 3.75em;
|
2018-05-14 13:27:10 +02:00
|
|
|
|
}
|
2018-01-25 12:28:24 +01:00
|
|
|
|
}
|
2018-04-25 18:03:03 +02:00
|
|
|
|
#conversejs:not(.converse-embedded) {
|
2018-01-25 12:28:24 +01:00
|
|
|
|
.chatbox {
|
|
|
|
|
.chat-body {
|
2018-10-25 20:42:56 +02:00
|
|
|
|
border-radius: var(--chatbox-border-radius);
|
2018-01-25 12:28:24 +01:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.flyout {
|
2018-10-25 20:42:56 +02:00
|
|
|
|
border-radius: var(--chatbox-border-radius);
|
2018-01-25 12:28:24 +01:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-01-25 12:36:13 +01:00
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 576px) {
|
2019-02-18 19:36:32 +01:00
|
|
|
|
#conversejs .offset-sm-2 {
|
|
|
|
|
margin-left: 16.666667%;
|
|
|
|
|
}
|
2018-01-25 12:36:13 +01:00
|
|
|
|
}
|
|
|
|
|
@media screen and (min-width: 768px) {
|
2019-02-18 19:36:32 +01:00
|
|
|
|
#conversejs .offset-md-2 {
|
|
|
|
|
margin-left: 16.666667%;
|
|
|
|
|
}
|
|
|
|
|
#conversejs .offset-md-3 {
|
|
|
|
|
margin-left: 25%;
|
|
|
|
|
}
|
2018-01-25 12:36:13 +01:00
|
|
|
|
}
|
|
|
|
|
@media screen and (min-width: 992px) {
|
2019-02-18 19:36:32 +01:00
|
|
|
|
#conversejs .offset-lg-2 {
|
|
|
|
|
margin-left: 16.666667%;
|
|
|
|
|
}
|
|
|
|
|
#conversejs .offset-lg-3 {
|
|
|
|
|
margin-left: 25%;
|
|
|
|
|
}
|
2018-01-25 12:36:13 +01:00
|
|
|
|
}
|
|
|
|
|
@media screen and (min-width: 1200px) {
|
2019-02-18 19:36:32 +01:00
|
|
|
|
#conversejs .offset-xl-2 {
|
|
|
|
|
margin-left: 16.666667%;
|
|
|
|
|
}
|
2018-01-25 12:36:13 +01:00
|
|
|
|
}
|
|
|
|
|
@media screen and (max-height: 450px) {
|
|
|
|
|
#conversejs {
|
|
|
|
|
left: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|