Merge remote-tracking branch 'origin/new/bug_5604'
[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(/intranet-tmpl/prog/en/css/login.css);
7 [% END %]
8 [% IF ( wizard ) %]
9     @import url(/intranet-tmpl/prog/en/css/wizard.css);
10 [% END %]
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: 2em;
26         font-weight: normal;
27         vertical-align:middle;
28 }
29
30 h2 { font-size: 1.75em; }
31
32 h3 {
33         color: #006;
34         font-size: 1.5em;
35         font-weight: lighter;
36 }
37
38 p, li, dt {
39         line-height: 140%;
40         padding-bottom: 2px;
41 }
42
43 ul, ol { padding: 5px 5px 5px 20px; }
44
45 #logo { margin-bottom: 2em; }
46
47 .step a, .step input { font-size: 2em; }
48
49 td input { font-size: 1.5em; }
50
51 .step, th { text-align: right; }
52
53 #bloc25, .bloc25 {
54         float:left;
55         border:1px solid #000000;
56         margin:0px;
57         padding:0px;
58
59 }
60
61 #footer {
62         text-align: center;
63         border-top: 1px solid #ccc;
64         padding-top: 1em;
65         font-style: italic;
66 }
67
68 .update_error {
69         color: red;
70         font-weight: bold;
71 }
72
73 </style>
74 </head>
75 <body>