Full-width
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
*/
|
||||
|
||||
#dokuwiki__pagetools.pagetools-statusbar {
|
||||
/* Sticky positioning at bottom of viewport */
|
||||
position: sticky;
|
||||
/* Fixed positioning at bottom of viewport */
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
@@ -54,25 +54,20 @@
|
||||
}
|
||||
|
||||
&:active {
|
||||
background-color: @ini_link;
|
||||
color: @ini_background;
|
||||
background-color: @ini_background_neu;
|
||||
|
||||
.accesskey {
|
||||
background-color: @ini_background;
|
||||
color: @ini_link;
|
||||
color: @ini_text;
|
||||
}
|
||||
}
|
||||
|
||||
/* Accesskey badge - prominent display like F1, F2 shortcuts */
|
||||
.accesskey {
|
||||
display: inline-block;
|
||||
background-color: @ini_link;
|
||||
color: @ini_background;
|
||||
color: @ini_theme_color;
|
||||
font-weight: bold;
|
||||
font-size: 0.85em;
|
||||
padding: 0.1em 0.4em;
|
||||
margin-right: 0.4em;
|
||||
border-radius: 2px;
|
||||
min-width: 1.2em;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
|
||||
@@ -5,11 +5,12 @@
|
||||
*/
|
||||
body {
|
||||
margin: 0 auto;
|
||||
/* Add bottom padding to account for fixed page tools bar */
|
||||
padding-bottom: 2.5em;
|
||||
}
|
||||
|
||||
#dokuwiki__site {
|
||||
margin: 0 auto;
|
||||
max-width: @ini_site_width;
|
||||
}
|
||||
|
||||
#dokuwiki__site > .site {
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
ul {
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
max-width: @ini_site_width;
|
||||
}
|
||||
|
||||
li.action a {
|
||||
|
||||
Reference in New Issue
Block a user