Compare commits
No commits in common. "faf0aae445eed79d37439ac5547e9af20d251227" and "faf044874714b6faa0a40a7c9af7bdd40e4dea7f" have entirely different histories.
faf0aae445
...
faf0448747
3 changed files with 4 additions and 13 deletions
|
|
@ -27,7 +27,7 @@
|
||||||
@grid: @margin-small;
|
@grid: @margin-small;
|
||||||
@toggle-size: 1.75rem;
|
@toggle-size: 1.75rem;
|
||||||
|
|
||||||
@transition: none;
|
@transition: ease-out .30s;
|
||||||
|
|
||||||
@box-shadow-offset: .1em .1em .1em rgba(153,153,153,.5); // tabinclude
|
@box-shadow-offset: .1em .1em .1em rgba(153,153,153,.5); // tabinclude
|
||||||
@box-shadow: 0 0 .5em rgba(153,153,153,.5); // pagetoolbox hover
|
@box-shadow: 0 0 .5em rgba(153,153,153,.5); // pagetoolbox hover
|
||||||
|
|
|
||||||
|
|
@ -24,15 +24,6 @@ html, body {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
body > div.dokuwiki {
|
|
||||||
position: relative;
|
|
||||||
margin: auto;
|
|
||||||
|
|
||||||
@media @screen_min-xlg {
|
|
||||||
max-width: 100em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.dokuwiki {
|
.dokuwiki {
|
||||||
.page ol li,
|
.page ol li,
|
||||||
.page ul li,
|
.page ul li,
|
||||||
|
|
|
||||||
|
|
@ -150,8 +150,8 @@ __text_webframe__ = "#696969" ; @ini_text_webframe
|
||||||
|
|
||||||
|
|
||||||
; icons: usertools, pagetools, metabox, tabbox
|
; icons: usertools, pagetools, metabox, tabbox
|
||||||
__nav_menu_color__ = "#494949" ; @ini_nav_menu_color
|
__nav_menu_color__ = "#696969" ; @ini_nav_menu_color
|
||||||
__nav_menu_hover_color__ = "#0faf00" ; @ini_nav_menu_hover_color
|
__nav_menu_hover_color__ = "#286da8" ; @ini_nav_menu_hover_color
|
||||||
__nav_menu_hover_bg__ = "#FFF" ; @ini_nav_menu_hover_bg
|
__nav_menu_hover_bg__ = "#FFF" ; @ini_nav_menu_hover_bg
|
||||||
|
|
||||||
__background__ = "#FFF" ; @ini_background (guaranteed for every plugin)
|
__background__ = "#FFF" ; @ini_background (guaranteed for every plugin)
|
||||||
|
|
@ -178,7 +178,7 @@ __link__ = "#0faf00" ; @ini_link
|
||||||
|
|
||||||
; buttons: submit, links styled like buttons, togglebuttons
|
; buttons: submit, links styled like buttons, togglebuttons
|
||||||
__button_color__ = "#FFF" ; @ini_button_color
|
__button_color__ = "#FFF" ; @ini_button_color
|
||||||
__button_background__ = "#86c880" ; @ini_button_background
|
__button_background__ = "#286DA8" ; @ini_button_background
|
||||||
|
|
||||||
__background_alt__ = "#F6F6F6" ; @ini_background_alt (guaranteed for every plugin)
|
__background_alt__ = "#F6F6F6" ; @ini_background_alt (guaranteed for every plugin)
|
||||||
__text_alt__ = "#454545" ; @ini_text_alt (guaranteed for every plugin)
|
__text_alt__ = "#454545" ; @ini_text_alt (guaranteed for every plugin)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue