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

tweaking emulator div styles

This commit is contained in:
Steven Hugg
2018-03-24 16:13:27 -06:00
parent 5b92659b97
commit f0591ef7c4
3 changed files with 14 additions and 13 deletions
+12 -12
View File
@@ -60,14 +60,6 @@ div.editor {
line-height:1.25;
font-size:12pt;
}
div.emulator {
position:absolute;
left:50%;
top:0;
width:50%;
background-color: #666;
margin-top: 20px auto 0;
}
div.debugwindow {
position:absolute;
left:50%;
@@ -192,22 +184,30 @@ a.dropdown-toggle {
-moz-border-radius:6px 0 6px 6px;
border-radius:6px 0 6px 6px;
}
div.emulator {
position:absolute;
left:50%;
top:0;
width:50%;
background-color: #666;
margin-top: 20px auto 0;
height:100%;
}
.emubevel {
width:100%;
height:100%;
padding:4%;
padding:5%;
background:#333;
}
.emuvideo {
border-radius:20px;
border: 4px solid #222;
padding: 30px;
margin-top: 20px;
margin-bottom: 20px;
margin-top: 10px;
margin-bottom: 10px;
background: #000;
outline-color: #666;
width: 100%;
height: 100%;
}
canvas.pixelated {
image-rendering: optimizeSpeed; /* Older versions of FF */