Line | |
---|
1 | .sociablemenu li {
|
---|
2 | list-style-type: square;
|
---|
3 | margin-left: 20px;
|
---|
4 | padding-left: 5px;
|
---|
5 | }
|
---|
6 | #sociable_site_list {
|
---|
7 | list-style-type: none;
|
---|
8 | margin: 0 auto;
|
---|
9 | padding: 0;
|
---|
10 | font-size: 80%;
|
---|
11 | }
|
---|
12 | #sociable_site_list li {
|
---|
13 | list-style-type: none;
|
---|
14 | cursor: move;
|
---|
15 | float: left;
|
---|
16 | margin: 2px 2px 0 0;
|
---|
17 | width: 135px;
|
---|
18 | height: 20px;
|
---|
19 | text-align: left;
|
---|
20 | font-size: 10px;
|
---|
21 | padding: 4px;
|
---|
22 | -moz-border-radius: 5px;
|
---|
23 | -webkit-border-radius: 5px;
|
---|
24 | border-radius: 5px;
|
---|
25 | }
|
---|
26 | #sociable_site_list li.active {
|
---|
27 | background-color: #6da6d1;
|
---|
28 | }
|
---|
29 | #sociable_site_list li.active img {
|
---|
30 | opacity: 1;
|
---|
31 | -moz-opacity: 1;
|
---|
32 | filter:alpha(opacity=100);
|
---|
33 | }
|
---|
34 | #sociable_site_list li.inactive {
|
---|
35 | background-color: #dddddd;
|
---|
36 | }
|
---|
37 | #sociable_site_list li.inactive img {
|
---|
38 | opacity: .4;
|
---|
39 | -moz-opacity: .4;
|
---|
40 | filter:alpha(opacity=40);
|
---|
41 | }
|
---|
42 | #sociable_site_list li input {
|
---|
43 | height: 12px;
|
---|
44 | margin: 0 5px 8px 0;
|
---|
45 | padding: 0;
|
---|
46 | background: transparent;
|
---|
47 | border: none;
|
---|
48 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.