iAttempt at adding the rule...
Sebastian Hahn authored 8 years ago
|
1) <!DOCTYPE html>
2)
3) <html lang="en">
4) <head>
5) <meta charset="utf-8">
6) <meta content="width=device-width, initial-scale=1.0" name="viewport">
7) <meta content="" name="description"><!-- Bootstrap core CSS -->
8) <title>No Global Warrants - Send An Email</title>
|
iAttempt at adding the rule...
Sebastian Hahn authored 8 years ago
|
10) <script type="text/javascript" src="js/jquery-1.11.0.min.js"></script>
11) <script src="js/modernizr.min.js" type='text/javascript'></script>
12) <title></title>
13) </head>
14)
15) <body id="petition">
16) <script type="text/javascript">
17) var ac_embed = {};
18) ac_embed.width = "100%";
19) ac_embed.css_content = "#action_css";
20) </script>
21) <script id="action_css" type="text/x-css-content">
22) body {
23) background-color: #08A013;
24) }
25) #tools .tool {
26) border-color: #B0F910;
27) border-width: 7px;
28) }
29) #tools .tool .tool-heading .tool-title {
30) color: #333;
31) }
32) .progress-bar-danger {
33) background-color: #08A013;
34) }
35) a {
36) color: #08A013;
37) }
38) a:hover, a:active {
39) text-decoration: underline;
40) color: #08A013;
41) }
42) #tools .tool input[type=submit], #tools .tool button[type=submit] {
43) background-color: #08A013;
44) }
45) #tools .tool input[type=submit]:hover, #tools .tool button[type=submit]:hover {
46) background-color: #B0F910;
47) color: #333;
48) }
49) label.small {
50) font-size: 90%;
51) }
52) #tools .tool .tool-heading .tool-title.signed {
53) color: #333;
54) }
55) #tools #email-tool h3 {
56) color: #08A013;
57) }
58) #petition-tool, #signatures {
59) display: none;
60) }
61) </script>
62) <script type="text/javascript" src="https://act.eff.org/action/embed"></script>
63) <a id="action-center-widget" href="https://act.eff.org/action/noglobalwarrants-petition">Take part in the action!</a>
|