Cleanup on Serials. Markup corrections and cleanup, moving script blocks into header...
[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 a, a:link, a:visited, a:active {
4         color : #316494;
5 }
6
7 a:hover {
8         color : #669ACC;
9 }
10
11 body {
12         text-align : left;
13 }
14
15 h1 {
16         font-size : 182%;
17         font-weight : bold;
18 }
19
20 h2 {
21         font-size : 167%;
22         font-weight : bold;
23 }
24
25 h3 {
26         font-size : 153.9%;
27         font-weight : bold;
28 }
29
30 h4 {
31         font-size : 138.5%;     
32         font-weight : bold;
33 }
34
35 h5 {
36         font-size : 123.1%;     
37         font-weight : bold;
38 }
39
40 h6 {
41         font-size : 93%;
42         font-weight : bold;
43 }
44
45 #hd {
46 }
47
48 #navigation {
49         border-right : 1px solid #BCBCBC;
50 }
51
52 #navigation li {
53         font-weight : bold;
54 }
55
56 #navigation li li {
57         font-weight : normal;
58 }
59
60 #navigation input {
61         font-size : 85%;
62 }
63
64 #ft {
65 }
66
67 .yui-u {
68 }
69
70 #doc3 {
71         padding-top : 1em;
72 }
73
74 #login   {
75         position : absolute;
76         top : 3px;
77         right : 40px;
78 }
79
80 #login a {
81
82 }
83
84 ul {
85         padding-left : 1.1em;
86 }
87
88 li {
89         
90         list-style-type : disc;
91 }
92
93 #header {
94         border-bottom : 1px solid #E8E8E8;
95 }
96
97 #header:after { /* clearing without presentational markup, IE gets extra treatment */
98     display: block;
99     clear: both;
100     content: " ";
101 }
102
103 #sitetitle {
104         background-image : url("../../img/koha-logo-black.png");
105         background-position : 5px 2px;
106         background-repeat : no-repeat;
107         float : left;
108         height : 54px;
109         padding-left : 50px;
110 }
111
112 #sitetitle h1 {
113         display : inline;
114         line-height : 54px;
115 }
116
117 #sitetitle h1 a {
118         text-decoration : none;
119 }
120
121 #toplevelnav {
122         float : left;
123         line-height : 54px;
124         margin-left : 1em;
125 }
126
127 #submenu {
128         margin : .5em 0;
129 }
130
131 #toplevelnav li, #submenu li {
132         display : inline;
133         border-right : 1px solid #E8E8E8;
134         padding : 0 .5em;
135         white-space : nowrap;
136 }
137
138 #toplevelnav li:last-child, #submenu li:last-child {
139         border : 0;
140 }
141
142 table {
143         border-collapse : collapse;
144         border-top : 1px solid #BCBCBC;
145         border-right : 1px solid #BCBCBC;
146 }
147
148 td, th {
149         border-bottom : 1px solid #BCBCBC;
150         border-left : 1px solid #BCBCBC;
151         padding : .5em;
152 }
153
154 td {
155         background-color : White;
156 }
157
158 th {
159         background-color : #E8E8E8;
160         font-weight : bold;
161 }
162
163 td.highlight {
164         background-color : #F3F3F3;
165 }
166
167 caption {
168         font-size : 153.9%;
169         font-weight : bold;
170 }
171
172 span.problem {
173         background-color : #FFFFCC;
174         color : #990000;
175         font-weight : bold;
176         line-height : 1.7em;
177 }
178
179 fieldset {
180         border : 2px solid #EEEEEE;
181         margin : 1em;
182         padding : 1em;
183 }
184
185 legend {
186         font-size : 138.5%;
187         font-weight : bold;
188         margin : 0 0 0 -1em;
189         padding : 0;
190 }
191
192