mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2024-11-21 22:42:48 +01:00
1347 lines
56 KiB
CSS
1347 lines
56 KiB
CSS
/**
|
|
* Add your custom styles here
|
|
*/
|
|
#app-content .custom-heise-de .body p > span:first-child {
|
|
display: inline-block;
|
|
float: left;
|
|
margin-right: 10px;
|
|
padding: 6px 0;
|
|
}
|
|
|
|
#app-content .custom-slashdot-org .body div > i {
|
|
display: block;
|
|
border-left: 1px solid rgb(210, 210, 210);
|
|
margin: 25px 0;
|
|
padding: 0 0 0 15px;
|
|
}
|
|
|
|
#app-content .custom-sueddeutsche-de .body img {
|
|
float: none !important;
|
|
}
|
|
|
|
:root {
|
|
--border-radius-rounded: calc(var(--default-clickable-area) / 2 + var(--default-grid-baseline) * 2 - 2px);
|
|
--body-container-radius: var(--border-radius-rounded);
|
|
--body-container-margin: calc(var(--default-grid-baseline) * 2);
|
|
--body-height: calc(100% - env(safe-area-inset-bottom) - 50px - var(--body-container-margin))
|
|
}
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
:root {
|
|
--body-container-margin: 0px;
|
|
--body-container-radius: 0px
|
|
}
|
|
}
|
|
|
|
#app-navigation:not(.vue) {
|
|
--border-radius-pill: calc(var(--default-clickable-area) / 2);
|
|
width: 300px;
|
|
z-index: 500;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
background-color: var(--color-main-background-blur);
|
|
backdrop-filter: var(--filter-background-blur);
|
|
-webkit-backdrop-filter: var(--filter-background-blur);
|
|
-webkit-user-select: none;
|
|
position: sticky;
|
|
height: 100%;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-grow: 0;
|
|
flex-shrink: 0
|
|
}
|
|
|
|
#app-navigation:not(.vue) .app-navigation-new {
|
|
display: block;
|
|
padding: calc(var(--default-grid-baseline) * 2)
|
|
}
|
|
|
|
#app-navigation:not(.vue) .app-navigation-new button {
|
|
display: inline-block;
|
|
width: 100%;
|
|
padding: 10px;
|
|
padding-left: 34px;
|
|
background-position: 10px center;
|
|
text-align: left;
|
|
margin: 0
|
|
}
|
|
|
|
#app-navigation:not(.vue) li {
|
|
position: relative
|
|
}
|
|
|
|
#app-navigation:not(.vue) > ul {
|
|
position: relative;
|
|
height: 100%;
|
|
width: 100%;
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: calc(var(--default-grid-baseline) * 2);
|
|
padding-bottom: 0
|
|
}
|
|
|
|
#app-navigation:not(.vue) > ul:last-child {
|
|
padding-bottom: calc(var(--default-grid-baseline) * 2)
|
|
}
|
|
|
|
#app-navigation:not(.vue) > ul > li {
|
|
display: inline-flex;
|
|
flex-wrap: wrap;
|
|
order: 1;
|
|
flex-shrink: 0;
|
|
margin: 0;
|
|
margin-bottom: 3px;
|
|
width: 100%;
|
|
border-radius: var(--border-radius-pill)
|
|
}
|
|
|
|
#app-navigation:not(.vue) > ul > li.pinned {
|
|
order: 2
|
|
}
|
|
|
|
#app-navigation:not(.vue) > ul > li.pinned.first-pinned {
|
|
margin-top: auto !important
|
|
}
|
|
|
|
#app-navigation:not(.vue) > ul > li > .app-navigation-entry-deleted {
|
|
padding-left: 44px !important
|
|
}
|
|
|
|
#app-navigation:not(.vue) > ul > li > .app-navigation-entry-edit {
|
|
padding-left: 38px !important
|
|
}
|
|
|
|
#app-navigation:not(.vue) > ul > li a:hover, #app-navigation:not(.vue) > ul > li a:hover > a, #app-navigation:not(.vue) > ul > li a:focus, #app-navigation:not(.vue) > ul > li a:focus > a {
|
|
background-color: var(--color-background-hover)
|
|
}
|
|
|
|
#app-navigation:not(.vue) > ul > li a:focus-visible {
|
|
box-shadow: var(--color-primary-element) inset 0 0 0 2px;
|
|
outline: none
|
|
}
|
|
|
|
#app-navigation:not(.vue) > ul > li.active, #app-navigation:not(.vue) > ul > li.active > a, #app-navigation:not(.vue) > ul > li a:active, #app-navigation:not(.vue) > ul > li a:active > a, #app-navigation:not(.vue) > ul > li a.selected, #app-navigation:not(.vue) > ul > li a.selected > a, #app-navigation:not(.vue) > ul > li a.active, #app-navigation:not(.vue) > ul > li a.active > a {
|
|
background-color: var(--color-primary-element-light)
|
|
}
|
|
|
|
#app-navigation:not(.vue) > ul > li.icon-loading-small:after {
|
|
left: 22px;
|
|
top: 22px
|
|
}
|
|
|
|
#app-navigation:not(.vue) > ul > li.deleted > ul, #app-navigation:not(.vue) > ul > li.collapsible:not(.open) > ul {
|
|
display: none
|
|
}
|
|
|
|
#app-navigation:not(.vue) > ul > li.app-navigation-caption {
|
|
font-weight: bold;
|
|
line-height: 44px;
|
|
padding: 0 44px;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
box-shadow: none !important;
|
|
user-select: none;
|
|
pointer-events: none
|
|
}
|
|
|
|
#app-navigation:not(.vue) > ul > li.app-navigation-caption:not(:first-child) {
|
|
margin-top: 22px
|
|
}
|
|
|
|
#app-navigation:not(.vue) > ul > li > ul {
|
|
flex: 0 1 auto;
|
|
width: 100%;
|
|
position: relative
|
|
}
|
|
|
|
#app-navigation:not(.vue) > ul > li > ul > li {
|
|
display: inline-flex;
|
|
flex-wrap: wrap;
|
|
padding-left: 44px;
|
|
width: 100%;
|
|
margin-bottom: 3px
|
|
}
|
|
|
|
#app-navigation:not(.vue) > ul > li > ul > li:hover, #app-navigation:not(.vue) > ul > li > ul > li:hover > a, #app-navigation:not(.vue) > ul > li > ul > li:focus, #app-navigation:not(.vue) > ul > li > ul > li:focus > a {
|
|
border-radius: var(--border-radius-pill);
|
|
background-color: var(--color-background-hover)
|
|
}
|
|
|
|
#app-navigation:not(.vue) > ul > li > ul > li.active, #app-navigation:not(.vue) > ul > li > ul > li.active > a, #app-navigation:not(.vue) > ul > li > ul > li a.selected, #app-navigation:not(.vue) > ul > li > ul > li a.selected > a {
|
|
border-radius: var(--border-radius-pill);
|
|
background-color: var(--color-primary-element-light)
|
|
}
|
|
|
|
#app-navigation:not(.vue) > ul > li > ul > li.icon-loading-small:after {
|
|
left: 22px
|
|
}
|
|
|
|
#app-navigation:not(.vue) > ul > li > ul > li > .app-navigation-entry-deleted {
|
|
margin-left: 4px;
|
|
padding-left: 84px
|
|
}
|
|
|
|
#app-navigation:not(.vue) > ul > li > ul > li > .app-navigation-entry-edit {
|
|
margin-left: 4px;
|
|
padding-left: 78px !important
|
|
}
|
|
|
|
#app-navigation:not(.vue) > ul > li, #app-navigation:not(.vue) > ul > li > ul > li {
|
|
position: relative;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
#app-navigation:not(.vue) > ul > li.icon-loading-small > a, #app-navigation:not(.vue) > ul > li.icon-loading-small > .app-navigation-entry-bullet, #app-navigation:not(.vue) > ul > li > ul > li.icon-loading-small > a, #app-navigation:not(.vue) > ul > li > ul > li.icon-loading-small > .app-navigation-entry-bullet {
|
|
background: rgba(0, 0, 0, 0) !important
|
|
}
|
|
|
|
#app-navigation:not(.vue) > ul > li > a, #app-navigation:not(.vue) > ul > li > ul > li > a {
|
|
background-size: 16px 16px;
|
|
background-position: 14px center;
|
|
background-repeat: no-repeat;
|
|
display: block;
|
|
justify-content: space-between;
|
|
line-height: 44px;
|
|
min-height: 44px;
|
|
padding: 0 12px 0 14px;
|
|
overflow: hidden;
|
|
box-sizing: border-box;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
border-radius: var(--border-radius-pill);
|
|
color: var(--color-main-text);
|
|
flex: 1 1 0px;
|
|
z-index: 100
|
|
}
|
|
|
|
#app-navigation:not(.vue) > ul > li > a.svg, #app-navigation:not(.vue) > ul > li > ul > li > a.svg {
|
|
padding: 0 12px 0 44px
|
|
}
|
|
|
|
#app-navigation:not(.vue) > ul > li > a.svg :focus-visible, #app-navigation:not(.vue) > ul > li > ul > li > a.svg :focus-visible {
|
|
padding: 0 8px 0 42px
|
|
}
|
|
|
|
#app-navigation:not(.vue) > ul > li > a:first-child img, #app-navigation:not(.vue) > ul > li > ul > li > a:first-child img {
|
|
margin-right: 11px;
|
|
width: 16px;
|
|
height: 16px;
|
|
filter: var(--background-invert-if-dark)
|
|
}
|
|
|
|
#app-navigation:not(.vue) > ul > li > a > .app-navigation-entry-utils, #app-navigation:not(.vue) > ul > li > ul > li > a > .app-navigation-entry-utils {
|
|
display: inline-block;
|
|
float: right
|
|
}
|
|
|
|
#app-navigation:not(.vue) > ul > li > a > .app-navigation-entry-utils .app-navigation-entry-utils-counter, #app-navigation:not(.vue) > ul > li > ul > li > a > .app-navigation-entry-utils .app-navigation-entry-utils-counter {
|
|
padding-right: 0 !important
|
|
}
|
|
|
|
#app-navigation:not(.vue) > ul > li > .app-navigation-entry-bullet, #app-navigation:not(.vue) > ul > li > ul > li > .app-navigation-entry-bullet {
|
|
position: absolute;
|
|
display: block;
|
|
margin: 16px;
|
|
width: 12px;
|
|
height: 12px;
|
|
border: none;
|
|
border-radius: 50%;
|
|
cursor: pointer;
|
|
transition: background 100ms ease-in-out
|
|
}
|
|
|
|
#app-navigation:not(.vue) > ul > li > .app-navigation-entry-bullet + a, #app-navigation:not(.vue) > ul > li > ul > li > .app-navigation-entry-bullet + a {
|
|
background: rgba(0, 0, 0, 0) !important
|
|
}
|
|
|
|
#app-navigation:not(.vue) > ul > li > .app-navigation-entry-menu, #app-navigation:not(.vue) > ul > li > ul > li > .app-navigation-entry-menu {
|
|
top: 44px
|
|
}
|
|
|
|
#app-navigation:not(.vue) > ul > li.editing .app-navigation-entry-edit, #app-navigation:not(.vue) > ul > li > ul > li.editing .app-navigation-entry-edit {
|
|
opacity: 1;
|
|
z-index: 250
|
|
}
|
|
|
|
#app-navigation:not(.vue) > ul > li.deleted .app-navigation-entry-deleted, #app-navigation:not(.vue) > ul > li > ul > li.deleted .app-navigation-entry-deleted {
|
|
transform: translateX(0);
|
|
z-index: 250
|
|
}
|
|
|
|
#app-navigation:not(.vue).hidden {
|
|
display: none
|
|
}
|
|
|
|
#app-navigation:not(.vue) .app-navigation-entry-utils .app-navigation-entry-utils-menu-button > button, #app-navigation:not(.vue) .app-navigation-entry-deleted .app-navigation-entry-deleted-button {
|
|
border: 0;
|
|
opacity: .5;
|
|
background-color: rgba(0, 0, 0, 0);
|
|
background-repeat: no-repeat;
|
|
background-position: center
|
|
}
|
|
|
|
#app-navigation:not(.vue) .app-navigation-entry-utils .app-navigation-entry-utils-menu-button > button:hover, #app-navigation:not(.vue) .app-navigation-entry-utils .app-navigation-entry-utils-menu-button > button:focus, #app-navigation:not(.vue) .app-navigation-entry-deleted .app-navigation-entry-deleted-button:hover, #app-navigation:not(.vue) .app-navigation-entry-deleted .app-navigation-entry-deleted-button:focus {
|
|
background-color: rgba(0, 0, 0, 0);
|
|
opacity: 1
|
|
}
|
|
|
|
#app-navigation:not(.vue) .collapsible .collapse {
|
|
opacity: 0;
|
|
position: absolute;
|
|
width: 44px;
|
|
height: 44px;
|
|
margin: 0;
|
|
z-index: 110;
|
|
left: 0
|
|
}
|
|
|
|
#app-navigation:not(.vue) .collapsible .collapse:focus-visible {
|
|
opacity: 1;
|
|
border-width: 0;
|
|
box-shadow: inset 0 0 0 2px var(--color-primary-element);
|
|
background: none
|
|
}
|
|
|
|
#app-navigation:not(.vue) .collapsible:before {
|
|
position: absolute;
|
|
height: 44px;
|
|
width: 44px;
|
|
margin: 0;
|
|
padding: 0;
|
|
background: none;
|
|
background-image: var(--icon-triangle-s-dark);
|
|
background-size: 16px;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
border: none;
|
|
border-radius: 0;
|
|
outline: none !important;
|
|
box-shadow: none;
|
|
content: " ";
|
|
opacity: 0;
|
|
-webkit-transform: rotate(-90deg);
|
|
-ms-transform: rotate(-90deg);
|
|
transform: rotate(-90deg);
|
|
z-index: 105;
|
|
border-radius: 50%;
|
|
transition: opacity 100ms ease-in-out
|
|
}
|
|
|
|
#app-navigation:not(.vue) .collapsible > a:first-child {
|
|
padding-left: 44px
|
|
}
|
|
|
|
#app-navigation:not(.vue) .collapsible:hover:before, #app-navigation:not(.vue) .collapsible:focus:before {
|
|
opacity: 1
|
|
}
|
|
|
|
#app-navigation:not(.vue) .collapsible:hover > a, #app-navigation:not(.vue) .collapsible:focus > a {
|
|
background-image: none
|
|
}
|
|
|
|
#app-navigation:not(.vue) .collapsible:hover > .app-navigation-entry-bullet, #app-navigation:not(.vue) .collapsible:focus > .app-navigation-entry-bullet {
|
|
background: rgba(0, 0, 0, 0) !important
|
|
}
|
|
|
|
#app-navigation:not(.vue) .collapsible.open:before {
|
|
-webkit-transform: rotate(0);
|
|
-ms-transform: rotate(0);
|
|
transform: rotate(0)
|
|
}
|
|
|
|
#app-navigation:not(.vue) .app-navigation-entry-utils {
|
|
flex: 0 1 auto
|
|
}
|
|
|
|
#app-navigation:not(.vue) .app-navigation-entry-utils ul {
|
|
display: flex !important;
|
|
align-items: center;
|
|
justify-content: flex-end
|
|
}
|
|
|
|
#app-navigation:not(.vue) .app-navigation-entry-utils li {
|
|
width: 44px !important;
|
|
height: 44px
|
|
}
|
|
|
|
#app-navigation:not(.vue) .app-navigation-entry-utils button {
|
|
height: 100%;
|
|
width: 100%;
|
|
margin: 0;
|
|
box-shadow: none
|
|
}
|
|
|
|
#app-navigation:not(.vue) .app-navigation-entry-utils .app-navigation-entry-utils-menu-button button:not([class^=icon-]):not([class*=" icon-"]) {
|
|
background-image: var(--icon-more-dark)
|
|
}
|
|
|
|
#app-navigation:not(.vue) .app-navigation-entry-utils .app-navigation-entry-utils-menu-button:hover button, #app-navigation:not(.vue) .app-navigation-entry-utils .app-navigation-entry-utils-menu-button:focus button {
|
|
background-color: rgba(0, 0, 0, 0);
|
|
opacity: 1
|
|
}
|
|
|
|
#app-navigation:not(.vue) .app-navigation-entry-utils .app-navigation-entry-utils-counter {
|
|
overflow: hidden;
|
|
text-align: right;
|
|
font-size: 9pt;
|
|
line-height: 44px;
|
|
padding: 0 12px
|
|
}
|
|
|
|
#app-navigation:not(.vue) .app-navigation-entry-utils .app-navigation-entry-utils-counter.highlighted {
|
|
padding: 0;
|
|
text-align: center
|
|
}
|
|
|
|
#app-navigation:not(.vue) .app-navigation-entry-utils .app-navigation-entry-utils-counter.highlighted span {
|
|
padding: 2px 5px;
|
|
border-radius: 10px;
|
|
background-color: var(--color-primary-element);
|
|
color: var(--color-primary-element-text)
|
|
}
|
|
|
|
#app-navigation:not(.vue) .app-navigation-entry-edit {
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
display: block;
|
|
width: calc(100% - 1px);
|
|
transition: opacity 250ms ease-in-out;
|
|
opacity: 0;
|
|
position: absolute;
|
|
background-color: var(--color-main-background);
|
|
z-index: -1
|
|
}
|
|
|
|
#app-navigation:not(.vue) .app-navigation-entry-edit form, #app-navigation:not(.vue) .app-navigation-entry-edit div {
|
|
display: inline-flex;
|
|
width: 100%
|
|
}
|
|
|
|
#app-navigation:not(.vue) .app-navigation-entry-edit input {
|
|
padding: 5px;
|
|
margin-right: 0;
|
|
height: 38px
|
|
}
|
|
|
|
#app-navigation:not(.vue) .app-navigation-entry-edit input:hover, #app-navigation:not(.vue) .app-navigation-entry-edit input:focus {
|
|
z-index: 1
|
|
}
|
|
|
|
#app-navigation:not(.vue) .app-navigation-entry-edit input[type=text] {
|
|
width: 100%;
|
|
min-width: 0;
|
|
border-bottom-right-radius: 0;
|
|
border-top-right-radius: 0
|
|
}
|
|
|
|
#app-navigation:not(.vue) .app-navigation-entry-edit button, #app-navigation:not(.vue) .app-navigation-entry-edit input:not([type=text]) {
|
|
width: 36px;
|
|
height: 38px;
|
|
flex: 0 0 36px
|
|
}
|
|
|
|
#app-navigation:not(.vue) .app-navigation-entry-edit button:not(:last-child), #app-navigation:not(.vue) .app-navigation-entry-edit input:not([type=text]):not(:last-child) {
|
|
border-radius: 0 !important
|
|
}
|
|
|
|
#app-navigation:not(.vue) .app-navigation-entry-edit button:not(:first-child), #app-navigation:not(.vue) .app-navigation-entry-edit input:not([type=text]):not(:first-child) {
|
|
margin-left: -1px
|
|
}
|
|
|
|
#app-navigation:not(.vue) .app-navigation-entry-edit button:last-child, #app-navigation:not(.vue) .app-navigation-entry-edit input:not([type=text]):last-child {
|
|
border-bottom-right-radius: var(--border-radius);
|
|
border-top-right-radius: var(--border-radius);
|
|
border-bottom-left-radius: 0;
|
|
border-top-left-radius: 0
|
|
}
|
|
|
|
#app-navigation:not(.vue) .app-navigation-entry-deleted {
|
|
display: inline-flex;
|
|
padding-left: 44px;
|
|
transform: translateX(300px)
|
|
}
|
|
|
|
#app-navigation:not(.vue) .app-navigation-entry-deleted .app-navigation-entry-deleted-description {
|
|
position: relative;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
flex: 1 1 0px;
|
|
line-height: 44px
|
|
}
|
|
|
|
#app-navigation:not(.vue) .app-navigation-entry-deleted .app-navigation-entry-deleted-button {
|
|
margin: 0;
|
|
height: 44px;
|
|
width: 44px;
|
|
line-height: 44px
|
|
}
|
|
|
|
#app-navigation:not(.vue) .app-navigation-entry-deleted .app-navigation-entry-deleted-button:hover, #app-navigation:not(.vue) .app-navigation-entry-deleted .app-navigation-entry-deleted-button:focus {
|
|
opacity: 1
|
|
}
|
|
|
|
#app-navigation:not(.vue) .app-navigation-entry-edit, #app-navigation:not(.vue) .app-navigation-entry-deleted {
|
|
width: calc(100% - 1px);
|
|
transition: transform 250ms ease-in-out, opacity 250ms ease-in-out, z-index 250ms ease-in-out;
|
|
position: absolute;
|
|
left: 0;
|
|
background-color: var(--color-main-background);
|
|
box-sizing: border-box
|
|
}
|
|
|
|
#app-navigation:not(.vue) .drag-and-drop {
|
|
-webkit-transition: padding-bottom 500ms ease 0s;
|
|
transition: padding-bottom 500ms ease 0s;
|
|
padding-bottom: 40px
|
|
}
|
|
|
|
#app-navigation:not(.vue) .error {
|
|
color: var(--color-error)
|
|
}
|
|
|
|
#app-navigation:not(.vue) .app-navigation-entry-utils ul, #app-navigation:not(.vue) .app-navigation-entry-menu ul {
|
|
list-style-type: none
|
|
}
|
|
|
|
#content {
|
|
box-sizing: border-box;
|
|
position: static;
|
|
margin: var(--body-container-margin);
|
|
margin-top: 50px;
|
|
padding: 0;
|
|
display: flex;
|
|
width: calc(100% - var(--body-container-margin) * 2);
|
|
height: var(--body-height);
|
|
border-radius: var(--body-container-radius);
|
|
overflow: clip
|
|
}
|
|
|
|
#content:not(.with-sidebar--full) {
|
|
position: fixed
|
|
}
|
|
|
|
@media only screen and (max-width: 1024px) {
|
|
#content {
|
|
border-top-left-radius: var(--border-radius-large);
|
|
border-top-right-radius: var(--border-radius-large)
|
|
}
|
|
|
|
#app-navigation {
|
|
border-top-left-radius: var(--border-radius-large)
|
|
}
|
|
|
|
#app-sidebar {
|
|
border-top-right-radius: var(--border-radius-large)
|
|
}
|
|
}
|
|
|
|
#app-content {
|
|
z-index: 1000;
|
|
background-color: var(--color-main-background);
|
|
flex-basis: 100vw;
|
|
overflow: auto;
|
|
position: initial;
|
|
height: 100%
|
|
}
|
|
|
|
#app-content > .section:first-child {
|
|
border-top: none
|
|
}
|
|
|
|
#app-content #app-content-wrapper {
|
|
display: flex;
|
|
position: relative;
|
|
align-items: stretch;
|
|
min-height: 100%
|
|
}
|
|
|
|
#app-content #app-content-wrapper .app-content-details {
|
|
flex: 1 1 524px
|
|
}
|
|
|
|
#app-content #app-content-wrapper .app-content-details #app-navigation-toggle-back {
|
|
display: none
|
|
}
|
|
|
|
#app-content::-webkit-scrollbar-button {
|
|
height: var(--body-container-radius)
|
|
}
|
|
|
|
#app-sidebar {
|
|
width: 27vw;
|
|
min-width: 300px;
|
|
max-width: 500px;
|
|
display: block;
|
|
position: -webkit-sticky;
|
|
position: sticky;
|
|
top: 50px;
|
|
right: 0;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
z-index: 1500;
|
|
opacity: .7px;
|
|
height: calc(100vh - 50px);
|
|
background: var(--color-main-background);
|
|
border-left: 1px solid var(--color-border);
|
|
flex-shrink: 0
|
|
}
|
|
|
|
#app-sidebar.disappear {
|
|
display: none
|
|
}
|
|
|
|
#app-settings {
|
|
margin-top: auto
|
|
}
|
|
|
|
#app-settings.open #app-settings-content, #app-settings.opened #app-settings-content {
|
|
display: block
|
|
}
|
|
|
|
#app-settings-content {
|
|
display: none;
|
|
padding: calc(var(--default-grid-baseline) * 2);
|
|
padding-top: 0;
|
|
padding-left: calc(var(--default-grid-baseline) * 4);
|
|
max-height: 300px;
|
|
overflow-y: auto;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
#app-settings-content input[type=text] {
|
|
width: 93%
|
|
}
|
|
|
|
#app-settings-content .info-text {
|
|
padding: 5px 0 7px 22px;
|
|
color: var(--color-text-lighter)
|
|
}
|
|
|
|
#app-settings-content input[type=checkbox].radio + label, #app-settings-content input[type=checkbox].checkbox + label, #app-settings-content input[type=radio].radio + label, #app-settings-content input[type=radio].checkbox + label {
|
|
display: inline-block;
|
|
width: 100%;
|
|
padding: 5px 0
|
|
}
|
|
|
|
#app-settings-header {
|
|
box-sizing: border-box;
|
|
background-color: rgba(0, 0, 0, 0);
|
|
overflow: hidden;
|
|
border-radius: calc(var(--default-clickable-area) / 2);
|
|
padding: calc(var(--default-grid-baseline) * 2);
|
|
padding-top: 0
|
|
}
|
|
|
|
#app-settings-header .settings-button {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 44px;
|
|
width: 100%;
|
|
padding: 0;
|
|
margin: 0;
|
|
background-color: rgba(0, 0, 0, 0);
|
|
box-shadow: none;
|
|
border: 0;
|
|
border-radius: calc(var(--default-clickable-area) / 2);
|
|
text-align: left;
|
|
font-weight: normal;
|
|
font-size: 100%;
|
|
opacity: .8;
|
|
color: var(--color-main-text)
|
|
}
|
|
|
|
#app-settings-header .settings-button.opened {
|
|
border-top: solid 1px var(--color-border);
|
|
background-color: var(--color-main-background);
|
|
margin-top: 8px
|
|
}
|
|
|
|
#app-settings-header .settings-button:hover, #app-settings-header .settings-button:focus {
|
|
background-color: var(--color-background-hover)
|
|
}
|
|
|
|
#app-settings-header .settings-button::before {
|
|
background-image: var(--icon-settings-dark);
|
|
background-position: 14px center;
|
|
background-repeat: no-repeat;
|
|
content: "";
|
|
width: 44px;
|
|
height: 44px;
|
|
top: 0;
|
|
left: 0;
|
|
display: block
|
|
}
|
|
|
|
#app-settings-header .settings-button:focus-visible {
|
|
box-shadow: 0 0 0 2px inset var(--color-primary-element) !important;
|
|
background-position: 12px center
|
|
}
|
|
|
|
.section {
|
|
display: block;
|
|
padding: 30px;
|
|
margin-bottom: 24px
|
|
}
|
|
|
|
.section.hidden {
|
|
display: none !important
|
|
}
|
|
|
|
.section input[type=checkbox], .section input[type=radio] {
|
|
vertical-align: -2px;
|
|
margin-right: 4px
|
|
}
|
|
|
|
.sub-section {
|
|
position: relative;
|
|
margin-top: 10px;
|
|
margin-left: 27px;
|
|
margin-bottom: 10px
|
|
}
|
|
|
|
.appear {
|
|
opacity: 1;
|
|
-webkit-transition: opacity 500ms ease 0s;
|
|
-moz-transition: opacity 500ms ease 0s;
|
|
-ms-transition: opacity 500ms ease 0s;
|
|
-o-transition: opacity 500ms ease 0s;
|
|
transition: opacity 500ms ease 0s
|
|
}
|
|
|
|
.appear.transparent {
|
|
opacity: 0
|
|
}
|
|
|
|
.tabHeaders {
|
|
display: flex;
|
|
margin-bottom: 16px
|
|
}
|
|
|
|
.tabHeaders .tabHeader {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-grow: 1;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
cursor: pointer;
|
|
color: var(--color-text-lighter);
|
|
margin-bottom: 1px;
|
|
padding: 5px
|
|
}
|
|
|
|
.tabHeaders .tabHeader.hidden {
|
|
display: none
|
|
}
|
|
|
|
.tabHeaders .tabHeader:first-child {
|
|
padding-left: 15px
|
|
}
|
|
|
|
.tabHeaders .tabHeader:last-child {
|
|
padding-right: 15px
|
|
}
|
|
|
|
.tabHeaders .tabHeader .icon {
|
|
display: inline-block;
|
|
width: 100%;
|
|
height: 16px;
|
|
background-size: 16px;
|
|
vertical-align: middle;
|
|
margin-top: -2px;
|
|
margin-right: 3px;
|
|
opacity: .7;
|
|
cursor: pointer
|
|
}
|
|
|
|
.tabHeaders .tabHeader a {
|
|
color: var(--color-text-lighter);
|
|
margin-bottom: 1px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis
|
|
}
|
|
|
|
.tabHeaders .tabHeader.selected {
|
|
font-weight: bold
|
|
}
|
|
|
|
.tabHeaders .tabHeader.selected, .tabHeaders .tabHeader:hover, .tabHeaders .tabHeader:focus {
|
|
margin-bottom: 0px;
|
|
color: var(--color-main-text);
|
|
border-bottom: 1px solid var(--color-text-lighter)
|
|
}
|
|
|
|
.tabsContainer {
|
|
clear: left
|
|
}
|
|
|
|
.tabsContainer .tab {
|
|
padding: 0 15px 15px
|
|
}
|
|
|
|
.contact .popovermenu ul > li > a > img, .popover__menu > li > a > img {
|
|
filter: var(--background-invert-if-dark)
|
|
}
|
|
|
|
.contact .popovermenu ul > li > a > img[src^=data], .popover__menu > li > a > img[src^=data] {
|
|
filter: none
|
|
}
|
|
|
|
.bubble, .app-navigation-entry-menu, .popovermenu {
|
|
position: absolute;
|
|
background-color: var(--color-main-background);
|
|
color: var(--color-main-text);
|
|
border-radius: var(--border-radius-large);
|
|
padding: 3px;
|
|
z-index: 110;
|
|
margin: 5px;
|
|
margin-top: -5px;
|
|
right: 0;
|
|
filter: drop-shadow(0 1px 3px var(--color-box-shadow));
|
|
display: none;
|
|
will-change: filter
|
|
}
|
|
|
|
.bubble:after, .app-navigation-entry-menu:after, .popovermenu:after {
|
|
bottom: 100%;
|
|
right: 7px;
|
|
border: solid rgba(0, 0, 0, 0);
|
|
content: " ";
|
|
height: 0;
|
|
width: 0;
|
|
position: absolute;
|
|
pointer-events: none;
|
|
border-bottom-color: var(--color-main-background);
|
|
border-width: 9px
|
|
}
|
|
|
|
.bubble.menu-center, .app-navigation-entry-menu.menu-center, .popovermenu.menu-center {
|
|
transform: translateX(50%);
|
|
right: 50%;
|
|
margin-right: 0
|
|
}
|
|
|
|
.bubble.menu-center:after, .app-navigation-entry-menu.menu-center:after, .popovermenu.menu-center:after {
|
|
right: 50%;
|
|
transform: translateX(50%)
|
|
}
|
|
|
|
.bubble.menu-left, .app-navigation-entry-menu.menu-left, .popovermenu.menu-left {
|
|
right: auto;
|
|
left: 0;
|
|
margin-right: 0
|
|
}
|
|
|
|
.bubble.menu-left:after, .app-navigation-entry-menu.menu-left:after, .popovermenu.menu-left:after {
|
|
left: 6px;
|
|
right: auto
|
|
}
|
|
|
|
.bubble.open, .app-navigation-entry-menu.open, .popovermenu.open {
|
|
display: block
|
|
}
|
|
|
|
.bubble.contactsmenu-popover, .app-navigation-entry-menu.contactsmenu-popover, .popovermenu.contactsmenu-popover {
|
|
margin: 0
|
|
}
|
|
|
|
.bubble ul, .app-navigation-entry-menu ul, .popovermenu ul {
|
|
display: flex !important;
|
|
flex-direction: column
|
|
}
|
|
|
|
.bubble li, .app-navigation-entry-menu li, .popovermenu li {
|
|
display: flex;
|
|
flex: 0 0 auto
|
|
}
|
|
|
|
.bubble li.hidden, .app-navigation-entry-menu li.hidden, .popovermenu li.hidden {
|
|
display: none
|
|
}
|
|
|
|
.bubble li > button, .bubble li > a, .bubble li > .menuitem, .app-navigation-entry-menu li > button, .app-navigation-entry-menu li > a, .app-navigation-entry-menu li > .menuitem, .popovermenu li > button, .popovermenu li > a, .popovermenu li > .menuitem {
|
|
cursor: pointer;
|
|
line-height: 44px;
|
|
border: 0;
|
|
border-radius: var(--border-radius-large);
|
|
background-color: rgba(0, 0, 0, 0);
|
|
display: flex;
|
|
align-items: flex-start;
|
|
height: auto;
|
|
margin: 0;
|
|
font-weight: normal;
|
|
box-shadow: none;
|
|
width: 100%;
|
|
color: var(--color-main-text);
|
|
white-space: nowrap
|
|
}
|
|
|
|
.bubble li > button span[class^=icon-], .bubble li > button span[class*=" icon-"], .bubble li > button[class^=icon-], .bubble li > button[class*=" icon-"], .bubble li > a span[class^=icon-], .bubble li > a span[class*=" icon-"], .bubble li > a[class^=icon-], .bubble li > a[class*=" icon-"], .bubble li > .menuitem span[class^=icon-], .bubble li > .menuitem span[class*=" icon-"], .bubble li > .menuitem[class^=icon-], .bubble li > .menuitem[class*=" icon-"], .app-navigation-entry-menu li > button span[class^=icon-], .app-navigation-entry-menu li > button span[class*=" icon-"], .app-navigation-entry-menu li > button[class^=icon-], .app-navigation-entry-menu li > button[class*=" icon-"], .app-navigation-entry-menu li > a span[class^=icon-], .app-navigation-entry-menu li > a span[class*=" icon-"], .app-navigation-entry-menu li > a[class^=icon-], .app-navigation-entry-menu li > a[class*=" icon-"], .app-navigation-entry-menu li > .menuitem span[class^=icon-], .app-navigation-entry-menu li > .menuitem span[class*=" icon-"], .app-navigation-entry-menu li > .menuitem[class^=icon-], .app-navigation-entry-menu li > .menuitem[class*=" icon-"], .popovermenu li > button span[class^=icon-], .popovermenu li > button span[class*=" icon-"], .popovermenu li > button[class^=icon-], .popovermenu li > button[class*=" icon-"], .popovermenu li > a span[class^=icon-], .popovermenu li > a span[class*=" icon-"], .popovermenu li > a[class^=icon-], .popovermenu li > a[class*=" icon-"], .popovermenu li > .menuitem span[class^=icon-], .popovermenu li > .menuitem span[class*=" icon-"], .popovermenu li > .menuitem[class^=icon-], .popovermenu li > .menuitem[class*=" icon-"] {
|
|
min-width: 0;
|
|
min-height: 0;
|
|
background-position: 14px center;
|
|
background-size: 16px
|
|
}
|
|
|
|
.bubble li > button span[class^=icon-], .bubble li > button span[class*=" icon-"], .bubble li > a span[class^=icon-], .bubble li > a span[class*=" icon-"], .bubble li > .menuitem span[class^=icon-], .bubble li > .menuitem span[class*=" icon-"], .app-navigation-entry-menu li > button span[class^=icon-], .app-navigation-entry-menu li > button span[class*=" icon-"], .app-navigation-entry-menu li > a span[class^=icon-], .app-navigation-entry-menu li > a span[class*=" icon-"], .app-navigation-entry-menu li > .menuitem span[class^=icon-], .app-navigation-entry-menu li > .menuitem span[class*=" icon-"], .popovermenu li > button span[class^=icon-], .popovermenu li > button span[class*=" icon-"], .popovermenu li > a span[class^=icon-], .popovermenu li > a span[class*=" icon-"], .popovermenu li > .menuitem span[class^=icon-], .popovermenu li > .menuitem span[class*=" icon-"] {
|
|
padding: 22px 0 22px 44px
|
|
}
|
|
|
|
.bubble li > button:not([class^=icon-]):not([class*=icon-]) > span:not([class^=icon-]):not([class*=icon-]):first-child, .bubble li > button:not([class^=icon-]):not([class*=icon-]) > input:not([class^=icon-]):not([class*=icon-]):first-child, .bubble li > button:not([class^=icon-]):not([class*=icon-]) > form:not([class^=icon-]):not([class*=icon-]):first-child, .bubble li > a:not([class^=icon-]):not([class*=icon-]) > span:not([class^=icon-]):not([class*=icon-]):first-child, .bubble li > a:not([class^=icon-]):not([class*=icon-]) > input:not([class^=icon-]):not([class*=icon-]):first-child, .bubble li > a:not([class^=icon-]):not([class*=icon-]) > form:not([class^=icon-]):not([class*=icon-]):first-child, .bubble li > .menuitem:not([class^=icon-]):not([class*=icon-]) > span:not([class^=icon-]):not([class*=icon-]):first-child, .bubble li > .menuitem:not([class^=icon-]):not([class*=icon-]) > input:not([class^=icon-]):not([class*=icon-]):first-child, .bubble li > .menuitem:not([class^=icon-]):not([class*=icon-]) > form:not([class^=icon-]):not([class*=icon-]):first-child, .app-navigation-entry-menu li > button:not([class^=icon-]):not([class*=icon-]) > span:not([class^=icon-]):not([class*=icon-]):first-child, .app-navigation-entry-menu li > button:not([class^=icon-]):not([class*=icon-]) > input:not([class^=icon-]):not([class*=icon-]):first-child, .app-navigation-entry-menu li > button:not([class^=icon-]):not([class*=icon-]) > form:not([class^=icon-]):not([class*=icon-]):first-child, .app-navigation-entry-menu li > a:not([class^=icon-]):not([class*=icon-]) > span:not([class^=icon-]):not([class*=icon-]):first-child, .app-navigation-entry-menu li > a:not([class^=icon-]):not([class*=icon-]) > input:not([class^=icon-]):not([class*=icon-]):first-child, .app-navigation-entry-menu li > a:not([class^=icon-]):not([class*=icon-]) > form:not([class^=icon-]):not([class*=icon-]):first-child, .app-navigation-entry-menu li > .menuitem:not([class^=icon-]):not([class*=icon-]) > span:not([class^=icon-]):not([class*=icon-]):first-child, .app-navigation-entry-menu li > .menuitem:not([class^=icon-]):not([class*=icon-]) > input:not([class^=icon-]):not([class*=icon-]):first-child, .app-navigation-entry-menu li > .menuitem:not([class^=icon-]):not([class*=icon-]) > form:not([class^=icon-]):not([class*=icon-]):first-child, .popovermenu li > button:not([class^=icon-]):not([class*=icon-]) > span:not([class^=icon-]):not([class*=icon-]):first-child, .popovermenu li > button:not([class^=icon-]):not([class*=icon-]) > input:not([class^=icon-]):not([class*=icon-]):first-child, .popovermenu li > button:not([class^=icon-]):not([class*=icon-]) > form:not([class^=icon-]):not([class*=icon-]):first-child, .popovermenu li > a:not([class^=icon-]):not([class*=icon-]) > span:not([class^=icon-]):not([class*=icon-]):first-child, .popovermenu li > a:not([class^=icon-]):not([class*=icon-]) > input:not([class^=icon-]):not([class*=icon-]):first-child, .popovermenu li > a:not([class^=icon-]):not([class*=icon-]) > form:not([class^=icon-]):not([class*=icon-]):first-child, .popovermenu li > .menuitem:not([class^=icon-]):not([class*=icon-]) > span:not([class^=icon-]):not([class*=icon-]):first-child, .popovermenu li > .menuitem:not([class^=icon-]):not([class*=icon-]) > input:not([class^=icon-]):not([class*=icon-]):first-child, .popovermenu li > .menuitem:not([class^=icon-]):not([class*=icon-]) > form:not([class^=icon-]):not([class*=icon-]):first-child {
|
|
margin-left: 44px
|
|
}
|
|
|
|
.bubble li > button[class^=icon-], .bubble li > button[class*=" icon-"], .bubble li > a[class^=icon-], .bubble li > a[class*=" icon-"], .bubble li > .menuitem[class^=icon-], .bubble li > .menuitem[class*=" icon-"], .app-navigation-entry-menu li > button[class^=icon-], .app-navigation-entry-menu li > button[class*=" icon-"], .app-navigation-entry-menu li > a[class^=icon-], .app-navigation-entry-menu li > a[class*=" icon-"], .app-navigation-entry-menu li > .menuitem[class^=icon-], .app-navigation-entry-menu li > .menuitem[class*=" icon-"], .popovermenu li > button[class^=icon-], .popovermenu li > button[class*=" icon-"], .popovermenu li > a[class^=icon-], .popovermenu li > a[class*=" icon-"], .popovermenu li > .menuitem[class^=icon-], .popovermenu li > .menuitem[class*=" icon-"] {
|
|
padding: 0 14px 0 44px !important
|
|
}
|
|
|
|
.bubble li > button:hover, .bubble li > button:focus, .bubble li > a:hover, .bubble li > a:focus, .bubble li > .menuitem:hover, .bubble li > .menuitem:focus, .app-navigation-entry-menu li > button:hover, .app-navigation-entry-menu li > button:focus, .app-navigation-entry-menu li > a:hover, .app-navigation-entry-menu li > a:focus, .app-navigation-entry-menu li > .menuitem:hover, .app-navigation-entry-menu li > .menuitem:focus, .popovermenu li > button:hover, .popovermenu li > button:focus, .popovermenu li > a:hover, .popovermenu li > a:focus, .popovermenu li > .menuitem:hover, .popovermenu li > .menuitem:focus {
|
|
background-color: var(--color-background-hover)
|
|
}
|
|
|
|
.bubble li > button:focus, .bubble li > button:focus-visible, .bubble li > a:focus, .bubble li > a:focus-visible, .bubble li > .menuitem:focus, .bubble li > .menuitem:focus-visible, .app-navigation-entry-menu li > button:focus, .app-navigation-entry-menu li > button:focus-visible, .app-navigation-entry-menu li > a:focus, .app-navigation-entry-menu li > a:focus-visible, .app-navigation-entry-menu li > .menuitem:focus, .app-navigation-entry-menu li > .menuitem:focus-visible, .popovermenu li > button:focus, .popovermenu li > button:focus-visible, .popovermenu li > a:focus, .popovermenu li > a:focus-visible, .popovermenu li > .menuitem:focus, .popovermenu li > .menuitem:focus-visible {
|
|
box-shadow: 0 0 0 2px var(--color-primary-element)
|
|
}
|
|
|
|
.bubble li > button.active, .bubble li > a.active, .bubble li > .menuitem.active, .app-navigation-entry-menu li > button.active, .app-navigation-entry-menu li > a.active, .app-navigation-entry-menu li > .menuitem.active, .popovermenu li > button.active, .popovermenu li > a.active, .popovermenu li > .menuitem.active {
|
|
border-radius: var(--border-radius-pill);
|
|
background-color: var(--color-primary-element-light)
|
|
}
|
|
|
|
.bubble li > button.action, .bubble li > a.action, .bubble li > .menuitem.action, .app-navigation-entry-menu li > button.action, .app-navigation-entry-menu li > a.action, .app-navigation-entry-menu li > .menuitem.action, .popovermenu li > button.action, .popovermenu li > a.action, .popovermenu li > .menuitem.action {
|
|
padding: inherit !important
|
|
}
|
|
|
|
.bubble li > button > span, .bubble li > a > span, .bubble li > .menuitem > span, .app-navigation-entry-menu li > button > span, .app-navigation-entry-menu li > a > span, .app-navigation-entry-menu li > .menuitem > span, .popovermenu li > button > span, .popovermenu li > a > span, .popovermenu li > .menuitem > span {
|
|
cursor: pointer;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.bubble li > button > p, .bubble li > a > p, .bubble li > .menuitem > p, .app-navigation-entry-menu li > button > p, .app-navigation-entry-menu li > a > p, .app-navigation-entry-menu li > .menuitem > p, .popovermenu li > button > p, .popovermenu li > a > p, .popovermenu li > .menuitem > p {
|
|
width: 150px;
|
|
line-height: 1.6em;
|
|
padding: 8px 0;
|
|
white-space: normal
|
|
}
|
|
|
|
.bubble li > button > select, .bubble li > a > select, .bubble li > .menuitem > select, .app-navigation-entry-menu li > button > select, .app-navigation-entry-menu li > a > select, .app-navigation-entry-menu li > .menuitem > select, .popovermenu li > button > select, .popovermenu li > a > select, .popovermenu li > .menuitem > select {
|
|
margin: 0;
|
|
margin-left: 6px
|
|
}
|
|
|
|
.bubble li > button:not(:empty), .bubble li > a:not(:empty), .bubble li > .menuitem:not(:empty), .app-navigation-entry-menu li > button:not(:empty), .app-navigation-entry-menu li > a:not(:empty), .app-navigation-entry-menu li > .menuitem:not(:empty), .popovermenu li > button:not(:empty), .popovermenu li > a:not(:empty), .popovermenu li > .menuitem:not(:empty) {
|
|
padding-right: 14px !important
|
|
}
|
|
|
|
.bubble li > button > img, .bubble li > a > img, .bubble li > .menuitem > img, .app-navigation-entry-menu li > button > img, .app-navigation-entry-menu li > a > img, .app-navigation-entry-menu li > .menuitem > img, .popovermenu li > button > img, .popovermenu li > a > img, .popovermenu li > .menuitem > img {
|
|
width: 16px;
|
|
padding: 14px
|
|
}
|
|
|
|
.bubble li > button > input.radio + label, .bubble li > button > input.checkbox + label, .bubble li > a > input.radio + label, .bubble li > a > input.checkbox + label, .bubble li > .menuitem > input.radio + label, .bubble li > .menuitem > input.checkbox + label, .app-navigation-entry-menu li > button > input.radio + label, .app-navigation-entry-menu li > button > input.checkbox + label, .app-navigation-entry-menu li > a > input.radio + label, .app-navigation-entry-menu li > a > input.checkbox + label, .app-navigation-entry-menu li > .menuitem > input.radio + label, .app-navigation-entry-menu li > .menuitem > input.checkbox + label, .popovermenu li > button > input.radio + label, .popovermenu li > button > input.checkbox + label, .popovermenu li > a > input.radio + label, .popovermenu li > a > input.checkbox + label, .popovermenu li > .menuitem > input.radio + label, .popovermenu li > .menuitem > input.checkbox + label {
|
|
padding: 0 !important;
|
|
width: 100%
|
|
}
|
|
|
|
.bubble li > button > input.checkbox + label::before, .bubble li > a > input.checkbox + label::before, .bubble li > .menuitem > input.checkbox + label::before, .app-navigation-entry-menu li > button > input.checkbox + label::before, .app-navigation-entry-menu li > a > input.checkbox + label::before, .app-navigation-entry-menu li > .menuitem > input.checkbox + label::before, .popovermenu li > button > input.checkbox + label::before, .popovermenu li > a > input.checkbox + label::before, .popovermenu li > .menuitem > input.checkbox + label::before {
|
|
margin: -2px 13px 0
|
|
}
|
|
|
|
.bubble li > button > input.radio + label::before, .bubble li > a > input.radio + label::before, .bubble li > .menuitem > input.radio + label::before, .app-navigation-entry-menu li > button > input.radio + label::before, .app-navigation-entry-menu li > a > input.radio + label::before, .app-navigation-entry-menu li > .menuitem > input.radio + label::before, .popovermenu li > button > input.radio + label::before, .popovermenu li > a > input.radio + label::before, .popovermenu li > .menuitem > input.radio + label::before {
|
|
margin: -2px 12px 0
|
|
}
|
|
|
|
.bubble li > button > input:not([type=radio]):not([type=checkbox]):not([type=image]), .bubble li > a > input:not([type=radio]):not([type=checkbox]):not([type=image]), .bubble li > .menuitem > input:not([type=radio]):not([type=checkbox]):not([type=image]), .app-navigation-entry-menu li > button > input:not([type=radio]):not([type=checkbox]):not([type=image]), .app-navigation-entry-menu li > a > input:not([type=radio]):not([type=checkbox]):not([type=image]), .app-navigation-entry-menu li > .menuitem > input:not([type=radio]):not([type=checkbox]):not([type=image]), .popovermenu li > button > input:not([type=radio]):not([type=checkbox]):not([type=image]), .popovermenu li > a > input:not([type=radio]):not([type=checkbox]):not([type=image]), .popovermenu li > .menuitem > input:not([type=radio]):not([type=checkbox]):not([type=image]) {
|
|
width: 150px
|
|
}
|
|
|
|
.bubble li > button form, .bubble li > a form, .bubble li > .menuitem form, .app-navigation-entry-menu li > button form, .app-navigation-entry-menu li > a form, .app-navigation-entry-menu li > .menuitem form, .popovermenu li > button form, .popovermenu li > a form, .popovermenu li > .menuitem form {
|
|
display: flex;
|
|
flex: 1 1 auto;
|
|
align-items: center
|
|
}
|
|
|
|
.bubble li > button form:not(:first-child), .bubble li > a form:not(:first-child), .bubble li > .menuitem form:not(:first-child), .app-navigation-entry-menu li > button form:not(:first-child), .app-navigation-entry-menu li > a form:not(:first-child), .app-navigation-entry-menu li > .menuitem form:not(:first-child), .popovermenu li > button form:not(:first-child), .popovermenu li > a form:not(:first-child), .popovermenu li > .menuitem form:not(:first-child) {
|
|
margin-left: 5px
|
|
}
|
|
|
|
.bubble li > button > span.hidden + form, .bubble li > button > span[style*="display:none"] + form, .bubble li > a > span.hidden + form, .bubble li > a > span[style*="display:none"] + form, .bubble li > .menuitem > span.hidden + form, .bubble li > .menuitem > span[style*="display:none"] + form, .app-navigation-entry-menu li > button > span.hidden + form, .app-navigation-entry-menu li > button > span[style*="display:none"] + form, .app-navigation-entry-menu li > a > span.hidden + form, .app-navigation-entry-menu li > a > span[style*="display:none"] + form, .app-navigation-entry-menu li > .menuitem > span.hidden + form, .app-navigation-entry-menu li > .menuitem > span[style*="display:none"] + form, .popovermenu li > button > span.hidden + form, .popovermenu li > button > span[style*="display:none"] + form, .popovermenu li > a > span.hidden + form, .popovermenu li > a > span[style*="display:none"] + form, .popovermenu li > .menuitem > span.hidden + form, .popovermenu li > .menuitem > span[style*="display:none"] + form {
|
|
margin-left: 0
|
|
}
|
|
|
|
.bubble li > button input, .bubble li > a input, .bubble li > .menuitem input, .app-navigation-entry-menu li > button input, .app-navigation-entry-menu li > a input, .app-navigation-entry-menu li > .menuitem input, .popovermenu li > button input, .popovermenu li > a input, .popovermenu li > .menuitem input {
|
|
min-width: 44px;
|
|
max-height: 40px;
|
|
margin: 2px 0;
|
|
flex: 1 1 auto
|
|
}
|
|
|
|
.bubble li > button input:not(:first-child), .bubble li > a input:not(:first-child), .bubble li > .menuitem input:not(:first-child), .app-navigation-entry-menu li > button input:not(:first-child), .app-navigation-entry-menu li > a input:not(:first-child), .app-navigation-entry-menu li > .menuitem input:not(:first-child), .popovermenu li > button input:not(:first-child), .popovermenu li > a input:not(:first-child), .popovermenu li > .menuitem input:not(:first-child) {
|
|
margin-left: 5px
|
|
}
|
|
|
|
.bubble li:not(.hidden):not([style*="display:none"]):first-of-type > button > form, .bubble li:not(.hidden):not([style*="display:none"]):first-of-type > button > input, .bubble li:not(.hidden):not([style*="display:none"]):first-of-type > a > form, .bubble li:not(.hidden):not([style*="display:none"]):first-of-type > a > input, .bubble li:not(.hidden):not([style*="display:none"]):first-of-type > .menuitem > form, .bubble li:not(.hidden):not([style*="display:none"]):first-of-type > .menuitem > input, .app-navigation-entry-menu li:not(.hidden):not([style*="display:none"]):first-of-type > button > form, .app-navigation-entry-menu li:not(.hidden):not([style*="display:none"]):first-of-type > button > input, .app-navigation-entry-menu li:not(.hidden):not([style*="display:none"]):first-of-type > a > form, .app-navigation-entry-menu li:not(.hidden):not([style*="display:none"]):first-of-type > a > input, .app-navigation-entry-menu li:not(.hidden):not([style*="display:none"]):first-of-type > .menuitem > form, .app-navigation-entry-menu li:not(.hidden):not([style*="display:none"]):first-of-type > .menuitem > input, .popovermenu li:not(.hidden):not([style*="display:none"]):first-of-type > button > form, .popovermenu li:not(.hidden):not([style*="display:none"]):first-of-type > button > input, .popovermenu li:not(.hidden):not([style*="display:none"]):first-of-type > a > form, .popovermenu li:not(.hidden):not([style*="display:none"]):first-of-type > a > input, .popovermenu li:not(.hidden):not([style*="display:none"]):first-of-type > .menuitem > form, .popovermenu li:not(.hidden):not([style*="display:none"]):first-of-type > .menuitem > input {
|
|
margin-top: 12px
|
|
}
|
|
|
|
.bubble li:not(.hidden):not([style*="display:none"]):last-of-type > button > form, .bubble li:not(.hidden):not([style*="display:none"]):last-of-type > button > input, .bubble li:not(.hidden):not([style*="display:none"]):last-of-type > a > form, .bubble li:not(.hidden):not([style*="display:none"]):last-of-type > a > input, .bubble li:not(.hidden):not([style*="display:none"]):last-of-type > .menuitem > form, .bubble li:not(.hidden):not([style*="display:none"]):last-of-type > .menuitem > input, .app-navigation-entry-menu li:not(.hidden):not([style*="display:none"]):last-of-type > button > form, .app-navigation-entry-menu li:not(.hidden):not([style*="display:none"]):last-of-type > button > input, .app-navigation-entry-menu li:not(.hidden):not([style*="display:none"]):last-of-type > a > form, .app-navigation-entry-menu li:not(.hidden):not([style*="display:none"]):last-of-type > a > input, .app-navigation-entry-menu li:not(.hidden):not([style*="display:none"]):last-of-type > .menuitem > form, .app-navigation-entry-menu li:not(.hidden):not([style*="display:none"]):last-of-type > .menuitem > input, .popovermenu li:not(.hidden):not([style*="display:none"]):last-of-type > button > form, .popovermenu li:not(.hidden):not([style*="display:none"]):last-of-type > button > input, .popovermenu li:not(.hidden):not([style*="display:none"]):last-of-type > a > form, .popovermenu li:not(.hidden):not([style*="display:none"]):last-of-type > a > input, .popovermenu li:not(.hidden):not([style*="display:none"]):last-of-type > .menuitem > form, .popovermenu li:not(.hidden):not([style*="display:none"]):last-of-type > .menuitem > input {
|
|
margin-bottom: 0px
|
|
}
|
|
|
|
.bubble li > button, .app-navigation-entry-menu li > button, .popovermenu li > button {
|
|
padding: 0
|
|
}
|
|
|
|
.bubble li > button span, .app-navigation-entry-menu li > button span, .popovermenu li > button span {
|
|
opacity: 1
|
|
}
|
|
|
|
.popovermenu li > button > img, .popovermenu li > a > img, .popovermenu li > .menuitem > img {
|
|
width: 44px;
|
|
height: 44px
|
|
}
|
|
|
|
#contactsmenu .contact .popovermenu li > a > img {
|
|
width: 16px;
|
|
height: 16px
|
|
}
|
|
|
|
.app-content-list {
|
|
position: -webkit-sticky;
|
|
position: relative;
|
|
top: 0;
|
|
border-right: 1px solid var(--color-border);
|
|
display: flex;
|
|
flex-direction: column;
|
|
transition: transform 250ms ease-in-out;
|
|
min-height: 100%;
|
|
max-height: 100%;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
flex: 1 1 200px;
|
|
min-width: 200px;
|
|
max-width: 300px
|
|
}
|
|
|
|
.app-content-list .app-content-list-item {
|
|
position: relative;
|
|
height: 68px;
|
|
cursor: pointer;
|
|
padding: 10px 7px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
flex: 0 0 auto
|
|
}
|
|
|
|
.app-content-list .app-content-list-item > [class^=icon-], .app-content-list .app-content-list-item > [class*=" icon-"], .app-content-list .app-content-list-item > .app-content-list-item-menu > [class^=icon-], .app-content-list .app-content-list-item > .app-content-list-item-menu > [class*=" icon-"] {
|
|
order: 4;
|
|
width: 24px;
|
|
height: 24px;
|
|
margin: -7px;
|
|
padding: 22px;
|
|
opacity: .3;
|
|
cursor: pointer
|
|
}
|
|
|
|
.app-content-list .app-content-list-item > [class^=icon-]:hover, .app-content-list .app-content-list-item > [class^=icon-]:focus, .app-content-list .app-content-list-item > [class*=" icon-"]:hover, .app-content-list .app-content-list-item > [class*=" icon-"]:focus, .app-content-list .app-content-list-item > .app-content-list-item-menu > [class^=icon-]:hover, .app-content-list .app-content-list-item > .app-content-list-item-menu > [class^=icon-]:focus, .app-content-list .app-content-list-item > .app-content-list-item-menu > [class*=" icon-"]:hover, .app-content-list .app-content-list-item > .app-content-list-item-menu > [class*=" icon-"]:focus {
|
|
opacity: .7
|
|
}
|
|
|
|
.app-content-list .app-content-list-item > [class^=icon-][class^=icon-star], .app-content-list .app-content-list-item > [class^=icon-][class*=" icon-star"], .app-content-list .app-content-list-item > [class*=" icon-"][class^=icon-star], .app-content-list .app-content-list-item > [class*=" icon-"][class*=" icon-star"], .app-content-list .app-content-list-item > .app-content-list-item-menu > [class^=icon-][class^=icon-star], .app-content-list .app-content-list-item > .app-content-list-item-menu > [class^=icon-][class*=" icon-star"], .app-content-list .app-content-list-item > .app-content-list-item-menu > [class*=" icon-"][class^=icon-star], .app-content-list .app-content-list-item > .app-content-list-item-menu > [class*=" icon-"][class*=" icon-star"] {
|
|
opacity: .7
|
|
}
|
|
|
|
.app-content-list .app-content-list-item > [class^=icon-][class^=icon-star]:hover, .app-content-list .app-content-list-item > [class^=icon-][class^=icon-star]:focus, .app-content-list .app-content-list-item > [class^=icon-][class*=" icon-star"]:hover, .app-content-list .app-content-list-item > [class^=icon-][class*=" icon-star"]:focus, .app-content-list .app-content-list-item > [class*=" icon-"][class^=icon-star]:hover, .app-content-list .app-content-list-item > [class*=" icon-"][class^=icon-star]:focus, .app-content-list .app-content-list-item > [class*=" icon-"][class*=" icon-star"]:hover, .app-content-list .app-content-list-item > [class*=" icon-"][class*=" icon-star"]:focus, .app-content-list .app-content-list-item > .app-content-list-item-menu > [class^=icon-][class^=icon-star]:hover, .app-content-list .app-content-list-item > .app-content-list-item-menu > [class^=icon-][class^=icon-star]:focus, .app-content-list .app-content-list-item > .app-content-list-item-menu > [class^=icon-][class*=" icon-star"]:hover, .app-content-list .app-content-list-item > .app-content-list-item-menu > [class^=icon-][class*=" icon-star"]:focus, .app-content-list .app-content-list-item > .app-content-list-item-menu > [class*=" icon-"][class^=icon-star]:hover, .app-content-list .app-content-list-item > .app-content-list-item-menu > [class*=" icon-"][class^=icon-star]:focus, .app-content-list .app-content-list-item > .app-content-list-item-menu > [class*=" icon-"][class*=" icon-star"]:hover, .app-content-list .app-content-list-item > .app-content-list-item-menu > [class*=" icon-"][class*=" icon-star"]:focus {
|
|
opacity: 1
|
|
}
|
|
|
|
.app-content-list .app-content-list-item > [class^=icon-].icon-starred, .app-content-list .app-content-list-item > [class*=" icon-"].icon-starred, .app-content-list .app-content-list-item > .app-content-list-item-menu > [class^=icon-].icon-starred, .app-content-list .app-content-list-item > .app-content-list-item-menu > [class*=" icon-"].icon-starred {
|
|
opacity: 1
|
|
}
|
|
|
|
.app-content-list .app-content-list-item:hover, .app-content-list .app-content-list-item:focus, .app-content-list .app-content-list-item.active {
|
|
background-color: var(--color-background-dark)
|
|
}
|
|
|
|
.app-content-list .app-content-list-item:hover .app-content-list-item-checkbox.checkbox + label, .app-content-list .app-content-list-item:focus .app-content-list-item-checkbox.checkbox + label, .app-content-list .app-content-list-item.active .app-content-list-item-checkbox.checkbox + label {
|
|
display: flex
|
|
}
|
|
|
|
.app-content-list .app-content-list-item .app-content-list-item-checkbox.checkbox + label, .app-content-list .app-content-list-item .app-content-list-item-star {
|
|
position: absolute;
|
|
height: 40px;
|
|
width: 40px;
|
|
z-index: 50
|
|
}
|
|
|
|
.app-content-list .app-content-list-item .app-content-list-item-checkbox.checkbox:checked + label, .app-content-list .app-content-list-item .app-content-list-item-checkbox.checkbox:hover + label, .app-content-list .app-content-list-item .app-content-list-item-checkbox.checkbox:focus + label, .app-content-list .app-content-list-item .app-content-list-item-checkbox.checkbox.active + label {
|
|
display: flex
|
|
}
|
|
|
|
.app-content-list .app-content-list-item .app-content-list-item-checkbox.checkbox:checked + label + .app-content-list-item-icon, .app-content-list .app-content-list-item .app-content-list-item-checkbox.checkbox:hover + label + .app-content-list-item-icon, .app-content-list .app-content-list-item .app-content-list-item-checkbox.checkbox:focus + label + .app-content-list-item-icon, .app-content-list .app-content-list-item .app-content-list-item-checkbox.checkbox.active + label + .app-content-list-item-icon {
|
|
opacity: .7
|
|
}
|
|
|
|
.app-content-list .app-content-list-item .app-content-list-item-checkbox.checkbox + label {
|
|
top: 14px;
|
|
left: 7px;
|
|
display: none
|
|
}
|
|
|
|
.app-content-list .app-content-list-item .app-content-list-item-checkbox.checkbox + label::before {
|
|
margin: 0
|
|
}
|
|
|
|
.app-content-list .app-content-list-item .app-content-list-item-checkbox.checkbox + label ~ .app-content-list-item-star {
|
|
display: none
|
|
}
|
|
|
|
.app-content-list .app-content-list-item .app-content-list-item-star {
|
|
display: flex;
|
|
top: 10px;
|
|
left: 32px;
|
|
background-size: 16px;
|
|
height: 20px;
|
|
width: 20px;
|
|
margin: 0;
|
|
padding: 0
|
|
}
|
|
|
|
.app-content-list .app-content-list-item .app-content-list-item-icon {
|
|
position: absolute;
|
|
display: inline-block;
|
|
height: 40px;
|
|
width: 40px;
|
|
line-height: 40px;
|
|
border-radius: 50%;
|
|
vertical-align: middle;
|
|
margin-right: 10px;
|
|
color: #fff;
|
|
text-align: center;
|
|
font-size: 1.5em;
|
|
text-transform: capitalize;
|
|
object-fit: cover;
|
|
user-select: none;
|
|
cursor: pointer;
|
|
top: 50%;
|
|
margin-top: -20px
|
|
}
|
|
|
|
.app-content-list .app-content-list-item .app-content-list-item-line-one, .app-content-list .app-content-list-item .app-content-list-item-line-two {
|
|
display: block;
|
|
padding-left: 50px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
order: 1;
|
|
flex: 1 1 0px;
|
|
padding-right: 10px;
|
|
cursor: pointer
|
|
}
|
|
|
|
.app-content-list .app-content-list-item .app-content-list-item-line-two {
|
|
opacity: .5;
|
|
order: 3;
|
|
flex: 1 0;
|
|
flex-basis: calc(100% - 44px)
|
|
}
|
|
|
|
.app-content-list .app-content-list-item .app-content-list-item-details {
|
|
order: 2;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
max-width: 100px;
|
|
opacity: .5;
|
|
font-size: 80%;
|
|
user-select: none
|
|
}
|
|
|
|
.app-content-list .app-content-list-item .app-content-list-item-menu {
|
|
order: 4;
|
|
position: relative
|
|
}
|
|
|
|
.app-content-list .app-content-list-item .app-content-list-item-menu .popovermenu {
|
|
margin: 0;
|
|
right: -2px
|
|
}
|
|
|
|
.app-content-list.selection .app-content-list-item-checkbox.checkbox + label {
|
|
display: flex
|
|
}
|
|
|
|
/*# sourceMappingURL=apps.css.map */
|
|
|
|
@media only screen and (width < 1024px) {
|
|
#dropdown {
|
|
margin-right: 10% !important;
|
|
width: 80% !important
|
|
}
|
|
|
|
.ui-autocomplete {
|
|
z-index: 1000 !important
|
|
}
|
|
|
|
.error-wide {
|
|
width: 100%;
|
|
margin-left: 0 !important;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
#app-navigation:not(.vue) {
|
|
transform: translateX(-300px);
|
|
position: fixed;
|
|
height: var(--body-height)
|
|
}
|
|
|
|
.snapjs-left #app-navigation {
|
|
transform: translateX(0)
|
|
}
|
|
|
|
#app-navigation:not(.hidden) + #app-content {
|
|
margin-left: 0
|
|
}
|
|
|
|
.skip-navigation.skip-content {
|
|
left: 3px;
|
|
margin-left: 0
|
|
}
|
|
|
|
.app-content-list {
|
|
background: var(--color-main-background);
|
|
flex: 1 1 100%;
|
|
max-height: unset;
|
|
max-width: 100%
|
|
}
|
|
|
|
.app-content-list + .app-content-details {
|
|
display: none
|
|
}
|
|
|
|
.app-content-list.showdetails {
|
|
display: none
|
|
}
|
|
|
|
.app-content-list.showdetails + .app-content-details {
|
|
display: initial
|
|
}
|
|
|
|
#app-content.showdetails #app-navigation-toggle {
|
|
transform: translateX(-44px)
|
|
}
|
|
|
|
#app-content.showdetails #app-navigation-toggle-back {
|
|
position: fixed;
|
|
display: inline-block !important;
|
|
top: 50px;
|
|
left: 0;
|
|
width: 44px;
|
|
height: 44px;
|
|
z-index: 1050;
|
|
background-color: rgba(255, 255, 255, .7);
|
|
cursor: pointer;
|
|
opacity: .6;
|
|
transform: rotate(90deg)
|
|
}
|
|
|
|
#app-content.showdetails .app-content-list {
|
|
transform: translateX(-100%)
|
|
}
|
|
|
|
#app-navigation-toggle {
|
|
position: fixed;
|
|
display: inline-block !important;
|
|
left: 0;
|
|
width: 44px;
|
|
height: 44px;
|
|
z-index: 1050;
|
|
cursor: pointer;
|
|
opacity: .6
|
|
}
|
|
|
|
#app-navigation-toggle:hover, #app-navigation-toggle:focus {
|
|
opacity: 1
|
|
}
|
|
|
|
#app-navigation + #app-content .files-controls {
|
|
padding-left: 44px
|
|
}
|
|
|
|
#body-user .app-files.viewer-mode .files-controls {
|
|
padding-left: 0 !important
|
|
}
|
|
|
|
.app-files.viewer-mode #app-navigation-toggle {
|
|
display: none !important
|
|
}
|
|
|
|
table.multiselect thead {
|
|
left: 0 !important
|
|
}
|
|
|
|
#usersearchform {
|
|
display: none
|
|
}
|
|
|
|
#body-settings .files-controls {
|
|
min-width: 1024px !important
|
|
}
|
|
|
|
#oc-dialog-filepicker-content .filelist .column-size, #oc-dialog-filepicker-content .filelist .column-mtime, #oc-dialog-filepicker-content .filelist .filesize, #oc-dialog-filepicker-content .filelist .date {
|
|
display: none
|
|
}
|
|
|
|
#oc-dialog-filepicker-content .filelist .filename {
|
|
max-width: 100%
|
|
}
|
|
|
|
.snapjs-left table.multiselect thead {
|
|
top: 44px
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 480px) {
|
|
#header .header-right > div > .menu {
|
|
max-width: calc(100vw - 10px);
|
|
position: fixed
|
|
}
|
|
|
|
#header .header-right > div > .menu::after {
|
|
display: none !important
|
|
}
|
|
|
|
#header .header-right > div.openedMenu::after {
|
|
display: block
|
|
}
|
|
|
|
#header .header-right > div::after {
|
|
border: 10px solid rgba(0, 0, 0, 0);
|
|
border-bottom-color: var(--color-main-background);
|
|
bottom: 0;
|
|
content: " ";
|
|
height: 0;
|
|
width: 0;
|
|
position: absolute;
|
|
pointer-events: none;
|
|
right: 15px;
|
|
z-index: 2001;
|
|
display: none
|
|
}
|
|
|
|
#header .header-right > div#settings::after {
|
|
right: 27px
|
|
}
|
|
}
|
|
|
|
/*# sourceMappingURL=mobile.css.map */
|