-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
116 lines (89 loc) · 1.66 KB
/
styles.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
/* Customize fonts */
label {
font-family: 'Encode Sans Normal', Helvetica;
color : #252C4F ;
font-weight: 400;
}
input, select {
font-family: 'Encode Sans Normal', Helvetica;
color: black;
font-weight: 400;
}
body {
font-family: 'Encode Sans Normal', Helvetica;
color: 'black';
font-weight: 200;
padding-top: 50px;
}
h1, h2, h3 { font-weight: 400;
font-family: 'Encode Sans Normal', Helvetica;
color: #252C4F ;}
h4 { font-weight: 400;
font-family: 'Encode Sans Normal', Helvetica;
color: black;}
li {
color: white;
}
/* Add an image to navbar */
#img-id{
position: fixed;
right: 50px;
top: 10px;
}
.navbar-nav li a:hover, .navbar-nav > .active > a {
background-color: #C2C2C2;
color: black !important;
}
.navbar-nav li a {
color: white !important;
}
.navbar {
background-color: #252C4F ;
padding-left: 15px;
}
.navbar1 {
color: white;
}
.row {
margin-right: 0;
margin-left: 0;
}
/*Collapsible button*/
button {
font-family: 'Encode Sans Normal', Helvetica;
right: -20px;
background-color: white;
color: black;
}
.footer {
font-family: 'Encode Sans Normal', Helvetica;
font-size: 1.5rem;
font-style: italic;
color: white;
background-color: #252C4F ;
height: auto;
padding: 20px;
}
#footer-text {
font-family: 'Encode Sans Normal', Helvetica;
color: white;
font-style: normal;
}
.fa-github {
color: white;
}
.fa-robot {
color: white;
}
.col-md-1 {
text-align: center;
font-size: 1.3rem;
}
.container-fluid {
padding-right: 0;
padding-left: 0;
}
#container-info {
padding-right: 20px;
padding-left: 20px;
}