From e9939af9ea90ff74859af21d2029621f8e8f8252 Mon Sep 17 00:00:00 2001 From: Jose Antonio Marquez Date: Fri, 27 Jan 2012 12:05:17 -0800 Subject: Merged old FileIO --- _scss/imports/scss/_Stage.scss | 52 ------------------------------------------ 1 file changed, 52 deletions(-) (limited to '_scss/imports') diff --git a/_scss/imports/scss/_Stage.scss b/_scss/imports/scss/_Stage.scss index faf8ee94..bed29d98 100755 --- a/_scss/imports/scss/_Stage.scss +++ b/_scss/imports/scss/_Stage.scss @@ -20,40 +20,6 @@ border-width: 1px; } -// Used for the Iframe Version -#mainStageIFrame { - border: none; - margin: 4px; -} - - - - -#mainStageArea { - -moz-box-flex: 1; - -webkit-box-flex: 1; - box-flex: 1; - - overflow: scroll; - position: relative; - - margin: 0px; - padding: 0px; - border: none; -} - -#pasteBoard { - // position: relative; - top: 0px; - left: 0px; - margin: 0px; - padding: 0px; - border: none; - - // overflow: scroll; -} - - #stageBG { width:100%; height:100%; @@ -84,24 +50,6 @@ z-index: 1; } -#stageParent { - // we aren't entirely sure why this works but putting a slight opacity on this div - // seems to keep the users content from breaking through the overlay canvas and eating mouse events - // John Mayhew - - z-index: 2; - opacity: 0.99; - // height: 1000px; - // width: 2000px; - position: absolute; - margin: 0px; - border: none; - padding: 0px; - top: 0px; - left: 0px; - // background-color: red; -} - .global3DSettings { -webkit-transform-style: preserve-3d; -webkit-transform:perspective(1400) matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); -- cgit v1.2.3