-
Notifications
You must be signed in to change notification settings - Fork 0
/
viewmodel.css
84 lines (69 loc) · 1.24 KB
/
viewmodel.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
#x3d_canvas{
/* background:#000 url(http://i.stack.imgur.com/p9mUO.jpg); */
}
body{
padding:5px;
}
.nooutline{
/*font-weight:bold;*/
outline:none;
}
.nooutline:focus{
outline:none;
}
#thrd li {
padding:2px 2px 2px 10px;
}
#thrd li:hover{
background-color:rgba(200,200,200,0.2);
}
#x3dom-state-viewer {
position: absolute;
top:1px;
left:1px;
background-color:rgba(100,100,100,0.7);
border: 1px solid gray;
color:rgba(250,250,250,1);
border-radius: 1px;
padding: 3px;
}
.btn-my {
background:rgba(100,100,100,0.7);
border:1px solid gray;
color: white;
/*font-weight: bold;*/
/*border-radius: 1px;*/
}
.btn-my:hover{
background:rgba(100,100,100,0.9);
color: white;
}
.btn-my:focus {
background:rgba(100,100,100,0.9);
}
.btn-my:active {
background:rgba(100,100,100,0.9);
color: white;
}
.btn-my.disabled {
color: red;
}
#bom li{
padding:2px 2px 2px 10px;
border:0px solid black;
}
#bom button{
/*padding:5px 15px 5px 15px;*/
border: 1px solid rgba(50,50,50,0.5);
}
#help-text td{
padding:1px 15px 1px 15px;
}
#x3dom_logdiv{
position:absolute;
bottom:1px;
left:1px;
}
.btn-odd-success{
background:rgba(90,150,90,1);
}