improve less formating - part 2 (template area and base modules)

- remove @author from comments
- adjust the spacing
This commit is contained in:
Jana Deutschländer 2019-04-10 17:04:57 +02:00
commit 5e01750458
30 changed files with 90 additions and 297 deletions

View file

@ -1,21 +1,14 @@
/**
* This file provides the styles for printing.
*
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>,
Silke Pisulla <pisulla@cosmocode.de>
*/
/* + + + + + variables + + + + + */
@color-print: #000;
@background-print: transparent;
@border-color-print: #ccc;
@border-dark-print: #777;
/* + + + + + print styles + + + + + */
html,
body {
background: @background-print;
@ -55,7 +48,6 @@ a:visited {
padding: 20pt 20pt 0;
}
/* + + + + + + + + + + + + + + */
/* + + + + + admin + + + + + */
@ -73,7 +65,6 @@ a:visited {
}
}
/* + + + Extension Manager + + + */
#extension__manager {
form.search {
@ -224,8 +215,6 @@ a:visited {
}
}
/* + + + Configuration Settings + + + */
#dokuwiki__content #config__manager {
fieldset {
@ -347,12 +336,8 @@ a:visited {
}
}
/* + + + + + + + + + + + + + + + + + + + + + + + */
/* + + + + + Template Style Settings + + + + + */
.page-footer {
border-top: 1pt solid @border-color-print;
margin-top: 13pt;
@ -369,7 +354,6 @@ a:visited {
}
}
/* + + + data plugin + + + */
.dataplugin_entry dl {
border: 1pt solid @border-color-print;
@ -386,7 +370,6 @@ a:visited {
}
}
#dokuwiki__detail {
div.img_detail dl {
dt {
@ -401,7 +384,6 @@ a:visited {
}
}
/* + + + tabbox + + + */
div#dwpl-ti-container .dwpl-ti,
.dwpl-ti-permalink-header,
@ -414,7 +396,6 @@ div#dwpl-ti-container div.dwpl-ti-content-box {
border: 0 none;
}
/* + + + media nmanager + + + */
#mediamanager__page {
.namespaces,
@ -470,7 +451,6 @@ div#dwpl-ti-container div.dwpl-ti-content-box {
}
}
/* + + + forms + + + */
form {
button {