Line 6: | Line 6: | ||
@font-face { | @font-face { | ||
font-family: 'Geneva'; | font-family: 'Geneva'; | ||
− | src: url('../fonts/ | + | src: url('../fonts/Poppins-Medium.ttf'); |
} | } | ||
Line 66: | Line 66: | ||
font-weight: bold; | font-weight: bold; | ||
text-decoration: underline; | text-decoration: underline; | ||
+ | } | ||
+ | .header5 { | ||
+ | margin: 20px, 0; | ||
+ | font-weight: bold; | ||
} | } | ||
Line 75: | Line 79: | ||
margin-bottom: 20px; | margin-bottom: 20px; | ||
color: #5C616F; | color: #5C616F; | ||
− | font-size: | + | font-size: 20px; |
− | line-height: | + | line-height: 35px; |
font-family: 'Geneva'; | font-family: 'Geneva'; | ||
text-align: justify; | text-align: justify; | ||
Line 141: | Line 145: | ||
.img-same-line { | .img-same-line { | ||
width: 40%; | width: 40%; | ||
+ | } | ||
+ | |||
+ | .page.dimmer { | ||
+ | background-color: #000 !important; | ||
+ | } | ||
+ | |||
+ | .sticky-navigator { | ||
+ | margin: 10px 100px auto auto; | ||
+ | background-color: #1A2640; | ||
+ | height: 80px; | ||
+ | width: 80px; | ||
+ | line-height: 80px; | ||
+ | opacity: 0.6; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .sticky-navigator:hover { | ||
+ | opacity: 0.9; | ||
} | } |
Revision as of 18:05, 15 October 2018
@font-face {
font-family: 'Trajan Pro'; src: url('../fonts/TrajanPro3-Regular.otf');
}
@font-face {
font-family: 'Geneva'; src: url('../fonts/Poppins-Medium.ttf');
}
@font-face {
font-family: 'Chalkboard'; src: url('../fonts/Chalkboard.ttc');
}
.page-container {
padding-top: 300px; padding-left: 300px; padding-right: 300px;
}
.header1 {
margin-top: 20px; margin-bottom: 20px; padding-right: 20px; height: 60px; line-height: 60px; color: #1A2640; text-align: right; font-size: 40px; border-right: 20px solid #1A2640; font-weight: 700; font-family: 'Trajan Pro';
}
.header2 {
margin-top: 30px; margin-bottom: 20px; height: 50px; line-height: 50px; color: #1A2640; font-size: 35px; font-family: 'Trajan Pro';
}
.header3 {
margin-top: 20px; margin-bottom: 20px; line-height: 40px; color: #1A2640; font-size: 30px; font-family: 'Geneva'; padding-left: 10px; border-left: 10px solid #1A2640;
}
.header4 {
margin-top: 10px; margin-bottom: 9px; height: 20px; line-height: 20px; color: #1A2640; font-size: 20px; font-family: 'Geneva'; font-weight: bold; text-decoration: underline;
} .header5 {
margin: 20px, 0; font-weight: bold;
}
ol,
ul,
.content {
margin-top: 20px; margin-bottom: 20px; color: #5C616F; font-size: 20px; line-height: 35px; font-family: 'Geneva'; text-align: justify;
}
/* divider */ .ui.divider {
border-bottom-color: #ffffff !important; border-top-color: #ffffff !important;
}
/* card */ .card {
border: none !important; border-radius: 0 !important; width: calc(33.33333% - 7rem) !important; /*33% width*/ margin-right: 5.5rem !important;
}
.card .image {
padding: 30px !important;
}
.card .content .description {
text-align: left; padding: 15px !important;
}
.card .content .header {
text-align: center;
}
img {
width: 85%;
}
.next-page-identify {
height: 50px;
}
.ack-logo {
width: 50%; height: 50%;
}
.tech {
width: 20%; margin-left: 500px;
}
.italic {
font-style: italic;
}
.caption {
font-weight: bold;
}
.results {
width: 50%;
}
.img-same-line {
width: 40%;
}
.page.dimmer {
background-color: #000 !important;
}
.sticky-navigator {
margin: 10px 100px auto auto; background-color: #1A2640; height: 80px; width: 80px; line-height: 80px; opacity: 0.6; text-align: center;
}
.sticky-navigator:hover {
opacity: 0.9;
}