web: documentation

* Created a web based version of our documentation.
* Updated all the texts to reflect the current version of Coati.
This commit is contained in:
malte_langkabel
2016-01-21 13:59:09 +01:00
parent 3b62c1353e
commit 9250360750
62 changed files with 9231 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
.nav-list > .active > a {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
background-color: #0088cc;
}
.nav-list > .active > a:hover {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
background-color: #0088cc;
}
.callout {
padding: 20px;
margin: 20px 0;
border: 1px solid #eee;
border-left-width: 5px;
border-radius: 3px;
}
.callout-info {
border-left-color: #0088cc;
}
.callout strong {
margin-top: 0;
margin-bottom: 5px;
}
.callout-info strong {
color: #0088cc;
}