Moving </head><body> into body of templates so that js and css can be embedded per...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / css / staff-global.css
1 @import url( /intranet-tmpl/prog/en/lib/yui/reset-fonts-grids.css) all;
2
3 body {
4         text-align : left;
5 }
6
7 h1 {
8         font-size : 182%;
9         font-weight : bold;
10 }
11
12 h2 {
13         font-size : 167%;
14         font-weight : bold;
15 }
16
17 h3 {
18         font-size : 153.9%;
19         font-weight : bold;
20 }
21
22 h4 {
23         font-size : 138.5%;     
24         font-weight : bold;
25 }
26
27 h5 {
28         font-size : 123.1%;     
29         font-weight : bold;
30 }
31
32 h6 {
33         font-size : 93%;
34         font-weight : bold;
35 }
36
37 #hd {
38 }
39
40 #navigation {
41         border-right : 1px solid #BCBCBC;
42 }
43
44 #navigation li {
45         font-weight : bold;
46 }
47
48 #navigation li li {
49         font-weight : normal;
50 }
51
52 #navigation input {
53         font-size : 85%;
54 }
55
56 #ft {
57 }
58
59 .yui-u {
60 }
61
62 #onlinehelp {
63         position : absolute;
64         top : 3px;
65         right : 10px;
66 }
67
68 ul {
69         padding-left : 1.1em;
70 }
71
72 li {
73         
74         list-style-type : disc;
75 }
76
77 #header {
78         background-image : url("../../img/koha-logo-black.png");
79         background-position : left;
80         background-repeat : no-repeat;
81         height : 54px;
82         padding-left : 45px;
83 }
84
85 #header h1 {
86         height : 54px;
87         vertical-align : middle;
88 }
89
90 #header h1 a {
91         text-decoration : none;
92 }
93
94 #submenu {
95         margin : .5em 0;
96 }
97
98 #submenu li {
99         display : inline;
100         border-right : 1px solid #E8E8E8;
101         padding : 0 .5em;
102         white-space : nowrap;
103 }
104
105 #submenu li:last-child {
106         border : 0;
107 }
108
109 table {
110         border-collapse : collapse;
111         border-top : 1px solid #BCBCBC;
112         border-right : 1px solid #BCBCBC;
113 }
114
115 td, th {
116         border-bottom : 1px solid #BCBCBC;
117         border-left : 1px solid #BCBCBC;
118         padding : .5em;
119 }
120
121 td {
122         background-color : White;
123 }
124
125 th {
126         background-color : #E8E8E8;
127         font-weight : bold;
128 }
129
130 td.highlight {
131         background-color : #F3F3F3;
132 }
133
134 caption {
135         font-size : 153.9%;
136         font-weight : bold;
137 }
138
139 span.problem {
140         background-color : #FFFFCC;
141         color : #990000;
142         font-weight : bold;
143         line-height : 1.7em;
144 }
145
146 fieldset {
147         border : 2px solid #EEEEEE;
148         margin : 1em;
149         padding : 1em;
150 }
151
152 legend {
153         font-size : 138.5%;
154         font-weight : bold;
155         margin : 0 0 0 -1em;
156         padding : 0;
157 }
158
159