source: pycgibattler/trunk/00header.tmpl @ 61

Revision 61, 1.8 KB checked in by atzm, 13 years ago (diff)

modify mime-type

  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/plain; charset=utf-8
Line 
1## $Id$
2#encoding UTF-8
3<?xml version="1.0" encoding="UTF-8"?>
4<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
6  <head>
7    <meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
8    <meta http-equiv="Content-style-type" content="text/css; charset=UTF-8" />
9    <meta http-equiv="Content-script-type" content="text/javascript; charset=UTF-8" />
10    <link rel="stylesheet" href="$config.get('template', 'css')" type="text/css" media="all" />
11    <title>PyCodeBattler β</title>
12    <style type="text/css" media="all">
13      div.section table.stat {
14        margin-left: 3em;
15        border:      1px solid #123456;
16      }
17      div.section table.stat tr th,td {
18        border:      1px solid #123456;
19      }
20      div.section table.stat tr td.left {
21        text-align:  left;
22      }
23      div.section table.stat tr td.center {
24        text-align:  center;
25      }
26      div.section table.stat tr td.right {
27        text-align:  right;
28      }
29      div.section span.invokeskill {
30        color: blue;
31      }
32      div.section span.criticalattack {
33        color:       red;
34        font-weight: bold;
35      }
36      div.section span.healed {
37        color:       green;
38      }
39      div.section span.damaged {
40        color:       darkred;
41      }
42      div.section span.dead {
43        color:       red;
44      }
45      div.section span.timedout {
46        color:       green;
47      }
48    </style>
49  </head>
50
51  <body>
52    <h1>PyCodeBattler β</h1>
53
54    <div class="main">
55      <div style="margin-left: 5em; margin-right: 5em; font-style: italic; font-size: large;">
56        <p>Pythonista 達の熱き闘いが,</p>
57        <p style="text-align: right;">今,始まる...!!</p>
58      </div>
Note: See TracBrowser for help on using the repository browser.