summaryrefslogtreecommitdiffstats
path: root/docs/_static/my-styles.css
blob: 8feb45bfd89fed1ab6ea05e4fbe584707c6c3bc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #888888 } /* Comme
body {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
}

body a {
	color: #27CCC0;
}

body a:hover {
	color: #676767;
}

.navbar-brand img {
	height: 200%;
	margin-top: -5%;
}

.navbar, h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, sans-serif;
}

.navbar-text{
	color: #676767;
}

.navbar-form.navbar-right{
	padding: 0;
}

.navbar-form .form-control{
	width: 150px;
}