source: ether_statistics/web/resources/js/windows_js_1.3/documentation/themes/darkX.css

Last change on this file was 569, checked in by vmipsl, 12 years ago

Nouveau projet

File size: 2.6 KB
Line 
1.overlay_darkX {
2        background-color: #85BBEF;
3        filter:alpha(opacity=60);
4        -moz-opacity: 0.6;
5        opacity: 0.6;
6}
7
8.darkX_nw {
9        background: transparent url(darkX/titlebar-left-focused.png) no-repeat 0 0;                     
10  width:6px;
11  height:21px;
12}
13.darkX_n {
14  background: transparent url(darkX/titlebar-mid-focused.png) repeat-x 0 0;                     
15  height:21px;
16}
17.darkX_ne {
18  background: transparent url(darkX/titlebar-right-focused.png) no-repeat 0 0;                 
19  width:6px;     
20  height:21px;
21}
22.darkX_w {
23  background: transparent url(darkX/frame-left-focused.png) repeat-y top left;                 
24  width:3px;
25}
26
27.darkX_e {
28  background: transparent url(darkX/frame-right-focused.png) repeat-y top right;                       
29  width:3px;     
30}
31
32.darkX_sw {
33  background: transparent url(darkX/frame-bottom-left-focused.png) no-repeat 0 0;                       
34  width:5px;
35  height:3px;
36}
37.darkX_s {
38  background: transparent url(darkX/frame-bottom-mid-focused.png) repeat-x 0 0;                 
39  height:3px;
40}
41.darkX_se, .darkX_sizer {
42  background: transparent url(darkX/frame-bottom-right-focused.png) no-repeat 0 0;                     
43  width:5px;
44  height:3px;
45}
46
47.darkX_sizer {
48        cursor:se-resize;       
49}
50
51.darkX_close {
52        width: 21px;
53        height: 21px;
54        background: transparent url(darkX/button-close-focused.png) no-repeat 0 0;                     
55        position:absolute;
56        top:0px;
57        right:5px;
58        cursor:pointer;
59        z-index:1000;
60}
61
62.darkX_minimize {
63        width: 21px;
64        height: 21px;
65        background: transparent url(darkX/button-minimize-focused.png) no-repeat 0 0;                   
66        position:absolute;
67        top:0px;
68        right:26px;
69        cursor:pointer;
70        z-index:1000;
71}
72
73.darkX_maximize {
74        width: 21px;
75        height: 21px;
76        background: transparent url(darkX/button-maximize-focused.png) no-repeat 0 0;                   
77        position:absolute;
78        top:0px;
79        right:47px;
80        cursor:pointer;
81        z-index:1000;
82}
83
84
85.darkX_title {
86        float:left;
87        height:14px;
88        font-size:12px;
89        text-align:center;
90        margin-top:2px;
91        width:100%;
92        color:#FFF;
93}
94
95.darkX_content {
96        overflow:auto;
97        color: #E6DF2A;
98        font-family: Tahoma, Arial, sans-serif;
99        font-size: 14px;
100        background:#5E5148;
101}
102
103
104/* FOR IE */
105* html .darkX_minimize {
106        background-color: transparent;
107        background-image: none;
108        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/darkX/button-minimize-focused.png", sizingMethod="crop");
109}
110
111* html .darkX_maximize {
112        background-color: transparent;
113        background-image: none;
114        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/darkX/button-maximize-focused.png", sizingMethod="scale");
115}
116
117* html .darkX_close {
118        background-color: transparent;
119        background-image: none;
120        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/darkX/button-close-focused.png", sizingMethod="crop");
121}
Note: See TracBrowser for help on using the repository browser.