Files
Yajbir Singh f1b860b25c
Some checks failed
check / markdownlint (push) Has been cancelled
check / spellchecker (push) Has been cancelled
updated
2025-12-11 19:03:17 +05:30

769 lines
20 KiB
Plaintext

.device-android .app-layout {
@tabLinkColor: rgba(255,255,255,.7);
@red: #f44336;
@white: #fff;
@darkGreen: #40865c;
@darkGrey: #757575;
@text-normal: var(--text-normal);
@brand-text-on-brand: var(--brand-text-on-brand);
@touchColor: rgba(255,255,255,0.1);
--f7-navbar-shadow-image: none;
--f7-theme-color: @brandColor;
--f7-navbar-bg-color: @toolbar-background;
--f7-navbar-link-color: @fill-white;
--f7-navbar-text-color: @fill-white;
--f7-navbar-height: 56px;
--f7-list-bg-color: @background-primary;
--f7-subnavbar-bg-color: @toolbar-background;
--f7-subnavbar-link-color: @toolbar-icons;
--f7-subnavbar-text-color: @fill-white;
--f7-subnavbar-height: 56px;
--f7-radio-active-color: @brandColor;
--f7-range-bar-active-bg-color: @brandColor;
--f7-range-knob-color: @brandColor;
--f7-range-knob-size: 16px;
--f7-list-item-after-text-color: @text-normal;
--f7-link-highlight-color: transparent;
--f7-link-touch-ripple-color: @touchColor;
--f7-actions-bg-color: @background-secondary;
--f7-actions-button-border-color: @background-menu-divider;
--f7-popover-bg-color: @background-secondary;
--f7-dialog-bg-color: @background-secondary;
--f7-dialog-text-color: @text-secondary;
--f7-dialog-title-text-color: @text-normal;
--f7-dialog-button-text-color: @brandColor;
--f7-picker-item-text-color: rgba(var(--text-normal), 0.45);
--f7-picker-item-selected-text-color: @text-normal;
--f7-input-bg-color: @background-primary;
--f7-input-placeholder-color: @text-secondary;
--f7-input-text-color: @text-normal;
--f7-block-text-color: @text-secondary;
--f7-dialog-border-radius: 0;
--f7-sheet-border-radius: 0;
--f7-popover-border-radius: 4px;
--f7-actions-border-radius: 0;
--f7-box-shadow: 0px 5px 5px -3px rgba(0,0,0,.2),0px 8px 10px 1px rgba(0,0,0,.14),0px 3px 14px 2px rgba(0,0,0,.12);
--f7-popover-box-shadow: var(--f7-box-shadow);
--f7-toggle-active-bg-color: @brandColor;
--f7-toggle-active-border-color: @brandColor;
--f7-navbar-title-margin-left: 20px;
--f7-navbar-title-margin-right: 20px;
.button {
--f7-touch-ripple-color: transparent;
}
.segmented {
.button {
--f7-touch-ripple-color: var(--f7-list-link-pressed-bg-color);
}
}
--f7-input-focused-border-color: @brandColor;
--f7-label-focused-text-color: @brandColor;
.navbar {
--f7-touch-ripple-color: @touchColor;
.sheet-close {
width: 56px;
height: 56px;
display: flex;
justify-content: center;
}
&-inner {
background: var(--f7-navbar-bg-color);
background-image: var(--f7-navbar-bg-image, var(--f7-bars-bg-image));
background-color: var(--f7-navbar-bg-color, var(--f7-bars-bg-color));
}
}
.page.page-with-subnavbar.page-with-logo {
.page-content {
--f7-page-navbar-offset: var(--f7-navbar-height);
}
}
.page {
--f7-text-color: @text-normal;
--f7-list-item-title-text-color: @text-normal;
--f7-list-item-text-text-color: @text-normal;
--f7-list-item-subtitle-text-color: @text-secondary;
--f7-block-title-text-color: @text-secondary;
--f7-label-text-color: @text-normal;
--f7-page-bg-color: @background-tertiary;
--f7-list-item-border-color: @background-menu-divider;
--f7-list-chevron-icon-color: @text-tertiary;
--f7-actions-button-text-color: @text-normal;
--f7-subnavbar-border-color: @background-menu-divider;
--f7-list-border-color: @background-menu-divider;
}
.add-popup {
.view {
.add-image, .inputs-list {
ul:after {
display: none;
}
}
}
}
.coauth__sheet {
max-height: 65%;
}
// Buttons
.segmented {
.decrement, .increment {
display: flex;
border: none;
min-width: 40px;
margin-left: 0;
border-radius: 0;
height: 32px;
i.icon-expand-down {
background: @brandColor;
}
}
label {
color: @text-normal;
margin: 0 5px;
line-height: 32px;
}
}
.button {
--f7-button-text-color: @brandColor;
color: @brandColor;
text-align: center;
display: block;
border-radius: 2px;
line-height: 36px;
box-sizing: border-box;
appearance: none;
background: 0 0;
margin: 0;
height: 36px;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 14px;
text-transform: uppercase;
font-family: inherit;
cursor: pointer;
min-width: 64px;
padding: 0 8px;
position: relative;
overflow: hidden;
outline: 0;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.button-fill {
color: @brand-text-on-brand;
background-color: transparent;
}
.button-raised {
box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
}
.button-red {
color: @brand-text-on-brand;
background-color: @text-error;
}
.buttons-list {
ul {
background-color: @background-tertiary;
&::before, &::after {
display: none;
}
li {
margin: 20px 16px;
color: @fill-white;
border-radius: 2px;
text-transform: uppercase;
height: 36px;
min-height: 36px;
font-size: 14px;
}
}
}
.table-presets {
.button {
min-width: 0;
}
}
.button-fill .list-button {
background-color: @brandColor;
color: @brand-text-on-brand;
height: 36px;
text-align: center;
line-height: 36px;
text-transform: uppercase;
font-size: 14px;
font-weight: 500;
border-radius: 2px;
// margin: 20px 16px;
margin: 0;
}
.button-raised .list-button {
box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
}
.button-red .list-button {
background-color: @text-error;
}
// Tabs
.tab-buttons {
position: relative;
display: flex;
height: 100%;
width: 100%;
justify-content: space-between;
.tab-link {
justify-content: center;
height: 100%;
box-sizing: border-box;
padding-left: 0;
padding-right: 0;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
align-items: center;
color: @tabLinkColor;
white-space: nowrap;
.icon-svg {
opacity: 0.5;
}
&.tab-link-active {
color: @fill-white;
.icon-svg {
opacity: 1;
fill: @fill-white;
}
}
}
.tab-link-highlight {
--f7-tabbar-link-active-border-color: @toolbar-icons;
position: absolute;
left: 0;
bottom: 0;
height: 3px;
}
}
// List
.list {
&.inputs-list {
margin: 0;
.item-input.item-content {
padding-left: 0;
}
.item-input, .item-link {
.item-inner {
display: block;
.item-title, .item-label {
width: 100%;
font-size: 12px;
}
.item-input-wrap {
margin-left: 0;
}
}
}
}
.buttons {
box-sizing: border-box;
min-height: 48px;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
.item-content {
width: 100%;
.item-inner {
padding-bottom: 0;
padding-top: 0;
.row {
width: 100%;
--f7-cols-per-row: 1;
align-items: flex-start;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
.button {
flex: 1;
font-size: 17px;
margin-left: 5px;
display: flex;
align-items: center;
justify-content: center;
&:first-child {
margin-left: 0;
}
}
}
}
}
}
.item-content {
.color-preview {
width: 30px;
height: 30px;
border-radius: 4px;
margin-top: -3px;
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset;
background-color: @fill-white;
&.auto {
background-color: @autoColor;
}
}
}
}
.item-input:not(.item-input-outline) .item-content::before, .item-input:not(.item-input-outline).item-content::before {
background: transparent;
}
.links-list a:after, .list .item-inner:after, .simple-list li:after {
background-color: var(--f7-list-item-border-color);
bottom: 0;
content: "";
display: block;
height: 1px;
left: 0;
position: absolute;
right: auto;
top: auto;
transform: scaleY(calc(1/var(--f7-device-pixel-ratio)));
transform-origin: 50% 100%;
width: 100%;
z-index: 15;
}
.multi-column li:after,
.multi-column .item-inner:after {
display: none;
}
.media-list:not(.inset):not(.inset-md):not(.menu-list) .item-content, .media-list:not(.inset):not(.inset-md):not(.menu-list) li > .item-link, .list:not(.inset):not(.inset-md):not(.menu-list) .media-item .item-content, .list:not(.inset):not(.inset-md):not(.menu-list) .media-item > .item-link {
border-radius: 0;
}
// Color palette
#color-picker {
.right-block {
.button-round {
background-color: @brandColor;
}
}
}
// Regional Settings
.regional-settings {
.list {
.item-inner {
margin-left: 16px;
}
.item-title-row {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
flex-direction: row-reverse;
.item-title {
white-space: normal;
}
}
}
}
// Find and Replace
.searchbar-inner {
&__center {
flex-wrap: wrap;
}
// &__left {
// padding-top: 4px;
// }
}
.navbar {
.searchbar-input-wrap {
height: 32px;
margin-right: 10px;
margin: 4px 0;
}
.navbar-inner {
overflow: initial;
}
.left {
margin: 0;
}
.title {
margin-left: var(--f7-navbar-title-margin-left);
margin-right: var(--f7-navbar-title-margin-left);
}
}
.subnavbar .title {
font-size: 14px;
font-weight: normal;
}
.searchbar {
input {
box-sizing: border-box;
width: 100%;
display: block;
border: none;
appearance: none;
border-radius: 0;
font-family: inherit;
color: @fill-white;
font-size: 16px;
font-weight: 400;
padding: 0;
border-bottom: 1px solid @fill-white;
height: 100%;
padding: 0 40px 0 24px;
background-color: transparent;
background-repeat: no-repeat;
background-position: 0 center;
opacity: 1;
background-size: 24px 24px;
transition-duration: .3s;
.encoded-svg-background('<svg xmlns="http://www.w3.org/2000/svg" fill="@{white}" height="24" viewBox="0 0 24 24" width="24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
&::placeholder {
color: @fill-white;
}
}
.input-clear-button {
width: 18px;
height: 18px;
top: 7px;
margin: 0;
&:after {
color: @fill-white;
font-size: 19px;
line-height: 19px;
}
}
.number-search-results {
position: absolute;
right: 26px;
top: 4px;
font-size: 16px;
font-weight: 400;
line-height: 24px;
}
}
.searchbar-icon {
&:after {
color: @fill-white;
font-size: 19px;
}
}
.navbar {
.searchbar-expandable.searchbar-enabled {
top: 0;
// height: 100%;
.searchbar-inner {
height: 100%;
padding: 0;
&__center {
flex-direction: column;
}
&__right {
flex-direction: column-reverse;
}
}
&.replace {
height: 96px;
}
}
a.link {
padding: 0 16px;
}
a.link.searchbar-enable {
i.icon-search {
background-color: @toolbar-icons;
}
}
a.icon-only {
width: auto;
height: 56px;
}
.buttons-row-replace a {
color: @fill-white;
padding: 0;
}
.searchbar .buttons-row {
align-self: flex-start;
}
}
@media(max-width: 550px) {
.searchbar-expandable.searchbar-enabled {
.searchbar-inner {
&__left {
margin-right: 33px;
}
}
}
}
.actions-button-text {
cursor: pointer;
line-height: 48px;
font-size: 16px;
// color: rgba(0,0,0,.87);
color: @text-normal;
// color: var(--f7-actions-button-text-color, );
}
@media (min-width: 496px) {
.actions-modal {
width: 100%;
left: auto;
margin-left: 0;
}
}
input.modal-text-input {
box-sizing: border-box;
height: 36px;
background: #fff;
margin: 0;
margin-top: 15px;
padding: 0;
border: none;
width: 100%;
font-size: 16px;
font-family: inherit;
display: block;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
-webkit-transition-duration: .2s;
transition-duration: .2s;
}
.input-field {
.inputs-list {
margin: 15px 0 0;
ul {
background: none;
&::before, &::after {
display: none;
}
}
.item-input, .item-inner {
padding: 0;
margin: 0;
}
}
}
// Fonts List
.font-item {
.item-radio:not(.item-radio-icon-end) > .icon-radio {
margin-right: 0;
}
}
// Navbar link settings
.navbar-link-settings, .navbar-dropdown-list {
.navbar-inner {
background: @background-primary;
.icon-back {
color: @text-normal;
}
}
.title, a {
color: @text-normal;
}
}
// Popover styles
.popover {
box-shadow: var(--f7-box-shadow);
&.popover__titled {
.popover-arrow:after {
background: @toolbar-background;
}
}
&.document-menu, &.popover__functions {
.popover-arrow:after {
background: @background-secondary;
}
}
}
// Version History
.page-version-history {
--f7-page-bg-color: @background-primary;
}
.version-history {
&__title {
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: @brandColor;
margin-top: 16px;
margin-bottom: 4px;
}
&__btn {
box-shadow: 0px 0.25px 1px rgba(0, 0, 0, 0.039), 0px 0.85px 3px rgba(0, 0, 0, 0.19);
border-radius: 6px;
background: @background-primary;
padding: 6px 20px;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 20px;
letter-spacing: 0.25px;
color: @brandColor;
margin-top: 10px;
border: 0;
width: auto;
}
&__list {
ul:before, ul:after {
display: none;
}
.item-title {
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: @text-normal;
letter-spacing: 0.15px;
}
.item-inner {
padding-top: 10px;
padding-bottom: 10px;
}
.item-inner::before {
content: '';
position: absolute;
background-color: @background-menu-divider;
display: block;
z-index: 15;
top: auto;
right: auto;
bottom: 0;
left: 0;
height: 1px;
width: 100%;
transform-origin: 50% 100%;
transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
}
.item-media {
padding-top: 12px;
padding-bottom: 12px;
min-width: 40px;
max-width: 40px;
}
.item-link .item-title-row:before {
display: none;
}
.item-subtitle {
color: @text-secondary;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 16px;
letter-spacing: 0.5px;
}
}
}
.version-history__item_active {
background-color: @background-tertiary;
}
.btn-close-history {
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.15px;
color: @toolbar-icons;
margin-left: 16px;
}
.beta-badge {
background-color: @brand-secondary;
margin-left: 8px;
}
.dropdown-list {
.icon-radio {
display: none;
}
input[type="radio"]:checked + .icon-radio {
display: inline-block;
}
}
}