TeaWeb/shared/css/static/modal-server.scss

1149 lines
19 KiB
SCSS
Raw Normal View History

2019-08-21 10:00:01 +02:00
@import "mixin";
@import "properties";
2019-08-21 10:00:01 +02:00
.modal-body.modal-server-edit {
display: flex!important;
flex-direction: column!important;
justify-content: stretch!important;
2019-08-21 10:00:01 +02:00
max-height: calc(100vh - 10em);
padding: 1em!important;
min-width: 35em!important;
width: 60em; /* recommend width */
@include user-select(none);
input, textarea, select {
width: 100%;
}
2019-08-21 10:00:01 +02:00
select {
margin-left: 0;
height: 2.5em;
}
textarea {
padding: .5em;
}
label {
Implemented the Material Design and fixed some bugs (#33) * cleaned up some files * Fundamental style update * Redesigned some style * fixed hostbanner popup * Removed old identity stuff * fixed close listener * Fixed changelog date * fixed release chat icons * fixed url * Fixed hostbanner * Uploaded missing images * Improved update handling * Improved script files * Fixed loading error and icon error * fixed Yes/No modal * Fixed loader issues with MS Edge * fixed modal style bug * Fixed control bar overflow for small devices * Improved error handling on identity creation * Logging generate error to terminal * fixed possible php error * fixed some possible loading errors when other files have'nt been already loaded. * removed debug message * Changed emsrcypten flags * Improved codec error handling * removed webassembly as required dependency * Improved and fixed channel tree issues * Improved the sliders * Removed unneeded files * fixed loader versions cache * second slight performance improved (dont animate elements anymore if they are not shown) * Fixed query visibility setting * not showing useless client infos for query clients * Added an auto reconnect system * Added a canceled message and increased reconnect interval * removed implemented todo * fixed repetitive channel names * Reworked the channel tree selected lines * Fixed channel tree names * Fixed name alignment * fixed the native client * added min width to the server select groups to avoid a disappearing effect on shrink * fixed bugged downloaded icons
2019-02-17 16:08:10 +01:00
display: flex;
flex-direction: row;
justify-content: stretch;
2019-08-21 10:00:01 +02:00
/* total height 2.5em */
margin-top: .5em;
margin-bottom: .5em;
height: 1.5em;
Implemented the Material Design and fixed some bugs (#33) * cleaned up some files * Fundamental style update * Redesigned some style * fixed hostbanner popup * Removed old identity stuff * fixed close listener * Fixed changelog date * fixed release chat icons * fixed url * Fixed hostbanner * Uploaded missing images * Improved update handling * Improved script files * Fixed loading error and icon error * fixed Yes/No modal * Fixed loader issues with MS Edge * fixed modal style bug * Fixed control bar overflow for small devices * Improved error handling on identity creation * Logging generate error to terminal * fixed possible php error * fixed some possible loading errors when other files have'nt been already loaded. * removed debug message * Changed emsrcypten flags * Improved codec error handling * removed webassembly as required dependency * Improved and fixed channel tree issues * Improved the sliders * Removed unneeded files * fixed loader versions cache * second slight performance improved (dont animate elements anymore if they are not shown) * Fixed query visibility setting * not showing useless client infos for query clients * Added an auto reconnect system * Added a canceled message and increased reconnect interval * removed implemented todo * fixed repetitive channel names * Reworked the channel tree selected lines * Fixed channel tree names * Fixed name alignment * fixed the native client * added min width to the server select groups to avoid a disappearing effect on shrink * fixed bugged downloaded icons
2019-02-17 16:08:10 +01:00
2019-08-21 10:00:01 +02:00
cursor: pointer;
Implemented the Material Design and fixed some bugs (#33) * cleaned up some files * Fundamental style update * Redesigned some style * fixed hostbanner popup * Removed old identity stuff * fixed close listener * Fixed changelog date * fixed release chat icons * fixed url * Fixed hostbanner * Uploaded missing images * Improved update handling * Improved script files * Fixed loading error and icon error * fixed Yes/No modal * Fixed loader issues with MS Edge * fixed modal style bug * Fixed control bar overflow for small devices * Improved error handling on identity creation * Logging generate error to terminal * fixed possible php error * fixed some possible loading errors when other files have'nt been already loaded. * removed debug message * Changed emsrcypten flags * Improved codec error handling * removed webassembly as required dependency * Improved and fixed channel tree issues * Improved the sliders * Removed unneeded files * fixed loader versions cache * second slight performance improved (dont animate elements anymore if they are not shown) * Fixed query visibility setting * not showing useless client infos for query clients * Added an auto reconnect system * Added a canceled message and increased reconnect interval * removed implemented todo * fixed repetitive channel names * Reworked the channel tree selected lines * Fixed channel tree names * Fixed name alignment * fixed the native client * added min width to the server select groups to avoid a disappearing effect on shrink * fixed bugged downloaded icons
2019-02-17 16:08:10 +01:00
2019-08-21 10:00:01 +02:00
* {
align-self: center;
Implemented the Material Design and fixed some bugs (#33) * cleaned up some files * Fundamental style update * Redesigned some style * fixed hostbanner popup * Removed old identity stuff * fixed close listener * Fixed changelog date * fixed release chat icons * fixed url * Fixed hostbanner * Uploaded missing images * Improved update handling * Improved script files * Fixed loading error and icon error * fixed Yes/No modal * Fixed loader issues with MS Edge * fixed modal style bug * Fixed control bar overflow for small devices * Improved error handling on identity creation * Logging generate error to terminal * fixed possible php error * fixed some possible loading errors when other files have'nt been already loaded. * removed debug message * Changed emsrcypten flags * Improved codec error handling * removed webassembly as required dependency * Improved and fixed channel tree issues * Improved the sliders * Removed unneeded files * fixed loader versions cache * second slight performance improved (dont animate elements anymore if they are not shown) * Fixed query visibility setting * not showing useless client infos for query clients * Added an auto reconnect system * Added a canceled message and increased reconnect interval * removed implemented todo * fixed repetitive channel names * Reworked the channel tree selected lines * Fixed channel tree names * Fixed name alignment * fixed the native client * added min width to the server select groups to avoid a disappearing effect on shrink * fixed bugged downloaded icons
2019-02-17 16:08:10 +01:00
}
2019-08-21 10:00:01 +02:00
a {
margin-left: .5em;
margin-right: .5em;
}
.form-group {
margin: -.5em 0!important;
padding: 0!important;
input {
height: 1.5em!important;
}
Implemented the Material Design and fixed some bugs (#33) * cleaned up some files * Fundamental style update * Redesigned some style * fixed hostbanner popup * Removed old identity stuff * fixed close listener * Fixed changelog date * fixed release chat icons * fixed url * Fixed hostbanner * Uploaded missing images * Improved update handling * Improved script files * Fixed loading error and icon error * fixed Yes/No modal * Fixed loader issues with MS Edge * fixed modal style bug * Fixed control bar overflow for small devices * Improved error handling on identity creation * Logging generate error to terminal * fixed possible php error * fixed some possible loading errors when other files have'nt been already loaded. * removed debug message * Changed emsrcypten flags * Improved codec error handling * removed webassembly as required dependency * Improved and fixed channel tree issues * Improved the sliders * Removed unneeded files * fixed loader versions cache * second slight performance improved (dont animate elements anymore if they are not shown) * Fixed query visibility setting * not showing useless client infos for query clients * Added an auto reconnect system * Added a canceled message and increased reconnect interval * removed implemented todo * fixed repetitive channel names * Reworked the channel tree selected lines * Fixed channel tree names * Fixed name alignment * fixed the native client * added min width to the server select groups to avoid a disappearing effect on shrink * fixed bugged downloaded icons
2019-02-17 16:08:10 +01:00
}
}
2019-03-25 20:04:04 +01:00
2019-08-21 10:00:01 +02:00
/* radio buttons */
$icon_width: 1.7em; /* equal to the label height */
@mixin tooltip-size($lines, $line_length) {
$tooltip_height: $lines * 1.6;
$tooltip_width: $line_length + 1;
.tooltip {
top: -($tooltip_height + .6em);
left: ($icon_width - $tooltip_width) / 2;
height: $tooltip_height * 1em;
width: $tooltip_width * 1em;
&:before {
left: $tooltip_width / 2 - .5em;
}
}
}
.input-boxed {
position: relative;
flex-grow: 1;
flex-shrink: 1;
min-width: 4em;
2019-03-25 20:04:04 +01:00
display: flex;
flex-direction: row;
justify-content: stretch;
2019-08-21 10:00:01 +02:00
.container-tooltip {
flex-shrink: 0;
flex-grow: 0;
position: relative;
width: $icon_width;
display: flex;
flex-direction: column;
justify-content: center;
img {
height: 1em;
width: 1em;
align-self: center;
font-size: 1.2em;
}
.tooltip {
/* only a container for the actual JS generated tooltip */
display: none;
}
2019-03-25 20:04:04 +01:00
}
2019-08-21 10:00:01 +02:00
}
.container-general {
display: flex;
flex-direction: column;
justify-content: stretch;
flex-shrink: 0;
flex-grow: 0;
2019-03-25 20:04:04 +01:00
2019-08-21 10:00:01 +02:00
> div:not(:first-of-type) {
2019-03-25 20:04:04 +01:00
flex-grow: 0;
flex-shrink: 0;
2019-08-21 10:00:01 +02:00
margin-top: 1em;
2019-03-25 20:04:04 +01:00
}
2019-08-21 10:00:01 +02:00
.container-name-icon {
flex-grow: 0;
flex-shrink: 0;
2019-03-25 20:04:04 +01:00
2019-08-21 10:00:01 +02:00
display: flex;
flex-direction: row;
justify-content: stretch;
.container-icon-select {
position: relative;
2019-03-25 20:04:04 +01:00
2019-08-21 10:00:01 +02:00
height: 2.5em;
border-radius: .2em;
2019-03-25 20:04:04 +01:00
2019-08-21 10:00:01 +02:00
margin-left: 1em;
display: flex;
flex-direction: row;
justify-content: flex-start;
2019-03-25 20:04:04 +01:00
cursor: pointer;
2019-08-21 10:00:01 +02:00
background-color: #121213;
border: 1px solid #0d0d0d;
2019-03-25 20:04:04 +01:00
2019-08-21 10:00:01 +02:00
.icon-preview {
height: 100%;
width: 3em;
border: none;
border-right: 1px solid #0d0d0d;
display: flex;
flex-direction: column;
justify-content: space-around;
> div {
align-self: center;
}
@include transition(border-color $button_hover_animation_time ease-in-out);
}
.container-dropdown {
position: relative;
cursor: pointer;
display: flex;
flex-direction: column;
justify-content: space-around;
height: 100%;
width: 1.5em;
.button {
text-align: center;
.arrow {
border-color: #999999;
}
}
.dropdown {
display: none;
position: absolute;
width: max-content;
top: calc(2.5em - 1px);
flex-direction: column;
justify-content: flex-start;
background-color: #121213;
border: 1px solid #0d0d0d;
border-radius: .2em 0 .2em .2em;
right: -1px;
z-index: 2;
.entry {
padding: .5em;
&:not(:last-of-type) {
border: none;
border-bottom: 1px solid #0d0d0d;
}
&:hover {
background-color: #17171a;
}
}
}
&:hover {
border-bottom-right-radius: 0;
.dropdown {
display: flex;
}
}
}
2019-03-25 20:04:04 +01:00
&:hover {
2019-08-21 10:00:01 +02:00
background-color: #17171a;
border-color: hsla(0, 0%, 20%, 1);
.icon-preview {
border-color: hsla(0, 0%, 20%, 1);
}
2019-03-25 20:04:04 +01:00
}
2019-08-21 10:00:01 +02:00
@include transition(border-color $button_hover_animation_time ease-in-out);
}
}
.container-slots {
display: flex;
flex-direction: row;
justify-content: stretch;
> div {
width: 50%;
&:not(:first-child) {
margin-left: 1em;
}
}
}
.container-welcome-message {
position: relative;
flex-grow: 1!important;
flex-shrink: 1!important;
min-height: 5em;
max-height: 22.5em;
border-radius: .2em;
border: 1px solid #111112;
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: stretch;
.toolbar {
flex-shrink: 0;
flex-grow: 0;
display: flex;
flex-direction: row;
justify-content: flex-start;
width: 100%;
height: 2.5em;
background-color: #17171a;
font-size: .8em;
padding: .25em;
.button {
cursor: pointer;
padding: .5em;
&:not(:first-child) {
margin-left: .25em;
}
border-radius: .2em;
border: 1px solid #111112;
background-color: #121213;
height: 2em;
width: 2em;
display: flex;
flex-direction: column;
justify-content: center;
2019-03-25 20:04:04 +01:00
text-align: center;
2019-08-21 10:00:01 +02:00
align-self: center;
&.button-bold {
font-weight: bold;
}
&.button-italic {
font-style: italic;
}
&.button-underline {
text-decoration: underline;
}
&.button-color {
input {
position: absolute;
width: 0;
height: 0;
opacity: 0;
}
}
&:hover {
background-color: #0f0f0f;
@include transition(background-color $button_hover_animation_time);
}
2019-03-25 20:04:04 +01:00
}
}
2019-08-21 10:00:01 +02:00
> .input-boxed {
flex-shrink: 1;
flex-grow: 1;
min-height: 2.5em;
height: 5em;
max-height: 20em;
border: none;
border-radius: 0;
border-top: 1px solid #111112;
overflow-x: hidden;;
overflow-y: auto;
resize: vertical;
@include chat-scrollbar-vertical();
}
&:focus-within {
background-color: #131b22;
//border-color: #284262;
}
2019-03-25 20:04:04 +01:00
}
}
2019-08-21 10:00:01 +02:00
.container-categories {
margin-top: 1em;
2019-08-21 10:00:01 +02:00
display: flex;
flex-direction: column;
justify-content: stretch;
2019-04-29 19:35:16 +02:00
2019-08-21 10:00:01 +02:00
min-height: 14em;
2019-08-21 10:00:01 +02:00
border-radius: .2em;
border: 1px solid #111112;
2019-08-21 10:00:01 +02:00
background-color: #17171a;
2019-04-29 19:35:16 +02:00
2019-08-21 10:00:01 +02:00
fieldset {
padding: 0;
width: 100%;
}
label {
display: flex;
flex-direction: row;
justify-content: stretch;
/* total height 2.5em */
margin-top: .5em;
margin-bottom: .5em;
height: 1.5em;
cursor: pointer;
* {
align-self: center;
}
a {
margin-left: .5em;
margin-right: .5em;
}
.form-group {
margin: -.5em 0!important;
padding: 0!important;
input {
height: 1.5em!important;
}
}
}
.input-boxed:not(textarea), input, select {
height: 1.7em;
}
textarea {
height: 3.4em; /* double the input height */
max-height: 17em;
min-height: 1.7em;
}
2019-08-21 10:00:01 +02:00
.categories {
height: 2.5em;
Implemented the Material Design and fixed some bugs (#33) * cleaned up some files * Fundamental style update * Redesigned some style * fixed hostbanner popup * Removed old identity stuff * fixed close listener * Fixed changelog date * fixed release chat icons * fixed url * Fixed hostbanner * Uploaded missing images * Improved update handling * Improved script files * Fixed loading error and icon error * fixed Yes/No modal * Fixed loader issues with MS Edge * fixed modal style bug * Fixed control bar overflow for small devices * Improved error handling on identity creation * Logging generate error to terminal * fixed possible php error * fixed some possible loading errors when other files have'nt been already loaded. * removed debug message * Changed emsrcypten flags * Improved codec error handling * removed webassembly as required dependency * Improved and fixed channel tree issues * Improved the sliders * Removed unneeded files * fixed loader versions cache * second slight performance improved (dont animate elements anymore if they are not shown) * Fixed query visibility setting * not showing useless client infos for query clients * Added an auto reconnect system * Added a canceled message and increased reconnect interval * removed implemented todo * fixed repetitive channel names * Reworked the channel tree selected lines * Fixed channel tree names * Fixed name alignment * fixed the native client * added min width to the server select groups to avoid a disappearing effect on shrink * fixed bugged downloaded icons
2019-02-17 16:08:10 +01:00
2019-08-21 10:00:01 +02:00
flex-grow: 0;
flex-shrink: 0;
Implemented the Material Design and fixed some bugs (#33) * cleaned up some files * Fundamental style update * Redesigned some style * fixed hostbanner popup * Removed old identity stuff * fixed close listener * Fixed changelog date * fixed release chat icons * fixed url * Fixed hostbanner * Uploaded missing images * Improved update handling * Improved script files * Fixed loading error and icon error * fixed Yes/No modal * Fixed loader issues with MS Edge * fixed modal style bug * Fixed control bar overflow for small devices * Improved error handling on identity creation * Logging generate error to terminal * fixed possible php error * fixed some possible loading errors when other files have'nt been already loaded. * removed debug message * Changed emsrcypten flags * Improved codec error handling * removed webassembly as required dependency * Improved and fixed channel tree issues * Improved the sliders * Removed unneeded files * fixed loader versions cache * second slight performance improved (dont animate elements anymore if they are not shown) * Fixed query visibility setting * not showing useless client infos for query clients * Added an auto reconnect system * Added a canceled message and increased reconnect interval * removed implemented todo * fixed repetitive channel names * Reworked the channel tree selected lines * Fixed channel tree names * Fixed name alignment * fixed the native client * added min width to the server select groups to avoid a disappearing effect on shrink * fixed bugged downloaded icons
2019-02-17 16:08:10 +01:00
display: flex;
flex-direction: row;
justify-content: stretch;
2019-08-21 10:00:01 +02:00
border-bottom: 1px solid #1d1d1d;
.entry {
padding: .5em;
text-align: center;
Implemented the Material Design and fixed some bugs (#33) * cleaned up some files * Fundamental style update * Redesigned some style * fixed hostbanner popup * Removed old identity stuff * fixed close listener * Fixed changelog date * fixed release chat icons * fixed url * Fixed hostbanner * Uploaded missing images * Improved update handling * Improved script files * Fixed loading error and icon error * fixed Yes/No modal * Fixed loader issues with MS Edge * fixed modal style bug * Fixed control bar overflow for small devices * Improved error handling on identity creation * Logging generate error to terminal * fixed possible php error * fixed some possible loading errors when other files have'nt been already loaded. * removed debug message * Changed emsrcypten flags * Improved codec error handling * removed webassembly as required dependency * Improved and fixed channel tree issues * Improved the sliders * Removed unneeded files * fixed loader versions cache * second slight performance improved (dont animate elements anymore if they are not shown) * Fixed query visibility setting * not showing useless client infos for query clients * Added an auto reconnect system * Added a canceled message and increased reconnect interval * removed implemented todo * fixed repetitive channel names * Reworked the channel tree selected lines * Fixed channel tree names * Fixed name alignment * fixed the native client * added min width to the server select groups to avoid a disappearing effect on shrink * fixed bugged downloaded icons
2019-02-17 16:08:10 +01:00
flex-grow: 1;
flex-shrink: 1;
2019-08-21 10:00:01 +02:00
cursor: pointer;
&:hover {
color: #b6c4d6;
}
&.selected {
border-bottom: 3px solid #245184;
margin-bottom: -1px;
color: #245184;
}
@include transition(color $button_hover_animation_time, border-bottom-color $button_hover_animation_time);
Implemented the Material Design and fixed some bugs (#33) * cleaned up some files * Fundamental style update * Redesigned some style * fixed hostbanner popup * Removed old identity stuff * fixed close listener * Fixed changelog date * fixed release chat icons * fixed url * Fixed hostbanner * Uploaded missing images * Improved update handling * Improved script files * Fixed loading error and icon error * fixed Yes/No modal * Fixed loader issues with MS Edge * fixed modal style bug * Fixed control bar overflow for small devices * Improved error handling on identity creation * Logging generate error to terminal * fixed possible php error * fixed some possible loading errors when other files have'nt been already loaded. * removed debug message * Changed emsrcypten flags * Improved codec error handling * removed webassembly as required dependency * Improved and fixed channel tree issues * Improved the sliders * Removed unneeded files * fixed loader versions cache * second slight performance improved (dont animate elements anymore if they are not shown) * Fixed query visibility setting * not showing useless client infos for query clients * Added an auto reconnect system * Added a canceled message and increased reconnect interval * removed implemented todo * fixed repetitive channel names * Reworked the channel tree selected lines * Fixed channel tree names * Fixed name alignment * fixed the native client * added min width to the server select groups to avoid a disappearing effect on shrink * fixed bugged downloaded icons
2019-02-17 16:08:10 +01:00
}
}
2019-08-21 10:00:01 +02:00
.bodies {
position: relative;
flex-shrink: 1;
flex-grow: 1;
display: flex;
justify-content: stretch;
min-height: 10em;
height: 30em;
Implemented the Material Design and fixed some bugs (#33) * cleaned up some files * Fundamental style update * Redesigned some style * fixed hostbanner popup * Removed old identity stuff * fixed close listener * Fixed changelog date * fixed release chat icons * fixed url * Fixed hostbanner * Uploaded missing images * Improved update handling * Improved script files * Fixed loading error and icon error * fixed Yes/No modal * Fixed loader issues with MS Edge * fixed modal style bug * Fixed control bar overflow for small devices * Improved error handling on identity creation * Logging generate error to terminal * fixed possible php error * fixed some possible loading errors when other files have'nt been already loaded. * removed debug message * Changed emsrcypten flags * Improved codec error handling * removed webassembly as required dependency * Improved and fixed channel tree issues * Improved the sliders * Removed unneeded files * fixed loader versions cache * second slight performance improved (dont animate elements anymore if they are not shown) * Fixed query visibility setting * not showing useless client infos for query clients * Added an auto reconnect system * Added a canceled message and increased reconnect interval * removed implemented todo * fixed repetitive channel names * Reworked the channel tree selected lines * Fixed channel tree names * Fixed name alignment * fixed the native client * added min width to the server select groups to avoid a disappearing effect on shrink * fixed bugged downloaded icons
2019-02-17 16:08:10 +01:00
2019-08-21 10:00:01 +02:00
.body {
position: absolute;
Implemented the Material Design and fixed some bugs (#33) * cleaned up some files * Fundamental style update * Redesigned some style * fixed hostbanner popup * Removed old identity stuff * fixed close listener * Fixed changelog date * fixed release chat icons * fixed url * Fixed hostbanner * Uploaded missing images * Improved update handling * Improved script files * Fixed loading error and icon error * fixed Yes/No modal * Fixed loader issues with MS Edge * fixed modal style bug * Fixed control bar overflow for small devices * Improved error handling on identity creation * Logging generate error to terminal * fixed possible php error * fixed some possible loading errors when other files have'nt been already loaded. * removed debug message * Changed emsrcypten flags * Improved codec error handling * removed webassembly as required dependency * Improved and fixed channel tree issues * Improved the sliders * Removed unneeded files * fixed loader versions cache * second slight performance improved (dont animate elements anymore if they are not shown) * Fixed query visibility setting * not showing useless client infos for query clients * Added an auto reconnect system * Added a canceled message and increased reconnect interval * removed implemented todo * fixed repetitive channel names * Reworked the channel tree selected lines * Fixed channel tree names * Fixed name alignment * fixed the native client * added min width to the server select groups to avoid a disappearing effect on shrink * fixed bugged downloaded icons
2019-02-17 16:08:10 +01:00
2019-08-21 10:00:01 +02:00
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: .5em;
display: flex;
justify-content: stretch;
overflow: auto; /* else the tooltip will trigger the scrollbar */
@include chat-scrollbar-vertical();
&.hidden {
display: none;
}
.header {
flex-shrink: 0;
flex-grow: 0;
text-align: center;
color: #548abc;
}
.content {
flex-grow: 1;
flex-shrink: 1;
}
&.container-host {
flex-direction: column;
.container-top, .container-bottom {
flex-grow: 1;
flex-shrink: 1;
min-height: min-content;
display: flex;
flex-direction: row;
justify-content: stretch;
}
.container-left, .container-right {
flex-grow: 1;
flex-shrink: 1;
min-width: 8em;
width: 50%;
}
.container-top {
flex-direction: column;
flex-grow: 0;
padding-bottom: .5em;
border-bottom: 2px solid #111113;
}
.container-bottom .container-left {
padding-top: .5em;
padding-right: .5em;
border-right: 2px solid #111113;
}
.container-bottom .container-right {
padding-top: .5em;
padding-left: .5em;
}
.container-host-message {
.container-message, .container-mode {
padding-top: 1em;
display: flex;
flex-direction: row;
justify-content: stretch;
.container-title {
width: 8em;
flex-grow: 0;
flex-shrink: 0;
height: 1.7em;
display: flex;
flex-direction: row;
justify-content: flex-start;
a {
align-self: center;
overflow: hidden;
text-overflow: ellipsis;
}
}
textarea, select {
flex-grow: 1;
flex-shrink: 1;
}
textarea {
resize: vertical;
}
}
}
.container-host-banner {
.container-url, .container-gfx-url, .container-refresh, .container-resize {
margin-top: 1em;
display: flex;
flex-direction: row;
justify-content: stretch;
height: 1.7em;
a {
flex-grow: 0;
flex-shrink: 0;
align-self: center;
overflow: hidden;
text-overflow: ellipsis;
width: 6em;
}
&.container-refresh, &.container-resize {
a {
width: 9em;
}
}
}
.container-gfx-preview {
margin-top: 1em;
display: flex;
flex-direction: row;
justify-content: stretch;
.container-title {
width: 8em;
flex-grow: 0;
flex-shrink: 0;
height: 1.7em;
display: flex;
flex-direction: row;
justify-content: flex-start;
a {
align-self: center;
overflow: hidden;
text-overflow: ellipsis;
}
}
.container-image {
flex-grow: 1;
flex-shrink: 1;
min-width: 0;
max-height: 6em;
display: flex;
flex-direction: column;
justify-content: center;
> img {
flex-grow: 0;
flex-shrink: 0;
max-height: 100%;
max-width: 100%;
object-fit: contain;
}
}
}
}
.container-host-button {
.container-url, .container-gfx-url, .container-tooltip-button {
margin-top: 1em;
display: flex;
flex-direction: row;
justify-content: stretch;
height: 1.7em;
> a {
flex-grow: 0;
flex-shrink: 0;
align-self: center;
overflow: hidden;
text-overflow: ellipsis;
width: 6em;
}
}
.container-gfx-preview {
margin-top: 1em;
display: flex;
flex-direction: row;
justify-content: space-between;
.container-title {
width: 8em;
flex-grow: 0;
flex-shrink: 0;
height: 1.7em;
display: flex;
flex-direction: row;
justify-content: flex-start;
a {
align-self: center;
overflow: hidden;
text-overflow: ellipsis;
}
}
.container-image {
flex-grow: 0;
flex-shrink: 0;
height: 2em;
width: 2em;
display: flex;
flex-direction: column;
justify-content: center;
> img {
flex-grow: 0;
flex-shrink: 0;
height: 100%;
width: 100%;
}
}
}
}
}
&.container-network {
flex-direction: column;
.container-top, .container-bottom {
flex-grow: 1;
flex-shrink: 1;
min-height: min-content;
display: flex;
flex-direction: row;
justify-content: stretch;
}
.container-left, .container-right {
flex-grow: 1;
flex-shrink: 1;
min-width: 8em;
width: 50%;
}
.container-top {
flex-direction: column;
flex-grow: 0;
padding-bottom: .5em;
border-bottom: 2px solid #111113;
}
.container-bottom .container-left {
padding-top: .5em;
padding-right: .5em;
border-right: 2px solid #111113;
}
.container-bottom .container-right {
padding-top: .5em;
padding-left: .5em;
}
.container-binding {
.container-host, .container-port {
padding-top: 1em;
display: flex;
flex-direction: row;
justify-content: stretch;
a {
align-self: center;
overflow: hidden;
text-overflow: ellipsis;
flex-grow: 0;
flex-shrink: 0;
width: 6em;
}
}
.container-weblist {
padding-top: 1em;
display: flex;
flex-direction: row;
justify-content: stretch;
}
}
.container-download, .container-upload {
.container-bandwidth, .container-quota, .container-used-quota {
margin-top: 1em;
display: flex;
flex-direction: row;
justify-content: stretch;
a {
flex-grow: 0;
flex-shrink: 0;
align-self: center;
overflow: hidden;
text-overflow: ellipsis;
width: 12em;
&.unit {
width: 4em;
text-align: right;
}
}
.value {
flex-grow: 1;
flex-shrink: 1;
}
}
}
}
&.container-security {
flex-direction: column;
.container-top, .container-bottom {
flex-grow: 0;
flex-shrink: 0;
min-height: min-content;
display: flex;
flex-direction: column;
justify-content: stretch;
}
.container-top {
border-bottom: 2px solid #111113;
padding-bottom: .5em;
}
.container-bottom {
padding-top: .5em;
}
.container-antiflood {
.container-reduce, .container-block-commands, .container-block-ip {
margin-top: 1em;
display: flex;
flex-direction: row;
justify-content: stretch;
height: 1.7em;
a {
flex-grow: 0;
flex-shrink: 0;
align-self: center;
overflow: hidden;
text-overflow: ellipsis;
width: 17em;
}
}
}
.container-security {
.container-encryption, .container-security-level, .container-security-level-description {
margin-top: 1em;
display: flex;
flex-direction: row;
justify-content: stretch;
height: 1.7em;
a {
flex-grow: 0;
flex-shrink: 0;
align-self: center;
overflow: hidden;
text-overflow: ellipsis;
width: 17em;
}
&.container-refresh, &.container-resize {
a {
width: 9em;
}
}
}
.container-description {
display: flex;
flex-direction: column;
justify-content: flex-start;
a {
flex-grow: 0;
flex-shrink: 0;
font-size: .85em;
color: #3c3c3c;
}
}
}
}
&.container-messages {
flex-direction: column;
.container-top, .container-bottom {
flex-grow: 0;
flex-shrink: 0;
min-height: min-content;
display: flex;
flex-direction: column;
justify-content: stretch;
}
.container-top {
border-bottom: 2px solid #111113;
padding-bottom: .5em;
}
.container-bottom {
padding-top: .5em;
}
.container-channel {
.container-description, .container-topic {
padding-top: 1em;
display: flex;
flex-direction: row;
justify-content: stretch;
.container-title {
width: 8em;
flex-grow: 0;
flex-shrink: 0;
height: 1.7em;
display: flex;
flex-direction: row;
justify-content: flex-start;
a {
align-self: center;
overflow: hidden;
text-overflow: ellipsis;
}
}
textarea, select {
flex-grow: 1;
flex-shrink: 1;
}
textarea {
resize: vertical;
}
}
}
.container-client {
.container-description {
padding-top: 1em;
display: flex;
flex-direction: row;
justify-content: stretch;
a {
width: 8em;
flex-grow: 0;
flex-shrink: 0;
align-self: center;
overflow: hidden;
text-overflow: ellipsis;
}
}
}
}
&.container-misc {
flex-direction: column;
.container-top, .container-bottom {
flex-grow: 1;
flex-shrink: 1;
min-height: min-content;
display: flex;
flex-direction: row;
justify-content: stretch;
}
.container-left, .container-right {
flex-grow: 1;
flex-shrink: 1;
min-width: 8em;
width: 50%;
}
.container-top {
flex-direction: column;
flex-grow: 0;
padding-bottom: .5em;
border-bottom: 2px solid #111113;
}
.container-bottom .container-left {
padding-top: .5em;
padding-right: .5em;
border-right: 2px solid #111113;
}
.container-bottom .container-right {
padding-top: .5em;
padding-left: .5em;
}
.container-default-groups {
.container-default-group {
padding-top: 1em;
display: flex;
flex-direction: row;
justify-content: stretch;
a {
align-self: center;
overflow: hidden;
text-overflow: ellipsis;
flex-grow: 0;
flex-shrink: 0;
width: 12em;
}
select {
flex-grow: 1;
flex-shrink: 1;
}
}
}
.container-complains {
.container-ban-threshold, .container-ban-time, .container-cooldown {
margin-top: 1em;
display: flex;
flex-direction: row;
justify-content: stretch;
a {
flex-grow: 0;
flex-shrink: 0;
align-self: center;
overflow: hidden;
text-overflow: ellipsis;
width: 12em;
}
}
}
.container-others {
.container-silence, .container-dim, .container-gfx-url {
margin-top: 1em;
display: flex;
flex-direction: row;
justify-content: stretch;
> a {
flex-grow: 0;
flex-shrink: 0;
align-self: center;
overflow: hidden;
text-overflow: ellipsis;
width: 12em;
}
}
}
}
}
}
}
.container-buttons {
flex-grow: 0;
flex-shrink: 0;
Implemented the Material Design and fixed some bugs (#33) * cleaned up some files * Fundamental style update * Redesigned some style * fixed hostbanner popup * Removed old identity stuff * fixed close listener * Fixed changelog date * fixed release chat icons * fixed url * Fixed hostbanner * Uploaded missing images * Improved update handling * Improved script files * Fixed loading error and icon error * fixed Yes/No modal * Fixed loader issues with MS Edge * fixed modal style bug * Fixed control bar overflow for small devices * Improved error handling on identity creation * Logging generate error to terminal * fixed possible php error * fixed some possible loading errors when other files have'nt been already loaded. * removed debug message * Changed emsrcypten flags * Improved codec error handling * removed webassembly as required dependency * Improved and fixed channel tree issues * Improved the sliders * Removed unneeded files * fixed loader versions cache * second slight performance improved (dont animate elements anymore if they are not shown) * Fixed query visibility setting * not showing useless client infos for query clients * Added an auto reconnect system * Added a canceled message and increased reconnect interval * removed implemented todo * fixed repetitive channel names * Reworked the channel tree selected lines * Fixed channel tree names * Fixed name alignment * fixed the native client * added min width to the server select groups to avoid a disappearing effect on shrink * fixed bugged downloaded icons
2019-02-17 16:08:10 +01:00
display: flex;
flex-direction: row;
2019-08-21 10:00:01 +02:00
justify-content: flex-end;
Implemented the Material Design and fixed some bugs (#33) * cleaned up some files * Fundamental style update * Redesigned some style * fixed hostbanner popup * Removed old identity stuff * fixed close listener * Fixed changelog date * fixed release chat icons * fixed url * Fixed hostbanner * Uploaded missing images * Improved update handling * Improved script files * Fixed loading error and icon error * fixed Yes/No modal * Fixed loader issues with MS Edge * fixed modal style bug * Fixed control bar overflow for small devices * Improved error handling on identity creation * Logging generate error to terminal * fixed possible php error * fixed some possible loading errors when other files have'nt been already loaded. * removed debug message * Changed emsrcypten flags * Improved codec error handling * removed webassembly as required dependency * Improved and fixed channel tree issues * Improved the sliders * Removed unneeded files * fixed loader versions cache * second slight performance improved (dont animate elements anymore if they are not shown) * Fixed query visibility setting * not showing useless client infos for query clients * Added an auto reconnect system * Added a canceled message and increased reconnect interval * removed implemented todo * fixed repetitive channel names * Reworked the channel tree selected lines * Fixed channel tree names * Fixed name alignment * fixed the native client * added min width to the server select groups to avoid a disappearing effect on shrink * fixed bugged downloaded icons
2019-02-17 16:08:10 +01:00
2019-08-21 10:00:01 +02:00
margin-top: 1em;
Implemented the Material Design and fixed some bugs (#33) * cleaned up some files * Fundamental style update * Redesigned some style * fixed hostbanner popup * Removed old identity stuff * fixed close listener * Fixed changelog date * fixed release chat icons * fixed url * Fixed hostbanner * Uploaded missing images * Improved update handling * Improved script files * Fixed loading error and icon error * fixed Yes/No modal * Fixed loader issues with MS Edge * fixed modal style bug * Fixed control bar overflow for small devices * Improved error handling on identity creation * Logging generate error to terminal * fixed possible php error * fixed some possible loading errors when other files have'nt been already loaded. * removed debug message * Changed emsrcypten flags * Improved codec error handling * removed webassembly as required dependency * Improved and fixed channel tree issues * Improved the sliders * Removed unneeded files * fixed loader versions cache * second slight performance improved (dont animate elements anymore if they are not shown) * Fixed query visibility setting * not showing useless client infos for query clients * Added an auto reconnect system * Added a canceled message and increased reconnect interval * removed implemented todo * fixed repetitive channel names * Reworked the channel tree selected lines * Fixed channel tree names * Fixed name alignment * fixed the native client * added min width to the server select groups to avoid a disappearing effect on shrink * fixed bugged downloaded icons
2019-02-17 16:08:10 +01:00
2019-08-21 10:00:01 +02:00
button {
margin-left: 1em;
Implemented the Material Design and fixed some bugs (#33) * cleaned up some files * Fundamental style update * Redesigned some style * fixed hostbanner popup * Removed old identity stuff * fixed close listener * Fixed changelog date * fixed release chat icons * fixed url * Fixed hostbanner * Uploaded missing images * Improved update handling * Improved script files * Fixed loading error and icon error * fixed Yes/No modal * Fixed loader issues with MS Edge * fixed modal style bug * Fixed control bar overflow for small devices * Improved error handling on identity creation * Logging generate error to terminal * fixed possible php error * fixed some possible loading errors when other files have'nt been already loaded. * removed debug message * Changed emsrcypten flags * Improved codec error handling * removed webassembly as required dependency * Improved and fixed channel tree issues * Improved the sliders * Removed unneeded files * fixed loader versions cache * second slight performance improved (dont animate elements anymore if they are not shown) * Fixed query visibility setting * not showing useless client infos for query clients * Added an auto reconnect system * Added a canceled message and increased reconnect interval * removed implemented todo * fixed repetitive channel names * Reworked the channel tree selected lines * Fixed channel tree names * Fixed name alignment * fixed the native client * added min width to the server select groups to avoid a disappearing effect on shrink * fixed bugged downloaded icons
2019-02-17 16:08:10 +01:00
}
}
}