Modifying alternating table row color markup to match update to script
[koha.git] / koha-tmpl / intranet-tmpl / default / zh-TW / includes / common-style.css
1 .button {
2         text-align: center;
3         font: 1.2em sans-serif;
4         padding: 10px 15px;
5         border-style: solid;
6         border-width: 2px;
7         border-color: black;
8         text-decoration: none;
9         color: black;
10         border-radius: 6px;
11         -moz-border-radius: 6px;
12         background-color:#FFFFFF;
13         background-image:url("/intranet-tmpl/default/en/images/background-mem.gif");
14 }
15
16 #problem {
17         color: red;
18         font-weight:bold;
19 }
20 #menubar {
21         border-top:1px solid #666666;
22         font: 1.2em sans-serif;
23         background-color:#DDDDDD;
24 }
25 #submenu {
26         font: 0.5em sans-serif;
27         background-color:#EEEEEE;
28         border-left:1px solid #000000;
29 }
30 a.submenu {
31         font-weight: normal;
32         text-decoration: none;
33         cursor: hand;
34         color:#777777;
35         background-color:#EEEEEE;
36         padding:4px;
37         font-weight: bold;
38         margin:0;
39 }
40 a.submenu2 {
41         font-weight: normal;
42         text-decoration: none;
43         cursor: hand;
44         color:#777777;
45         background-color:#CCCCCC;
46         padding:4px;
47         font-weight: bold;
48         margin:0;
49 }
50
51 .koha {
52         text-align:center;
53         background-image:url("/intranet-tmpl/default/en/images/background-mem.gif");
54         }
55
56 /*
57  * We can't use a.home, etc. for Chinese.
58  * Otherwise the screen will be extremely ugly because of the padding
59  */
60 td.home {
61         padding:4px;
62         }
63 td.home a {
64         font-weight: normal;
65         text-decoration: none;
66         cursor: hand;
67         color:#777777;
68         font-weight: bold;
69         }
70 td.home a:hover {
71         background-color: #339933;
72         color: #000000;
73         text-decoration: none;
74         font-weight: normal;
75         font-weight: bold;
76         }
77
78 td.catalogue {
79         padding:4px;
80         }
81 td.catalogue a {
82         font-weight: normal;
83         text-decoration: none;
84         cursor: hand;
85         color:#777777;
86         font-weight: bold;
87         margin:0;
88         }
89 td.catalogue a:hover {
90         font-weight: normal;
91         text-decoration: none;
92         cursor: hand;
93         background-color:#ad11ad;
94         color:#FFFFFF;
95         font-weight: bold;
96         }
97
98 td.members {
99         padding:4px;
100         }
101 td.members a {
102         font-weight: normal;
103         text-decoration: none;
104         cursor: hand;
105         color:#777777;
106         font-weight: bold;
107         }
108 td.members a:hover {
109         background-color: #86c268;
110         color: #000000;
111         text-decoration: none;
112         font-weight: bold;
113         }
114
115 td.acquisition {
116         padding:4px;
117         }
118 td.acquisition a {
119         font-weight: normal;
120         text-decoration: none;
121         cursor: hand;
122         color:#777777;
123         font-weight: bold;
124         }
125 td.acquisition a:hover {
126         background-color: #ffdf61;
127         color: #000000;
128         text-decoration: normal;
129         font-weight: bold;
130         }
131
132 td.reports {
133         padding:4px;
134         }
135 td.reports a {
136         font-weight: normal;
137         text-decoration: none;
138         cursor: hand;
139         color:#777777;
140         font-weight: bold;
141         }
142 td.reports a:hover {
143         background-color: #6b7cbe;
144         color: #000000;
145         text-decoration: normal;
146         font-weight: bold;
147         }
148
149 td.circulation {
150         padding:4px;
151         }
152 td.circulation a {
153         font-weight: normal;
154         text-decoration: none;
155         cursor: hand;
156         color:#777777;
157         font-weight: bold;
158         }
159 td.circulation a:hover {
160         background-color: #be6170;
161         color: #000000;
162         text-decoration: normal;
163         font-weight: bold;
164         }
165
166 td.parameters {
167         padding:4px;
168         }
169 td.parameters a {
170         font-weight: normal;
171         text-decoration: none;
172         cursor: hand;
173         color:#777777;
174         font-weight: bold;
175         }
176 td.parameters a:hover {
177         background-color: #86c268;
178         color: #000000;
179         text-decoration: normal;
180         font-weight: bold;
181         }
182
183 td.about {
184         padding:4px;
185         }
186 td.about a {
187         font-weight: normal;
188         text-decoration: none;
189         cursor: hand;
190         color:#777777;
191         font-weight: bold;
192         }
193 td.about a:hover {
194         background-color: #86c268;
195         color: #000000;
196         text-decoration: normal;
197         font-weight: bold;
198         }
199
200 /* Chinese-specific stuff below */
201 *[lang=en], *[lang=fr], *[lang=de], *[lang=it],
202 *[lang=mi], *[lang=nl], *[lang=pl],
203 *.en {
204         font-family: Helvetica, Arial, sans-serif;
205 }
206
207 body {
208         font-family: "Apple LiGothic Medium", "SimHei", "MS Gothic", "MS Hei", sans-serif;
209 }
210