1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-20 15:16:38 +00:00

working on pixel editor

This commit is contained in:
Steven Hugg
2017-05-04 11:54:56 -04:00
parent 15e6efd01d
commit 112cbeda1e
7 changed files with 470 additions and 43 deletions
+16 -4
View File
@@ -48,13 +48,13 @@
left:0;
right:0;
background-color: #666;
overflow: hidden;;
overflow: hidden;
}
div.workspace {
background-color:#999;
#workspace {
background-color:#333;
width:50%;
}
div.editor {
width:50%;
line-height:1.25;
font-size:12pt;
}
@@ -182,6 +182,8 @@ a.dropdown-toggle {
border-radius:6px 0 6px 6px;
}
.emubevel {
width:100%;
height:100%;
padding:4%;
background:#333;
}
@@ -204,3 +206,13 @@ canvas.pixelated {
image-rendering: pixelated; /* Awesome future-browsers */
-ms-interpolation-mode: nearest-neighbor; /* IE */
}
.palbtn {
width:2em;
height:2em;
border-style:none;
}
.selected {
border-width:2px;
border-color:white;
border-style:dotted;
}