215 lines
3.8 KiB
CSS
215 lines
3.8 KiB
CSS
body {
|
|
font-family: 'Arial', sans-serif;
|
|
background: linear-gradient(39deg, rgba(0,0,0,1) 0%, rgba(128,3,251,1) 20%, rgba(107,6,255,1) 40%, rgba(88,31,255,1) 60%, rgba(43,0,255,1) 80%, rgba(0,0,0,1) 100%);
|
|
margin: 0;
|
|
padding: 0;
|
|
text-align: center;
|
|
display: flex;
|
|
flex-direction: column;
|
|
min-height: 100vh;
|
|
overflow-x: hidden;
|
|
}
|
|
.mobileContainer18 {
|
|
display: flex;
|
|
width: 1%;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
margin: 0 auto;
|
|
}
|
|
.mobileContainer19 {
|
|
display: flex;
|
|
width: 1%;
|
|
flex-wrap:wrap;
|
|
justify-content: center;
|
|
margin: 0 auto;
|
|
}
|
|
.Container18{
|
|
display: flex;
|
|
width: 1%;
|
|
flex-wrap:wrap;
|
|
justify-content: center;
|
|
margin: 0 auto;
|
|
}
|
|
.Container19{
|
|
display: flex;
|
|
width: 1%;
|
|
flex-wrap:wrap;
|
|
justify-content: center;
|
|
margin: 0 auto;
|
|
}
|
|
.Container15{
|
|
display: flex;
|
|
width: 1%;
|
|
flex-wrap:wrap;
|
|
justify-content:center;
|
|
margin: 0 auto;
|
|
}
|
|
.mobileContainer15{
|
|
display: flex;
|
|
width: 1%;
|
|
flex-wrap:wrap;
|
|
justify-content: center;
|
|
margin: 0 auto;
|
|
}
|
|
h1 {
|
|
color: #000000;
|
|
}
|
|
|
|
h2 {
|
|
color: #000000;
|
|
}
|
|
p {
|
|
color: #000000;
|
|
}
|
|
button {
|
|
background-color: #4caf50;
|
|
color: white;
|
|
padding: 10px 20px;
|
|
font-size: 16px;
|
|
cursor: pointer;
|
|
border: none;
|
|
border-radius: 5px;
|
|
margin: 10px auto;
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
max-width: 200px;
|
|
transition: transform 0.5s ease;
|
|
}
|
|
|
|
|
|
.source-btn {
|
|
background-color: #333333;
|
|
color: white;
|
|
padding: 10px 20px;
|
|
font-size: 16px;
|
|
cursor: pointer;
|
|
border: none;
|
|
border-radius: 5px;
|
|
margin: 10px auto;
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
max-width: 200px;
|
|
transition: transform 0.5s ease;
|
|
}
|
|
|
|
.dsc-btn {
|
|
background-color: #9656ce;
|
|
color: white;
|
|
padding: 10px 20px;
|
|
font-size: 16px;
|
|
cursor: pointer;
|
|
border: none;
|
|
border-radius: 5px;
|
|
margin: 10px auto;
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
max-width: 200px;
|
|
transition: transform 0.5s ease;
|
|
}
|
|
|
|
.clr-btn {
|
|
background-color: #ff3c00;
|
|
color: white;
|
|
padding: 10px 20px;
|
|
font-size: 16px;
|
|
cursor: pointer;
|
|
border: none;
|
|
border-radius: 5px;
|
|
margin: 10px auto;
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
max-width: 200px;
|
|
transition: transform 0.5s ease;
|
|
}
|
|
|
|
button:hover {
|
|
background-color: #45a049;
|
|
transform: scale(1.1);
|
|
}
|
|
|
|
.source-btn:hover {
|
|
background-color: #000000;
|
|
transform: scale(1.1);
|
|
}
|
|
|
|
.dsc-btn:hover {
|
|
background-color: #a751f2;
|
|
transform: scale(1.1);
|
|
}
|
|
.clr-btn:hover {
|
|
transform: scale(1.1);
|
|
}
|
|
|
|
.dropdown-content {
|
|
display: none;
|
|
position: absolute;
|
|
background-color: #f9f9f9;
|
|
min-width: 160px;
|
|
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
|
|
z-index: 1;
|
|
}
|
|
.filter-button > button {
|
|
min-width: 200px;
|
|
}
|
|
.dropdown-content a {
|
|
color: black;
|
|
padding: 12px 16px;
|
|
text-decoration: none;
|
|
display: block;
|
|
}
|
|
|
|
.dropdown-content a:hover {
|
|
background-color: #ddd;
|
|
}
|
|
|
|
.dropdown-btn:hover .dropdown-content {
|
|
display: block;
|
|
}
|
|
|
|
.pick-client {
|
|
color: #000000;
|
|
}
|
|
|
|
.line {
|
|
width: 50%;
|
|
border-top: 1px solid #888;
|
|
margin: 10px auto;
|
|
}
|
|
|
|
.version-text {
|
|
margin: 10px 0;
|
|
color: #000000;
|
|
}
|
|
.version-link {
|
|
display: block ruby;
|
|
}
|
|
.footer {
|
|
margin-top: auto;
|
|
background-color: #ddd;
|
|
padding: 20px;
|
|
width: 100%;
|
|
}
|
|
|
|
.footer a {
|
|
text-decoration: none;
|
|
color: #0d5152;
|
|
font-size: inherit;
|
|
font-weight: inherit;
|
|
}
|
|
|
|
.footer a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.recommended {
|
|
vertical-align: middle;
|
|
margin-left: 5px;
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|
|
.title {
|
|
font-family: "Poppins", sans-serif;
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
}
|