626698844f14670afe8bb3f523a0e3b11f336def
[wolnelektury.git] / wolnelektury / static / css / widget.css
1 #wl {
2 background-color: white;
3 }
4 #wl a, a:visited, a:hover {
5 border: 0;
6 }
7 #wl img {
8 border: 0;
9 }
10 .ui-menu {
11 width: 160px;
12 font-size: small;
13 list-style-type: none;
14 padding: 0;
15 margin:0;
16 border-left:  1px solid #696969;
17 border-right: 1px solid #696969;
18 border-bottom: 1px solid #696969;
19 }
20
21 .ui-menu li {
22 font-size: small;
23 padding: 5px;
24 width: 150px
25 }
26
27 .ui-menu li:nth-child(odd) {
28 background-color: white;
29 }
30
31 .ui-menu li:nth-child(even){
32 background-color: #EDF1F5;
33 }
34
35 .ui-menu li:hover{
36 background-color: #053469;
37 color:white;
38 }
39
40 .ui-menu a:hover {
41 color:white;
42 text-decoration: none;
43 }
44
45 .ui-corner-all {
46 width: 160px;
47 cursor: pointer;
48 display:block;
49 }
50
51 .ui-corner-all a{
52     color: black;
53     text-decoration: none;
54 }