We can't use A.home, A.about, etc. for Chinese, otherwise the padding will
[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 #menubar {
17         border-top:1px solid #666666;
18         font: 1.2em sans-serif;
19         background-color:#DDDDDD;
20 }
21 #submenu {
22         font: 0.5em sans-serif;
23         background-color:#EEEEEE;
24         border-left:1px solid #000000;
25 }
26 a.submenu {
27         font-weight: normal;
28         text-decoration: none;
29         cursor: hand;
30         color:#777777;
31         padding:4px;
32         font-weight: bold;
33         margin:0;
34 }
35
36 .koha {
37         text-align:center;
38         background-image:url("/intranet-tmpl/default/en/images/background-mem.gif");
39         }
40
41 /*
42  * We can't use a.home, etc. for Chinese.
43  * Otherwise the screen will be extremely ugly because of the padding
44  */
45 td.home {
46         padding:4px;
47         }
48 td.home a {
49         font-weight: normal;
50         text-decoration: none;
51         cursor: hand;
52         color:#777777;
53         font-weight: bold;
54         }
55 td.home a:hover {
56         background-color: #339933;
57         color: #000000;
58         text-decoration: none;
59         font-weight: normal;
60         font-weight: bold;
61         }
62
63 td.catalogue {
64         padding:4px;
65         }
66 td.catalogue a {
67         font-weight: normal;
68         text-decoration: none;
69         cursor: hand;
70         color:#777777;
71         font-weight: bold;
72         margin:0;
73         }
74 td.catalogue a:hover {
75         font-weight: normal;
76         text-decoration: none;
77         cursor: hand;
78         background-color:#ad11ad;
79         color:#FFFFFF;
80         font-weight: bold;
81         }
82
83 td.members {
84         padding:4px;
85         }
86 td.members a {
87         font-weight: normal;
88         text-decoration: none;
89         cursor: hand;
90         color:#777777;
91         font-weight: bold;
92         }
93 td.members a:hover {
94         background-color: #86c268;
95         color: #000000;
96         text-decoration: none;
97         font-weight: bold;
98         }
99
100 td.acquisition {
101         padding:4px;
102         }
103 td.acquisition a {
104         font-weight: normal;
105         text-decoration: none;
106         cursor: hand;
107         color:#777777;
108         font-weight: bold;
109         }
110 td.acquisition a:hover {
111         background-color: #ffdf61;
112         color: #000000;
113         text-decoration: normal;
114         font-weight: bold;
115         }
116
117 td.reports {
118         padding:4px;
119         }
120 td.reports a {
121         font-weight: normal;
122         text-decoration: none;
123         cursor: hand;
124         color:#777777;
125         font-weight: bold;
126         }
127 td.reports a:hover {
128         background-color: #6b7cbe;
129         color: #000000;
130         text-decoration: normal;
131         font-weight: bold;
132         }
133
134 td.circulation {
135         padding:4px;
136         }
137 td.circulation a {
138         font-weight: normal;
139         text-decoration: none;
140         cursor: hand;
141         color:#777777;
142         font-weight: bold;
143         }
144 td.circulation a:hover {
145         background-color: #be6170;
146         color: #000000;
147         text-decoration: normal;
148         font-weight: bold;
149         }
150
151 td.parameters {
152         padding:4px;
153         }
154 td.parameters a {
155         font-weight: normal;
156         text-decoration: none;
157         cursor: hand;
158         color:#777777;
159         font-weight: bold;
160         }
161 td.parameters a:hover {
162         background-color: #86c268;
163         color: #000000;
164         text-decoration: normal;
165         font-weight: bold;
166         }
167
168 td.about {
169         padding:4px;
170         }
171 td.about a {
172         font-weight: normal;
173         text-decoration: none;
174         cursor: hand;
175         color:#777777;
176         font-weight: bold;
177         }
178 td.about a:hover {
179         background-color: #86c268;
180         color: #000000;
181         text-decoration: normal;
182         font-weight: bold;
183         }