MediaWiki:Common.css: Difference between revisions
Added a "modalBox" (with a ":target") to try out a different modal dialog |
Added another class to make "modalBox" have 0 opacity normally. |
||
Line 57: | Line 57: | ||
/* Modal Start */ | /* Modal Start */ | ||
.modalBox { | |||
opacity: 0; | |||
} | |||
.modalBox:target { | .modalBox:target { |