stlviewer.css

changeset 11
098335a1d510
child 12
b3cf0176512e
equal deleted inserted replaced
10:d26669bf424e 11:098335a1d510
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;
34 min-height: 20px;
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;
51 height: 300px;
52 overflow-y: scroll;
53 overflow-x: hidden;
54 }

mercurial