abae3b7281
Thanks to Hannah Imbusch for the nice overview images. Fixed #778.
23 lines
466 B
CSS
23 lines
466 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;
|
|
}
|
|
|
|
table.workflow-table caption {
|
|
display: none;
|
|
}
|