*** empty log message ***
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / 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 #mainmenu {
98     display:block;
99     float:left;
100     margin-right:2px;
101     border-right:1px solid black;
102 }
103
104 #mainmenu a {
105     display:block;
106     margin:5px;
107     text-decoration:none;
108     color:black;
109 }
110 #mainmenu a:hover {
111     display:block;
112     margin:5px;
113     background-color:#6699cc;
114     color:white;
115 }
116
117 /* submenus styles */
118 #submenu {
119     margin-left:10%;
120 }
121 #submenu a {
122     margin:5px;
123     text-decoration:none;
124     color:black;
125 }
126 #submenu a:hover {
127     margin:5px;
128     background-color:#6699cc;
129     color:white;
130 }
131
132 /* the USER information block */
133 #librarian_information {
134 /*     position:absolute; */
135     float:right;
136     font-size:10pt;
137 }
138
139 #main {
140         background-color : #C2CED3;
141         border-left : 1px solid #000000;
142         margin-left : 20%;
143         margin-right : 1%;
144         margin-top : 2%;
145         padding : 10px;
146 }
147
148 #facetsmenu {
149 position : absolute;
150 left : 1px;
151 width : 15%;
152     display:block;
153     float:left;
154     margin-right:2px;
155     margin-top:2%;
156     border-right:1px solid black;
157 }
158 #facetsmenu ul {
159         background-color : #C4C6C7;
160         border-bottom : 1px solid #FFFFCC;
161         border-left : 0px solid #FFFFCC;
162         border-right : 0px solid #006699;
163         border-top : 0px solid #FFFFCC;
164         font-size : .8em;
165         list-style : none;
166         padding : 2px;
167         text-align : left;
168         width : 100%;
169 }
170 #facetsmenu ul li {
171         
172         list-style : none;
173         padding : 1px;
174         text-align : right;
175         
176 }