-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
125 lines (104 loc) · 1.93 KB
/
style.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
body {
background-color: lightcyan;
}
h1, h2 {
font-size: 20px;
font-family: -apple-system,BlinkMacSystemFont;
color: blue;
font-weight: bold;
text-align: left;
}
h3, h4, h5, h6 {
font-size: 20px;
font-family: -apple-system,BlinkMacSystemFont;
color: blue;
font-weight: bold;
text-align: center;
}
p {
font-size: 14px;
color: gray;
}
.navbar-brand, .nav > li > a {
padding: 15px;
font-size: 20px;
}
.navbar-light .navbar-brand {
color: white;
}
.navbar a {
color:gray;
}
.container {
width: 1024px;
margin: 0 auto;
background-color: white;
}
#box_1 {
background-color: white;
}
/* Box Class */
.box {
margin-top: 60px;
margin-bottom: 62px;
padding: 20px 20px 25px;
color:white;
background-color: white;
}
.Vizualizations{
width:80% !important;
height:80% !important;
}
/* Images */
img{
width:100% !important;
height:100% !important;
position: center;
cursor: pointer;
}
.panel:active, .panel:focus, .panel:hover {
border-color: rgb(76, 47, 209);
border-style: solid;
}
#temp-image {
width:40% !important;
height:40% !important;
float: left;
}
#first, #second {
color:gray;
}
.nav-link:hover{
background-color:white !important;
}
.table {
font-size: 15px;
font-family: Georgia, 'Times New Roman', Times, serif;
color: black;
text-align: right;
}
tbody td:nth-of-type(odd),
thead th:nth-of-type(odd){
background: rgb(205, 229, 230);
}
.col-md-12, .col-sm-12 {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-top: 15px;
}
@media (min-width: 434px){
.navbar.bg-light {
background-color: #7fdfe8 !important;
}
}
@media (max-width: 768px){
.navbar.bg-light {
background-color:rgb(230, 225, 225) !important;
}
}
.btn:focus, .btn:active {
border: navy solid !important;
}