improve less formating - part 1 (plugin modules)

- remove @author from comments
- adjust the spacing
This commit is contained in:
Jana Deutschländer 2019-04-10 16:00:53 +02:00
commit cbc7dfe5f0
20 changed files with 24 additions and 75 deletions

View file

@ -2,9 +2,7 @@
* This file provides styles for bureaucracy plugin * This file provides styles for bureaucracy plugin
*/ */
/* + + + + + global + + + + + */ /* + + + + + global + + + + + */
.dokuwiki form.bureaucracy__plugin { .dokuwiki form.bureaucracy__plugin {
fieldset { fieldset {
width: 100%; width: 100%;
@ -95,10 +93,8 @@
} }
} }
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */ /* + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* min-width: 1440px */ /* min-width: 1440px */
@media @screen_min-xlg { @media @screen_min-xlg {
.dokuwiki form.bureaucracy__plugin { .dokuwiki form.bureaucracy__plugin {
p { p {
@ -107,10 +103,8 @@
} }
} }
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */ /* + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* max-width: 1439px */ /* max-width: 1439px */
@media @screen_max-xlg { @media @screen_max-xlg {
.dokuwiki form.bureaucracy__plugin { .dokuwiki form.bureaucracy__plugin {
p, p,
@ -120,4 +114,3 @@
} }
} }
} }

View file

