french translation
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes_npl / intranet.css
1 body {
2         font-family : Verdana, Geneva, Arial, sans-serif;
3         font-size : .9em;
4 }
5
6 table {
7         border-collapse : collapse;
8         border-top : 1px solid #CCCCCC;
9         border-right : 1px solid #CCCCCC;
10         margin : 1em 0;
11 }
12
13 caption {
14         font-size : 140%;
15         text-align : left;
16         font-weight : bold;
17 }
18
19 td,th {
20         border-left : 1px solid #CCCCCC;
21         border-bottom : 1px solid #CCCCCC;
22         padding : 5px;
23 }
24
25 th {
26         background-color : #CCCCCC;
27         border-left : 1px solid #999999;
28         border-bottom : 1px solid #999999;
29 }
30
31 th[scope=row] {
32         background-color : #EEEEEE;
33         text-align : right;
34 }
35
36 input {
37         font-size:0.9em;
38 }
39
40 select {
41         font-size:0.9em;
42 }
43
44 input[type=submit], input[type=button], input[type=reset] {
45         background-color : #6699cc;
46         color : #FFFFFF;
47         font-size : 1em;
48         font-weight : bold;
49 }
50
51 tr.highlight td, tr.highlight th {
52         background-color : #EEEEEE;
53 }
54
55 #admin_stopwords_select UL {
56    width: 600px;
57 }
58
59 #admin_stopwords_select UL LI {
60    white-space: nowrap;
61 }
62
63 legend {
64         font-size:120%;
65         font-weight:bold;
66 }
67
68 .problem {
69         color: white;
70         background-color:red;
71 }
72
73 /* css styles for reserves color alerts */
74 .onloan {
75         background-color: #FFED3D;
76 }
77
78 .reserved {
79         background-color: #8EBAFF;
80 }
81
82 .transfered {
83         background-color: #F9FF9A;
84 }
85
86 .inwait {
87         background-color: #33CC99;
88 }
89
90 .other {
91         background-color: #FF0000;
92 }
93
94 /* end of css styles for reserves color alerts */
95
96 /* MAIN MENU STYLES */
97 #nav {
98         position: absolute;
99         left: 1px;
100         margin: 0% 0% 0% 5px;
101         padding: 0px;
102         width: 16%;
103 }
104
105
106 #nav a {
107     display:block;
108     text-decoration:none;
109     color:black;
110 }
111 #nav a:hover {
112     display:block;
113     background-color:red;
114     color:white;
115 }
116
117 #nav .submit {
118         font-size: 9px;
119 }
120
121 #nav a {
122         font-family: Tahoma, arial, geneva, sans-serif;
123         font-weight: bold;
124         text-decoration: none;
125 }
126
127 #nav h4 {
128         font-size: 12px;
129         font-weight: bold;
130         margin: 0px;
131         padding: 0px;
132         text-align: left;
133 }
134
135 #nav input {
136         font-size: .8em;
137 }
138
139 #nav label {
140         font-size: 10px;
141 }
142
143 #nav ul {
144         margin: 0px;
145         padding: 0px;
146 }
147
148 #nav ul li {
149         font-size: .8em;
150         list-style: none;
151         padding: 3px 3px 10px 3px;
152         text-align: right;
153         width: 100%;
154 }
155
156 #nav ul ul {
157         margin: 0px 0px 0px 5px;
158 }
159
160 #nav ul ul li {
161         font-size: .9em;
162         list-style: none;
163         margin: 0px 0px 0px 0px;
164         padding: 0px 0px 0px 0px;
165         text-align: right;
166         width: 100%;
167 }
168
169 #nav ul ul li+li {
170         padding: 0px 0px 0px 0px;
171 }
172
173
174
175 #main {
176         margin-left: 18%;
177         margin-right: 2%;
178         margin-top: 2%;
179         padding: 10px;
180 }
181
182
183 /* submenus styles */
184 #submenu {
185     margin-left:18%;
186 }
187 #submenu a {
188     margin:5px;
189     text-decoration:none;
190     color:black;
191 }
192 #submenu a:hover {
193     margin:5px;
194     background-color:#6699cc;
195     color:white;
196 }
197
198 /* the USER information block */
199 #librarian_information {
200 /*     position:absolute; */
201     float:right;
202     font-size:10pt;
203 }
204