SPR-742: wiki icons, table in content, edit button, tabinclude

This commit is contained in:
Silke Pisulla 2017-04-03 13:30:34 +02:00
commit 146c8265e6
6 changed files with 30 additions and 23 deletions

View file

@ -111,7 +111,7 @@
display: block; display: block;
width: auto; width: auto;
min-height: @toggle-size; min-height: @toggle-size;
border: 1px solid @ini_border_light; border: 1px solid @wikiicons-border;
border-radius: @ini_default_border_radius; // @ini_default_border_radius vs. @fix_border-radius border-radius: @ini_default_border_radius; // @ini_default_border_radius vs. @fix_border-radius
text-align: center; text-align: center;
margin: 0; margin: 0;

View file

@ -130,9 +130,9 @@ nav#dokuwiki__pagetools {
&:hover { &:hover {
ul { ul {
box-shadow: @box-shadow-offset; box-shadow: @box-shadow;//@box-shadow-offset;
background-color: @ini_background_content; background-color: @ini_background_content;
border-color: @ini_border_light; border-color: @wikiicons-border;
li { li {
color: @ini_existing; color: @ini_existing;

View file

@ -31,7 +31,7 @@
width: auto; width: auto;
min-height: @toggle-size; min-height: @toggle-size;
overflow: hidden; overflow: hidden;
border: 1px solid @ini_border_light; border: 1px solid @wikiicons-border;
border-radius: @ini_default_border_radius; // @ini_default_border_radius vs. @fix_border-radius border-radius: @ini_default_border_radius; // @ini_default_border_radius vs. @fix_border-radius
text-align: center; text-align: center;
margin: 0; margin: 0;

View file

@ -27,6 +27,7 @@ html, body {
} }
.dokuwiki { .dokuwiki {
.page ol li,
.page ul li, .page ul li,
.aside ul li { .aside ul li {
color: @ini_text; color: @ini_text;
@ -365,11 +366,20 @@ ol ol ol ol ol {
/*____________ tables ____________*/ /*____________ tables ____________*/
.dokuwiki table.inline tr:hover td { .dokuwiki {
color: @ini_text_alt; table.inline tr:hover {
th {
background-color: fade(@ini_background_alt, 50%);
}
* { td {
color: @ini_text_alt; background-color: fade(@ini_background_alt, 80%);
color: @ini_text_alt;
* {
color: @ini_text_alt;
}
}
} }
} }
@ -416,7 +426,7 @@ a {
&:link, &:link,
&:visited { &:visited {
text-decoration: none; text-decoration: none;
color: @ini_link; color: @ini_link; // links to non wikipages (external links)
} }
&:hover, &:hover,

View file

@ -6,7 +6,7 @@
/* + + + + + edit view + + + + + */ /* + + + + + edit view + + + + + */
.dokuwiki { #dokuwiki__content {
div.section_highlight { div.section_highlight {
clear: right; clear: right;
} }
@ -18,24 +18,21 @@
margin-bottom: .5rem; margin-bottom: .5rem;
} }
#dokuwiki__content div.editbutton_table { div.editBox {
float: left; background-color: #FFF;
form div.no {
button,
input.button {
border-top: solid 1px @ini_button_background;
margin-top: 0;
}
}
}
.editBox {
.editButtons { .editButtons {
display: inline-block; display: inline-block;
padding-bottom: 1rem; padding-bottom: 1rem;
} }
* {
&:not(button) {
color: @color-editBox;
}
}
} }
} }

View file

@ -47,7 +47,7 @@ div#dwpl-ti-container {
position: relative; position: relative;
z-index: 0; z-index: 0;
overflow: auto; overflow: auto;
box-shadow: @box-shadow-offset; box-shadow: @box-shadow;
background-color: @ini_background_content; background-color: @ini_background_content;
border: solid 1px @ini_border; border: solid 1px @ini_border;
border-radius: 0; border-radius: 0;