diff options
author | ahriman <ahriman@falte.red> | 2019-01-02 04:57:35 +0000 |
---|---|---|
committer | ahriman <ahriman@falte.red> | 2019-01-02 04:57:35 +0000 |
commit | 2bd7f83a6495011ada78ca8a9f2af417caf01760 (patch) | |
tree | f9acdb7f09e011c65330ab993d4db3620787dbfb /wiki/lib/tpl/dokuwiki/css/_modal.css | |
parent | bcb215c3a7e914d05f166846a33860e48bba64fb (diff) | |
download | site-2bd7f83a6495011ada78ca8a9f2af417caf01760.tar.gz |
removed dokuwiki
Diffstat (limited to 'wiki/lib/tpl/dokuwiki/css/_modal.css')
-rw-r--r-- | wiki/lib/tpl/dokuwiki/css/_modal.css | 94 |
1 files changed, 0 insertions, 94 deletions
diff --git a/wiki/lib/tpl/dokuwiki/css/_modal.css b/wiki/lib/tpl/dokuwiki/css/_modal.css deleted file mode 100644 index 37f6483..0000000 --- a/wiki/lib/tpl/dokuwiki/css/_modal.css +++ /dev/null @@ -1,94 +0,0 @@ -/** - * 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: @ini_background; - width: 293px; - height: 193px; - overflow: auto; - border: 1px solid @ini_border; - 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: @ini_background_neu; -} - -#link__wiz_result div.selected { - background-color: @ini_background_alt; -} - -#link__wiz_result span { - display: block; - color: @ini_text_neu; - margin-left: 22px; -} - - -/* 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; -} |