source: extensions/theme_switch/trunk/style.css @ 21355

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

question_mark_in_url=false and update css overload

File size: 422 bytes
Line 
1#themeSwitchBox {
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#themeSwitchBox .switchBoxTitle {
13  padding-bottom:5px;
14  margin-bottom:5px;
15  border-bottom: 1px solid #444;
16}
17#themeSwitchBox a {
18  color:#aaa;
19}
20#themeSwitchBox a:hover {
21  color:#ddd;
22}
Note: See TracBrowser for help on using the repository browser.