OpenSlides/docs/_static/openslides_docs_style.css
Norman Jäckel abae3b7281 Insert workflow overview image and table in German documentation
Thanks to Hannah Imbusch for the nice overview images.
Fixed #778.
2013-07-04 15:40:11 +02:00

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;
}