OSDN Git Service

Version 0.6.3
[pettanr/clientJs.git] / 0.6.x / css / ju.css
1 html, body {\r
2         margin   : 0;\r
3         padding  : 0;\r
4         width    : 100%;\r
5         height   : 100%;\r
6         overflow : hidden;\r
7 }\r
8 \r
9 /*  mouse-operation-catcher\r
10 --------------------------------------------------------------------------------------*/        \r
11         .mouse-operation-catcher {\r
12                 position : absolute;\r
13                 top      : 0;\r
14                 left     : 0;\r
15                 width    : 100%;\r
16                 height   : 100%; /* 100% don't work for ie6, so ie6 need to set height as 'XXpx' by js */\r
17         }\r
18         .ActiveX-enabled .mouse-operation-catcher {\r
19                 background-color : #fff;\r
20                 filter           : alpha( opacity=0 );\r
21                 -ms-filter       : alpha( opacity=0 );\r
22         }\r
23         /*\r
24          * ie では、背景を設定しないと、 mousemove が働かない。\r
25          * activeX 有効の場合は背景を着色して filter で透明に。\r
26          * activeX 無効の場合は透明 gif を使用\r
27          * background:                  url(4x4.gif) fixed repeat;\r
28          */\r
29         .ActiveX-disabled .mouse-operation-catcher {\r
30                 background : url( "../images/opacity0.gif" ) fixed repeat;\r
31         }\r
32 \r
33 \r
34 .jul-hover {\r
35         opacity : 0.5;\r
36 }\r
37 \r
38 .PageRoot {\r
39         position : relative;\r
40 }\r
41 \r
42 .Box,\r
43 .VBox,\r
44 .HBox,\r
45 .TileBox,\r
46 .ChromeBox {\r
47         position        : absolute;\r
48         overflow        : hidden;\r
49         box-sizing      : border-box;\r
50         -moz-box-sizing : border-box;\r
51 }