Skip to content

Commit 1d6c907

Browse files
committed
Update style
1 parent 8ccdd73 commit 1d6c907

4 files changed

Lines changed: 25 additions & 1 deletion

File tree

css/egame.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
}

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
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>
@@ -36,6 +37,6 @@
3637
<script src="generators/webduino.js"></script>
3738
</head>
3839

39-
<body></body>
40+
<body class="egame"></body>
4041

4142
</html>

media/egame/bg.png

259 Bytes
Loading

media/egame/title.png

34.8 KB
Loading

0 commit comments

Comments
 (0)