add contents

This commit is contained in:
Trevor Batley
2025-10-09 15:04:29 +11:00
parent 170362eec1
commit bce7dd054a
2537 changed files with 301282 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
/**
* 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;
}