Files
MaszToZadanieDomowe.com/assets/css/js-warunkowe.css

161 lines
2.9 KiB
CSS
Raw Normal View History

2025-09-22 13:16:18 +02:00
#nieaktywne {
2025-09-22 02:54:26 +02:00
display: none;
}
2025-09-22 13:16:18 +02:00
#aktywne * {
2025-09-22 02:54:26 +02:00
color: #fff;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
margin: 0;
padding: 0;
}
2025-09-22 13:16:18 +02:00
#aktywne {
2025-09-22 02:54:26 +02:00
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;
}
2025-09-22 13:16:18 +02:00
#aktywne img {
2025-09-22 02:54:26 +02:00
color: #fff;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
text-align: center;
margin: 0;
padding: 0;
width: 150px;
}
2025-09-22 13:16:18 +02:00
#aktywne #pierwszy {
2025-09-22 02:54:26 +02:00
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;
}
2025-09-22 13:16:18 +02:00
#aktywne #pierwszy div h3 {
2025-09-22 02:54:26 +02:00
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;
}
2025-09-22 13:16:18 +02:00
#aktywne #pierwszy div h4 {
2025-09-22 02:54:26 +02:00
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;
}
2025-09-22 13:16:18 +02:00
#aktywne #pierwszy div p {
2025-09-22 02:54:26 +02:00
font-size: 1.25rem;
margin: 0;
color: #ccc;
}
2025-09-22 13:16:18 +02:00
#aktywne span {
2025-09-22 02:54:26 +02:00
background-color: rgb(0,0,0);
color: rgb(204,204,204);
font-family: Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
font-size: 1rem;
}
2025-09-22 13:16:18 +02:00
#aktywne button {
2025-09-22 02:54:26 +02:00
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;
}
2025-09-22 13:16:18 +02:00
#aktywne input {
2025-09-22 02:54:26 +02:00
margin: 0;
border: 3px solid #ff9000;
height: .5rem;
background: #1f1f1f;
}
2025-09-22 13:16:18 +02:00
#aktywne input::-webkit-slider-thumb {
2025-09-22 02:54:26 +02:00
-webkit-appearance: none;
appearance: none;
width: 1rem;
height: 1rem;
border-width: 0px;
border-radius: 100%;
cursor: pointer;
background-color: #ff9000;
}
2025-09-22 13:16:18 +02:00
#aktywne input::-moz-range-thumb {
2025-09-22 02:54:26 +02:00
width: 1rem;
height: 1rem;
border-radius: 100%;
cursor: pointer;
background-color: #ff9000;
2025-09-22 13:16:18 +02:00
}
#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;
2025-09-22 02:54:26 +02:00
}