-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
50 lines (44 loc) · 1.04 KB
/
main.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
body{text-align: center;}
#myCanvas{}
#display{width: 830px; padding: 2%;float: left; border: 1px solid;}
.val{width: 50px; margin-bottom: 10px;}
#actions_div{width: 35%; padding: 2%;float: left; border: 1px solid;margin-left: 1%;text-align: left;}
select{width:100px;}
div#actions_div select{margin-bottom: 10px;}
div#actions_div select.leaf, div#actions_div input.leaf{display: inline-block; width: 70px; background-color: lightgreen; margin-left: 5px;}
div#actions_div select.branch{display: inline-block; background-color: #6d4848; color: white;}
div#actions_div section{
margin-left: 10px;
}
option.re{
background-color: #FF0000;
color: #FF0000;
}
option.gr{
background-color: #00FF00;
color: #00FF00;
}
option.bu{
background-color: #0000FF;
color: #0000FF;
}
option.ye{
background-color: #FFFF00;
color: #FFFF00;
}
option.or{
background-color: #FF8C00;
color: #FF8C00;
}
option.pu{
background-color: #800080;
color: #800080;
}
option.bl{
background-color: #000000;
color: #000000;
}
option.wh{
background-color: #FFFFFF;
color: #FFFFFF;
}