mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
Remove old scanline, page stuff.
This commit is contained in:
parent
1a6604f445
commit
8a8db4015c
@ -144,12 +144,6 @@ canvas {
|
||||
left: 30px;
|
||||
top: 24px;
|
||||
}
|
||||
#scanlines: {
|
||||
width: 537px;
|
||||
height: 368px;
|
||||
left: 30px;
|
||||
top: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (device-width: 768px) {
|
||||
@ -159,12 +153,6 @@ canvas {
|
||||
left: 14px;
|
||||
top: 15px;
|
||||
}
|
||||
#scanlines {
|
||||
width: 564px;
|
||||
height: 386px;
|
||||
left: 14px;
|
||||
top: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
:-webkit-full-screen {
|
||||
@ -198,33 +186,8 @@ canvas {
|
||||
height: 768px;
|
||||
}
|
||||
|
||||
:-webkit-full-screen #scanlines {
|
||||
width: 1120px;
|
||||
height: 768px;
|
||||
}
|
||||
:-moz-full-screen #scanlines {
|
||||
width: 1120px;
|
||||
height: 768px;
|
||||
}
|
||||
}
|
||||
*/
|
||||
#scanlines {
|
||||
position: absolute;
|
||||
top: 16px;
|
||||
left: 16px;
|
||||
cursor: crosshair;
|
||||
z-index: 1;
|
||||
width: 560px;
|
||||
height: 384px;
|
||||
}
|
||||
|
||||
#page1 {
|
||||
visibility: display;
|
||||
}
|
||||
|
||||
#page2 {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#about iframe {
|
||||
border: 1px inset #666;
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.4 KiB |
Loading…
Reference in New Issue
Block a user