@ -2,9 +2,7 @@
* This file provides styles for config manager * This file provides styles for config manager
*/ */
/* + + + + + config__manager + + + + + */ /* + + + + + config__manager + + + + + */
#dokuwiki__content { #dokuwiki__content {
#config__manager { #config__manager {
fieldset { fieldset {
@ -62,10 +60,8 @@
} }
} }
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */ /* + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* max-width: 1024px */ /* max-width: 1024px */
@media @screen_max-md { @media @screen_max-md {
#dokuwiki__content { #dokuwiki__content {
#config__manager { #config__manager {
@ -100,10 +96,8 @@
} }
} }
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */ /* + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* max-width: 768px */ /* max-width: 768px */
@media @screen_max-sm { @media @screen_max-sm {
#dokuwiki__content { #dokuwiki__content {
#config__manager { #config__manager {

View file

@ -3,9 +3,7 @@
* after importing struct data this can be deleted * after importing struct data this can be deleted
*/ */
/* + + + + + global + + + + + */ /* + + + + + global + + + + + */
#dokuwiki__content { #dokuwiki__content {
.dataplugin_entry { .dataplugin_entry {
dl { dl {

View file

@ -3,7 +3,6 @@
*/ */
/* + + + + + global + + + + + */ /* + + + + + global + + + + + */
ul.page-attributes { ul.page-attributes {
.plugin_do_pagetasks { .plugin_do_pagetasks {
position: relative; position: relative;
@ -25,7 +24,6 @@ ul.page-attributes {
} }
} }
/* + + + + + usertool icon in header + + + + + */ /* + + + + + usertool icon in header + + + + + */
#dokuwiki__usertools.nav-usertools { #dokuwiki__usertools.nav-usertools {
ul { ul {

View file

@ -3,9 +3,7 @@
* and "section edit button" and "editbutton_table edit button". * and "section edit button" and "editbutton_table edit button".
*/ */
/* + + + + + edit view + + + + + */ /* + + + + + edit view + + + + + */
#dokuwiki__content { #dokuwiki__content {
div.section_highlight { div.section_highlight {
clear: right; clear: right;
@ -54,12 +52,9 @@
} }
} }
} }
} }
} }
.mode_edit { .mode_edit {
.content { .content {
.msg-area { .msg-area {

View file

@ -2,9 +2,7 @@
* This file provides styles for "edittable plugin" * This file provides styles for "edittable plugin"
*/ */
/* + + + + + global + + + + + */ /* + + + + + global + + + + + */
#dokuwiki__content.main-content { #dokuwiki__content.main-content {
div.editbutton_table { div.editbutton_table {
position: relative; // for IE position: relative; // for IE

View file

@ -2,9 +2,7 @@
* This file provides styles for extension manager * This file provides styles for extension manager
*/ */
/* + + + + + global + + + + + */ /* + + + + + global + + + + + */
.dokuwiki #extension__manager { .dokuwiki #extension__manager {
.actions { .actions {
font-size: 0; font-size: 0;

View file

@ -2,9 +2,7 @@
* This file provides styles for the toggle "folded" * This file provides styles for the toggle "folded"
*/ */
/* + + + + + global + + + + + */ /* + + + + + global + + + + + */
#dokuwiki__content { #dokuwiki__content {
a.folder { a.folder {
background: transparent url("svg.php?svg=down.svg&f=existing") right center no-repeat; background: transparent url("svg.php?svg=down.svg&f=existing") right center no-repeat;

View file

@ -2,9 +2,7 @@
* This file provides styles for highlight plugin * This file provides styles for highlight plugin
*/ */
/* + + + + + global + + + + + */ /* + + + + + global + + + + + */
#plugin__highlightparent { #plugin__highlightparent {
clear: none; clear: none;
display: block; display: block;

View file

@ -1,8 +1,6 @@
/** /**
* This file provides the main design styles * This file provides the main design styles
* across all template elements (typo, colors etc.) * across all template elements (typo, colors etc.)
*
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
*/ */
#dokuwiki__content .plugin_include_content { #dokuwiki__content .plugin_include_content {

View file

@ -1,14 +1,9 @@
/** /**
* This file provides styles for magic matcher plugin * This file provides styles for magic matcher plugin
*
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
* @author Silke Pisulla <pisulla@cosmocode.de>
*/ */
/* + + + + + + + + + + + + + + + + + + + + + + + */ /* + + + + + + + + + + + + + + + + + + + + + + + */
/* magic matcher bar with form on top of page */ /* magic matcher bar with form on top of page */
#spr__magic-matcher { #spr__magic-matcher {
position: fixed; position: fixed;
top: 0; top: 0;
@ -88,7 +83,6 @@
} }
} }
/* + + + + + in content + + + + + */ /* + + + + + in content + + + + + */
a.jiralink { a.jiralink {
font-size: @font-size-default; font-size: @font-size-default;
@ -108,7 +102,6 @@ a.jiralink {
} }
} }
/* + + + + + tooltip in metabox + + + + + */ /* + + + + + tooltip in metabox + + + + + */
.dokuwiki { .dokuwiki {
.serverToolTip { .serverToolTip {
@ -190,10 +183,8 @@ a.jiralink {
} }
} }
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */ /* + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* max-width: 1023px */ /* max-width: 1023px */
@media @screen_max-lg { @media @screen_max-lg {
#spr__magic-matcher { #spr__magic-matcher {
#magicmatcher__context { #magicmatcher__context {
@ -214,11 +205,9 @@ a.jiralink {
} }
} }
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ /* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* print */ /* print */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ /* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
@media print { @media print {
#spr__magic-matcher { #spr__magic-matcher {
display: none; display: none;

View file

@ -2,9 +2,7 @@
* This file provides styles for mediamanager * This file provides styles for mediamanager
*/ */
/* + + + + + global + + + + + */ /* + + + + + global + + + + + */
#mediamanager__page { #mediamanager__page {
.namespaces h2 { .namespaces h2 {
bottom: 0; bottom: 0;
@ -21,10 +19,8 @@
} }
} }
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */ /* + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* media queries */ /* media queries */
@media @screen_max-md { @media @screen_max-md {
#mediamanager__page { #mediamanager__page {
min-width: 100%; min-width: 100%;

View file

@ -2,9 +2,7 @@
* This file provides styles for move plugin * This file provides styles for move plugin
*/ */
/* + + + + + global + + + + + */ /* + + + + + global + + + + + */
#dokuwiki__site > .plugin_move_dialog { #dokuwiki__site > .plugin_move_dialog {
font-size: @font-size-default; font-size: @font-size-default;

View file

@ -2,12 +2,9 @@
* This file provides styles for popupviewer plugin * This file provides styles for popupviewer plugin
*/ */
/* + + + + + global + + + + + */ /* + + + + + global + + + + + */
#popupviewer { #popupviewer {
> .controls > .content { > .controls > .content {
padding: 1.5rem 1rem 1rem; padding: 1.5rem 1rem 1rem;
td, td,
@ -19,6 +16,7 @@
line-height: @line-height-default; line-height: @line-height-default;
} }
} }
.li, .li,
li { li {
font-size: @font-size-default; font-size: @font-size-default;

View file

@ -2,9 +2,7 @@
* Styles for the QC plugin * Styles for the QC plugin
*/ */
/* + + + + + icon in breadcrumb + + + + + */ /* + + + + + icon in breadcrumb + + + + + */
.page-attributes .plugin_qc { .page-attributes .plugin_qc {
.qc_icon { .qc_icon {
margin: 0; margin: 0;
@ -28,7 +26,6 @@
} }
} }
/* + + + + + slideout output + + + + + */ /* + + + + + slideout output + + + + + */
.qc-output { .qc-output {
position: relative; position: relative;
@ -71,13 +68,18 @@
padding-top: 0; padding-top: 0;
} }
} }
h2 { h2 {
font-size: 1.3rem; font-size: 1.3rem;
} }
h3 { h3 {
font-size: 1.1rem; font-size: 1.1rem;
} }
h4, h5, h6 {
h4,
h5,
h6 {
font-size: 1rem; font-size: 1rem;
} }
@ -110,7 +112,6 @@
} }
} }
/* + + + + + admin settings + + + + + */ /* + + + + + admin settings + + + + + */
.do-admin #dokuwiki__content { .do-admin #dokuwiki__content {
#plugin__qc_admin { #plugin__qc_admin {
@ -120,7 +121,6 @@
padding-left: .2em; padding-left: .2em;
text-align: left; text-align: left;
display: inline-block; display: inline-block;
} }
} }
} }

