61 lines
1.3 KiB
Text
61 lines
1.3 KiB
Text
/**
|
|
* This file provides styles for the edit view (?do=edit), preview
|
|
* and "section edit button" and "editbutton_table edit button".
|
|
*/
|
|
|
|
|
|
/* + + + + + edit view + + + + + */
|
|
|
|
#dokuwiki__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;
|
|
padding-top: 0 !important; // heredity
|
|
}
|
|
|
|
// "section edit button" and "editbutton_table edit button"
|
|
.secedit button {
|
|
clear: both;
|
|
font-size: 100%;
|
|
margin-top: .5rem;
|
|
margin-bottom: .5rem;
|
|
}
|
|
|
|
div.editBox {
|
|
background-color: #FFF;
|
|
border: solid 2px #FFF;
|
|
|
|
.editButtons {
|
|
display: inline-block;
|
|
padding-bottom: 1rem;
|
|
}
|
|
|
|
* {
|
|
&:not(button) {
|
|
color: @color-editBox;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.mode_edit {
|
|
.content {
|
|
.msg-area {
|
|
display: block;
|
|
margin-bottom: 1.5rem;
|
|
clear: both;
|
|
}
|
|
|
|
#spr__meta-box {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|