4.0 Beta (Build 20242)
This commit is contained in:
@@ -1,3 +1,80 @@
|
||||
h1 {
|
||||
color: #C0C0C0;
|
||||
font-family: 'Segoe UI';
|
||||
font-size: 35px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h5 {
|
||||
color: #C0C0C0;
|
||||
font-family: 'Segoe UI';
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
p {
|
||||
color: #C0C0C0
|
||||
color: #C0C0C0;
|
||||
font-family: 'Segoe UI';
|
||||
}
|
||||
|
||||
#description-text {
|
||||
color: #C0C0C0;
|
||||
font-family: 'Segoe UI';
|
||||
font-size: 17px;
|
||||
line-height: 25px;
|
||||
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;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user