From dcf7fdddd95f27ab5f757652437776b84196d997 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 15 Jan 2016 14:37:01 -0200 Subject: O Teste de Turing e a Tomada de Consciência MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- events/2012/cteme/s6/jquery.microsoft.js | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 events/2012/cteme/s6/jquery.microsoft.js (limited to 'events/2012/cteme/s6/jquery.microsoft.js') diff --git a/events/2012/cteme/s6/jquery.microsoft.js b/events/2012/cteme/s6/jquery.microsoft.js new file mode 100644 index 0000000..f85af8a --- /dev/null +++ b/events/2012/cteme/s6/jquery.microsoft.js @@ -0,0 +1,31 @@ + + +$(document).ready( function() { + + // 1) remove all content + $( 'body > *' ).remove(); + + // 2) show banner + $( "
" ).html( + "

" + + "Microsoft's Internet Explorer browser has no built-in vector graphics machinery " + + "required for 'loss-free' gradient background themes." + + "

" + + "

" + + "Please upgrade to a better browser " + + "such as Firefox, Opera, " + + "Chrome, Safari or others " + + "with built-in vector graphics machinery and much more. " + + "(Learn more or post questions or comments " + + "at the Slide Show (S9) project site. Thanks!)" + + "

" + ) + .css( { + border: 'red solid thick', + padding: '1em', + fontFamily: 'sans-serif', + fontWeight: 'bold' } ) + .prependTo( 'body' ); + } +); + -- cgit v1.2.3