File: embedded_style.html

package info (click to toggle)
libcss-inliner-perl 4024-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 412 kB
  • sloc: perl: 882; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 903 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<html> 
  <head>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8"> 
    <style type="text/css" media="screen">
      table#layout { 
      color:#0084ff;
      text-align:left;
      }
      
      td#header {
      color:#ff0000;
      }
      
      div#top {
      color:#259e00;
      }
      
      p {
      text-decoration:line-through;
      background: url(/images/background.png);
      }
      
      a, a:link, a:visited { 
      font-size:30px;
      color:#f5a100; 
      font-weight:bold; 
      text-decoration:underline; 
      }
    </style> 
  </head> 
  <body>
    <table id="layout">
      <tr>
        <td id="header">
          <div id="top">
            <p>Email not displaying correctly? <a href="/view.html" title="View this email in your browser.">View it in your browser</a></p>
          </div>
        </td>
      </tr>
    </table>
  </body>
</html>