Adding a status description.
[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 <!-- TMPL_IF NAME="login" -->
6     @import url(/intranet-tmpl/prog/en/css/login.css);
7 <!-- /TMPL_IF -->
8 <!-- TMPL_IF NAME="wizard" -->
9     @import url(/intranet-tmpl/prog/en/css/wizard.css);
10 <!-- /TMPL_IF -->
11
12 html { background: #eee; }
13
14 body {
15         background: #fff;
16         color: #000;
17         font-family: Georgia, "Times New Roman", Times, serif;
18         margin-left: 20%;
19         margin-right: 20%;
20         padding: .2em 2em;
21 }
22
23 h1 {
24         color: #006;
25         font-size: 18px;
26         font-weight: lighter;
27 }
28
29 h2 { font-size: 16px; }
30
31 h3 {
32         color: #006;
33         font-size: 18px;
34         font-weight: lighter;
35 }
36
37 p, li, dt {
38         line-height: 140%;
39         padding-bottom: 2px;
40 }
41
42 ul, ol { padding: 5px 5px 5px 20px; }
43
44 #logo { margin-bottom: 2em; }
45
46 .step a, .step input { font-size: 2em; }
47
48 td input { font-size: 1.5em; }
49
50 .step, th { text-align: right; }
51
52 #bloc25, .bloc25 {
53         float:left;
54         border:1px solid #000000;
55         margin:0px;
56         padding:0px;
57
58 }
59
60 #footer {
61         text-align: center;
62         border-top: 1px solid #ccc;
63         padding-top: 1em;
64         font-style: italic;
65 }
66
67 </style>
68 </head>
69 <body>