Merge branch 'spis-master' of gitlab.cosmocode.de:deutschlaender/sprintdoc-template into spis_SPR-953
This commit is contained in:
commit
57dc694c1b
5 changed files with 34 additions and 17 deletions
|
@ -1,33 +1,24 @@
|
||||||
/**
|
/**
|
||||||
* This styles the section editing buttons and highlighting
|
* This styles the "section editing button"
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#dokuwiki__content.main-content {
|
#dokuwiki__content.main-content {
|
||||||
div.section_highlight {
|
|
||||||
clear: right;
|
|
||||||
background: repeating-linear-gradient(
|
|
||||||
-45deg,
|
|
||||||
@highlight-odd-ini_text,
|
|
||||||
@highlight-odd-ini_text 10px,
|
|
||||||
@highlight-even-ini_text 10px,
|
|
||||||
@highlight-even-ini_text 20px,
|
|
||||||
);
|
|
||||||
border-color: @ini_background_page_header;
|
|
||||||
}
|
|
||||||
|
|
||||||
.editbutton_section {
|
.editbutton_section {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
top: 0;
|
top: 0;
|
||||||
float: right;
|
float: right;
|
||||||
|
margin-top: 0; // for best position of edit-tab beneeth table
|
||||||
|
|
||||||
form div.no {
|
form div.no {
|
||||||
button {
|
button {
|
||||||
|
margin-top: -.4rem;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// "section editing button"
|
||||||
button {
|
button {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
|
|
|
@ -184,12 +184,14 @@
|
||||||
@media @screen_min-md {
|
@media @screen_min-md {
|
||||||
.wide-content {
|
.wide-content {
|
||||||
.search.main-sidebar {
|
.search.main-sidebar {
|
||||||
|
display: block;
|
||||||
|
|
||||||
p.toggleSearch {
|
p.toggleSearch {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
width: 100%;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
form {
|
form {
|
||||||
|
@ -212,3 +214,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media @screen_max-md {
|
||||||
|
.show-mobile-sidebar {
|
||||||
|
.search.main-sidebar {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -59,9 +59,15 @@ ul.page-attributes {
|
||||||
}
|
}
|
||||||
|
|
||||||
.noopentasks {
|
.noopentasks {
|
||||||
background-color: @ini_background;
|
span {
|
||||||
|
background-color: @ini_background_site;
|
||||||
border-color: @noopentasks-border;
|
border-color: @noopentasks-border;
|
||||||
color: @ini_text_webframe;
|
color: @ini_text_webframe;
|
||||||
|
}
|
||||||
|
|
||||||
|
svg path {
|
||||||
|
fill: @ini_text_webframe;
|
||||||
|
}
|
||||||
|
|
||||||
.num {
|
.num {
|
||||||
background-color: @noopentasks-border; // fix
|
background-color: @noopentasks-border; // fix
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/**
|
/**
|
||||||
* This file provides styles for the edit view (?do=edit), preview
|
* This file provides styles for the edit view (?do=edit), preview
|
||||||
* and section edit buttons.
|
* and "section edit button" and "editbutton_table edit button".
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
@ -9,9 +9,18 @@
|
||||||
#dokuwiki__content {
|
#dokuwiki__content {
|
||||||
div.section_highlight {
|
div.section_highlight {
|
||||||
clear: right;
|
clear: right;
|
||||||
|
background: repeating-linear-gradient(
|
||||||
|
-45deg,
|
||||||
|
@highlight-odd-ini_text,
|
||||||
|
@highlight-odd-ini_text 10px,
|
||||||
|
@highlight-even-ini_text 10px,
|
||||||
|
@highlight-even-ini_text 20px,
|
||||||
|
);
|
||||||
|
border-color: @ini_background_page_header;
|
||||||
padding-top: 0 !important; // heredity
|
padding-top: 0 !important; // heredity
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// "section edit button" and "editbutton_table edit button"
|
||||||
.secedit button {
|
.secedit button {
|
||||||
clear: both;
|
clear: both;
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
border-radius: 0 0 @fix_border-radius @fix_border-radius;
|
border-radius: 0 0 @fix_border-radius @fix_border-radius;
|
||||||
color: @ini_existing;
|
color: @ini_existing;
|
||||||
font-size: @font-size-small;
|
font-size: @font-size-small;
|
||||||
margin-top: 0;
|
margin-top: 0; // for best position of edit-tab beneeth table
|
||||||
padding-right: .3em;
|
padding-right: .3em;
|
||||||
transition: @transition background-color, @transition border-color, @transition color;
|
transition: @transition background-color, @transition border-color, @transition color;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue