Modification sur Wrap ( #2 ) :
- couleur de fond de la box par défaut plus sobre - bordure modifiée pour la valeur "round" - responsive : force les box à 100% en mobile
This commit is contained in:
parent
0037b4db8d
commit
795d647232
2 changed files with 23 additions and 3 deletions
|
@ -193,7 +193,6 @@
|
|||
.kharticle {
|
||||
margin:0.3em;
|
||||
}
|
||||
|
||||
/* form elements */
|
||||
#config__manager fieldset td.value,
|
||||
#config__manager td .input,
|
||||
|
@ -243,13 +242,19 @@ tbody tr td ul, tbody tr td ul li {
|
|||
right:1em;
|
||||
}
|
||||
|
||||
/* plugin */
|
||||
/** Plugin **/
|
||||
/* Translation */
|
||||
.dokuwiki div.plugin_translation {
|
||||
display: block !important;
|
||||
float:none;
|
||||
margin-bottom:1em;
|
||||
text-align:center;
|
||||
}
|
||||
/* Wrap */
|
||||
.dokuwiki div.wrap_box {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
|
||||
} /* /@media */
|
||||
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
**/
|
||||
|
||||
/*____________ Translation ____________*/
|
||||
/* some stuff on mobile.less too */
|
||||
|
||||
.plugin_translation {
|
||||
/*display: inline;*/
|
||||
}
|
||||
|
@ -41,7 +43,6 @@
|
|||
background-color: @ini_background;
|
||||
}
|
||||
|
||||
|
||||
/*____________ Pagelist ____________*/
|
||||
|
||||
div.dokuwiki th.page,
|
||||
|
@ -61,3 +62,17 @@ div.dokuwiki td.tags,
|
|||
div.dokuwiki td.diff {
|
||||
font-size: 95% !important ;
|
||||
}
|
||||
|
||||
/*____________ Wrap ____________*/
|
||||
/* some stuff on mobile.less too */
|
||||
/* basic box */
|
||||
.dokuwiki .wrap_box {
|
||||
background: #d1c7ff !important;
|
||||
}
|
||||
/* Never round box... But Outset ! */
|
||||
.dokuwiki div.wrap_round {
|
||||
border-radius: inherit !important;
|
||||
border: outset #d1c7ff;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue