french translation
[koha.git] / koha-tmpl / intranet-tmpl / prog / fr / includes / intranet-print.css
1 body {
2     font-family : Verdana, Geneva, Arial, sans-serif;
3     font-size : .9em;
4 }
5
6 table {
7     border-collapse : inherit;
8     border : 1px solid #CCCCCC;
9     margin : 1em 0;
10 }
11
12 caption {
13     font-size : 140%;
14     text-align : left;
15     font-weight : bold;
16 }
17
18 td,th {
19     /*border-left : 1px solid #CCCCCC;
20     border-bottom : 1px solid #CCCCCC;*/
21     border : 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 .searchresults table tr:hover{
52     background-color: #CCFFFF;
53 }
54
55 tr.highlight td, tr.highlight th {
56     background-color : #EEEEEE;
57 }
58
59 .here {
60     color: black;
61     text-decoration:none;
62 }
63
64 #problem {
65     color: red;
66     background-color:white;
67     font-weight : bold;
68 }
69
70 #admin_stopwords_select UL {
71    width: 600px;
72 }
73
74 #admin_stopwords_select UL LI {
75    white-space: nowrap;
76 }
77
78 legend {
79     font-size:120%;
80     font-weight:bold;
81 }
82
83 .problem {
84     color: white;
85     background-color:red;
86     font-weight : bold;
87 }
88
89 /* css styles for reserves color alerts */
90 .onloan {
91     background-color: #FFED3D;
92 }
93
94 .reserved {
95     background-color: #8EBAFF;
96 }
97
98 .transfered {
99     background-color: #F9FF9A;
100 }
101
102 .inwait {
103     background-color: #33CC99;
104 }
105
106 .other {
107     background-color: #FF0000;
108 }
109
110 .available {
111     background-color: white;
112 }
113
114 .unavailable {
115     background-color: #FFED3D;
116 }
117
118 .hasexpirated {
119     text-decoration: line-through;
120 }
121
122 /* style for search terms in catalogsearch */
123 .term {
124     background-color:yellow;
125 }
126
127 /* end of css styles for reserves color alerts */
128
129 /* MAIN MENU STYLES */
130 #mainmenu {
131 display:none;
132 }
133
134 /* submenus styles */
135 #submenu {
136     display:none;
137 }
138 /*Action button*/
139 #action {
140     display:none;
141 }
142
143 /* Main body style */
144 #main {
145     margin-left:0%;
146 }
147
148 /* facets bloc */
149 #facets {
150     display:none;
151 }
152
153 /* the USER information block */
154 #librarian_information {
155     display:none;
156 }
157
158 /* css style for reregistration alert */
159
160 .reregistrinfo {
161     color: #6699cc;
162     font-weight : bold;
163     background-color : #eeeeee;
164 }
165 /* MARC editor */
166
167 /* styles for the 11 buttons that the user can click on */
168 /* the design of the active tab button (only 1 at a given time)*/
169 .tab_active {
170     color: #6699CC;
171     background-color : #CCCCCC;
172     font-size : 1em;
173     border: 2px inset;
174     font-weight : bold;
175     text-decoration:none;
176     display: inline;
177     text-decoration:none;
178     margin-left:10px;
179 }
180
181 #onlinehelp {
182     display:none;
183 }
184
185 /* the design of the INactives tab buttons (all other tabs) */
186 .tab_inactive {
187     background-color : #6699CC;
188     color : #FFFFFF;
189     font-size : 1em;
190     font-weight : bold;
191     display:inline;
192     border: 2px outset;
193     text-decoration:none;
194     margin-left:10px;
195 }
196
197 /* the button of INactive tabs : we need this one to have white color on links, otherwise, default a look will be choosen */
198 #tabs a {
199     color:white;
200     text-decoration:none;
201     padding-right:10px;
202     padding-left:10px;
203 }
204
205 /* specify that we to do when the mouse is on 1 button */
206 #tabs a:hover {
207     border: 2px inset;
208 }
209
210 #tabs {
211     margin-top:45px;
212     margin-bottom:5px;
213 }
214
215 /* styles for the 11 content blocks */
216 /* the property for hidden tabs */
217 .content_hidden {
218     height:0px; /* you propably don't need to change this one */
219     visibility:hidden; /* you propably don't need to change this one */
220     display:none;
221 }
222
223 /* the property for the displayed tab */
224 .content_visible {
225     height:0px; /* you propably don't need to change this one */
226     visibility:visible; /* you propably don't need to change this one */
227     display:block;
228 }
229
230 .lineSelected {
231     background-color:yellow;
232 }
233 .DoNotPrint {
234     display:none;
235 }