OSDN Git Service

Version 0.6.141, fix X.UI.ScrollBox.
[pettanr/clientJs.git] / 0.6.x / css / xui.css
index 2cec8d3..aca363e 100644 (file)
                width    : 100%;\r
                height   : 100%;\r
                overflow : hidden;\r
-               margin      : 0;\r
-               padding     : 0;/* opera 8 */\r
-               border      : 0;\r
+               margin   : 0;\r
+               padding  : 0;/* opera 8 */\r
+               border   : 0;\r
        }\r
 \r
-       body {\r
+       .IE5x body,\r
+       .IE6 body,\r
+       .IE7 body,\r
+       .IE8 body {\r
                font-size : 16px; /* px 指定しないと ie8- で要素のサイズが狂う */\r
        }\r
 \r
+       /*\r
+        * http://loconet.web2.jp/blog/archives/2007/02/cssfontfamily.html\r
+        */\r
+       body, textarea {\r
+               font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif;\r
+       }\r
+       .IE5x body, .IE5x textarea,\r
+       .IE6  body, .IE6  textarea,  {\r
+               font-family: 'MS Pゴシック',sans-serif;\r
+       }\r
+\r
 .PageRoot {\r
        height   : 100%;\r
 }\r
        -khtml-box-sizing  : border-box;\r
        -webkit-box-sizing : border-box;*/\r
 /* browser bug fix */\r
-       -moz-opacity       : 0.99;\r
+\r
        zoom               : 1;\r
-       \r
-       *word-break        : break-all;  /* ie5+ */\r
+\r
        word-wrap          : break-word; /* IE5.5?5?, Firefox3.5, Chrome1 Opera10.5 Safari1 */\r
        white-space        : pre;           /* CSS 2.0 */\r
        white-space        : pre-wrap;      /* CSS 2.1 */\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        : normal\9;   /* ie系では、 float要素へ回り込みする、 white-space の効いているテキストの位置が狂う */\r
+       /* white-space : -hp-pre-wrap;  HP Printers */   \r
+}\r
+.IE5x .PageRoot, .IE5x .PageRoot div,\r
+.IE6  .PageRoot, .IE6  .PageRoot div,\r
+.IE7  .PageRoot, .IE7  .PageRoot div, {\r
+       word-break  : break-all;  /* ie5+ */\r
+}\r
+.IE .PageRoot, .IE .PageRoot div {\r
+       white-space : normal/* ie系では、 float要素へ回り込みする、 white-space の効いているテキストの位置が狂う */\r
 }\r
 \r
 * {zoom:1}\r
                        tap-highlight-color : rgba(0,0,0,0);\r
                -webkit-tap-highlight-color : rgba(0,0,0,0);\r
        }\r
-       .ActiveX-enabled .mouse-operation-catcher {\r
+       .ActiveX .mouse-operation-catcher {\r
                background-color : #fff;\r
                filter           : alpha( opacity=0 );\r
        }\r
  * see http://qiita.com/sou/items/5688d4e7d3a37b4e2ff1\r
 --------------------------------------------------------------------------------------*/\r
        #fps-slowdown-make-sound-noisy {\r
-               width: 0px;\r
-               height: 0px;\r
-               position: absolute;\r
-               -webkit-animation-name: anim-void;\r
-               -webkit-animation-duration: 1s;\r
-               -webkit-animation-iteration-count: infinite;\r
+               width                             : 0px;\r
+               height                            : 0px;\r
+               position                          : absolute;\r
+               -webkit-animation-name            : anim-void;\r
+               -webkit-animation-duration        : 1s;\r
+               -webkit-animation-iteration-count : infinite;\r
        }\r
        @-webkit-keyframes anim-void {\r
                from {\r