X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=0.6.x%2Fcss%2Fxui.css;h=2a3e44f52546fbde35223ee6956cfa9a50119e90;hb=HEAD;hp=41efe9a77c42fac81b832a8e044abf8b7ba2c1ad;hpb=35daae003b3b017a92d0c883f120bf3baf604fba;p=pettanr%2FclientJs.git diff --git a/0.6.x/css/xui.css b/0.6.x/css/xui.css index 41efe9a..2a3e44f 100644 --- a/0.6.x/css/xui.css +++ b/0.6.x/css/xui.css @@ -13,10 +13,18 @@ height : 100%; overflow : hidden; margin : 0; - padding : 0;/* opera 8 */ + padding : 0; /* opera 8 */ border : 0; } + body { + background : #111; + color : #eee; + } + .js-disabled body { + background : #111 url( "../img/loading.gif" ) 50% 50% no-repeat; + } + .IE5x body, .IE6 body, .IE7 body, @@ -30,16 +38,16 @@ body, textarea { font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif; } + .IE5x body, .IE5x textarea, .IE6 body, .IE6 textarea, { - font-family: 'MS Pゴシック',sans-serif; - } - - .js-disabled { - background : #111 url( "../img/loading.gif" ) 50% 50% no-repeat; + font-family : 'MS Pゴシック',sans-serif; } +/*------------------------------------------------------------------------------------ + * X.UI + */ .Root { height : 100%; } @@ -68,15 +76,12 @@ /* browser bug fix */ zoom : 1; - word-wrap : break-word; /* IE5.5?5?, Firefox3.5, Chrome1 Opera10.5 Safari1 */ white-space : pre; /* CSS 2.0 */ white-space : pre-wrap; /* CSS 2.1 */ white-space : pre-line; /* CSS 3.0 */ - /* white-space : -pre-wrap; Opera 4-6 */ white-space : -o-pre-wrap; /* Opera 7 */ - white-space : -moz-pre-wrap; /* Mozilla */ - /* white-space : -hp-pre-wrap; HP Printers */ + white-space : -moz-pre-wrap; /* Mozilla */ } .IE5x .Root, .IE5x .Root div, .IE6 .Root, .IE6 .Root div, @@ -87,12 +92,13 @@ white-space : normal/* ie系では、 float要素へ回り込みする、 white-space の効いているテキストの位置が狂う */ } -* {zoom:1} + /*------------------------------------------------------------------------------------ * mouse-operation-catcher */ - .mouse-operation-catcher { + .mouse-operation-catcher, + .mouse-operation-catcher-scrollFix { position : absolute; top : 0; left : 0; @@ -132,6 +138,15 @@ background : #fff; filter : alpha( opacity=0 ); } + + .mouse-operation-catcher-scrollFix { + overflow : scroll; + } + .mouse-operation-catcher-scrollFix div { + width : 300%; + height : 300%; + /* background : url( "../img/grid.gif" ) repeat; */ + } /*------------------------------------------------------------------------------------ * hidden-sysyem-node @@ -191,7 +206,7 @@ position : absolute; overflow : hidden; background : #000; - background : rgba(0,0,0,0.5); + /* background : rgba(0,0,0,0.5); IE5.5 ietester でインジケーターに色がつかない、、、*/ } .Root .ScrollBox-IndicatorV { top : 0; @@ -209,3 +224,10 @@ .IE5x .ScrollBox-IndicatorH { line-height : 0.5; } + +.IE8 * { + filter : inherit; +} +[ie8opcityFix] * { + filter : inherit; +}