rel_3_0 moved to HEAD (introducing new files)
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / installer-doc-head-close.inc
1 </title>
2 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3 <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
4 <style type="text/css" media="screen">
5
6 html { background: #eee; }
7
8 body {
9         background: #fff;
10         color: #000;
11         font-family: Georgia, "Times New Roman", Times, serif;
12         margin-left: 20%;
13         margin-right: 20%;
14         padding: .2em 2em;
15 }
16
17 h1 {
18         color: #006;
19         font-size: 18px;
20         font-weight: lighter;
21 }
22
23 h2 { font-size: 16px; }
24
25 h3 {
26         color: #006;
27         font-size: 18px;
28         font-weight: lighter;
29 }
30
31 p, li, dt {
32         line-height: 140%;
33         padding-bottom: 2px;
34 }
35
36 ul, ol { padding: 5px 5px 5px 20px; }
37
38 #logo { margin-bottom: 2em; }
39
40 .step a, .step input { font-size: 2em; }
41
42 td input { font-size: 1.5em; }
43
44 .step, th { text-align: right; }
45
46 #bloc25, .bloc25 {
47         float:left;
48         border:1px solid #000000;
49         margin:0px;
50         padding:0px;
51
52 }
53
54 #footer {
55         text-align: center;
56         border-top: 1px solid #ccc;
57         padding-top: 1em;
58         font-style: italic;
59 }
60
61 </style>
62 </head>
63
64 <body>
65 <h1 id="logo"><img alt="Koha" src="/intranet-tmpl/prog/en/images/koha.org-logo.gif" /></h1>