Files
dokuwiki-plugins/lib/plugins/hidden/print.css
Trevor Batley bce7dd054a add contents
2025-10-09 15:04:29 +11:00

41 lines
532 B
CSS

/**
* style.css for Plugin hidden
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Guillaume Turri <guillaume.turri@gmail.com>
*
*/
.hiddenHead{
background-color:__background_alt__;
}
.hiddenBody{
border-top:1px solid __border__;
padding:1px;
}
.hiddenGlobal{
border:1px solid __border__;
}
.hiddenOnHidden{
display:none;
}
.hiddenOnVisible{
display:none;
}
.hiddenElements{
display:none;
}
div.hiddenGlobal div.hiddenHead p{
margin:0;
}
.hiddenNoPrint {
display:none;
}