OSDN Git Service

Version 0.6.194, X.UI.Page working.
[pettanr/clientJs.git] / 0.6.x / css / xui.css
index 41efe9a..d1f57f2 100644 (file)
                height   : 100%;\r
                overflow : hidden;\r
                margin   : 0;\r
-               padding  : 0;/* opera 8 */\r
+               padding  : 0; /* opera 8 */\r
                border   : 0;\r
        }\r
 \r
+       body {\r
+               background : #111;\r
+               color      : #eee;\r
+       }\r
+       .js-disabled body {\r
+               background : #111 url( "../img/loading.gif" ) 50% 50% no-repeat;\r
+       }\r
+\r
        .IE5x body,\r
        .IE6 body,\r
        .IE7 body,\r
        body, textarea {\r
                font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif;\r
        }\r
+\r
        .IE5x body, .IE5x textarea,\r
        .IE6  body, .IE6  textarea,  {\r
-               font-family: 'MS Pゴシック',sans-serif;\r
-       }\r
-\r
-       .js-disabled {\r
-               background       : #111 url( "../img/loading.gif" ) 50% 50% no-repeat;\r
+               font-family : 'MS Pゴシック',sans-serif;\r
        }\r
 \r
 \r
+/*------------------------------------------------------------------------------------\r
+ *  X.UI\r
+ */\r
 .Root {\r
        height   : 100%;\r
 }\r
        white-space        : pre;           /* CSS 2.0 */\r
        white-space        : pre-wrap;      /* CSS 2.1 */\r
        white-space        : pre-line;      /* CSS 3.0 */\r
-       /* white-space : -pre-wrap;     Opera 4-6 */\r
        white-space        : -o-pre-wrap;   /* Opera 7 */\r
-       white-space        : -moz-pre-wrap; /* Mozilla */\r
-       /* white-space : -hp-pre-wrap;  HP Printers */   \r
+       white-space        : -moz-pre-wrap; /* Mozilla */  \r
 }\r
 .IE5x .Root, .IE5x .Root div,\r
 .IE6  .Root, .IE6  .Root div,\r
        white-space : normal/* ie系では、 float要素へ回り込みする、 white-space の効いているテキストの位置が狂う */\r
 }\r
 \r
-* {zoom:1}\r
+\r
 \r
 /*------------------------------------------------------------------------------------\r
  *  mouse-operation-catcher\r
  */\r
-       .mouse-operation-catcher {\r
+       .mouse-operation-catcher,\r
+       .mouse-operation-catcher-scrollFix {\r
                position : absolute;\r
                top      : 0;\r
                left     : 0;\r
                background       : #fff;\r
                filter           : alpha( opacity=0 );\r
        }\r
+       \r
+       .mouse-operation-catcher-scrollFix {\r
+               overflow : scroll;\r
+       }\r
+       .mouse-operation-catcher-scrollFix div {\r
+               width            : 300%;\r
+               height           : 300%;\r
+               /* background       : url( "../img/grid.gif" ) repeat; */\r
+       }\r
 \r
 /*------------------------------------------------------------------------------------\r
  *  hidden-sysyem-node\r