|
@@ -9299,7 +9299,7 @@ readers do not read off random characters that represent icons */
|
|
#conversejs .invisible {
|
|
#conversejs .invisible {
|
|
visibility: hidden !important; }
|
|
visibility: hidden !important; }
|
|
|
|
|
|
-#conversejs, .converse-content {
|
|
|
|
|
|
+#conversejs, #conversejs-bg, .converse-fullscreen {
|
|
--subdued-color: #A8ABA1;
|
|
--subdued-color: #A8ABA1;
|
|
--subdued-color-lighten-25-percent: #e6e7e4;
|
|
--subdued-color-lighten-25-percent: #e6e7e4;
|
|
--chat-status-online: #3AA569;
|
|
--chat-status-online: #3AA569;
|
|
@@ -9313,7 +9313,7 @@ readers do not read off random characters that represent icons */
|
|
--link-color-darken-20-percent: #345566;
|
|
--link-color-darken-20-percent: #345566;
|
|
--link-color-lighten-10-percent: #79a5ba;
|
|
--link-color-lighten-10-percent: #79a5ba;
|
|
--dark-link-color: #206485;
|
|
--dark-link-color: #206485;
|
|
- --global-background-color: #578EA9;
|
|
|
|
|
|
+ --global-background-color: #397491;
|
|
--inverse-link-color: white;
|
|
--inverse-link-color: white;
|
|
--text-shadow-color: #FAFAFA;
|
|
--text-shadow-color: #FAFAFA;
|
|
--text-color: #666;
|
|
--text-color: #666;
|
|
@@ -9480,26 +9480,28 @@ readers do not read off random characters that represent icons */
|
|
--list-item-open-color: #444;
|
|
--list-item-open-color: #444;
|
|
--list-item-open-hover-color: #444; }
|
|
--list-item-open-hover-color: #444; }
|
|
|
|
|
|
-body.reset {
|
|
|
|
- margin: 0; }
|
|
|
|
|
|
+body.converse-fullscreen {
|
|
|
|
+ margin: 0;
|
|
|
|
+ background-color: var(--global-background-color); }
|
|
|
|
|
|
-.converse-brand {
|
|
|
|
|
|
+#conversejs-bg .converse-brand {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
|
+ margin-top: 15vh;
|
|
-webkit-animation-name: fadein;
|
|
-webkit-animation-name: fadein;
|
|
-moz-animation-name: fadein;
|
|
-moz-animation-name: fadein;
|
|
animation-name: fadein;
|
|
animation-name: fadein;
|
|
-webkit-animation-fill-mode: forwards;
|
|
-webkit-animation-fill-mode: forwards;
|
|
-moz-animation-fill-mode: forwards;
|
|
-moz-animation-fill-mode: forwards;
|
|
animation-fill-mode: forwards;
|
|
animation-fill-mode: forwards;
|
|
- -webkit-animation-duration: 750ms;
|
|
|
|
- -moz-animation-duration: 750ms;
|
|
|
|
- animation-duration: 750ms;
|
|
|
|
|
|
+ -webkit-animation-duration: 5s;
|
|
|
|
+ -moz-animation-duration: 5s;
|
|
|
|
+ animation-duration: 5s;
|
|
-webkit-animation-timing-function: ease;
|
|
-webkit-animation-timing-function: ease;
|
|
-moz-animation-timing-function: ease;
|
|
-moz-animation-timing-function: ease;
|
|
animation-timing-function: ease; }
|
|
animation-timing-function: ease; }
|
|
|
|
|
|
-.converse-brand__padding {
|
|
|
|
|
|
+#conversejs-bg .converse-brand__padding {
|
|
position: relative;
|
|
position: relative;
|
|
width: 100%;
|
|
width: 100%;
|
|
min-height: 1px;
|
|
min-height: 1px;
|
|
@@ -9507,57 +9509,63 @@ body.reset {
|
|
padding-left: 15px;
|
|
padding-left: 15px;
|
|
padding: 0; }
|
|
padding: 0; }
|
|
@media (min-width: 768px) {
|
|
@media (min-width: 768px) {
|
|
- .converse-brand__padding {
|
|
|
|
|
|
+ #conversejs-bg .converse-brand__padding {
|
|
flex: 0 0 33.33333%;
|
|
flex: 0 0 33.33333%;
|
|
max-width: 33.33333%; } }
|
|
max-width: 33.33333%; } }
|
|
@media (min-width: 992px) {
|
|
@media (min-width: 992px) {
|
|
- .converse-brand__padding {
|
|
|
|
|
|
+ #conversejs-bg .converse-brand__padding {
|
|
flex: 0 0 25%;
|
|
flex: 0 0 25%;
|
|
max-width: 25%; } }
|
|
max-width: 25%; } }
|
|
@media (min-width: 1200px) {
|
|
@media (min-width: 1200px) {
|
|
- .converse-brand__padding {
|
|
|
|
|
|
+ #conversejs-bg .converse-brand__padding {
|
|
flex: 0 0 16.66667%;
|
|
flex: 0 0 16.66667%;
|
|
max-width: 16.66667%; } }
|
|
max-width: 16.66667%; } }
|
|
|
|
|
|
-.converse-brand__heading {
|
|
|
|
|
|
+#conversejs-bg .converse-brand__heading {
|
|
position: relative;
|
|
position: relative;
|
|
width: 100%;
|
|
width: 100%;
|
|
min-height: 1px;
|
|
min-height: 1px;
|
|
padding-right: 15px;
|
|
padding-right: 15px;
|
|
padding-left: 15px;
|
|
padding-left: 15px;
|
|
- padding: 0; }
|
|
|
|
|
|
+ padding: 0;
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ margin: auto; }
|
|
@media (min-width: 768px) {
|
|
@media (min-width: 768px) {
|
|
- .converse-brand__heading {
|
|
|
|
|
|
+ #conversejs-bg .converse-brand__heading {
|
|
font-size: 4em;
|
|
font-size: 4em;
|
|
flex: 0 0 66.66667%;
|
|
flex: 0 0 66.66667%;
|
|
max-width: 66.66667%; } }
|
|
max-width: 66.66667%; } }
|
|
@media (min-width: 992px) {
|
|
@media (min-width: 992px) {
|
|
- .converse-brand__heading {
|
|
|
|
|
|
+ #conversejs-bg .converse-brand__heading {
|
|
font-size: 5em;
|
|
font-size: 5em;
|
|
flex: 0 0 75%;
|
|
flex: 0 0 75%;
|
|
max-width: 75%; } }
|
|
max-width: 75%; } }
|
|
@media (min-width: 1200px) {
|
|
@media (min-width: 1200px) {
|
|
- .converse-brand__heading {
|
|
|
|
|
|
+ #conversejs-bg .converse-brand__heading {
|
|
font-size: 6em;
|
|
font-size: 6em;
|
|
flex: 0 0 83.33333%;
|
|
flex: 0 0 83.33333%;
|
|
max-width: 83.33333%; } }
|
|
max-width: 83.33333%; } }
|
|
|
|
+ #conversejs-bg .converse-brand__heading svg {
|
|
|
|
+ margin-top: 0.3em; }
|
|
|
|
|
|
-.converse-brand__text {
|
|
|
|
|
|
+#conversejs-bg .converse-brand__text {
|
|
|
|
+ color: #ffffff;
|
|
font-family: var(--branding-font);
|
|
font-family: var(--branding-font);
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
- width: 50%;
|
|
|
|
- margin: auto;
|
|
|
|
- margin-top: 10%;
|
|
|
|
- text-align: center; }
|
|
|
|
-
|
|
|
|
-.converse-brand__byline {
|
|
|
|
- font-size: var(--font-size-small);
|
|
|
|
- width: 50%;
|
|
|
|
- margin: auto;
|
|
|
|
- text-align: center; }
|
|
|
|
- .converse-brand__byline a {
|
|
|
|
- text-decoration: none;
|
|
|
|
- color: var(--chatroom-head-color-lighten-25-percent); }
|
|
|
|
|
|
+ text-align: center;
|
|
|
|
+ font-size: 140%;
|
|
|
|
+ margin-left: 0.2em; }
|
|
|
|
+ #conversejs-bg .converse-brand__text .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; }
|
|
|
|
+ #conversejs-bg .converse-brand__text .subdued {
|
|
|
|
+ opacity: 0.25; }
|
|
|
|
|
|
#conversejs {
|
|
#conversejs {
|
|
bottom: 0;
|
|
bottom: 0;
|