1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 19:20:19 +01:00
Files
coach/docs_raw/source/_static/css/custom.css
Itai Caspi 6d40ad1650 update of api docstrings across coach and tutorials [WIP] (#91)
* updating the documentation website
* adding the built docs
* update of api docstrings across coach and tutorials 0-2
* added some missing api documentation
* New Sphinx based documentation
2018-11-15 15:00:13 +02:00

61 lines
805 B
CSS

/* Docs background */
.wy-side-nav-search{
background-color: #043c74;
}
/* Mobile version */
.wy-nav-top{
background-color: #043c74;
}
.green {
color: green;
}
.red {
color: red;
}
.blue {
color: blue;
}
.yellow {
color: yellow;
}
.badge {
border: 2px;
border-style: solid;
border-color: #6C8EBF;
border-radius: 5px;
padding: 3px 15px 3px 15px;
margin: 5px;
display: inline-block;
font-weight: bold;
font-size: 16px;
background: #DAE8FC;
}
.badge:hover {
cursor: pointer;
}
.badge > a {
color: black;
}
.bordered-container {
border: 0px;
border-style: solid;
border-radius: 8px;
padding: 15px;
margin-bottom: 20px;
background: #f2f2f2;
}
.questionnaire {
font-size: 1.2em;
line-height: 1.5em;
}