summaryrefslogtreecommitdiff
path: root/template/logged_dump.st
blob: 86e23fcddde8841914cb2adccad76b6b60f4fe39 (plain)
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
  <style type="text/css">
  
      .logged-dump {
img{
    max-width:650px;
    width: expression(this.width > 650 ? 650: true);
    max-height:400px;
    height: expression(this.width > 400 ? 400: true);
    max-width:400px;
      }
	    .content {
img{
    max-width:650px;
    width: expression(this.width > 650 ? 650: true);
    max-height:400px;
    height: expression(this.width > 400 ? 400: true);
    max-width:400px;
      }
	
img{
    max-width:650px;
    width: expression(this.width > 650 ? 650: true);
    max-height:400px;
    height: expression(this.width > 400 ? 400: true);
    max-width:400px;
    body {
	background-image: url(static/bg4.png);
}
    body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
    </style>
<div class="logged-dump">
  <div>$dump.created_on$  -- by <a href="/u/$dump.nick$">$dump.nick$</a></div>
  <div class="content">$dump.content$</div>
  <hr />
</div>