Diferencia entre revisiones de «MediaWiki:Common.js»

Ir a la navegación Ir a la búsqueda
sin resumen de edición
window.style.boxShadow = '0 4px 30px 0 rgba(0, 0, 0, 0.2)';
window.style.width = '90%';
window.style.maxWidth = '400px600px';
window.style.borderRadius = '3px';
window.style.background = 'white';
window.style.boxSizing = 'border-box';
window.style.padding = '16px';
window.style.fontSize = '1.5em';
container.appendChild(window);
 
window.innerHTML = '<h2>⚠️ Spoiler Warning</h2>';
window.innerHTML += '<p style="font-size: 1em;"><em>Rhythm of War</em> is released and this wiki has already been updated with content from the book. By browsing this wiki, you may be subject to spoilers.</p>';
 
var button = document.createElement('button');
button.style.alignSelf = 'center';
button.style.fontSize = '1em';
button.innerHTML = 'Proceed';
button.onclick = function () {

Menú de navegación