GW2Wiki:Proyectos/CSS/ui notices- common
De Guild Wars 2 Wiki
< GW2Wiki:Proyectos | CSS
Ir a la navegaciónIr a la búsqueda
/* Cookie notice */ /* Cookie notification banner fix for IE10 - Requires a snippet in Common.js to set the user agent into the HTML node */ html[data-useragent*="MSIE 10.0"] .index_cookieNotification__1-VLN > div { display: block; } /* Site notice */ #mw-dismissable-notice { margin-bottom: 1em; } div.mw-dismissable-notice .mw-dismissable-notice-body { margin: 0; margin-bottom: 0.5em; } div.mw-dismissable-notice .mw-dismissable-notice-close { margin-right: 5px; margin-top: 5px; }