Adding minimal version 20250330 (53db2f4).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
9002d030ca
commit
abaf5b98ff
40 changed files with 2999 additions and 0 deletions
107
templates/55/minimal/css/wrap_classes.less
Normal file
107
templates/55/minimal/css/wrap_classes.less
Normal file
|
@ -0,0 +1,107 @@
|
|||
/**
|
||||
* This file provides use full classes to be used with the Wrap Plugin.
|
||||
*/
|
||||
|
||||
/*Boxes custom*/
|
||||
|
||||
.dokuwiki
|
||||
|
||||
{
|
||||
|
||||
div.wrap_box
|
||||
{
|
||||
margin-top:1em;
|
||||
margin-bottom:1em;
|
||||
background: #eee;
|
||||
border: 1px solid #ccc;
|
||||
padding: 0.5em 0.75em;
|
||||
box-sizing:border-box;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.wrap_box>*:first-child
|
||||
{
|
||||
margin-top:0;
|
||||
}
|
||||
.wrap_box>*:last-child
|
||||
{
|
||||
margin-bottom:0;
|
||||
}
|
||||
|
||||
.site-header .wrap_box:only-child
|
||||
{
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.wrap_box.wrap_white
|
||||
{
|
||||
background: #fff;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
|
||||
.wrap_box.wrap_red
|
||||
{
|
||||
background: #ffe3e3;
|
||||
border: 1px solid #ffcfcf;
|
||||
|
||||
}
|
||||
|
||||
.wrap_box.wrap_blue
|
||||
{
|
||||
background: #e3f2fd;
|
||||
border: 1px solid #c2e5fe;
|
||||
}
|
||||
|
||||
.wrap_box.wrap_green
|
||||
{
|
||||
background: #dcfdd5;
|
||||
border: 1px solid #b8efac;
|
||||
}
|
||||
|
||||
.wrap_box.wrap_yellow
|
||||
{
|
||||
background: #ffa;
|
||||
border: 1px solid #ee0;
|
||||
}
|
||||
|
||||
.wrap_box.wrap_pink
|
||||
{
|
||||
background: #fce4f3;
|
||||
border: 1px solid #feceec;
|
||||
}
|
||||
.wrap_box.wrap_purple
|
||||
{
|
||||
background: #f3e5f5;
|
||||
border: 1px solid #e7cceb;
|
||||
}
|
||||
|
||||
/* Side boxes */
|
||||
|
||||
.wrap_box.wrap_side
|
||||
{
|
||||
width:__sidebox_width__;
|
||||
margin-top:0;
|
||||
margin-bottom:0.wrap_5em;
|
||||
float:right;
|
||||
margin-left:0.5em;
|
||||
}
|
||||
|
||||
|
||||
.wrap_box.wrap_side.wrap_left
|
||||
{
|
||||
float: left;
|
||||
margin-right:0.5em;
|
||||
}
|
||||
|
||||
.wrap_box img
|
||||
{
|
||||
max-width:100%;
|
||||
height:auto;
|
||||
}
|
||||
.wrap_nb
|
||||
{
|
||||
border:none !important;
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue