-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebtop_mobile.css
More file actions
107 lines (94 loc) · 1.7 KB
/
Copy pathwebtop_mobile.css
File metadata and controls
107 lines (94 loc) · 1.7 KB
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
103
104
105
106
html {
height: 100%;
border: none;
border-image-width: 0px;
}
body {
padding: 0px;
margin: 0px;
width: 100%;
height: 100%;
border: none;
border-image-width: 0px;
background-color: #B0CBEE;
}
.WTfirst {
padding: 0px;
margin: 0px;
border: none;
}
div.WTtop {
padding: 0px;
margin: 0px;
border: none;
border-image-width: 0px;
height: 100%;
width: 100%;
display: flex;
flex-direction: row;
}
h4 {
margin: 0px;
border: none;
border-image-width: 0px;
}
div.WTmain {
padding: 0px;
border: none;
border-image-width: 0px;
width: auto;
background-color: #98B4D8;
height: 100%;
flex-grow: 1;
}
.WTapp {
background-color: #B0FBAA;
width: 100%;
height: 100%;
padding: 0px;
margin: 0px;
border: none;
border-image-width: 0px;
cursor: pointer;
}
div.WTleft {
padding: 0px;
margin: 0px;
border: none;
border-image-width: 0px;
background-color: #B0ABFA;
text-align: center;
cursor: pointer;
vertical-align: middle;
width: 60px;
height: 100%;
font-size: 180%;
flex-grow: 0;
}
div.WTright {
padding: 0px;
margin: 0px;
border: none;
border-image-width: 0px;
background-color: #B0ABFA;
height: 100%;
text-align: center;
display: inline-block;
vertical-align: middle;
cursor: pointer;
width: 60px;
font-size: 180%;
flex-grow: 0;
}
div.WTright:hover, div.WTleft:hover {
background-color: #C0ABFA;
}
div.WTright:active, div.WTleft:active {
background-color: #F0ABFA;
}
div.WTvert {
text-align: center;
border: none;
border-image-width: 0px;
vertical-align: bottom;
}