summaryrefslogtreecommitdiffstats
path: root/website/docs/css/extra.css
blob: d73ec161707398c8e69b34fc4b2891a3726ced6e (plain)
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
/********************/
/* standard classes */

body::before {
	background: 0;
}

body {
	font-size: 15px;
}

h1 {
	font-size: 22px;
	border-bottom: solid 1px;
	padding-bottom: 8px;
	margin: 30px 0 20px 0;
	border-image-source: linear-gradient(to right, #178acc, #fff);
	border-image-slice: 1;
}
h2 {
	font-size: 19px;
}
h3 {
	font-size: 16px;
}

.navbar {
	background-image: linear-gradient(#184965,#02121b);
}

pre {
	padding: 0;
	border-radius: 0;
}

kbd {
	padding: 2px 4px;
	color: #fff;
	background-color: #333;
	border-radius: 2px;
	box-shadow: none;
	margin: 1px;
}

kbd.b {
	font-size: 18px;
	padding: 0 5px;
}

.col-md-9 img {
	max-width: 100%;
	display: inline-block;
	padding: 0;
	line-height: 1.428571429;
	background-color: #fff;
	border: none;
	border-radius: 0;
	margin: 10px auto 20px auto;
}
.navbar-collapse {
	padding-left: 0;
}
.bs-sidenav.nav li {
	padding-left: 10px;
}
.bs-sidenav.nav li.main {
	padding-left: 0px;
}
.navbar-brand {
	background: url(../img/vache-blanche.svg) no-repeat;
	background-position: left center;
	background-size: 40px 40px;
	padding-left: 50px;
}

.bs-sidebar .nav > li > a {
	border-right: 1px solid transparent;
}
.bs-sidebar .nav > .active > a,
.bs-sidebar .nav > .active:hover > a,
.bs-sidebar .nav > .active:focus > a {
	font-weight: initial;
	background-color: #bed7e632;
	border-right: 1px solid;
}
.bs-sidebar .nav > .main.active > a,
.bs-sidebar .nav > .main.active:hover > a,
.bs-sidebar .nav > .main.active:focus > a {
	font-weight: bold;
}

/******************/
/* custom classes */

.toc-header {
	font-weight: bold;
	font-size: 18px;
	margin-left: 20px;
	padding-bottom: 8px;
	border-bottom: thin solid #335;
}

.logo-wrap {
	display: flex;
	height: 90px;
	align-items: center;
	justify-content: center;
}
.logo-wrap img {
	width: 70px;
}

.install-link {
	font-size: 15px;
	margin: 10px 0 10px 0px;
	text-align:center;
	background: #133d55;
	border-radius: 5px;
	padding: 5px 8px;
}
.install-link:hover {
	background: #acf;
}