e881c7098158b1c377356d9f6973b0da15ebd002
Sebastian Hahn iAttempt at adding the rule...

Sebastian Hahn authored 7 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 - Sign Petition</title>
hiromipaw Minify JS and CSS

hiromipaw authored 6 years ago

9) 	<link href="css/actions.min.css" rel="stylesheet" type="text/css">
Sebastian Hahn iAttempt at adding the rule...

Sebastian Hahn authored 7 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) 	     ac_embed.international_only = true;
21) 	</script>
22) 	<script id="action_css" type="text/x-css-content">
23) 	    body {
24) 	      background-color: #08A013;
25) 	    }
26) 	    #tools .tool {
27) 	    	border-color: #B0F910;
28) 	    	border-width: 7px;
29) 	    }
30) 	    #tools .tool .tool-heading .tool-title {
31) 	    	color: #333;
32) 	    }
33) 	    .progress-bar-danger {
34) 	    	background-color: #08A013;
35) 	    }
36) 	    a {
37) 	    	color: #08A013;
38) 	    }
39) 	    a:hover, a:active {
40) 	    	text-decoration: underline;
41) 	    	color: #08A013;
42) 	    }
43) 	    #tools .tool input[type=submit], #tools .tool button[type=submit] {
44) 	    	background-color: #08A013;
45) 	    }
46) 	    #tools .tool input[type=submit]:hover, #tools .tool button[type=submit]:hover {
47) 	    	background-color: #B0F910;
48) 	    	color: #333;
49) 	    }
50) 	    label.small {
51) 	    	font-size: 90%;
52) 	    }
53) 	    #tools .tool .tool-heading .tool-title.signed {
54) 	    	color: #333;
55) 	    }
56) 	    #email-tool {
57) 	        display: none;
58) 	    }
59) 	</script>
60) 	<script type="text/javascript" src="https://act.eff.org/action/embed"></script>
61) 	<a id="action-center-widget" href="https://act.eff.org/action/noglobalwarrants-petition">Take part in the action!</a>
hiromipaw Minify JS and CSS

hiromipaw authored 6 years ago

62) 	<script type="text/javascript" src="js/main.min.js"></script>