File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ header {
2+ width : 100% ;
3+ height : 80px ;
4+ min-width : 200px ;
5+ background-image : url(../ media/egame/title.png);
6+ background-size : 100% 100% ;
7+ }
8+
9+ header > a {
10+ display : none;
11+ }
12+
13+ header > h1 {
14+ display : none
15+ }
16+
17+ .egame .blocklySvg {
18+ background-color : # 184961 ;
19+ }
20+
21+ svg defs > pattern : last-child line {
22+ stroke : # 143C4E ;
23+ }
Original file line number Diff line number Diff line change 2020 < link rel ="stylesheet " href ="css/style.css ">
2121 < link rel ="stylesheet " href ="css/blockly.css ">
2222 < link rel ="stylesheet " href ="css/dialog.css ">
23+ < link rel ="stylesheet " href ="css/egame.css ">
2324
2425 < script src ="components/blockly-src/blockly_compressed.js "> </ script >
2526 < script src ="components/blockly-src/blocks_compressed.js "> </ script >
3637 < script src ="generators/webduino.js "> </ script >
3738</ head >
3839
39- < body > </ body >
40+ < body class =" egame " > </ body >
4041
4142</ html >
You can’t perform that action at this time.
0 commit comments