This commit is contained in:
Gerome Matilla 2020-06-16 18:01:55 +08:00
parent 9fa8641aaf
commit 37a5e16ca9
21 changed files with 40 additions and 41 deletions

View File

@ -10,4 +10,4 @@
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
}

View File

@ -9,4 +9,4 @@
position: relative;
top: 50%;
transform: translateY(-50%);
}
}

View File

@ -41,7 +41,6 @@
top: 0;
bottom: 0;
margin: auto;
max-width: 100%;
max-height: 100%;
overflow: auto;
@ -68,4 +67,4 @@
/* Dock button image */
.dockButtonImage {
background-size: cover;
}
}

View File

@ -5,12 +5,12 @@
margin: 0 auto;
bottom: 0;
/*On bottom, center horizontally*/
/* On bottom, center horizontally */
left: 50%;
-ms-transform: translateX(-50%);
transform: translateX(-50%);
/*Add transition*/
/* Add transition */
transition: opacity var(--transition-speed);
}
@ -30,7 +30,7 @@
z-index: 1;
}
/*Translate dock to left side if width <= 470 and height >= 540*/
/* Translate dock to left side if width <= 470 and height >= 540 */
@media screen and (max-width: 470px) and (min-height: 490px) {
.dockContainer {
@ -38,7 +38,7 @@
opacity: 1;
position: relative;
margin:0 auto;
margin:0 auto;
top: 50%;
left: 0;
@ -60,7 +60,7 @@
}
/*Decrease scale to 0.85 if width is less than 470px*/
/* Decrease scale to 0.85 if width is less than 470px */
@media screen and (max-width: 469px) and (max-height: 489px) {
.dockContainer {
@ -70,12 +70,12 @@
margin: 0 auto;
bottom: 0;
/*On bottom, center horizontally*/
/* On bottom, center horizontally */
left: 50%;
-ms-transform: translateX(-50%);
transform: translateX(-50%);
/*Add transition*/
/* Add transition */
transition: opacity var(--transition-speed);
}
@ -91,7 +91,7 @@
}
/*Decrease scale to 0.75 if width is less than 380px*/
/* Decrease scale to 0.75 if width is less than 380px */
@media screen and (max-width: 380px) and (max-height: 489px) {
.dockContainer {
@ -101,12 +101,12 @@
margin: 0 auto;
bottom: 0;
/*On bottom, center horizontally*/
/* On bottom, center horizontally */
left: 50%;
-ms-transform: translateX(-50%);
transform: translateX(-50%);
/*Add transition*/
/* Add transition */
transition: opacity var(--transition-speed);
}
@ -121,7 +121,7 @@
}
/*Decrease scale to 0.70 if width is less than or equal to 374px and greater than or equal to 320px*/
/* Decrease scale to 0.70 if width is less than or equal to 374px and greater than or equal to 320px */
@media screen and (max-width: 350px) and (min-width: 320px) and (max-height: 489px) {
.dockContainer {
@ -131,12 +131,12 @@
margin: 0 auto;
bottom: 0;
/*On bottom, center horizontally*/
/* On bottom, center horizontally */
left: 50%;
-ms-transform: translateX(-50%);
transform: translateX(-50%);
/*Add transition*/
/* Add transition */
transition: opacity var(--transition-speed);
}
@ -151,7 +151,7 @@
}
/*Scale to 0 if less than 320px*/
/* Scale to 0 if less than 320px */
@media screen and (max-width: 319px) and (max-height: 489px) {
.dockContainer {
@ -161,12 +161,12 @@
margin: 0 auto;
bottom: 0;
/*On bottom, center horizontally*/
/* On bottom, center horizontally */
left: 50%;
-ms-transform: translateX(-50%);
transform: translateX(-50%);
/*Add transition*/
/* Add transition */
transition: opacity var(--transition-speed);
}
@ -181,4 +181,4 @@
opacity var(--transition-speed);
}
}
}

View File

@ -2,4 +2,4 @@
width: 100vw;
height: 32px;
position: absolute;
}
}

View File

@ -19,4 +19,4 @@
.dummyBackgroundHide {
opacity: 0;
}
}

View File

@ -1,10 +1,11 @@
/* Fantasque Sans */
@font-face {
font-family: 'fantasque-sans-mono';
font-style: normal;
src: url('../../fonts/fantasque-sans-mono-bold-italic-nerd-font-complete.ttf');
}
/*Roboto light*/
/* Roboto light */
@font-face {
font-family: 'roboto-light';
font-style: normal;
@ -18,7 +19,7 @@
url('../../fonts/roboto-v20-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/*Roboto normal*/
/* Roboto normal */
@font-face {
font-family: 'roboto';
font-style: normal;
@ -32,7 +33,7 @@
url('../../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/*Roboto bold*/
/* Roboto bold */
@font-face {
font-family: 'roboto-bold';
font-style: normal;
@ -44,4 +45,4 @@
url('../../fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
url('../../fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('../../fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
}

View File

@ -346,4 +346,4 @@ template {
[hidden] {
display: none;
}
}

View File

@ -117,4 +117,4 @@
opacity: 0;
}
}
}

View File

@ -21,4 +21,4 @@
opacity: 1;
z-index: 0;
backdrop-filter: blur(var(--blur-strength)) brightness(70%);
}
}

View File

@ -23,4 +23,4 @@
.centeredBar#centeredBox.hiddenBox {
opacity: 0;
z-index: 0;
}
}

View File

@ -39,4 +39,4 @@
@keyframes rotate {
from { -webkit-transform: rotate(0deg) }
to { -webkit-transform: rotate(360deg) }
}
}

View File

@ -63,4 +63,3 @@
pointer-events: initial;
}
}

View File

@ -14,4 +14,4 @@
font-size: 12pt;
font-family: roboto, sans-serif;
font-weight: 400;
}
}

View File

@ -120,4 +120,4 @@ select::-ms-expand {
width: 96vw;
box-sizing: border-box;
}
}
}

View File

@ -139,4 +139,4 @@
width: 96vw;
box-sizing: border-box;
}
}
}

View File

@ -155,4 +155,4 @@
width: 96vw;
box-sizing: border-box;
}
}
}

View File

@ -22,4 +22,4 @@
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
}

View File

@ -227,4 +227,4 @@
clear: none;
}
}
}

View File

@ -236,4 +236,4 @@
user-select: none;
user-drag: none;
-webkit-user-drag: none;
}
}

View File

@ -28,4 +28,4 @@
@import url('dashboard/greeter-date-message.css');
@import url('dashboard/search-engine-settings.css');
@import url('dashboard/weather-settings.css');
@import url('dashboard/theme-engine.css');
@import url('dashboard/theme-engine.css');