forked from xaiki/stop-sopa
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index-es-ar.html
186 lines (160 loc) · 5.56 KB
/
index-es-ar.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="es">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>STOP SOPA!</title>
<style type="text/css" media="all">
html,
body {
margin: 0;
padding: 0;
}
#text-shadow-box {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
overflow: hidden;
background: #444;
font-family: Helvetica, Arial, sans-serif;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-user-select: none;
}
#text-shadow-box #tsb-text,
#text-shadow-box #tsb-link {
position: absolute;
top: 20%;
left: 0;
width: 100%;
height: 1em;
margin: -0.77em 0 0 0;
font-size: 90px;
line-height: 1em;
font-weight: bold;
text-align: center;
}
#text-shadow-box #tsb-text {
font-size: 100px;
color: transparent;
text-shadow: black 0px -45.2px 19px;
}
#text-shadow-box #tsb-link a {
color: #999;
text-decoration: none;
}
#text-shadow-box #tsb-box,
#text-shadow-box #tsb-wall {
position: absolute;
top: 20%;
left: 0;
width: 100%;
height: 100%;
}
#text-shadow-box #tsb-box {
-webkit-box-shadow: black 0px -45.2px 39px;
-moz-box-shadow: black 0px -45.2px 39px;
}
#text-shadow-box #tsb-wall {
background: #999;
}
#text-shadow-box #tsb-wall p {
font-size: 18px;
line-height: 1.5em;
text-align: justify;
color: #222;
width: 550px;
margin: 1.5em auto;
}
#text-shadow-box #tsb-wall p a, #sources a {
color: #fff;
}
#text-shadow-box #tsb-wall p a:hover {
text-decoration: none;
color: #000;
background: #fff;
}
#tsb-spot {
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
pointer-events: none;
background: -webkit-gradient(radial, center center, 0, center center, 350, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.9)));
background: -moz-radial-gradient(center 45deg, circle closest-side, transparent 0, rgba(0,0,0,0.99) 350px);
z-index: 100;
}
#sources {
position: absolute;
bottom: 10px;
right: 10px;
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
color: #333;
}
</style>
</head>
<body>
<div id="text-shadow-box">
<div id="tsb-box"></div>
<p id="tsb-text">STOP SOPA!</p>
<p id="tsb-link"><a href="http://americancensorship.org/">STOP SOPA!</a></p>
<div id="tsb-wall">
<p>Mozilla Hispano se apaga hoy en protesta por la ley SOPA y la PIPA. El Congreso de EE.UU. está a punto de CENSURAR INTERNET A NIVEL INTERNACIONAL, a pesar de que la gran mayoría de los estadounidenses y ciudadanos del mundo se oponen.</p>
<p>Esta son leyes que pueden sonarte, puesto que son la madre de las leyes que se están desarrollando en los países hispanohablantes, como la <a href="http://www.genbeta.com/actualidad/hablamos-con-jesus-encinar-ricardo-galli-julio-alonso-david-maeztu-juan-gomez-jurado-y-enrique-dans-sobre-la-ley-sinde">ley Sinde-Wert</a> en España o la <a href="http://www.animalpolitico.com/2011/12/la-leydoring-un-intento-de-revivir-acta/">ley Doring en México</a>.</p>
<p>Tenemos que frenar a estos proyectos de ley para proteger nuestros derechos a la libertad de expresión, la privacidad y la prosperidad. Tienes más información en <a href="http://AmericanCensorship.org/">AmericanCensorship.org</a> y <a href="http://www.solar.org.ar/spip.php?article919">¿Qué es SOPA y por qué es tan peligroso?</a></p>
<p>Habla con tus amigos. Informa a tu familia. Discute con tus colegas de trabajo. El futuro de Internet como lo conocemos hoy en día está en peligro. Paremos estas leyes.</p>
</div>
<div id="tsb-spot"></div>
</div>
<div id="sources">
El codigo fuente de esta página se puede encontrar en <a
href="http://github.com/youwotma/stop-sopa" />GitHub</a>.
</div>
<script type="text/javascript" language="javascript" charset="utf-8">
/**
* Zachary Johnson
* http://www.zachstronaut.com
* I place the following code in the public domain.
*
* Fork it on GitHub: https://github.com/zachstronaut/stop-sopa
*/
var text = null;
var spot = null;
var box = null;
var boxProperty = '';
init();
function init() {
text = document.getElementById('tsb-text');
spot = document.getElementById('tsb-spot');
box = document.getElementById('tsb-box');
if (typeof box.style.webkitBoxShadow == 'string') {
boxProperty = 'webkitBoxShadow';
} else if (typeof box.style.MozBoxShadow == 'string') {
boxProperty = 'MozBoxShadow';
} else if (typeof box.style.boxShadow == 'string') {
boxProperty = 'boxShadow';
}
if (text && spot && box) {
document.getElementById('text-shadow-box').onmousemove = onMouseMove;
document.getElementById('text-shadow-box').ontouchmove = function (e) {e.preventDefault(); e.stopPropagation(); onMouseMove({clientX: e.touches[0].clientX, clientY: e.touches[0].clientY});};
}
}
function onMouseMove(e) {
var xm = (e.clientX - Math.floor(window.innerWidth / 2)) * 0.2;
var ym = (e.clientY - Math.floor(window.innerHeight / 3)) * 0.2;
var d = Math.round(Math.sqrt(xm*xm + ym*ym) / 5);
text.style.textShadow = -xm + 'px ' + -ym + 'px ' + (d + 10) + 'px black';
if (boxProperty) {
box.style[boxProperty] = '0 ' + -ym + 'px ' + (d + 30) + 'px black';
}
xm = e.clientX - Math.floor(window.innerWidth / 2);
ym = e.clientY - Math.floor(window.innerHeight / 2);
spot.style.backgroundPosition = xm + 'px ' + ym + 'px';
}
</script>
</body>
</html>