View file

@ -1,3 +1,7 @@
/**
* This file provides styles for the sitemapnavi plugin
*/
#plugin__sitemapnavi { #plugin__sitemapnavi {
padding-bottom: @nav-margin; padding-bottom: @nav-margin;
margin-bottom: @nav-margin; margin-bottom: @nav-margin;
@ -9,10 +13,10 @@
li { li {
line-height: @line-height-bigger; line-height: @line-height-bigger;
}
li li { li {
margin-left: 0.75em; margin-left: 0.75em;
}
} }
} }

View file

@ -2,9 +2,7 @@
* This file provides styles for struct plugin * This file provides styles for struct plugin
*/ */
/* + + + + + global + + + + + */ /* + + + + + global + + + + + */
#dokuwiki__content { #dokuwiki__content {
.structaggregation { .structaggregation {
@link-height: 1.5rem; @link-height: 1.5rem;
@ -107,7 +105,6 @@
} }
} }
/* + + + + + struct inline-editor + + + + + */ /* + + + + + struct inline-editor + + + + + */
.dokuwiki { .dokuwiki {
.struct_inlineditor { .struct_inlineditor {

View file

@ -2,9 +2,7 @@
* This file provides styles for structstatus plugin * This file provides styles for structstatus plugin
*/ */
/* + + + + + global + + + + + */ /* + + + + + global + + + + + */
#dokuwiki__content { #dokuwiki__content {
.struct_status { .struct_status {
border-color: @ini_border; border-color: @ini_border;

View file

@ -2,9 +2,7 @@
* This file provides styles for the tabinclude * This file provides styles for the tabinclude
*/ */
/* + + + + + plugin tabinclude + + + + + */ /* + + + + + plugin tabinclude + + + + + */
div#dwpl-ti-container { div#dwpl-ti-container {
li.dwpl-ti-tab { li.dwpl-ti-tab {
box-shadow: none; box-shadow: none;
@ -40,7 +38,6 @@ div#dwpl-ti-container {
} }
} }
/* + + + content box + + + */ /* + + + content box + + + */
div.dwpl-ti-content-box { div.dwpl-ti-content-box {
position: relative; position: relative;
@ -53,10 +50,8 @@ div#dwpl-ti-container {
} }
} }
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */ /* + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* media queries */ /* media queries */
@media @screen_max-md { @media @screen_max-md {
div#dwpl-ti-container { } div#dwpl-ti-container { }
} }

View file

@ -2,9 +2,7 @@
* This file provides styles for the form in tagcloud * This file provides styles for the form in tagcloud
*/ */
/* + + + + + plugin tagging + + + + + */ /* + + + + + plugin tagging + + + + + */
#spr__meta-box { #spr__meta-box {
ul.tagging_cloud { ul.tagging_cloud {
width: 100%; width: 100%;
@ -14,33 +12,43 @@
&.t0 a { &.t0 a {
font-size: .88rem; font-size: .88rem;
} }
&.t1 a { &.t1 a {
font-size: 1rem; font-size: 1rem;
} }
&.t2 a { &.t2 a {
font-size: 1.1rem; font-size: 1.1rem;
} }
&.t3 a { &.t3 a {
font-size: 1.2rem; font-size: 1.2rem;
} }
&.t4 a { &.t4 a {
font-size: 1.3rem; font-size: 1.3rem;
} }
&.t5 a { &.t5 a {
font-size: 1.4rem; font-size: 1.4rem;
} }
&.t6 a { &.t6 a {
font-size: 1.5rem; font-size: 1.5rem;
} }
&.t7 a { &.t7 a {
font-size: 1.6rem; font-size: 1.6rem;
} }
&.t8 a { &.t8 a {
font-size: 1.7rem; font-size: 1.7rem;
} }
&.t9 a { &.t9 a {
font-size: 1.8rem; font-size: 1.8rem;
} }
&.t10 a { &.t10 a {
font-size: 1.9rem; font-size: 1.9rem;
} }
@ -61,10 +69,8 @@
} }
} }
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */ /* + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* media queries */ /* media queries */
@media @screen_max-md { @media @screen_max-md {
#spr__meta-box { #spr__meta-box {
form { form {