Bug 17014 - Remove more event attributes from patron templates
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / installer-doc-head-close.inc
1 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
2 <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
3 <style type="text/css" media="screen">
4
5 [% IF ( login ) %]
6     @import url([% interface %]/[% theme %]/css/login.css);
7 [% END %]
8
9 html { background: #eee; }
10
11 body {
12         background: #fff;
13         color: #000;
14         font-family: Georgia, "Times New Roman", Times, serif;
15         margin-left: 20%;
16         margin-right: 20%;
17         padding: .2em 2em;
18 }
19
20 h1 {
21         color: #006;
22         font-size: 2em;
23         font-weight: normal;
24         vertical-align:middle;
25 }
26
27 h2 { font-size: 1.75em; }
28
29 h3 {
30         color: #006;
31         font-size: 1.5em;
32         font-weight: lighter;
33 }
34
35 p, li, dt {
36         line-height: 140%;
37         padding-bottom: 2px;
38 }
39
40 ul, ol { padding: 5px 5px 5px 20px; }
41
42 #logo { margin-bottom: 2em; }
43
44 .step a, .step input { font-size: 2em; }
45
46 td input { font-size: 1.5em; }
47
48 .step, th { text-align: right; }
49
50 #bloc25, .bloc25 {
51         float:left;
52         border:1px solid #000000;
53         margin:0px;
54         padding:0px;
55
56 }
57
58 #footer {
59         text-align: center;
60         border-top: 1px solid #ccc;
61         padding-top: 1em;
62         font-style: italic;
63 }
64
65 .update_error {
66         color: red;
67         font-weight: bold;
68 }
69
70 </style>
71
72 <script type="text/javascript">
73     //<![CDATA[
74         function _(s) { return s } // dummy function for gettext
75     //]]>
76 </script>
77 </head>
78 <body id="installer" class="installer">