eis-dashboard.css
1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
body {
background: #fff;
color: #222f3e;
letter-spacing: normal;
}
.flat {
border-radius: 0;
}
.container {
border-radius: 0;
background: #f5f6fa;
}
.judul {
margin-top: 1.175em;
margin-bottom: .725em;
padding: 1.125em;
color: #0097e6;
background-color:rgb(219, 219, 219);
border-bottom: 5px solid #fff;
}
.judul h1 {
margin-top: 0;
text-transform: uppercase;
font-size: 30px;
font-weight: 750;
text-align: right;
}
.judul h2 {
text-transform: uppercase;
font-weight: 600;
text-align: right;
}
.judul img {
width: 80px;
}
.alert-judul {
background: #0097e6; /*biru-cerah*/
border-radius: 0;
border: none;
margin-bottom: .825em;
color: #fff;
border-bottom: 5px solid #fbc531; /*kuning-cerah*/
}
.alert-judul h3 {
font-weight: bold;
font-size: 1.5em;
margin-top: 0;
margin-bottom: 0;
}
.carousel-inner img {
display: block;
margin-left: auto;
margin-right: auto;
width: auto !important;
max-height: 450px !important;
}
.carousel-indicators {
margin-bottom: -1.25%;
}
.carousel-indicators li {
background-color: #0097e6;
}
.carousel-indicators li.active {
background-color: #fbc531;
}
@media only screen and (max-width: 750px) {
canvas {
width: 100% !important;
height: auto !important;
}
.judul h1 {
text-align: center;
font-size: 1.525em;
}
.judul img {
display: block;
margin-left: auto;
margin-right: auto;
width: 15%;
}
.carousel-indicators li, .carousel-indicators li.active {
display: none;
}
.carousel-inner img {
max-width: 100% !important;
height: auto;
}
}
@media only screen and (min-width: 755px) {
.carousel-control {
display: none;
}
}