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.
126 lines
2.2 KiB
126 lines
2.2 KiB
.df {
|
|
display: flex;
|
|
}
|
|
.jcsb {
|
|
justify-content: space-between;
|
|
}
|
|
.jcc {
|
|
justify-content: center;
|
|
}
|
|
.tac {
|
|
text-align: center;
|
|
}
|
|
body {
|
|
background: linear-gradient(180deg, rgb(190 29 45) 0%, rgba(255,250,250,1) 25%);
|
|
}
|
|
.top-menu {
|
|
width: 100%;
|
|
background-color: #ffffff;
|
|
display: inline-flex;
|
|
height: 60px;
|
|
border-radius: 5px 5px 5px 5px;
|
|
margin-top: 15px;
|
|
}
|
|
.top-menu .logo{
|
|
width: auto;
|
|
margin-right: 0px;
|
|
align-self: center;
|
|
}
|
|
.top-menu .logo img{
|
|
width: 40px;
|
|
height: 40px;
|
|
margin: 0px 10px;
|
|
}
|
|
.top-menu ul {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
align-self: center;
|
|
}
|
|
|
|
.top-menu li {
|
|
float: left;
|
|
}
|
|
|
|
.top-menu li a {
|
|
display: block;
|
|
color: #333333;
|
|
text-align: center;
|
|
padding: 14px 16px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.top-menu li a:hover {
|
|
background-color: #dd87903b;
|
|
border-radius: 5px;
|
|
}
|
|
h3 {
|
|
font-size: 20px;
|
|
color: #ffffff;
|
|
padding: 10px 0px !important;
|
|
}
|
|
.grid.clasik .grid-title {
|
|
font-size: 18px;
|
|
background-color: #ffffff;
|
|
border-radius: 5px 5px 0px 0px;
|
|
justify-content: center;
|
|
border: 1px solid #333333;
|
|
border-bottom: none;
|
|
}
|
|
.grid.clasik .grid-title h4 {
|
|
padding: 5px 15px;
|
|
border-bottom: 1px solid #333333;
|
|
}
|
|
.grid.clasik .grid-body {
|
|
padding: 10px 5px;
|
|
font-size: 12px;
|
|
background-color: #ffffff;
|
|
border-radius: 0px 0px 5px 5px;
|
|
margin-bottom: 10px;
|
|
border: 1px solid #333333;
|
|
}
|
|
.grid.clasik .grid-body label {
|
|
color: #858585;
|
|
font-size: 8px;
|
|
line-height: 8px;
|
|
margin-bottom: 0px;
|
|
}
|
|
.grid.clasik .grid-body p {
|
|
display: inline-block;
|
|
}
|
|
.grid.clasik {
|
|
box-shadow: 0px 0px 30px -5px #dd8790;
|
|
border-radius: 5px;
|
|
}
|
|
.grid.clasik.border {
|
|
border: none !important;
|
|
}
|
|
.grid.clasik.border .grid-body {
|
|
border: 1px solid #333333;
|
|
border-top: none;
|
|
}
|
|
.grid.clasik.border .grid-title {
|
|
border-bottom: none;
|
|
}
|
|
.grid.clasik.border .grid-title h4 {
|
|
border: 1px solid #333333;
|
|
border-top: none;
|
|
}
|
|
.grid-body.dark {
|
|
font-weight: 900;
|
|
font-size: 25px !important;
|
|
}
|
|
.grid-body.all-border {
|
|
border-radius: 5px !important;
|
|
}
|
|
.grid .grid-body .img {
|
|
text-align: center;
|
|
}
|
|
.grid .grid-body .img img {
|
|
max-height: 80px;
|
|
}
|
|
.table .thead-dark th {
|
|
background-color: #dd8790;
|
|
border-color: #dd8790;
|
|
}
|