Full-width
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#dokuwiki__pagetools.pagetools-statusbar {
|
#dokuwiki__pagetools.pagetools-statusbar {
|
||||||
/* Sticky positioning at bottom of viewport */
|
/* Fixed positioning at bottom of viewport */
|
||||||
position: sticky;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
@@ -54,25 +54,20 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:active {
|
&:active {
|
||||||
background-color: @ini_link;
|
background-color: @ini_background_neu;
|
||||||
color: @ini_background;
|
|
||||||
|
|
||||||
.accesskey {
|
.accesskey {
|
||||||
background-color: @ini_background;
|
color: @ini_text;
|
||||||
color: @ini_link;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Accesskey badge - prominent display like F1, F2 shortcuts */
|
/* Accesskey badge - prominent display like F1, F2 shortcuts */
|
||||||
.accesskey {
|
.accesskey {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background-color: @ini_link;
|
color: @ini_theme_color;
|
||||||
color: @ini_background;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 0.85em;
|
font-size: 0.85em;
|
||||||
padding: 0.1em 0.4em;
|
|
||||||
margin-right: 0.4em;
|
margin-right: 0.4em;
|
||||||
border-radius: 2px;
|
|
||||||
min-width: 1.2em;
|
min-width: 1.2em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
|||||||
@@ -5,11 +5,12 @@
|
|||||||
*/
|
*/
|
||||||
body {
|
body {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
/* Add bottom padding to account for fixed page tools bar */
|
||||||
|
padding-bottom: 2.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dokuwiki__site {
|
#dokuwiki__site {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
max-width: @ini_site_width;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#dokuwiki__site > .site {
|
#dokuwiki__site > .site {
|
||||||
|
|||||||
@@ -8,7 +8,6 @@
|
|||||||
ul {
|
ul {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
max-width: @ini_site_width;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
li.action a {
|
li.action a {
|
||||||
|
|||||||
@@ -80,8 +80,7 @@ __background_site__ = "#fbfaf9" ; @ini_background_site
|
|||||||
__existing__ = "#080" ; @ini_existing
|
__existing__ = "#080" ; @ini_existing
|
||||||
__missing__ = "#d30" ; @ini_missing
|
__missing__ = "#d30" ; @ini_missing
|
||||||
|
|
||||||
; site and sidebar widths
|
; sidebar width
|
||||||
__site_width__ = "75em" ; @ini_site_width
|
|
||||||
__sidebar_width__ = "16em" ; @ini_sidebar_width
|
__sidebar_width__ = "16em" ; @ini_sidebar_width
|
||||||
; cut off points for mobile devices
|
; cut off points for mobile devices
|
||||||
__tablet_width__ = "800px" ; @ini_tablet_width
|
__tablet_width__ = "800px" ; @ini_tablet_width
|
||||||
|
|||||||
Reference in New Issue
Block a user