-
Notifications
You must be signed in to change notification settings - Fork 1
/
demo.css
49 lines (47 loc) · 1.27 KB
/
demo.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
ul#wadokutres {
position: fixed !important;
top: 20px !important;
right: 20px !important;
width: 30% !important;
float: right !important;
background-color: #f5f5f5 !important;
margin-bottom: 20px !important;
padding: 5px !important;
min-height: 40px !important;
border: 1px solid #eee;
border: 1px solid rgba(0, 0, 0, 0.05);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
list-style-position: inside;
list-style-type: none;
margin-left: 0;
text-align: left;
font-size: 70%;
font-family: "myriad-pro-1","myriad-pro-2","Lucida Grande",Sans-Serif;
-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
text-shadow: 0 1px 1px #ffffff;
text-indent: 4px;
filter: alpha(opacity=90);
-khtml-opacity: 0.9;
-moz-opacity: 0.9;
opacity: 0.9;
}
ul#wadokutres li:nth-child(odd) {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 2px solid white;
background-color: #f9f9f1;
padding: 0;
text-indent: 2px;
}
#wadokutres li:nth-child(1) {
text-align: center;
background-color: #fefbf1;
text-indent: 0px;
}