forked from LaunchCodeEducation/java-web-development
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsite.css
More file actions
61 lines (48 loc) · 905 Bytes
/
Copy pathsite.css
File metadata and controls
61 lines (48 loc) · 905 Bytes
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
/* BEGIN styles related to inclusion of breadcrumb nav */
.breadcrumb {
width: 100%;
position: fixed;
top: 60px;
z-index: 99;
border-bottom: 1px solid #dbdbdb;
}
body.body-bc {
padding-top: 98px;
}
.body-bc .section {
margin-top: -98px;
padding-top: 98px;
}
.body-bc p[id]:before {
display: block;
content: " ";
margin-top: -105px;
height: 105px;
visibility: hidden;
}
/* END styles related to inclusion of breadcrumb nav */
/* BEGIN jumbotron styles */
.jumbotron {
text-align: center;
padding: 0;
margin: 0;
}
.jumbotron h1 {
font-size: 42px;
}
.jumbotron .content > * {
margin: 40px 0;
}
.jumbotron .pagination {
margin: 0;
}
/* END jumbotron styles */
.toctree-wrapper ol {
list-style: none;
padding-left: 20px;
}
.fas.fa-external-link-alt {
color: inherit;
font-size: 10px;
padding-left: 4px;
}