fintic-tracker/static/style.css

1562 lines
26 KiB
CSS
Executable File

* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Tahoma, sans-serif;
}
html body {
max-width: 100%;
overflow-x: hidden;
}
html {
scroll-behavior: smooth;
}
body {
background-color: #00050D;
color:white
}
/* Top logo bar */
header {
display: flex;
justify-content: space-between;
margin-top: 30px;
border-bottom: 2px solid white;
padding-bottom: 20px;
align-items: center;
}
.logo {
width: 196px;
height: 54px;
}
.update-btn {
background-color: black;
border-color: white;
color: white;
transition: 0.25s;
}
.hostname-text {
font-size:14px;
margin-top:4%;
color: greenyellow;
align-content: center;
}
/* General Ticker */
.buttons-list {
display: flex;
justify-content: space-around;
list-style-type: none;
}
.btn-stop-display {
background-color: purple;
color: white;
transition: 0.25s;
}
.btn-warning {
background-color: #ffc107;
color: white;
transition: 0.25s;
}
.btn-warning:hover {
background-color: greenyellow;
color: white;
}
.btn-warning:active {
background-color: #ffce45;
color: white;
}
.btn-stop-display:hover {
background-color: #b000b9;
color: white;
}
.btn-stop-display:active {
background-color: #3e065f;
color: white;
}
.set-btn {
background-color: none;
border-color:white;
border-radius:8px;
color: white;
transition: 0.25s;
}
.set-btn:hover,
.fa-chevron-right:hover,
.fa-chevron-left:hover,
.fa-chevron-up:hover,
.fa-chevron-down:hover,
.fa-minus:hover,
.update-btn:hover,
.save-btn:hover {
background-color: gray;
color: white;
}
.set-btn:active,
.fa-chevron-right:active,
.fa-chevron-left:active,
.fa-chevron-up:active,
.fa-chevron-down:active,
.fa-minus:active,
.update-btn:active,
.save-btn:active {
background-color: black;
color: grey;
}
.set-btn:focus,
.fa-chevron-right:focus,
.fa-chevron-left:focus,
.fa-chevron-up:focus,
.fa-chevron-down:focus,
.fa-minus:focus,
.update-btn:focus,
.save-btn:focus {
box-shadow:none;
}
.row-2 {
border-bottom: 1px solid white;
padding-bottom: 30px;
}
.form-select {
border-color: dimgrey;
background-color: #262525;
box-shadow: none;
color:white;
}
.form-select:hover{
border-color: dimgrey;
background-color: #434343;
box-shadow: none;
color:white;
cursor: pointer;
}
.form-select:focus{
border-color: dimgrey;
-webkit-box-shadow: none;
box-shadow: none;
}
.form-select:active{
border-color: dimgray;
background-color: #262525;
box-shadow: none;
color:white;
}
.form-control {
border-color: dimgray;
background-color: #262525;
box-shadow: none;
color:white;
}
.form-control:hover {
border-color: dimgray;
background-color: #434343;
box-shadow: none;
color:white;
}
.form-control:focus {
border-color: dimgray;
background-color: #434343;
box-shadow: none;
color:white;
}
/* Features to display */
.features-div {
background-color: #262525;
border-color: dimgray;
border-width: thin;
border-style: solid;
color:white;
border-radius: 8px;
padding-block: 10px;
height: 200px;
overflow-y: scroll;
}
.features-div-two {
background-color: #262525;
border-color: dimgray;
border-width: thin;
border-style: solid;
padding-block: 10px;
border-radius: 8px;
height: 370px;
overflow-y: scroll;
}
.features-div-two ul {
padding:0.8rem;
padding-top:0;
}
.display-features-list {
list-style-type: none;
}
.fa-chevron-right,
.fa-chevron-left,
.fa-chevron-up,
.fa-chevron-down,
.fa-minus {
background-color: black;
border-style: solid;
border-color:white;
border-width:thin;
border-radius:8px;
padding: 10px;
transition: 0.25s;
}
.icons-list {
margin-block: 70px;
}
.icons-list a {
color: white;
}
.icons-list i {
cursor: pointer;
border-radius: 5px;
width:35px;
}
.display-features-list li:hover {
background-color: dodgerblue;
cursor: pointer;
}
.save-btn-div {
text-align: center;
margin-top: 60px;
}
.save-btn {
background-color: black;
color: white;
border-color:white;
padding-inline: 40px;
transition: 0.25s;
border-radius:8px;
}
.footer {
text-align: center;
color: white;
font-size:13px;
margin-top: 15px;
}
li.active {
background-color: dodgerblue;
}
.row-1,
.row-3 {
margin-block: 50px;
}
.w-115-px {
width: 115px;
}
.h-50-px {
height: 50px;
}
.text-right {
text-align: right;
}
.mr-5 {
margin-right: 1.25rem;
}
.font-6 {
font-size:22px;
color:white;
background: linear-gradient(90deg, #ff0000, #ffff00, #ff00f3, #0033ff, #ff00c4, #ff0000);
background-size:400%;
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
animation: animated 10s linear infinite;
letter-spacing: 1px;
word-spacing: 5px;
}
@keyframes animated {
0%{
background-position: 0%;
}
100%{
background-position: 400%;
}
}
#connected-text {
left: calc(100% + 1.25rem);
display: none;
}
#top-row-text,
#bottom-row-text {
text-align: center;
text-decoration: underline;
padding-right: 150px;
display: none;
}
#second-row {
display: none;
}
/* Responsiveness */
@media (max-width: 767px) {
.buttons-list {
display: flex;
flex-wrap: wrap;
gap: 25px;
position: relative;
right: 20px;
}
.row-1,
.row-3 {
margin-block: 25px;
}
.screen-saver {
margin-block: 25px;
}
.display-none-div {
display: none;
}
.icons-list {
display: flex;
justify-content: center;
gap: 20px;
}
.icons-list a {
margin-left: -120px;
}
.remove {
margin-right: -100px;
margin-left: -100px;
}
}
.status {
width: 25px;
height: 25px;
}
#circle-1 {
background-color: lime;
}
#circle-2 {
background-color: red;
}
#circle-3 {
background-color: orange;
}
@media (min-width: 768px) and (max-width: 991px) {
.icons-list a {
position: relative;
top: 10px;
}
}
.icon-featuresdisplay i {
cursor: pointer;
border-radius:5px;
width: 35px;
}
.btn-success {
background-color: #004202;
border-color: green;
}
.btn-success:hover {
color:white;
background-color:green;
border-color:limegreen;
}
.btn-success:active {
color:grey;
background-color:#002803;
border-color:green;
}
.btn-info {
background-color: #3C005E;
border-color:purple;
color:white;
}
.btn-info:hover {
color:white;
background-color:darkviolet;
border-color:magenta;
}
.btn-info:active {
color:grey;
background-color:#2A003F;
border-color:purple;
}
.btn-warning {
background-color: #4C2100;
border-color: orange;
color: white;
}
.btn-warning:hover {
background-color: orangered;
color:white;
border-color: yellow;
}
.btn-warning:active {
background-color: #4C2100;
border-color: orange;
color: grey;
}
.btn-dark {
background-color: #00276B;
border-color:blue;
color:white;
}
.btn-dark:hover {
color:white;
background-color:#014ADC;
border-color:deepskyblue;
}
.btn-dark:active {
color:grey;
background-color:#001B50;
border-color:blue;
}
.btn-danger {
background-color: #460101;
border-color:red;
color:white;
}
.btn-danger:hover {
color:white;
background-color:crimson;
border-color:lightcoral;
}
.btn-danger:active {
color:grey;
background-color:#460101;
border-color:red;
}
.main-div {
position: relative;
margin: 10px;
background-color: transparent;
}
.main-div2::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-box-shadow: 0 0 17px 3px #ffff01,0 0 4px 2px #ffff01;
box-shadow: 0 0 17px 3px #ffff01,0 0 4px 2px #ffff01;
z-index: -1;
-webkit-animation-name: gradient-shadow;
animation-name: gradient-shadow;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
}
.main-div3::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 50%;
height: 100%;
-webkit-box-shadow: 0 0 17px 3px #ffff01,0 0 4px 2px #ffff01;
box-shadow: 0 0 17px 3px #ffff01,0 0 4px 2px #ffff01;
z-index: -1;
-webkit-animation-name: half-yellow-shadow;
animation-name: half-yellow-shadow;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
}
.main-div3::after {
content: '';
position: absolute;
right: 0;
bottom: 0;
width: 50%;
height: 100%;
-webkit-box-shadow: 0 0 17px 3px #0ff,0 0 4px 2px #0ff;
box-shadow: 0 0 17px 3px #0ff,0 0 4px 2px #0ff;
z-index: -1;
-webkit-animation-name: half-cyan-shadow;
animation-name: half-cyan-shadow;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
}
h1 {
font-size: 50px;
margin: 0;
position: relative;
z-index: 3;
padding: 20px;
background-color: #060C1F;
color: #fff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
}
@-webkit-keyframes yellow-shadow {
0% {
top: 0;
left: 0;
}
25% {
top: 50%;
left: 0;
}
50% {
top: 50%;
left: 50%;
}
75% {
top: 0;
left: 50%;
}
100% {
top: 0;
left: 0;
}
}
@keyframes yellow-shadow {
0% {
top: 0;
left: 0;
}
25% {
top: 50%;
left: 0;
}
50% {
top: 50%;
left: 50%;
}
75% {
top: 0;
left: 50%;
}
100% {
top: 0;
left: 0;
}
}
@-webkit-keyframes cyan-shadow {
0% {
right: 0;
bottom: 0;
}
25% {
right: 0;
bottom: 50%;
}
50% {
right: 50%;
bottom: 50%;
}
75% {
right: 50%;
bottom: 0;
}
100% {
right: 0;
bottom: 0;
}
}
@keyframes cyan-shadow {
0% {
right: 0;
bottom: 0;
}
25% {
right: 0;
bottom: 50%;
}
50% {
right: 50%;
bottom: 50%;
}
75% {
right: 50%;
bottom: 0;
}
100% {
right: 0;
bottom: 0;
}
}
@-webkit-keyframes gradient-shadow {
0% {
-webkit-box-shadow: 0 0 17px 3px #C586C0,0 0 4px 2px #C586C0;
box-shadow: 0 0 17px 3px #C586C0,0 0 4px 2px #C586C0;
}
20% {
-webkit-box-shadow: 0 0 17px 3px #0ff,0 0 4px 2px #0ff;
box-shadow: 0 0 17px 3px #0ff,0 0 4px 2px #0ff;
}
40% {
-webkit-box-shadow: 0 0 17px 3px #0f0,0 0 4px 2px #0f0;
box-shadow: 0 0 17px 3px #0f0,0 0 4px 2px #0f0;
}
60% {
-webkit-box-shadow: 0 0 17px 3px #ffff01,0 0 4px 2px #ffff01;
box-shadow: 0 0 17px 3px #ffff01,0 0 4px 2px #ffff01;
}
80% {
-webkit-box-shadow: 0 0 17px 3px #f00,0 0 4px 2px #f00;
box-shadow: 0 0 17px 3px #f00,0 0 4px 2px #f00;
}
100% {
-webkit-box-shadow: 0 0 17px 3px #C586C0,0 0 4px 2px #C586C0;
box-shadow: 0 0 17px 3px #C586C0,0 0 4px 2px #C586C0;
}
}
@keyframes gradient-shadow {
0% {
-webkit-box-shadow: 0 0 17px 3px #C586C0,0 0 4px 2px #C586C0;
box-shadow: 0 0 17px 3px #C586C0,0 0 4px 2px #C586C0;
}
20% {
-webkit-box-shadow: 0 0 17px 3px #0ff,0 0 4px 2px #0ff;
box-shadow: 0 0 17px 3px #0ff,0 0 4px 2px #0ff;
}
40% {
-webkit-box-shadow: 0 0 17px 3px #0f0,0 0 4px 2px #0f0;
box-shadow: 0 0 17px 3px #0f0,0 0 4px 2px #0f0;
}
60% {
-webkit-box-shadow: 0 0 17px 3px #ffff01,0 0 4px 2px #ffff01;
box-shadow: 0 0 17px 3px #ffff01,0 0 4px 2px #ffff01;
}
80% {
-webkit-box-shadow: 0 0 17px 3px #f00,0 0 4px 2px #f00;
box-shadow: 0 0 17px 3px #f00,0 0 4px 2px #f00;
}
100% {
-webkit-box-shadow: 0 0 17px 3px #C586C0,0 0 4px 2px #C586C0;
box-shadow: 0 0 17px 3px #C586C0,0 0 4px 2px #C586C0;
}
}
@-webkit-keyframes half-yellow-shadow {
0% {
top: 0;
left: 0;
height: 50%;
width: 50%;
}
16.66% {
top: 0;
left: 0;
height: 50%;
width: 100%;
}
32.32% {
top: 0;
left: 50%;
height: 50%;
width: 50%;
}
49.98% {
top: 50%;
left: 50%;
height: 50%;
width: 50%;
}
66.64% {
top: 50%;
left: 0;
height: 50%;
width: 100%;
}
83.3% {
top: 50%;
left: 0;
height: 50%;
width: 50%;
}
100% {
top: 0;
left: 0;
height: 50%;
width: 50%;
}
}
@keyframes half-yellow-shadow {
0% {
top: 0;
left: 0;
height: 50%;
width: 50%;
}
16.66% {
top: 0;
left: 0;
height: 50%;
width: 100%;
}
32.32% {
top: 0;
left: 50%;
height: 50%;
width: 50%;
}
49.98% {
top: 50%;
left: 50%;
height: 50%;
width: 50%;
}
66.64% {
top: 50%;
left: 0;
height: 50%;
width: 100%;
}
83.3% {
top: 50%;
left: 0;
height: 50%;
width: 50%;
}
100% {
top: 0;
left: 0;
height: 50%;
width: 50%;
}
}
@-webkit-keyframes half-cyan-shadow {
0% {
bottom: 0;
right: 0;
height: 50%;
width: 50%;
}
16.66% {
bottom: 0;
right: 0;
height: 50%;
width: 100%;
}
32.32% {
bottom: 0;
right: 50%;
height: 50%;
width: 50%;
}
49.98% {
bottom: 50%;
right: 50%;
height: 50%;
width: 50%;
}
66.64% {
bottom: 50%;
right: 0;
height: 50%;
width: 100%;
}
83.3% {
bottom: 50%;
right: 0;
height: 50%;
width: 50%;
}
100% {
bottom: 0;
right: 0;
height: 50%;
width: 50%;
}
}
@keyframes half-cyan-shadow {
0% {
bottom: 0;
right: 0;
height: 50%;
width: 50%;
}
16.66% {
bottom: 0;
right: 0;
height: 50%;
width: 100%;
}
32.32% {
bottom: 0;
right: 50%;
height: 50%;
width: 50%;
}
49.98% {
bottom: 50%;
right: 50%;
height: 50%;
width: 50%;
}
66.64% {
bottom: 50%;
right: 0;
height: 50%;
width: 100%;
}
83.3% {
bottom: 50%;
right: 0;
height: 50%;
width: 50%;
}
100% {
bottom: 0;
right: 0;
height: 50%;
width: 50%;
}
}
h3 {
font-weight:bold;
}
#general {
margin-bottom:20px;
}
#version-text {
margin-right: 2%;
margin-bottom:0;
font-size:14px;
}
.col-auto-screensaver {
width: 220px;
}
.col-auto-displayformat {
width: 220px;
margin-left: 7px;
}
.pass-toggle {
margin-left:7%;
}
#footerlinks {
text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991px) {
.icons-list a {
position: relative;
top: 10px;
}
}
.clip {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.svg--source {
display: none
}
.svg--icon {
width: 100%;
max-width: 5rem;
height: 100%;
max-height: 5rem;
display: block;
margin: 0 auto;
fill: currentColor
}
.wrapper {
width: 100%;
margin-top:100px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
padding: 1rem;
}
.share {
width: 3rem;
height: 3rem;
float: left;
margin: .5rem 1rem 0rem 0;
color: #353c4a;
border: .125rem solid #f3f3f3;
box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.15);
border-radius: 50%;
transition: 250ms;
&:last-child {
margin-right: 0
}
&:hover,
&:focus {
//background: white;
}
&:focus {
outline-color: inherit;
}
}
.twitter {
&:hover,
&:focus {
color: #00ACED;
box-shadow: 0 0 24px 0 #00ACED
}
}
.instagram {
&:hover,
&:focus {
color: #4183c4;
box-shadow: 0 0 24px 0 #4183c4
}
}
.reddit {
&:hover,
&:focus {
color: #bd081c;
box-shadow: 0 0 24px 0 #bd081c
}
}
.trello {
&:hover,
&:focus {
color: #bd081c;
box-shadow: 0 0 24px 0 #bd081c
}
}
.youtube {
&:hover,
&:focus {
color: #cd201f;
box-shadow: 0 0 24px 0 #cd201f
}
}
.facebook {
&:hover,
&:focus {
color: #3b5998;
box-shadow: 0 0 24px 0 #3b5998
}
}
.discord {
&:hover,
&:focus {
color: #dd4b39;
box-shadow: 0 0 24px 0 #dd4b39
}
}
#update-message {
width: 600px;
height: 180px;
background-color: darkslategray;
border-radius: 30px;
position: fixed; /*Can also be `fixed`*/
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
/*Solves a problem in which the content is being cut when the div is smaller than its' wrapper:*/
max-width: 100%;
max-height: 100%;
overflow: auto;
z-index:99;
}
#update-p {
margin-top:50px;
margin-left:70px;
font-size: 20px;
margin-right:70px;
margin-bottom:20px;
}
#wifi-message {
width: 350px;
height: 120px;
border-radius:20px;
background-color: darkslategray;
position: fixed; /*Can also be `fixed`*/
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
/*Solves a problem in which the content is being cut when the div is smaller than its' wrapper:*/
max-width: 100%;
max-height: 100%;
overflow: auto;
z-index:99;
}
#wifi-p {
margin-top:30px;
margin-left:70px;
font-size:20px;
margin-right:70px;
margin-bottom:20px;
}
#weather-api-p {
color:red;
}
#movie-api-p {
color:red;
}
#ipo-api-p {
color:red;
}
label:hover {
cursor:text;
}
input[type=checkbox]:hover {
cursor:pointer;
}
#demo {
color:red;
}
#demo2 {
color:red;
}
#demo3 {
color:red;
}
#demo4 {
color:red;
}
#demo5 {
color:red;
}
#demo6 {
color:red;
}
#demo7 {
color:red;
}
#demo8 {
color:red;
}
#demo9 {
color:red;
}
#demo-portfolio {
color:red;
}
#demo-portfolio-crypto {
color:red;
}
#limit-msg {
color:red;
}
#scheduler-div {
width: 480px;
height: 430px;
border-radius:20px;
/* background-color: #282828;*/
background-color: rgba(5,5,5,0.7);
backdrop-filter: blur(6px);
border-color: #5D5D5D;
border-style: solid;
border-width: thin;
position: fixed; /*Can also be `fixed`*/
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
/*Solves a problem in which the content is being cut when the div is smaller than its' wrapper:*/
max-width: 100%;
max-height: 100%;
overflow: auto;
z-index:98;
}
#scheduler-close-btn {
background-color: transparent;
border: none;
color: white;
text-decoration: underline;
margin-left:42%;
}
#scheduler-close-btn:hover {
background-color: transparent;
border: none;
color: darkgray;
text-decoration: underline;
}
#scheduler-close-btn:active {
background-color: transparent;
border: none;
color: #4B4B4B;
text-decoration: underline;
}
#scheduler-p {
font-size:20px;
display: inline;
}
#scheduler-top {
margin-top:3%;
padding: 5%;
padding-top: 1%;
}
.hour-select {
width:22%;
display: inline;
margin-right: 2%;
}
.screensaver-select {
width:40%;
display: inline;
margin-right: 2%;
}
.scheduler-hour-select {
display: inline;
zoom:1.2;
}
.minute-select {
width:22%;
display: inline;
margin-right: 2%;
}
.timezone-select {
width:50%;
display: inline;
}
#shutdowns-p {
margin-top: 5%;
margin-bottom: 2%;
}
#reboots-p {
margin-top:6%;
margin-bottom:2%;
}
#inside-scheduler-div {
margin-left: 5%;
}
.btn-screensaver-settings {
background-color: #003337;
border-color:#00CFDF;
color:white;
display: inline-block;
margin-right: 5%;
}
.btn-screensaver-settings:hover {
color:white;
background-color:#008993;
border-color:#00EDFF;
}
.btn-screensaver-settings:active {
color:grey;
background-color:#002225;
border-color:#00CFDF;
}
.btn-scheduler {
background-color: #003337;
border-color:#00CFDF;
color:white;
display: inline-block;
}
.btn-scheduler:hover {
color:white;
background-color:#008993;
border-color:#00EDFF;
}
.btn-scheduler:active {
color:grey;
background-color:#002225;
border-color:#00CFDF;
}
.b-minute-select {
width:17%;
display: inline;
}
#brightness-p {
margin-top:6%;
margin-bottom:2%;
}
#save-prompt-message {
width: 160px;
height: 150px;
border-radius: 20px;
background-color: rgba(5,5,5,0.5);
backdrop-filter: blur(6px);
border-color: #5D5D5D;
border-style: solid;
border-width: thin;
position: fixed;
top: 35%;
right: 20px;
transform: translateY(-50%);
z-index: 99;
}
#save-prompt-p {
margin: 35px 10px 15px 10px;
font-size: 14px;
text-align: center;
display: flex;
color: red;
justify-content: center;
align-items: center;
transition: color 0.3s;
}
#save-prompt-btn {
display: block;
margin: 0 auto;
font-size: 16px;
}
#save-prompt-close-btn {
background-color: transparent;
border: none;
color: white;
font-size: 16px;
text-decoration: underline;
position: absolute;
top: 0;
right: 15px;
}
#save-prompt-close-btn:hover {
background-color: transparent;
border: none;
color: darkgray;
text-decoration: underline;
}
#save-prompt-close-btn:active {
background-color: transparent;
border: none;
color: #4B4B4B;
text-decoration: underline;
}
#saved-msg-feedback{
color: red;
font-size: 16px;
position: fixed;
top: 35%;
right: 20px;
transform: translateY(-50%);
z-index: 99;
text-align: center;
}
#save-feature-prompt-message {
width: 160px;
height: 170px;
border-radius: 20px;
background-color: rgba(5,5,5,0.5);
backdrop-filter: blur(6px);
border-color: #5D5D5D;
border-style: solid;
border-width: thin;
position: fixed;
top: 65%;
right: 20px;
transform: translateY(-50%);
z-index: 99;
}
#save-feature-prompt-p {
margin: 35px 10px 15px 10px;
font-size: 14px;
text-align: center;
display: flex;
color: cyan;
justify-content: center;
align-items: center;
transition: color 0.3s;
}
#save-feature-prompt-btn {
display: block;
margin: 0 auto;
font-size: 16px;
}
#save-feature-prompt-close-btn {
background-color: transparent;
border: none;
color: white;
font-size: 16px;
text-decoration: underline;
position: absolute;
top: 0;
right: 15px;
}
#save-feature-prompt-close-btn:hover {
background-color: transparent;
border: none;
color: darkgray;
text-decoration: underline;
}
#save-feature-prompt-close-btn:active {
background-color: transparent;
border: none;
color: #4B4B4B;
text-decoration: underline;
}
#saved-feature-msg-feedback {
color: cyan;
font-size: 16px;
position: fixed;
top: 65%;
right: 20px;
transform: translateY(-50%);
z-index: 99;
text-align: center;
}
@media (max-width: 500px) {
.mx-auto {
flex-direction: column;
}
.mr-5 {
margin-left: 0;
margin-top: 20px;
}
}
#screensaver-div {
width: 500px;
height: 430px;
border-radius:20px;
/* background-color: #282828;*/
background-color: rgba(5,5,5,0.7);
backdrop-filter: blur(6px);
border-color: #5D5D5D;
border-style: solid;
border-width: thin;
position: fixed; /*Can also be `fixed`*/
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
/*Solves a problem in which the content is being cut when the div is smaller than its' wrapper:*/
max-width: 100%;
max-height: 100%;
overflow: auto;
z-index:98;
}
#screensaver-close-btn {
background-color: transparent;
border: none;
color: white;
text-decoration: underline;
margin-left:42%;
}
#screensaver-close-btn:hover {
background-color: transparent;
border: none;
color: darkgray;
text-decoration: underline;
}
#screensaver-close-btn:active {
background-color: transparent;
border: none;
color: #4B4B4B;
text-decoration: underline;
}
#screensaver-p {
font-size:20px;
display: inline;
}
#clock1-p {
margin-top: 5%;
margin-bottom: 2%;
}
#clock2-p {
margin-top:6%;
margin-bottom:2%;
}
#worldclock-p {
margin-top:6%;
margin-bottom:2%;
}
#screensaver-top {
margin-top:3%;
padding: 5%;
padding-top: 1%;
}
#inside-screensaver-div {
margin-left: 5%;
}
.screensaver-hour-select {
display: inline;
zoom:1.2;
}