Files
MaszToZadanieDomowe.com/assets/css/js-warunkowe.css
2025-09-22 13:16:18 +02:00

161 lines
2.9 KiB
CSS

#nieaktywne {
display: none;
}
#aktywne * {
color: #fff;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
margin: 0;
padding: 0;
}
#aktywne {
display: inline-block !important;
background: #000;
z-index: 1000002;
overflow: auto;
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
text-align: center;
margin: 0;
padding: 0;
}
#aktywne img {
color: #fff;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
text-align: center;
margin: 0;
padding: 0;
width: 150px;
}
#aktywne #pierwszy {
max-width: 750px;
display: inline-block;
padding: 4rem 2rem;
box-shadow: 0 0 40px 5px rgba(255,255,255,.15);
background-color: #000;
border: 1px solid #2e2e2e;
position: relative;
top: 100px;
text-align: center;
color: #fff;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
}
#aktywne #pierwszy div h3 {
font-size: 2.5rem;
margin: 1.5rem 0 1rem;
font-weight: 700;
color: #fff;
background-color: initial;
line-height: initial;
padding: 0;
text-transform: none;
}
#aktywne #pierwszy div h4 {
font-size: 1.2rem;
margin: 1.5rem 0 1rem;
margin-top: 2.5rem;
margin-left: .25rem;
text-align: left;
font-weight: 700;
color: #fff;
background-color: initial;
line-height: initial;
padding: 0;
text-transform: none;
}
#aktywne #pierwszy div p {
font-size: 1.25rem;
margin: 0;
color: #ccc;
}
#aktywne span {
background-color: rgb(0,0,0);
color: rgb(204,204,204);
font-family: Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
font-size: 1rem;
}
#aktywne button {
appearance: none;
vertical-align: top;
text-decoration: none;
cursor: pointer;
position: relative;
outline: 0 none;
text-align: center;
margin: 0;
border-radius: 4px;
display: inline-block;
font-family: inherit;
background: #1f1f1f;
margin-top: 1rem;
font-size: 1.25rem;
width: 21rem;
max-width: 100%;
padding: 1rem;
font-weight: 700;
color: #fff;
border: 3px solid #ff9000;
}
#aktywne input {
margin: 0;
border: 3px solid #ff9000;
height: .5rem;
background: #1f1f1f;
}
#aktywne input::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 1rem;
height: 1rem;
border-width: 0px;
border-radius: 100%;
cursor: pointer;
background-color: #ff9000;
}
#aktywne input::-moz-range-thumb {
width: 1rem;
height: 1rem;
border-radius: 100%;
cursor: pointer;
background-color: #ff9000;
}
#zad8-haslo {
font-size: larger;
width: 100%;
}
#zad8-lista {
height: 6rem;
}
#zad8-sila {
border-radius: .4rem;
border: .2rem solid var(--colorSurface2);
background-color: var(--colorSurface1);
padding: .5rem;
margin: .5rem;
font-size: 24pt;
height: 24pt;
user-select: none;
}