Difference between revisions of "Extension:PopupPages"
(Created page with "{{#popup:Help:Popup Ecample|popupID={{PAGENAME}}|cookieName={{PAGENAME}}|cookieValue=optout}} <!-- -->Here's content in the obscluded wiki page. {{#css: .popupPanel { backgr...") |
|||
Line 6: | Line 6: | ||
background-color: gray; | background-color: gray; | ||
border: medium solid darkgrey; | border: medium solid darkgrey; | ||
left: 0; | left: 0; | ||
margin-top: -1em; | margin-top: -1em; |
Revision as of 17:44, 27 February 2013
{{#popup:Help:Popup Ecample|popupID=Extension:PopupPages|cookieName=Extension:PopupPages|cookieValue=optout}} Here's content in the obscluded wiki page. {{#css: .popupPanel {
background-color: gray; border: medium solid darkgrey; left: 0; margin-top: -1em; position: absolute; top: 0; width: 99%; z-index: 1000;
} .popupBody {
margin: auto auto auto auto;
} }}