104 lines
1.6 KiB
CSS
104 lines
1.6 KiB
CSS
h1 {
|
|
color: #C0C0C0;
|
|
font-family: 'Segoe UI';
|
|
font-size: 35px;
|
|
text-align: center;
|
|
}
|
|
|
|
h2 {
|
|
color: #C0C0C0;
|
|
font-family: 'Segoe UI';
|
|
font-size: 25px;
|
|
text-align: center;
|
|
}
|
|
|
|
h5 {
|
|
color: #C0C0C0;
|
|
font-family: 'Segoe UI';
|
|
font-size: 15px;
|
|
}
|
|
|
|
p {
|
|
color: #C0C0C0;
|
|
font-family: 'Segoe UI';
|
|
}
|
|
|
|
#description-text {
|
|
color: #C0C0C0;
|
|
font-family: 'Segoe UI';
|
|
font-size: 17px;
|
|
line-height: 25px;
|
|
text-align: center;
|
|
}
|
|
|
|
#description-image {
|
|
text-align: center;
|
|
}
|
|
|
|
#about-program-image {
|
|
text-align: center;
|
|
}
|
|
#about-program-main-text {
|
|
color: #C0C0C0;
|
|
font-family: 'Segoe UI';
|
|
font-size: 17px;
|
|
line-height: 25px;
|
|
text-align: center;
|
|
}
|
|
|
|
#about-program-text-centered {
|
|
text-align: center;
|
|
}
|
|
|
|
#about-program-changelog-main-version {
|
|
color: #C0C0C0;
|
|
font-family: 'Segoe UI';
|
|
font-size: 17px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
td {
|
|
color: #C0C0C0;
|
|
font-family: 'Segoe UI';
|
|
}
|
|
|
|
th {
|
|
color: #C0C0C0;
|
|
font-family: 'Segoe UI';
|
|
}
|
|
|
|
.accordion {
|
|
background-color: #333842;
|
|
color: #444;
|
|
cursor: pointer;
|
|
padding: 18px;
|
|
width: 100%;
|
|
text-align: left;
|
|
border: none;
|
|
outline: none;
|
|
transition: 0.4s;
|
|
color: #C0C0C0;
|
|
font-size: 18px;
|
|
font-family: 'Segoe UI';
|
|
}
|
|
|
|
.active, .accordion:hover {
|
|
background-color: #3a3f4b;
|
|
}
|
|
|
|
.panel {
|
|
padding: 0 18px;
|
|
background-color: #2e313b;
|
|
display: none;
|
|
overflow: hidden;
|
|
}
|
|
|
|
li {
|
|
color: #C0C0C0;
|
|
font-family: 'Segoe UI';
|
|
}
|
|
|
|
code {
|
|
color: #C0C0C0;
|
|
font-size: large;
|
|
} |