OSDN Git Service

setup spinelz environment
[cloudmanganw/git_repo.git] / war / WEB-INF / classes / jp / sourceforge / manganetwork / page / stylesheets / spinelz / window.css
1 .window {
2   position:                   absolute;
3   margin:                     0;
4   padding:                    0;
5   text-decoration:            none;
6   text-transform:             none;
7   text-indent:                0;
8   font-weight:                normal;
9 }
10
11 .window_header{
12   width:                      100%;
13   height:                     45px;
14   position:                   relative;
15 }
16
17 .window_headerLeft{
18   width:                      30px;
19   height:                     45px;
20   top:                        0;
21   position:                   absolute;
22   left:                       0;
23   background:                 url('../../images/spinelz/window_top_left.gif') no-repeat;
24 }
25
26 .window_headerMiddle{
27   height:                     45px;
28   top:                        0;
29   margin:                     0 30px;
30   background:                 url('../../images/spinelz/window_top_middle.gif') repeat-x;
31   cursor:                     move;
32   line-height:                3.0em;
33   overflow:                   hidden;
34 }
35
36 .window_headerRight{
37   width:                      30px;
38   height:                     45px;
39   top:                        0;
40   position:                   absolute;
41   right:                      0;
42   background:                 url('../../images/spinelz/window_top_right.gif') no-repeat;
43 }
44
45 .window_buttonHolder{
46   width:                      60px;
47   height:                     16px;
48   position:                   absolute;
49   top:                        0;
50   right:                      32px;
51   margin-top:                 10px;
52 }
53
54 .window_closeButton{
55   float:                      right;
56   overflow:                   hidden;
57   font-size:                  5px;
58   width:                      16px;
59   height:                     16px;
60   background:                 url('../../images/spinelz/window_close.gif') no-repeat;
61   cursor:pointer;
62 }
63
64 .window_maxButton{
65   float:                      right;
66   overflow:                   hidden;
67   cursor:                     pointer;
68   width:                      16px;
69   height:                     16px;
70   background:                 url('../../images/spinelz/window_max.gif') no-repeat;
71 }
72
73 .window_minButton{
74   float:                      right;
75   overflow:                   hidden;
76   cursor:                     pointer;
77   width:                      16px;
78   height:                     16px;
79   background:                 url('../../images/spinelz/window_min.gif') no-repeat;
80 }
81
82 .window_body{
83   width:                      100%;
84   background:                 transparent;
85   color:                      #000000;
86   position:                   relative;
87 }
88
89 .window_bodyLeft{
90   top:                        0;
91   width:                      30px;
92   position:                   absolute;
93   left:                       0;
94   background:                 url('../../images/spinelz/window_middle_left.gif') repeat-y;
95 }
96
97 .window_bodyMiddle{
98   top:                        0;
99   position:                   relative;
100   margin:                     0 30px;
101   background:                 #fff;
102   color:                      #000000;
103   overflow:                   auto;
104 }
105
106 .window_bodyRight{
107   top:                        0;
108   width:                      30px;
109   position:                   absolute;
110   right:                      0;
111   background:                 url('../../images/spinelz/window_middle_right.gif') repeat-y;
112 }
113
114 .window_bottom{
115   width:                      100%;
116   height:                     35px;
117   position:                   relative;
118 }
119
120 .window_bottomLeft{
121   width:                      30px;
122   height:                     35px;
123   position:                   absolute;
124   left:                       0;
125   background:                 url('../../images/spinelz/window_bottom_left.gif') no-repeat;
126 }
127
128 .window_bottomMiddle{
129   height:                     35px;
130   margin:                     0 30px;
131   background: url('../../images/spinelz/window_bottom_middle.gif') repeat-x;
132 }
133
134 .window_bottomRight{
135   width:                      30px;
136   height:                     35px;
137   position:                   absolute;
138   top:                        0;
139   right:                      0;
140   background:                 url('../../images/spinelz/window_bottom_right.gif') no-repeat;
141 }