2 <html> |
2 <html> |
3 <head> |
3 <head> |
4 <meta charset="utf-8"> |
4 <meta charset="utf-8"> |
5 <meta http-equiv="content-type" content="text/html; charset=utf-8"> |
5 <meta http-equiv="content-type" content="text/html; charset=utf-8"> |
6 <title>@TITLE@</title> |
6 <title>@TITLE@</title> |
7 <link rel="icon" href="data:image/png;base64,@FAVICON@" type="image/x-icon" /> |
7 <link rel="icon" href="@FAVICON@" type="image/x-icon" /> |
8 <style> |
8 <style> |
9 body { |
9 body { |
10 padding: 3em 0em; |
10 padding: 3em 0em; |
11 background: -webkit-gradient(linear, left top, left bottom, from(#85784A), to(#FDFDFD), color-stop(0.5, #FDFDFD)); |
11 background: linear-gradient(#85784A, #fdfdfd, #fdfdfd); |
12 background-repeat: repeat-x; |
12 background-repeat: repeat-x; |
13 } |
13 } |
14 img { |
14 img { |
15 float: left; |
15 float: left; |
16 opacity: .8; |
16 opacity: .8; |