blob: 83acab53c0670235efccdedabbb7952c1f7e57c7 (
plain)
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
|
.puma-icon #animal, .menu {
background-image: url('/images/puma.png');
font-size: 10px;
font-color: blue;
border: 1px solid;
}
.sea-slug-icon #animal, .menu {
background-image: url('/images/sea-slug.png');
font-size: 10px;
font-color: blue;
border: 1px solid;
}
.egret-icon #animal, .menu {
background-image: url('/images/egret.png');
font-size: 10px;
font-color: blue;
border: 1px solid;
}
.salamander-icon #animal, .menu {
background-image: url('/images/salamander.png');
font-size: 10px;
font-color: blue;
border: 1px solid;
}
.trueIf {
border: 1px solid;
}
.falseIf {
border: 1px solid;
}
.falseIfTrueElse {
border: 1px solid;
}
.cube-icon {
background-image: url('/images/cube.png');
}
.triangle-icon {
background-image: url('/images/triangle.png');
}
.circle-icon {
background-image: url('/images/circle.png');
}
|