Newer
Older
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
.header-section {
border-bottom: 1px solid #b5c4c9;
display: flex;
justify-content: space-between;
align-items: center;
}
img.avatar {
max-width: 100%;
}
.top-bar, .top-bar ul {
background-color: #fff;
}
.title-bar-title {
display: none;
}
.title-bar {
background-color: #008556;
}
/* Breadcrumbs */
.breadcrumb {
float:left;
padding-top:12px;
list-style: none;
border-radius: 4px;
}
ol.breadcrumb {
margin-left: 0;
margin-bottom: 0;
}
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
padding: 0 5px;
}
.breadcrumb { border: 0px; display: block;}
.breadcrumb li {font-size: 14px;}
.breadcrumb a {color: $brand-color;}
.breadcrumb a:hover {color: darken($brand-color, 20%);}
.breadcrumb>.active a {color: #555555; }
.breadcrumb>li+li:before {color:$brand-color; content: "\003E\00a0";}
/* Main Content Section */
.content-section {
margin-top: 10px;
margin-bottom: 14px;
}
h1 {
color: #008556;
}
h2 {
color: #008556;
}
a {
color: #008556;
}
.top-bar a {
font-size: 1.1em;
font-weight: bold;
}
.top-bar-right {
padding-left: 30px;
}
.navbar {
margin-top: 20px;
color: #555555;
font-style: italic;
}
.footer-section {
background-color: #b5c4c9;
right: 0;
bottom: 0;
left: 0;
padding: 1rem;
}
.footer-section a {
color: #fff;
}
.footer-links li {
display: inline;
}
.language-javascript, .language-css, .language-ruby, .language-python, .language-php, .language-html {
background-color: inherit;
font-family: inherit;
border: none;
padding: 0;
}