Line 14: Line 14:
}
}
.popupBody {
.popupBody {
   margin: auto auto auto auto;
   margin: auto auto auto 1%;
}
}
}}
}}

Revision as of 18:46, 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 1%;

} }}