summaryrefslogtreecommitdiff
path: root/src/components/HMI/css/navigation.css
blob: 55cab5b140dccfe1594a314b1a3478b601b34cb3 (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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
/*NAVIGATION CSS*/
#baseNavigation{
    z-index: 2;
    position: absolute;
    top: 48px;
    width: 800px;
    height: 384px;
}
#baseNavigation .mainField{
    position: absolute;
    background: rgba(124, 124, 124, 0.3);
    border: 1px solid;
    border-color: rgba(90, 90, 90, 0.31);
    border-radius: 3px;
    box-shadow: inset 2px 2px 10px 0px rgba(112, 112, 112, 0.3), inset -2px -2px 10px 0px rgba(112, 112, 112, 0.3);
    padding-top: 10px;
    padding-left: 10px;
    font-size: 18px;
}
#baseNavigation .softButton{
    position: absolute;
    border-radius: 3px;
    border: 1px solid #393939;
}
#baseNavigation .mainField1{
    top: 0;
    height: 30px;
    width: 190px;
    left: 0;
}
#baseNavigation .mainField2{
    top: 0;
    height: 40px;
    width: 380px;
    left: 204px;
}
#baseNavigation .mainField3{
    top: 0;
    height: 30px;
    width: 190px;
    right: 0;
}
#baseNavigation .mainField4{
    top: 50px;
    height: 30px;
    width: 90px;
    right: 0;
    overflow: hidden;
    white-space: nowrap;
}
#baseNavigation .mainField5{
    top: 100px;
    height: 30px;
    width: 90px;
    right: 0;
}
#baseNavigation .mainField6{
    bottom: 0;
    height: 40px;
    width: 280px;
    left: 254px;
}
#baseNavigation .softButton1{
    width: 250px;
    bottom: 0;
    left: 0;
    position: absolute!important;
    margin: 0px!important;
    height: 49px!important;
    font-size: 32px;
    line-height: 50px!important;
}
#baseNavigation .softButton2{
    width: 250px;
    bottom: 0px;
    right: 0px;
    position: absolute!important;
    margin: 0px!important;
    height: 49px!important;
    font-size: 32px;
    line-height: 50px!important;
}
#baseNavigation .softButton3{
    width: 100px;
    top: 100px;
    left: 0;
    position: absolute!important;
    margin: 0px!important;
    height: 49px!important;
    font-size: 32px;
    line-height: 50px!important;
}
#baseNavigation .softButton4{
    width: 100px;
    top: 150px;
    left: 0;
    position: absolute!important;
    margin: 0px!important;
    height: 49px!important;
    font-size: 32px;
    line-height: 50px!important;
}