Convert docdock theme from submodule to native files and fix Hugo compatibility
This commit is contained in:
29
themes/docdock/static/scss/original/print.scss
Normal file
29
themes/docdock/static/scss/original/print.scss
Normal file
@@ -0,0 +1,29 @@
|
||||
// main: theme.scss
|
||||
|
||||
@media print {
|
||||
#sidebar, #navigation, #top-bar, .anchor, #sidebar-toggle-span, .copy-to-clipboard {
|
||||
display:none;
|
||||
}
|
||||
#navigation * {
|
||||
display:none;
|
||||
visibility: hidden;
|
||||
}
|
||||
#body-inner {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
#footer, .footline{
|
||||
margin-top: 1px;
|
||||
}
|
||||
body, a {
|
||||
font-size: 120%;
|
||||
color: black !important;
|
||||
background: white !important
|
||||
}
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
color: black !important;
|
||||
background: white !important
|
||||
}
|
||||
#body{
|
||||
margin-left: 0px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user