source: trunk/plugins/language_switch/style.css @ 21356

Last change on this file since 21356 was 21356, checked in by mistic100, 11 years ago

update css overload

File size: 435 bytes
Line 
1#languageSwitchBox {
2        padding: 0.5em 5px;
3        border-radius: 4px;
4        z-index: 100;
5        text-align:left;
6        display: none;
7        position: absolute;
8        left: 0; top: 0; /*left, right set through js*/
9  background-color: #555;
10  border: 1px solid #000;
11}
12
13#languageSwitchBox .switchBoxTitle {
14  padding-bottom:5px;
15  margin-bottom:5px;
16  border-bottom: 1px solid #444;
17}
18#languageSwitchBox a {
19  color:#aaa;
20}
21#languageSwitchBox a:hover {
22  color:#ddd;
23}
Note: See TracBrowser for help on using the repository browser.