You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
280 lines
4.3 KiB
280 lines
4.3 KiB
/* Navbar */ |
|
.navbar-brand img{ |
|
position: absolute; |
|
} |
|
|
|
.navbar-brand h5{ |
|
font-weight: 750; |
|
margin-left: 80px; |
|
} |
|
|
|
.navbar-brand h6{ |
|
margin-left: 80px; |
|
} |
|
|
|
/* Dropdown */ |
|
.dropdown{ |
|
position: relative; |
|
|
|
} |
|
|
|
.dropdown-toggle::after{ |
|
position: relative; |
|
top: 100%; |
|
right: 0; |
|
display: inline-block; |
|
} |
|
|
|
.dropdown-menu{ |
|
display: none; |
|
margin-left: 80%; |
|
|
|
} |
|
|
|
.dropdown:hover .dropdown-menu { |
|
display: block; |
|
} |
|
|
|
|
|
/* Card Thumbnail */ |
|
.card-body{ |
|
background-color: rgb(236, 236, 236); |
|
|
|
} |
|
.card-title{ |
|
font-size: 30px; |
|
} |
|
.container-row{ |
|
margin-top: 60px; |
|
margin-bottom: 30px; |
|
} |
|
|
|
|
|
/* Frame Youtube */ |
|
.frame{ |
|
width: 500px; |
|
height: 500px; |
|
} |
|
|
|
/* Card Safety Induction */ |
|
|
|
.card-header{ |
|
background-color: white; |
|
border-color: 0; |
|
} |
|
|
|
#embedded{ |
|
margin-top: 75px; |
|
margin-bottom: 75px; |
|
} |
|
|
|
#secondCard{ |
|
background-color: rgb(54, 55, 131); |
|
color: white; |
|
} |
|
|
|
/* Button */ |
|
|
|
.btn{ |
|
border-radius: 20px; |
|
font-weight: bold; |
|
} |
|
|
|
#btnContact{ |
|
background-color: rgb(54, 55, 131); |
|
color: white; |
|
border-color: rgb(236, 236, 236); |
|
cursor: pointer; |
|
} |
|
|
|
#secondButton{ |
|
background-color: rgb(236, 236, 236); |
|
color: black; |
|
border-color: rgb(54, 55, 131); |
|
cursor: pointer; |
|
} |
|
|
|
|
|
/* Highlight */ |
|
/* Title */ |
|
.title-highlight h3{ |
|
color: black; |
|
font-weight: bold; |
|
justify-content: center; |
|
align-items: center; |
|
} |
|
.underline-text { |
|
text-align: center; |
|
|
|
} |
|
.underline-text span{ |
|
display: inline-block; |
|
border-bottom: 5px solid black; |
|
padding-bottom: 5px; |
|
} |
|
/* Kotak */ |
|
.container-box{ |
|
margin-top: 30px; |
|
margin-bottom: 30px; |
|
display: flex; |
|
justify-content: center; |
|
align-items: center; |
|
} |
|
|
|
.box{ |
|
width: 900px; /* Sesuaikan dengan lebar yang diinginkan */ |
|
height: 700px; /* Sesuaikan dengan tinggi yang diinginkan */ |
|
background-color: rgb(54, 55, 131); /* Sesuaikan dengan warna latar belakang yang diinginkan */ |
|
padding: 20px; /* Sesuaikan dengan padding yang diinginkan */ |
|
position: absolute; |
|
} |
|
/* Highlight Card */ |
|
|
|
.highlight-content{ |
|
display: grid; |
|
gap: 25px; |
|
grid-template-columns: auto auto; |
|
justify-content: center; |
|
align-items: center; |
|
|
|
} |
|
.highlight-content > div{ |
|
text-align: left; |
|
|
|
box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.4); |
|
} |
|
|
|
.card-body > h3{ |
|
font-size: 18px; |
|
} |
|
.button-detail{ |
|
text-decoration: none; |
|
color: black; |
|
cursor: pointer; |
|
font-size: 12px; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* Contact Us */ |
|
.container-fluid{ |
|
background-color: rgb(54, 55, 131); |
|
} |
|
|
|
.contact-content h5{ |
|
margin-top: 50px; |
|
margin-left: 30px; |
|
color: white; |
|
font-weight: 750; |
|
} |
|
|
|
.contact-content ul, li{ |
|
list-style: none; |
|
color: white; |
|
} |
|
|
|
.iframe, iframe{ |
|
margin-top: 20px; |
|
margin-bottom: 20px; |
|
border-radius: 5px; |
|
border: 10px solid white; |
|
} |
|
|
|
|
|
|
|
/* Log In Page*/ |
|
.img-login{ |
|
position: absolute; |
|
} |
|
|
|
.button-home{ |
|
display: grid; |
|
direction: ltr; |
|
justify-content: right; |
|
} |
|
|
|
.button-item{ |
|
text-align: center; |
|
margin-top: 50px; |
|
margin-right: 100px; |
|
} |
|
|
|
.click-home{ |
|
text-decoration: none; |
|
color: rgb(54, 55, 131); |
|
} |
|
|
|
/* Login Greets*/ |
|
.grid-container{ |
|
margin-right: 450px; |
|
display: grid; |
|
direction: ltr; |
|
justify-content: flex-end; |
|
align-items: center; |
|
} |
|
|
|
.form-container{ |
|
display: flex; |
|
justify-content: flex-end; |
|
align-items: center; |
|
height: 75vh; |
|
} |
|
.item-login, h2{ |
|
text-align: left; |
|
font-weight: 750; |
|
margin-left: 120px; |
|
} |
|
|
|
.item-login, h5{ |
|
text-align: left; |
|
margin-left: 120px; |
|
} |
|
|
|
/* Login Form */ |
|
.container-login-form { |
|
display: flex; |
|
justify-content: flex-start; |
|
align-items: center; |
|
height: 50vh; |
|
} |
|
|
|
.login-form { |
|
width: 300px; |
|
padding: 20px; |
|
} |
|
.login-form label { |
|
display: block; |
|
margin-bottom: 10px; |
|
margin-left: 75px; |
|
color: black; |
|
} |
|
|
|
.login-form input[type="email"], |
|
.login-form input[type="password"] { |
|
width: 350px; |
|
padding: 10px; |
|
margin-bottom: 20px; |
|
margin-left: 75px; |
|
border-radius: 15px; |
|
border-width: 2px; |
|
|
|
} |
|
|
|
.login-form a{ |
|
position: absolute; |
|
margin-left: 110px; |
|
margin-top: 5px; |
|
} |
|
|
|
.login-form button { |
|
width: 45%; |
|
padding: 5px; |
|
background-color: rgb(54, 55, 131); |
|
color: #ffffff; |
|
border: none; |
|
border-radius: 25px; |
|
margin-left: 130%; |
|
} |
|
|
|
|