modifiche face offline e 2 secondi di attesa

This commit is contained in:
David Frassi
2026-07-13 17:55:07 +02:00
parent 333858bf48
commit 9f9b164937
20 changed files with 936 additions and 128 deletions
@@ -94,11 +94,14 @@ body.high-contrast :host ::ng-deep {
}
/* Textarea inside high contrast must have white background and black text */
.content-textarea {
--color: #000000 !important;
color: #000000 !important;
.editor-textarea-container {
background: #ffffff !important;
--background: #ffffff !important;
border: 2px solid #000000 !important;
textarea {
color: #000000 !important;
caret-color: #000000 !important;
}
}
/* Force background of inputs and items to be white with single dark gray border in high contrast */
@@ -267,30 +270,49 @@ body.high-contrast :host ::ng-deep {
}
}
.content-textarea {
--color: #000000 !important;
color: #000000 !important;
background: #ffffff !important;
--background: #ffffff !important;
font-size: 18px !important;
font-weight: 700 !important;
caret-color: #000000;
.editor-textarea-container {
background: #ffffff;
textarea {
color: #000000;
caret-color: #000000;
}
}
}
}
:host ::ng-deep {
.content-textarea {
font-family: 'Courier New', Courier, monospace;
font-size: 15px;
font-weight: 600;
--color: #ffffff !important;
color: #ffffff !important;
--padding-start: 16px;
--padding-end: 16px;
--padding-top: 16px;
--padding-bottom: 16px;
min-height: 400px;
.editor-textarea-container {
position: relative;
width: 100%;
height: 450px;
background: #111111;
border-radius: 0 0 14px 14px;
overflow: hidden;
box-sizing: border-box;
textarea {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: 0 !important;
padding: 16px !important;
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
font-size: 1.05rem !important;
line-height: 1.6 !important;
color: #ffffff !important;
background: transparent !important;
width: 100%;
height: 100%;
box-sizing: border-box !important;
resize: none;
overflow-y: auto !important;
caret-color: #64ffda !important;
border: none !important;
outline: none !important;
}
}
.category-selectors {
@@ -569,10 +591,16 @@ body.high-contrast :host ::ng-deep {
border-radius: 2px;
}
.preview-section {
margin-bottom: 1.8rem;
position: relative;
.lyrics-view {
max-width: 900px;
margin-left: 0;
text-align: left;
}
.section {
margin-bottom: 2rem;
position: relative;
&.chorus {
background: rgba(var(--ion-color-secondary-rgb), 0.03);
border-left: 3px solid var(--ion-color-secondary);
@@ -581,25 +609,29 @@ body.high-contrast :host ::ng-deep {
border-radius: 0 8px 8px 0;
}
.preview-section-label {
.section-label {
font-size: 0.7rem;
text-transform: uppercase;
font-weight: 700;
color: var(--ion-color-secondary);
margin-bottom: 0.4rem;
margin-bottom: 0.5rem;
opacity: 0.7;
letter-spacing: 1px;
}
}
.preview-lyric-line {
margin-bottom: 0.8rem;
.lyric-line {
margin-bottom: 1rem;
line-height: 1.6;
color: rgba(255, 255, 255, 0.9);
transition: all 0.3s ease;
min-height: 1.5em;
white-space: normal;
overflow-wrap: break-word;
word-break: break-word;
}
.preview-chord-segment {
.chord-segment {
display: inline-flex;
flex-direction: column;
vertical-align: bottom;
@@ -609,16 +641,16 @@ body.high-contrast :host ::ng-deep {
margin-right: 0 !important;
}
.preview-chord {
font-size: 0.78em;
.chord {
font-size: 0.75em;
font-weight: 700;
color: var(--ion-color-secondary);
height: 1.25em;
height: 1.2em;
margin-bottom: -0.2em;
padding-right: 0.25em;
}
.preview-seg-text {
.seg-text {
white-space: pre;
&::after {
content: '\200b';
@@ -654,6 +686,16 @@ body.high-contrast :host ::ng-deep {
--color: #000000;
font-weight: 700;
}
.preview-transpose-group {
border-color: #000000 !important;
span {
color: #000000 !important;
}
ion-button {
--color: #000000 !important;
}
}
}
.preview-body {
@@ -672,23 +714,23 @@ body.high-contrast :host ::ng-deep {
}
.preview-lyrics-container {
.preview-section {
.section {
&.chorus {
background: #f5f5f5;
border-left: 3px solid #000000;
}
.preview-section-label {
.section-label {
color: #000000;
}
}
.preview-lyric-line {
.lyric-line {
color: #000000;
}
.preview-chord-segment {
.preview-chord {
.chord-segment {
.chord {
color: #000000;
text-decoration: underline;
font-weight: 800;
@@ -703,6 +745,17 @@ body.high-contrast :host ::ng-deep {
}
}
.youtube-section {
display: flex;
flex-direction: column;
.youtube-input-row {
ion-button {
height: 38px;
}
}
}
/* CUSTOM STYLES FOR INTUITIVE MOBILE RESPONSIVENESS */
.custom-mobile-segment {
display: none;