|
1 <!DOCTYPE html> |
|
2 <html> |
|
3 <head> |
|
4 <meta charset="utf-8"> |
|
5 <meta http-equiv="content-type" content="text/html; charset=utf-8"> |
|
6 <title>@TITLE@</title> |
|
7 <link rel="icon" href="@FAVICON@" type="image/x-icon" /> |
|
8 <style> |
|
9 body { |
|
10 padding: 3em 0em; |
|
11 background: -webkit-gradient(linear, left top, left bottom, from(#85784A), to(#FDFDFD), color-stop(0.5, #FDFDFD)); |
|
12 background-repeat: repeat-x; |
|
13 } |
|
14 #box { |
|
15 background: white; |
|
16 border: 1px solid #85784A; |
|
17 max-width: 600px; |
|
18 height: 50%; |
|
19 padding: 40px; |
|
20 padding-bottom: 10px; |
|
21 margin: auto; |
|
22 border-radius: 0.8em; |
|
23 text-align: center; |
|
24 vertical-align: middle; |
|
25 margin: auto; |
|
26 } |
|
27 h1 { |
|
28 font-size: 130%; |
|
29 font-weight: bold; |
|
30 border-bottom: 1px solid #85784A; |
|
31 margin-bottom: 0px; |
|
32 } |
|
33 </style> |
|
34 </head> |
|
35 <body> |
|
36 <div id="box"> |
|
37 <img src="@IMAGE@" width="64" height="64"/> |
|
38 <h1>AdBlock Plus</h1> |
|
39 <p>@MESSAGE@</p> |
|
40 </div> |
|
41 </body> |
|
42 </html> |