-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·96 lines (85 loc) · 1.61 KB
/
style.css
File metadata and controls
executable file
·96 lines (85 loc) · 1.61 KB
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
/* Divider line above footer */
.navbar {
background-color: #990005;
font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
height: 72px;
}
.navbar-brand {
padding: 0px !important;
}
.navbar .navbar-nav>.active>a {
background-color: #990005;
}
.navbar-nav {
font-size: 130%;
}
/* Main content container */
body .main-container {
font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
max-width: 1000px !important;
margin-left: auto !important;
margin-right: auto !important;
padding: 1em;
font-size: 120%;
}
/* Dropdown styling */
ul .dropdown-menu {
background-color: #FFFFFF;
columns: 3;
-webkit-columns: 3;
-moz-columns: 3;
}
/* Table styling */
table {
border-collapse: collapse;
font-size: 90%;
margin-left: auto;
margin-right: auto;
}
th {
border-bottom: 2px solid #171717 !important;
}
tr:nth-child(even) {
background-color: #f2f2f2;
}
th, td {
border-left: 1px solid #171717;
padding: 5px;
}
td:first-child, th:first-child {
border-left: none;
}
tr:hover {
background-color: #ddd;
}
/* Popup styling */
.leaflet-popup-content h4 {
font-weight: 600;
font-size: 140%;
margin: 5px 0px;
text-align: center;
}
/*------------FOOTER----------*/
/* Divider line above footer */
.footer hr{
width: 100%;
}
.footer {
font-size: 16px;
color: #990005;
text-align: center;
width: 90%;
margin: 3rem auto;
font-weight: 300;
}
.footer.logo {
width: 25px;
margin: 0px !important;
}
.rstudio4edu-footer {
font-size: 12px;
text-transform: uppercase;
}
.tocify-extend-page {
height: 0px !important; /* Gets rid of extra space after footer*/
}