Line 1,089: | Line 1,089: | ||
} | } | ||
#bodyContent .modalDialog { | #bodyContent .modalDialog { | ||
+ | display:none; | ||
+ | opacity: 0; | ||
position: fixed; | position: fixed; | ||
top: 0; | top: 0; | ||
Line 1,096: | Line 1,098: | ||
background: rgba(0, 0, 0, 0.8); | background: rgba(0, 0, 0, 0.8); | ||
z-index: 100; | z-index: 100; | ||
− | |||
-webkit-transition: opacity 0.5s ease-in; | -webkit-transition: opacity 0.5s ease-in; | ||
-o-transition: opacity 0.5s ease-in; | -o-transition: opacity 0.5s ease-in; | ||
Line 1,103: | Line 1,104: | ||
} | } | ||
#bodyContent .modalDialog:target { | #bodyContent .modalDialog:target { | ||
+ | display:block; | ||
opacity: 1; | opacity: 1; | ||
pointer-events: auto; | pointer-events: auto; |
Revision as of 11:58, 31 October 2017