eric6/WebBrowser/data/html/adblockPage.html

Sat, 07 Sep 2019 17:35:43 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 07 Sep 2019 17:35:43 +0200
branch
without_py2_and_pyqt4
changeset 7223
2d58b9c1a981
parent 6942
2602857055c5
child 7717
f32d7965a17e
permissions
-rw-r--r--

Closed branch after it was merged into 'default'.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"> 
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>@TITLE@</title>
<link rel="icon" href="@FAVICON@" type="image/x-icon" />
<style>
body {
  padding: 3em 0em;
  background: -webkit-gradient(linear, left top, left bottom, from(#85784A), to(#FDFDFD), color-stop(0.5, #FDFDFD));
  background-repeat: repeat-x;
}
#box {
  background: white;
  border: 1px solid #85784A;
  max-width: 600px;
  height: 50%;
  padding: 40px;
  padding-bottom: 10px;
  margin: auto;
  border-radius: 0.8em;
  text-align: center;
  vertical-align: middle;
  margin: auto;
}
h1 {
  font-size: 130%;
  font-weight: bold;
  border-bottom: 1px solid #85784A;
  margin-bottom: 0px;
}
</style>
</head>
<body>
  <div id="box">
    <img src="@IMAGE@" width="64" height="64"/>
    <h1>AdBlock Plus</h1>
    <p>@MESSAGE@</p>
  </div>
</body>
</html>

eric ide

mercurial