krz/world-incarceration
An interactive map of world incarceration statistics.
clone: git clone https://gitbay.org/krz/world-incarceration.git
1html {
2 height: 100%;
3 margin: 0;
4}
5
6body {
7 background: #161616;
8}
9
10a,
11.fa-question-circle {
12 text-decoration: none;
13}
14
15.btn,
16.nav-link,
17.dropdown-menu,
18.dropdown-item,
19.modal-content {
20 border-radius: 0;
21}
22
23.navbar {
24 background: #161616;
25 margin-bottom: 0;
26}
27
28.modal-title path,
29.navbar path {
30 fill: white;
31}
32
33#settings-icon {
34 fill: black;
35}
36
37.modal-content {
38 border: 1px solid #fff;
39}
40
41.modal-header {
42 background-color: #24ab48;
43 border-bottom: #000;
44 color: white;
45}
46
47.modal-body,
48.modal-footer {
49 background-color: #000;
50 color: #ffffff;
51}
52
53.alert {
54 background-color: rgb(66, 133, 244);
55 background-color: rgba(66, 133, 244, 0.5);
56 color: #ffffff;
57 margin: 1.5rem auto;
58 width: 90%;
59}
60
61#gradientbtn {
62 background-color: #9966ff;
63 color: #ffffff;
64}
65
66#totPop,
67#perCapita,
68#women,
69#juveniles,
70#occupancy {
71 background-color: #9966ff;
72 color: #ffffff;
73 margin: 5px;
74 padding: 10px;
75}
76
77select {
78 -webkit-appearance: none;
79 -moz-appearance: none;
80 appearance: none;
81 background: url(../images/down-arrow.png) no-repeat #24ab48;
82 background-color: #000;
83 background-position: 95%;
84 border: 1px solid #24ab48;
85 border-radius: 0;
86 color: white;
87 cursor: pointer;
88 font-size: 16px;
89 overflow: hidden;
90 padding: 0.5rem;
91 width: 100%;
92}
93
94select::-ms-expand {
95 display: none;
96}
97
98.table {
99 color: #ddd;
100}
101
102th {
103 color: #fff;
104 font-size: 16px;
105}
106
107.zc-ref {
108 display: none;
109}