Adding MindTheDark version 2025-03-17 (c5e286f).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
cd81ae610b
commit
19df4a7159
126 changed files with 6282 additions and 0 deletions
108
templates/55/MindTheDark/css/_modal.css
Normal file
108
templates/55/MindTheDark/css/_modal.css
Normal file
|
@ -0,0 +1,108 @@
|
|||
/**
|
||||
* This file provides styles for modal dialogues.
|
||||
*/
|
||||
|
||||
.dokuwiki .ui-widget {
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
|
||||
/* link wizard (opens from the link button in the edit toolbar)
|
||||
********************************************************************/
|
||||
|
||||
#link__wiz {
|
||||
}
|
||||
|
||||
[dir=rtl] #link__wiz_close {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#link__wiz_result {
|
||||
background-color: #fff;
|
||||
width: 293px;
|
||||
height: 193px;
|
||||
overflow: auto;
|
||||
border: 1px solid #ccc;
|
||||
margin: 3px auto;
|
||||
text-align: left;
|
||||
line-height: 1;
|
||||
}
|
||||
[dir=rtl] #link__wiz_result {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#link__wiz_result div {
|
||||
padding: 3px 3px 3px 0;
|
||||
}
|
||||
|
||||
#link__wiz_result div a {
|
||||
display: block;
|
||||
padding-left: 22px;
|
||||
min-height: 16px;
|
||||
background: transparent 3px center no-repeat;
|
||||
}
|
||||
[dir=rtl] #link__wiz_result div a {
|
||||
padding: 3px 22px 3px 3px;
|
||||
background-position: 257px 3px;
|
||||
}
|
||||
|
||||
#link__wiz_result div.type_u a {
|
||||
background-image: url(../../images/up.png);
|
||||
}
|
||||
#link__wiz_result div.type_f a {
|
||||
background-image: url(../../images/page.png);
|
||||
}
|
||||
#link__wiz_result div.type_d a {
|
||||
background-image: url(../../images/ns.png);
|
||||
}
|
||||
|
||||
#link__wiz_result div.even {
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
||||
#link__wiz_result div.selected {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
#link__wiz_result span {
|
||||
display: block;
|
||||
color: #666;
|
||||
margin-left: 22px;
|
||||
}
|
||||
|
||||
#link__wiz_entry {
|
||||
color: black;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* media option wizard (opens when inserting media in the media popup)
|
||||
********************************************************************/
|
||||
|
||||
#media__popup {
|
||||
/* for backwards compatibility (not needed since Rincewind) */
|
||||
display: none;
|
||||
}
|
||||
|
||||
#media__popup_content p {
|
||||
margin: 0 0 .5em;
|
||||
}
|
||||
|
||||
#media__popup_content label {
|
||||
margin-right: .5em;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
#media__popup_content button {
|
||||
margin-right: 1px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#media__popup_content button.button {
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
#media__popup_content button.selected {
|
||||
background: #999;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue