2 * Basic screen styles. These styles are needed for basic DokuWiki functions
3 * regardless of the used template. Templates can override them of course
6 /* messages with msg() */
12 background-repeat: no-repeat
;
13 background-position: 8px 50%;
25 [dir
=rtl
] div
.success
,
26 [dir
=rtl
] div
.notify
{
27 background-position: 99% 50%;
33 background-color: #fcc;
34 background-image: url
(../images/error.png);
39 background-color: #ccf;
40 background-image: url
(../images/info.png);
45 background-color: #cfc;
46 background-image: url
(../images/success.png);
51 background-color: #ffc;
52 background-image: url
(../images/notify.png);
60 background-color: #fff;
66 #link__wiz .ui-dialog-content
{
71 /* media manager popup toggle buttons */
73 #media__popup_content button
.button
{
77 #media__popup_content button
.selected
{
81 /* hide something accessibly
82 (e.g. for screen readers or to keep access keys working) */
84 position: absolute
!important
;
85 left: -99999em !important
;
87 width: 1px !important
;
88 height: 1px !important
;
89 overflow: hidden
!important
;
92 left: auto
!important
;
93 right: -99999em !important
;