-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
103 lines (91 loc) · 1.84 KB
/
main.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
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
98
99
100
101
102
103
.navbar {
max-height: 50px;
}
.navigation .navbar-brand {
color: rgb(52, 149, 165);
margin-left: 0px;
padding: inherit;
font-weight: bold;
background-color: rgb(255, 255, 255);
font-family: sans-serif;
}
.navbar {
background-color: rgb(255, 255, 255);
font-size: 25px;
}
.active, .dropdown-menu .dropdown-item:active a:hover {
background-color: rgb(255,255,255);
}
.dropdown-item {
color: rgba(52, 150, 165, 0.75);
}
.dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:hover {
background-color: rgba(52, 150, 165, 0.75);
}
.nav-link:hover {
background-color:rgba(52, 150, 165, 0.75);
}
.navbar-brand:hover {
color: rgb(45, 158, 175);
}
a {
color: rgb(231, 231, 231);
font-size: 15px;
}
img{
width:100%;
height:100%;
}
.active, .panel:hover {
border-color:rgb(8, 8, 8);
border-style: solid;
}
.vizualization {
width:50%;
height:50%;
}
.title {
color: rgb(0, 0, 0);
font-family: sans-serif;
font-weight: bolder;
padding-top: 10px;
}
p {
color: rgb(0, 0, 0);
font-family: sans-serif;
font-size: 16px;
}
.box {
margin-top: 50px;
margin-bottom: 60px;
padding: 10px 30px 10px;
color: #ffffff;
background-color: rgb(255, 255, 255);
}
.table {
font-size: 15px;
border-top-color: rgb(255, 255, 255);
}
@media(max-width: 992px) {
.navbar-expand-lg {
background-color: #000000;
}
.navbar {
max-height: none;
padding: inherit;
}
.navbar div {
margin: inherit;
background-color: rgb(255,255,255);
}
.navbar-brand {
padding: 10px;
}
button{
margin-right: 30px;
}
button:focus {
outline: 1px dotted;
outline: auto 5px;
}
}