/** * This file provides the styles for printing. * * @author Jana Deutschlaender , Silke Pisulla */ /* + + + + + variables + + + + + */ @color-print: #000; @background-print: transparent; @border-color-print: #ccc; /* + + + + + print styles + + + + + */ html, body { background: @background-print; } a:link, a:visited { background: @background-print !important; color: @color-print !important; text-decoration: underline; } #spr__direct, .top-header, .main-footer, .menu-togglelink, .main-title.desktop-only, #spr__meta-box, .content .row > .col-xs-12 #dokuwiki__content::before, .page-wrapper > .tools, .breadcrumbs, .structaggregation > a.export, #dokuwiki__content .structaggregation > a, #dokuwiki__content a.folder, /* lightbox is shown: */ #dokuwiki__top[style="overflow: hidden;"] .page-wrapper { display: none !important; } .content .row > .col-xs-12 { box-shadow: none; } .dokuwiki div.page, .main-sidebar.claim, .page-footer { padding: 20pt 20pt 0; } /* + + + + + admin + + + + + */ // Extension Manager #extension__manager { form.search { display: inline-block; margin-bottom: 20pt; } } #extension__list { .extensionList { border-bottom: 1pt solid @border-color-print; padding: 0; li { list-style-type: none; border-top: 1pt solid @border-color-print; margin-left: 0; &::after { content: ''; clear: both; display: table; height: 10pt; } a.info, .actions.col { display: none; } .screenshot { float: left; border: 1pt solid @border-color-print; margin: 0 10pt 5pt 0; } } } } // Configuration Settings #dokuwiki__content #config__manager td.label { } .do-admin div.ui-admin ul.admin_tasks, .do-admin div.ui-admin ul.admin_plugins { li { list-style-type: none; min-height: 2em; a { span.icon { float: left; clear: left; display: inline-block; width: 22pt; height: 22pt; border: 1pt solid @border-color-print; margin: 0 10pt 0 0; &:empty { &::before { content: "?"; display: inline-block; padding-top: 1pt; } } svg { width: 20pt; height: 20pt; path { fill: @color-print; } } } span.prompt { min-height: 26pt; display: inline-block; margin: 0; padding-top: 4pt; } } } } /* + + + + + Template Style Settings + + + + + */ .page-footer { border-top: 1pt solid @border-color-print; margin-top: 13pt; } #plugin__styling { button { display: none !important; } } /* data plugin */ .dataplugin_entry dl { border: 1pt solid @border-color-print; padding: 7pt; margin: 7pt 0; dt { clear: left; float: left; width: 22%; font-weight: bold; text-align: right; margin-right: 5pt; } } /* tabbox */ div#dwpl-ti-container .dwpl-ti, .dwpl-ti-permalink-header, .dwpl-ti-permalink-footer { display: none !important; } div#dwpl-ti-container div.dwpl-ti-content-box { box-shadow: none; border: 0 none; }