64e7cfd98e
- 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
18 lines
412 B
CSS
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;
|
|
} |