-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
45 lines (40 loc) · 873 Bytes
/
style.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
ul.pfr-list {
/*list-style-type: circle;*/
/*list-style-position: outside;*/
padding: 0px 10px
}
#pfr-sidebar {
width: 350px;
left: 0px;
position: fixed;
top: 50px;
width: 350px;
z-index: 100;
}
#pfr-sidebar-inner {
background: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 3px;
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
border: 1px solid #000;
overflow-y: scroll;
}
#pfr-collapse {
position: fixed;
left: 350px;
top: 500px;
background-color: #3af;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 5px;
font-weight: bold;
border-radius: 0px 5px 5px 0px;
cursor: pointer;
}
#pfr-collapse a{
color: #ffffff;
}