SPR-742: wiki icons, table in content, edit button, tabinclude
This commit is contained in:
parent
e0f14d54bb
commit
146c8265e6
6 changed files with 30 additions and 23 deletions
|
@ -111,7 +111,7 @@
|
|||
display: block;
|
||||
width: auto;
|
||||
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
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
|
|
|
@ -130,9 +130,9 @@ nav#dokuwiki__pagetools {
|
|||
|
||||
&:hover {
|
||||
ul {
|
||||
box-shadow: @box-shadow-offset;
|
||||
box-shadow: @box-shadow;//@box-shadow-offset;
|
||||
background-color: @ini_background_content;
|
||||
border-color: @ini_border_light;
|
||||
border-color: @wikiicons-border;
|
||||
|
||||
li {
|
||||
color: @ini_existing;
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
width: auto;
|
||||
min-height: @toggle-size;
|
||||
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
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
|
|
|
@ -27,6 +27,7 @@ html, body {
|
|||
}
|
||||
|
||||
.dokuwiki {
|
||||
.page ol li,
|
||||
.page ul li,
|
||||
.aside ul li {
|
||||
color: @ini_text;
|
||||
|
@ -365,11 +366,20 @@ ol ol ol ol ol {
|
|||
|
||||
/*____________ tables ____________*/
|
||||
|
||||
.dokuwiki table.inline tr:hover td {
|
||||
color: @ini_text_alt;
|
||||
.dokuwiki {
|
||||
table.inline tr:hover {
|
||||
th {
|
||||
background-color: fade(@ini_background_alt, 50%);
|
||||
}
|
||||
|
||||
* {
|
||||
color: @ini_text_alt;
|
||||
td {
|
||||
background-color: fade(@ini_background_alt, 80%);
|
||||
color: @ini_text_alt;
|
||||
|
||||
* {
|
||||
color: @ini_text_alt;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -416,7 +426,7 @@ a {
|
|||
&:link,
|
||||
&:visited {
|
||||
text-decoration: none;
|
||||
color: @ini_link;
|
||||
color: @ini_link; // links to non wikipages (external links)
|
||||
}
|
||||
|
||||
&:hover,
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
/* + + + + + edit view + + + + + */
|
||||
|
||||
.dokuwiki {
|
||||
#dokuwiki__content {
|
||||
div.section_highlight {
|
||||
clear: right;
|
||||
}
|
||||
|
@ -18,24 +18,21 @@
|
|||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
#dokuwiki__content div.editbutton_table {
|
||||
float: left;
|
||||
div.editBox {
|
||||
background-color: #FFF;
|
||||
|
||||
form div.no {
|
||||
button,
|
||||
input.button {
|
||||
border-top: solid 1px @ini_button_background;
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.editBox {
|
||||
.editButtons {
|
||||
display: inline-block;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
* {
|
||||
&:not(button) {
|
||||
color: @color-editBox;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ div#dwpl-ti-container {
|
|||
position: relative;
|
||||
z-index: 0;
|
||||
overflow: auto;
|
||||
box-shadow: @box-shadow-offset;
|
||||
box-shadow: @box-shadow;
|
||||
background-color: @ini_background_content;
|
||||
border: solid 1px @ini_border;
|
||||
border-radius: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue