Changes

Jump to: navigation, search

MediaWiki:Common.js

1,302 bytes added, 09:29, 23 June 2023
m
no edit summary
function undecided(){
alertvar GDPR_table_undecided = document.createElement(''"table");GDPR_table_undecided.setAttribute("id","GDPR_table_undecided");var GDPR_row = document.createElement("tr");var GDPR_cell = document.createElement("td"); var GDPR_reject_button = document.createElement("span");GDPR_reject_button.setAttribute("id","GDPR_reject_button");GDPR_reject_button.style.cursor="pointer";GDPR_reject_button.appendChild(document.createTextNode("REJECT COOKIES")); var GDPR_accept_button = document.createElement("span");GDPR_accept_button.setAttribute("id","GDPR_accept_button");GDPR_accept_button.style.cursor="pointer";GDPR_accept_button.appendChild(document.createTextNode("ACCEPT COOKIES")); GDPR_table_undecided.appendChild(GDPR_row);GDPR_row.appendChild(GDPR_cell); GDPR_cell.appendChild(GDPR_reject_button);GDPR_cell.appendChild(GDPR_accept_button); document.body.appendChild(GDPR_table_undecided); GDPR_table_undecided.style.width="100%";GDPR_table_undecided.style.border="1px dashed blue";GDPR_table_undecided.style.textAlign="center";GDPR_table_undecided.style.position="fixed";GDPR_table_undecided.style.bottom="0";GDPR_reject_button.style.border="1px solid green";GDPR_accept_button.style.border="1px solid green";GDPR_table_undecided.style.verticalAlign="middle"; /* some old IE convention */  
}

Navigation menu