forked from dnme-minturdep/turismo_internacional
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
142 lines (113 loc) · 2.09 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
/* Customize fonts */
label {
font-family: 'Encode Sans Normal', Helvetica;
color : #37BBED;
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: #37BBED;}
h4 { font-weight: 400;
font-family: 'Encode Sans Normal', Helvetica;
color: black;}
li {
color: white;
}
#controls {
/* Appearance */
color: #37BBED;
background-color: lightgray;
padding: 0 20px 20px 20px;
cursor: move;
/* Fade out while not hovering */
opacity: 0.65;
zoom: 0.9;
transition: opacity 500ms 1s;
}
#controls:hover {
/* Fade in while hovering */
opacity: 0.95;
transition-delay: 0;
}
/* Position and style citation */
#cite {
position: absolute;
color: black;
bottom: 10px;
left: 150px;
font-size: 12px;
}
/* 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: #37BBED;
padding-left: 15px;
}
.navbar1 {
color: white;
}
/*Collapsible button*/
.action-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: #37BBED;
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;
}
.row {
margin-right: 0;
margin-left: 0;
}