improve less formating - part 1 (plugin modules)
- remove @author from comments - adjust the spacing
This commit is contained in:
parent
0c4625072c
commit
cbc7dfe5f0
20 changed files with 24 additions and 75 deletions
|
@ -2,9 +2,7 @@
|
|||
* This file provides styles for bureaucracy plugin
|
||||
*/
|
||||
|
||||
|
||||
/* + + + + + global + + + + + */
|
||||
|
||||
.dokuwiki form.bureaucracy__plugin {
|
||||
fieldset {
|
||||
width: 100%;
|
||||
|
@ -95,10 +93,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/* min-width: 1440px */
|
||||
|
||||
@media @screen_min-xlg {
|
||||
.dokuwiki form.bureaucracy__plugin {
|
||||
p {
|
||||
|
@ -107,10 +103,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/* max-width: 1439px */
|
||||
|
||||
@media @screen_max-xlg {
|
||||
.dokuwiki form.bureaucracy__plugin {
|
||||
p,
|
||||
|
@ -120,4 +114,3 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -2,9 +2,7 @@
|
|||
* This file provides styles for config manager
|
||||
*/
|
||||
|
||||
|
||||
/* + + + + + config__manager + + + + + */
|
||||
|
||||
#dokuwiki__content {
|
||||
#config__manager {
|
||||
fieldset {
|
||||
|
@ -62,10 +60,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/* max-width: 1024px */
|
||||
|
||||
@media @screen_max-md {
|
||||
#dokuwiki__content {
|
||||
#config__manager {
|
||||
|
@ -100,10 +96,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/* max-width: 768px */
|
||||
|
||||
@media @screen_max-sm {
|
||||
#dokuwiki__content {
|
||||
#config__manager {
|
||||
|
|
|
@ -3,9 +3,7 @@
|
|||
* after importing struct data this can be deleted
|
||||
*/
|
||||
|
||||
|
||||
/* + + + + + global + + + + + */
|
||||
|
||||
#dokuwiki__content {
|
||||
.dataplugin_entry {
|
||||
dl {
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
*/
|
||||
|
||||
/* + + + + + global + + + + + */
|
||||
|
||||
ul.page-attributes {
|
||||
.plugin_do_pagetasks {
|
||||
position: relative;
|
||||
|
@ -25,7 +24,6 @@ ul.page-attributes {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/* + + + + + usertool icon in header + + + + + */
|
||||
#dokuwiki__usertools.nav-usertools {
|
||||
ul {
|
||||
|
|
|
@ -3,9 +3,7 @@
|
|||
* and "section edit button" and "editbutton_table edit button".
|
||||
*/
|
||||
|
||||
|
||||
/* + + + + + edit view + + + + + */
|
||||
|
||||
#dokuwiki__content {
|
||||
div.section_highlight {
|
||||
clear: right;
|
||||
|
@ -54,12 +52,9 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.mode_edit {
|
||||
.content {
|
||||
.msg-area {
|
||||
|
|
|
@ -2,9 +2,7 @@
|
|||
* This file provides styles for "edittable plugin"
|
||||
*/
|
||||
|
||||
|
||||
/* + + + + + global + + + + + */
|
||||
|
||||
#dokuwiki__content.main-content {
|
||||
div.editbutton_table {
|
||||
position: relative; // for IE
|
||||
|
|
|
@ -2,9 +2,7 @@
|
|||
* This file provides styles for extension manager
|
||||
*/
|
||||
|
||||
|
||||
/* + + + + + global + + + + + */
|
||||
|
||||
.dokuwiki #extension__manager {
|
||||
.actions {
|
||||
font-size: 0;
|
||||
|
|
|
@ -2,9 +2,7 @@
|
|||
* This file provides styles for the toggle "folded"
|
||||
*/
|
||||
|
||||
|
||||
/* + + + + + global + + + + + */
|
||||
|
||||
#dokuwiki__content {
|
||||
a.folder {
|
||||
background: transparent url("svg.php?svg=down.svg&f=existing") right center no-repeat;
|
||||
|
|
|
@ -2,9 +2,7 @@
|
|||
* This file provides styles for highlight plugin
|
||||
*/
|
||||
|
||||
|
||||
/* + + + + + global + + + + + */
|
||||
|
||||
#plugin__highlightparent {
|
||||
clear: none;
|
||||
display: block;
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
/**
|
||||
* This file provides the main design styles
|
||||
* across all template elements (typo, colors etc.)
|
||||
*
|
||||
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
|
||||
*/
|
||||
|
||||
#dokuwiki__content .plugin_include_content {
|
||||
|
|
|
@ -1,14 +1,9 @@
|
|||
/**
|
||||
* 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 */
|
||||
|
||||
#spr__magic-matcher {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
@ -88,7 +83,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/* + + + + + in content + + + + + */
|
||||
a.jiralink {
|
||||
font-size: @font-size-default;
|
||||
|
@ -108,7 +102,6 @@ a.jiralink {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/* + + + + + tooltip in metabox + + + + + */
|
||||
.dokuwiki {
|
||||
.serverToolTip {
|
||||
|
@ -190,10 +183,8 @@ a.jiralink {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/* max-width: 1023px */
|
||||
|
||||
@media @screen_max-lg {
|
||||
#spr__magic-matcher {
|
||||
#magicmatcher__context {
|
||||
|
@ -214,11 +205,9 @@ a.jiralink {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/* print */
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
|
||||
@media print {
|
||||
#spr__magic-matcher {
|
||||
display: none;
|
||||
|
|
|
@ -2,9 +2,7 @@
|
|||
* This file provides styles for mediamanager
|
||||
*/
|
||||
|
||||
|
||||
/* + + + + + global + + + + + */
|
||||
|
||||
#mediamanager__page {
|
||||
.namespaces h2 {
|
||||
bottom: 0;
|
||||
|
@ -21,10 +19,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/* media queries */
|
||||
|
||||
@media @screen_max-md {
|
||||
#mediamanager__page {
|
||||
min-width: 100%;
|
||||
|
|
|
@ -2,9 +2,7 @@
|
|||
* This file provides styles for move plugin
|
||||
*/
|
||||
|
||||
|
||||
/* + + + + + global + + + + + */
|
||||
|
||||
#dokuwiki__site > .plugin_move_dialog {
|
||||
font-size: @font-size-default;
|
||||
|
||||
|
|
|
@ -2,12 +2,9 @@
|
|||
* This file provides styles for popupviewer plugin
|
||||
*/
|
||||
|
||||
|
||||
/* + + + + + global + + + + + */
|
||||
|
||||
#popupviewer {
|
||||
> .controls > .content {
|
||||
|
||||
padding: 1.5rem 1rem 1rem;
|
||||
|
||||
td,
|
||||
|
@ -19,6 +16,7 @@
|
|||
line-height: @line-height-default;
|
||||
}
|
||||
}
|
||||
|
||||
.li,
|
||||
li {
|
||||
font-size: @font-size-default;
|
||||
|
|
|
@ -2,9 +2,7 @@
|
|||
* Styles for the QC plugin
|
||||
*/
|
||||
|
||||
|
||||
/* + + + + + icon in breadcrumb + + + + + */
|
||||
|
||||
.page-attributes .plugin_qc {
|
||||
.qc_icon {
|
||||
margin: 0;
|
||||
|
@ -28,7 +26,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/* + + + + + slideout output + + + + + */
|
||||
.qc-output {
|
||||
position: relative;
|
||||
|
@ -71,13 +68,18 @@
|
|||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
h4, h5, h6 {
|
||||
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
|
@ -110,7 +112,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/* + + + + + admin settings + + + + + */
|
||||
.do-admin #dokuwiki__content {
|
||||
#plugin__qc_admin {
|
||||
|
@ -120,7 +121,6 @@
|
|||
padding-left: .2em;
|
||||
text-align: left;
|
||||
display: inline-block;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
/**
|
||||
* This file provides styles for the sitemapnavi plugin
|
||||
*/
|
||||
|
||||
#plugin__sitemapnavi {
|
||||
padding-bottom: @nav-margin;
|
||||
margin-bottom: @nav-margin;
|
||||
|
@ -9,10 +13,10 @@
|
|||
|
||||
li {
|
||||
line-height: @line-height-bigger;
|
||||
}
|
||||
|
||||
li li {
|
||||
margin-left: 0.75em;
|
||||
li {
|
||||
margin-left: 0.75em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -2,9 +2,7 @@
|
|||
* This file provides styles for struct plugin
|
||||
*/
|
||||
|
||||
|
||||
/* + + + + + global + + + + + */
|
||||
|
||||
#dokuwiki__content {
|
||||
.structaggregation {
|
||||
@link-height: 1.5rem;
|
||||
|
@ -107,7 +105,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/* + + + + + struct inline-editor + + + + + */
|
||||
.dokuwiki {
|
||||
.struct_inlineditor {
|
||||
|
|
|
@ -2,9 +2,7 @@
|
|||
* This file provides styles for structstatus plugin
|
||||
*/
|
||||
|
||||
|
||||
/* + + + + + global + + + + + */
|
||||
|
||||
#dokuwiki__content {
|
||||
.struct_status {
|
||||
border-color: @ini_border;
|
||||
|
|
|
@ -2,9 +2,7 @@
|
|||
* This file provides styles for the tabinclude
|
||||
*/
|
||||
|
||||
|
||||
/* + + + + + plugin tabinclude + + + + + */
|
||||
|
||||
div#dwpl-ti-container {
|
||||
li.dwpl-ti-tab {
|
||||
box-shadow: none;
|
||||
|
@ -40,7 +38,6 @@ div#dwpl-ti-container {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/* + + + content box + + + */
|
||||
div.dwpl-ti-content-box {
|
||||
position: relative;
|
||||
|
@ -53,10 +50,8 @@ div#dwpl-ti-container {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/* media queries */
|
||||
|
||||
@media @screen_max-md {
|
||||
div#dwpl-ti-container { }
|
||||
}
|
||||
|
|
|
@ -2,9 +2,7 @@
|
|||
* This file provides styles for the form in tagcloud
|
||||
*/
|
||||
|
||||
|
||||
/* + + + + + plugin tagging + + + + + */
|
||||
|
||||
#spr__meta-box {
|
||||
ul.tagging_cloud {
|
||||
width: 100%;
|
||||
|
@ -14,33 +12,43 @@
|
|||
&.t0 a {
|
||||
font-size: .88rem;
|
||||
}
|
||||
|
||||
&.t1 a {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
&.t2 a {
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
&.t3 a {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
&.t4 a {
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
|
||||
&.t5 a {
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
|
||||
&.t6 a {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
&.t7 a {
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
|
||||
&.t8 a {
|
||||
font-size: 1.7rem;
|
||||
}
|
||||
|
||||
&.t9 a {
|
||||
font-size: 1.8rem;
|
||||
}
|
||||
|
||||
&.t10 a {
|
||||
font-size: 1.9rem;
|
||||
}
|
||||
|
@ -61,10 +69,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/* media queries */
|
||||
|
||||
@media @screen_max-md {
|
||||
#spr__meta-box {
|
||||
form {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue