-
Notifications
You must be signed in to change notification settings - Fork 1
/
Magazine.html
executable file
·22 lines (22 loc) · 989 Bytes
/
Magazine.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<div style="position:absolute; top:0; left:0; right:0; bottom:0">
<style type="text/css">
a { color: #903020; font: %fpt TrebuchetMS-Bold; text-decoration: none }
img {
display: block;
margin-left: auto;
margin-right: auto;
max-width: %dpx;
padding: 4px;
-webkit-border-radius: 1px;
-webkit-box-shadow: 0px 0px 3px gray
}
</style>
<div style="background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E8E8E8), color-stop(1, #C0C0C0));
padding: 10px; color: #303030; font: %fpt TrebuchetMS-Bold">%@
</div>
<div style="padding-top: 5px; padding-left: 10px; padding-right:10px; font: %fpt TrebuchetMS">von <b>%@</b></br>Veröffentlicht: %@
<div style="padding-top:5px; border-bottom-style: solid; border-bottom-color: #D0D0D0">
</div>
</div>
<div style="padding: 10px; font: %fpt TrebuchetMS">%@</div>
</div>