OpenSlides/docs/_static/openslides_docs_style.css
Emanuel Schuetze 64e7cfd98e Some template and doc fixes
- Fixed #766 (agenda overview parent item look).
- Fixed #767 (Documentation sphinx bootstrap theme: html header)
- Fixed #785 (Enlarged doc screenshots by hover via CSS)
- Updated sphinx-bootstrap-theme to 0.2.4
- Add btn class for agenda end time tooltip
2013-06-25 22:15:51 +02:00

18 lines
412 B
CSS

/*
* Extra style for OpenSlides documentation
*/
.screenshot {
width: 30%;
border: 1px solid;
margin-bottom: 10px;
}
.screenshot:hover{
width: 80%;
}
a.headerlink {
visibility: hidden;
}
h1:hover > a.headerlink, h2:hover > a.headerlink, h3:hover > a.headerlink, h4:hover > a.headerlink, h5:hover > a.headerlink, h6:hover > a.headerlink, dt:hover > a.headerlink {
visibility: visible;
}