Github pages

This commit is contained in:
Maxime Beauchemin
2016-03-17 22:58:08 -07:00
parent 8bf84b8d62
commit feeda4764d
117 changed files with 34680 additions and 3147 deletions

42
_static/docs.css Normal file
View File

@@ -0,0 +1,42 @@
body {
padding-top: 0px;
}
div.navbar {
margin-bottom: 0px;
}
.carousel img {
max-height: 500px;
}
.carousel {
overflow: hidden;
height: 500px;
}
.carousel-caption h1 {
font-size: 80px;
}
.carousel-caption p {
font-size: 20px;
}
div.carousel-caption{
background: rgba(0,0,0,0.5);
border-radius: 20px;
top: 150px;
bottom: auto !important;
}
.carousel-inner > .item > img {
margin: 0 auto;
}
{
margin: -20px;
}
.carousel-indicators li {
background-color: #AAA;
border: 1px solid black;
}
.carousel-indicators .active {
background-color: #000;
border: 5px solid black;
}