Wed, 05 Apr 2017 00:59:45 +0200
code cleanup
11 | 1 | body { |
2 | font-family: Monospace; | |
3 | background-color: #000000; | |
4 | margin: 0px; | |
5 | overflow: hidden; | |
6 | } | |
7 | ||
8 | #info { | |
9 | color: #fff; | |
10 | position: absolute; | |
11 | top: 10px; | |
12 | width: 100%; | |
13 | text-align: center; | |
14 | z-index: 100; | |
15 | display:block; | |
16 | ||
17 | } | |
18 | ||
19 | a { color: skyblue } | |
20 | .button { background:#999; color:#eee; padding:0.2em 0.5em; cursor:pointer } | |
21 | .highlight { background:orange; color:#fff; } | |
22 | ||
23 | span { | |
24 | display: inline-block; | |
25 | width: 60px; | |
26 | float: left; | |
27 | text-align: center; | |
28 | } | |
29 | ||
30 | ||
31 | #sortable1, #sortable2 { | |
32 | border: 1px solid #eee; | |
33 | width: 142px; | |
12 | 34 | /*min-height: 20px;*/ |
11 | 35 | list-style-type: none; |
36 | margin: 0; | |
37 | padding: 5px 0 0 0; | |
38 | float: left; | |
39 | margin-right: 10px; | |
40 | } | |
41 | #sortable1 li, #sortable2 li { | |
42 | margin: 0 5px 5px 5px; | |
43 | padding: 5px; | |
44 | font-size: 1.2em; | |
45 | width: 120px; | |
46 | background: rgba(0,0,0,0.5); | |
47 | } | |
48 | ||
49 | .listcontainer { | |
50 | width: 157px; | |
12 | 51 | height: 500px; |
52 | overflow-y: auto; | |
11 | 53 | overflow-x: hidden; |
12 | 54 | float: left; |
55 | } | |
56 | .listcontainer ul { | |
57 | min-height: 420px; | |
13
39fb313ba27c
finished viewer again, giving up with texturing mesh without uv mapping
mdd
parents:
12
diff
changeset
|
58 | } |
39fb313ba27c
finished viewer again, giving up with texturing mesh without uv mapping
mdd
parents:
12
diff
changeset
|
59 | .listcontainer ul li:hover { |
39fb313ba27c
finished viewer again, giving up with texturing mesh without uv mapping
mdd
parents:
12
diff
changeset
|
60 | cursor: pointer; |
39fb313ba27c
finished viewer again, giving up with texturing mesh without uv mapping
mdd
parents:
12
diff
changeset
|
61 | } |
39fb313ba27c
finished viewer again, giving up with texturing mesh without uv mapping
mdd
parents:
12
diff
changeset
|
62 | .listcontainer span { |
39fb313ba27c
finished viewer again, giving up with texturing mesh without uv mapping
mdd
parents:
12
diff
changeset
|
63 | |
11 | 64 | } |