-
Notifications
You must be signed in to change notification settings - Fork 2
/
dashboard.css
49 lines (44 loc) · 948 Bytes
/
dashboard.css
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
/* Add a black background color to the top navigation */
.topnav {
background-color: rgb(0, 89, 255);
overflow: hidden;
}
/* Style the links inside the navigation bar */
.topnav a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
/* Change the color of links on hover */
.topnav a:hover {
background-color: #ddd;
color: rgb(0, 89, 255);
}
/* Add a color to the active/current link */
.topnav a.active {
background-color: #4CAF50;
color: white;
}
body{
background-image:url("images/ntpc2.jpg");
background-repeat: no-repeat;
background-size:cover;
}
.card{
background-color: rgba(200,200,255,0.8);
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
padding: 15px;
margin-top: 20px;
}
.text-muted {
padding-top: 11px;
color: #6c757d!important;
font-size: 13px;
}
.logopic{
height: 22px;
width: auto;
}