-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathtidyverse-2.css
133 lines (111 loc) · 2.19 KB
/
tidyverse-2.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
body {font-size: 16px;}
h1 {font-size: 40px;}
h2 {font-size: 30px;}
h3 {font-size: 23px;}
.contents .page-header {
margin-top: 10px;
}
/* reduce h3 margin for proper nesting under h2 */
.contents h3 {margin-top: -60px}
.ref-arguments th {vertical-align: top;}
/* navbar ----------------------------------------------- */
.navbar .info {
float: left;
height: 50px;
width: 140px;
font-size: 80%;
position: relative;
margin-left: 5px;
}
.navbar .info .partof {
position: absolute;
top: 0;
}
.navbar .info .version {
position: absolute;
bottom: 0;
}
.navbar .info .version-danger {
font-weight: bold;
color: orange;
}
.navbar-form {
margin-top: 3px;
margin-bottom: 0;
}
.navbar-toggle {
margin-top: 8px;
margin-bottom: 5px;
}
.navbar-nav li a {
padding-bottom: 10px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
background-color: #eee;
border-radius: 3px;
}
/* syntax highlighting ----------------------------------- */
.co {
color: #333;
}
/* footer ------------------------------------------------ */
footer {
margin-top: 45px;
padding: 35px 0 36px;
border-top: 1px solid #e5e5e5;
display: flex;
color: #666;
}
footer p {
margin-bottom: 0;
}
footer .tidyverse {
flex: 1;
margin-right: 1em;
}
footer .author {
flex: 1;
text-align: right;
margin-left: 1em;
}
/* sidebar ------------------------------------------------ */
#sidebar h2 {
font-size: 1.6em;
margin-top: 1em;
margin-bottom: 0.25em;
}
#sidebar .list-unstyled li {
margin-bottom: 0.5em;
line-height: 1.4;
}
#sidebar small {
color: #777;
}
#sidebar .nav {
padding-left: 0px;
list-style-type: none;
color: #5a9ddb;
}
#sidebar .nav > li {
padding: 10px 0 0px 20px;
display: list-item;
line-height: 20px;
background-image: url(./tocBullet.svg);
background-repeat: no-repeat;
background-size: 16px 280px;
background-position: left 0px;
}
#sidebar .nav > li.active {
background-position: left -240px;
}
#sidebar a {
padding: 0px;
color: #5a9ddb;
background-color: transparent;
}
#sidebar a:hover {
background-color: transparent;
text-decoration: underline;
}