1+ body {
2+ background-color : # C6DDE0 ;
3+ }
4+
5+ header {
6+ width : 100% ;
7+ height : 135px ;
8+ min-width : 200px ;
9+ background-image : none;
10+ position : relative;
11+ }
12+
13+ # banner-left {
14+ background-image : url(../ media/egame/banner-left.png);
15+ background-size : 100% 100% ;
16+ left : 0 ;
17+ position : absolute;
18+ width : 640px ;
19+ height : 120px ;
20+ }
21+
22+ # banner-middle {
23+ background-image : url(../ media/egame/banner-middle.png);
24+ background-size : 20.39px 120px ;
25+ background-repeat : repeat-x;
26+ left : 640px ;
27+ position : absolute;
28+ width : calc (100% - 983.5px );
29+ height : 120px ;
30+ }
31+
32+ # banner-right {
33+ background-image : url(../ media/egame/banner-right.png);
34+ background-size : 100% 100% ;
35+ right : 0 ;
36+ position : absolute;
37+ width : 343.5px ;
38+ height : 120px ;
39+ }
40+
41+ header > a {
42+ display : none;
43+ }
44+
45+ header > h1 {
46+ display : none
47+ }
48+
49+ .egame .blocklySvg {
50+ background-color : # C6DDE0 ;
51+ }
52+
53+ svg defs > pattern : last-child line {
54+ stroke : # DFEDF0 ;
55+ }
56+
57+ table .nav td .tabmax ,
58+ table td .tabmin {
59+ background-color : # C6DDE0 ;
60+ }
61+
62+ .blocklyMainBackground {
63+ stroke-width : 0 !important ;
64+ }
65+
66+ # tabRow {
67+ border : 1px solid # C6DDE0 ;
68+ }
69+
70+ # tabRow > td {
71+ border : 0px ;
72+ }
73+
74+ table .nav {
75+ height : calc (100vh - 150px );
76+ }
77+
78+ # userMenu ,
79+ # userMenu span {
80+ font-size : 18px ;
81+ }
82+
83+ # userMenu {
84+ top : 40px ;
85+ right : 77px ;
86+ }
87+
88+ # userMenu a ,
89+ # userMenu span ,
90+ # languageMenu {
91+ color : # 8CFFE8 ;
92+ }
93+
94+ .check ,
95+ .linkButton : link ,
96+ # check-device-online : hover ,
97+ button # runButton : hover ,
98+ # check-btn {
99+ color : # FFF ;
100+ }
101+
102+ .linkButton ,
103+ # check-device-online ,
104+ # check-device-online : hover {
105+ background : # 5EB2BF ;
106+ }
107+
108+ .linkButton : hover ,
109+ table .nav td .tabmax button : hover {
110+ color : # 5EB2BF ;
111+ }
112+
113+ table .nav td .tabmax button {
114+ background : # 5EB2BF ;
115+ color : # FFF ;
116+ }
117+
118+ # input-device {
119+ background : # c6dde0 ;
120+ color : # 008891 ;
121+ box-shadow : inset # 5EB2BF 0 0 3px ;
122+ }
123+
124+ .toolMenu div {
125+ color : # 008891 ;
126+ }
127+
128+ .garden {
129+ width : 40vw ;
130+ bottom : 0 ;
131+ right : 32% ;
132+ position : absolute;
133+ pointer-events : none;
134+ user-select : none;
135+ }
136+
137+ table .nav td .tabon {
138+ background : # 008891 ;
139+ color : # d9feff ;
140+ border-bottom-color : # 008891 !important ;
141+ }
142+
143+ table .nav td {
144+ color : # 008891 ;
145+ }
146+
147+ .blocklyToolboxDiv {
148+ background-color : # 008891 !important ;
149+ color : # d9feff !important ;
150+ }
151+
152+ .blocklyTreeRow : hover {
153+ background-color : rgba (190 , 231 , 232 , 0.5 ) !important ;
154+ }
155+
156+ .blocklyToolboxDiv .blocklyTreeSelected {
157+ background-color : # DDFF63 !important ;
158+ }
159+
160+ .blocklyTreeSelected .blocklyTreeLabel {
161+ color : # 008891 !important ;
162+ }
163+
164+ pre .content {
165+ border : 1px solid # 008891 ;
166+ }
167+
168+ table .nav td .tabmax button .opened {
169+ background-color : # 008891 ;
170+ }
171+
172+ # simulator-area {
173+ border : 10px solid # 5eb2bf ;
174+ top : 172px ;
175+ }
176+
177+ .resize-area {
178+ background-image : url(../ media/egame/resize-bar.png);
179+ }
180+
181+ table .nav td .tabmax button .opened : hover {
182+ color : # d9feff ;
183+ }
184+
185+ .blocklyFlyoutBackground {
186+ fill : # A1C4CC !important ;
187+ }
188+
189+ td # copyCode : after {
190+ background : # 5eb2bf !important ;
191+ color : # ffffff ;
192+ }
193+
194+ td # copyCode : before {
195+ border-color : transparent rgb (94 , 178 , 191 ) transparent transparent;
196+ }
197+
198+ td # copyCode : hover : before {
199+ border-color : transparent rgb (94 , 178 , 191 ) transparent transparent;
200+ }
201+
202+ # cuteman01 ::before {
203+ background-color : # C6DDE0 ;
204+ width : calc (32vw - 40px );
205+ }
206+
207+ # demoArea {
208+ height : calc (100% - 181px );
209+ }
0 commit comments