2011-04-05 19:29:00 +02:00
|
|
|
<html><head>
|
2012-01-15 17:15:48 +01:00
|
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
2011-04-05 19:29:00 +02:00
|
|
|
<title>%TITLE%</title>
|
2011-12-02 23:25:27 +01:00
|
|
|
<link rel="icon" href="%FAVICON%" type="image/x-icon" />
|
2011-04-05 19:29:00 +02:00
|
|
|
<style>
|
2014-05-29 19:02:58 +02:00
|
|
|
html {background: #dddddd;}
|
|
|
|
body {background: #dddddd;}
|
2016-12-31 15:08:47 +01:00
|
|
|
#box {background: #ffffff;max-width: 300px;height: 80%;overflow:auto;padding: 25px;padding-bottom: 10px;text-align: center;vertical-align: middle;margin: auto;direction: %DIRECTION%;}
|
2011-12-02 23:25:27 +01:00
|
|
|
h2 {font-size: 100%;font-weight: bold; border-bottom: 1px solid #f4f4f4; margin-bottom: 0px;}
|
2011-04-05 19:29:00 +02:00
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="box">
|
2011-12-02 23:25:27 +01:00
|
|
|
<img src="%IMAGE%" >
|
2011-04-05 19:29:00 +02:00
|
|
|
<h2>AdBlock</h2>
|
|
|
|
%RULE%
|
|
|
|
</div>
|
|
|
|
</body></html>
|