Archiv des Tags ‘Politician’

Stop the internet printers

Montag, den 4. Mai 2009

I found this really cool website:

http://www.politiker-stopp.de/

The idea behind this page is to protest against politicians which are making new laws without understand the ways and meanings of the internet. The site claims that politicians often don’t know how to use computers so their only seeing websites as imprints of their employees. Therefore the site suggests to introduce the following CSS code into your site:


<style>
#print {display:none;} @media print {
 a,abbr,acronym,address,applet,area,b,base,basefont,
bdo,big,blockquote,br,button,caption,center,cite,code,
col,colgroup,dd,del,dfn,dir,div,dl,dt,em,fieldset,font,
form,frame,frameset,h1,h2,h3,h4,h5,h6,hr,i,iframe,img,
input,ins,isindex,kbd,label,legend,li,link,map,menu,meta,
noframes,noscript,object,ol,optgroup,option,p,param,pre,
q,s,samp,select,small,span,strike,strong,sub,sup,table,
tbody,td,textarea,tfoot,th,thead,title,tr,tt,u,ul,var {display:none;}
#print,#print img {
left:0;top:0;padding:0;margin:0;height:250mm;width:170mm;display:block !important;}
}
</style><div id="print">
<img src="http://www.politiker-stopp.de/gfx/politiker-stopp-print.png" />
</div>

This is a really cool idea although completly useless ;) Have fun by protecting your sites.