source: ether_megapoli/trunk/web/resources/js/windows_js_1.3/documentation/themes/alert.css @ 131

Last change on this file since 131 was 131, checked in by vmipsl, 13 years ago

[Visualization] javascript librairies

  • Property svn:executable set to *
File size: 1.8 KB
Line 
1.overlay_alert {
2        background-color: #85BBEF;
3        filter:alpha(opacity=60);
4        -moz-opacity: 0.6;
5        opacity: 0.6;
6}
7
8.alert_nw {
9        width: 5px;
10        height: 5px;
11        background: transparent url(alert/top_left.gif) no-repeat bottom left;                 
12}
13
14.alert_n {
15        height: 5px;
16        background: transparent url(alert/top.gif) repeat-x bottom left;                       
17}
18
19.alert_ne {
20        width: 5px;
21        height: 5px;
22        background: transparent url(alert/top_right.gif) no-repeat bottom left                 
23}
24
25.alert_e {
26        width: 5px;
27        background: transparent url(alert/right.gif) repeat-y 0 0;                     
28}
29
30.alert_w {
31        width: 5px;
32        background: transparent url(alert/left.gif) repeat-y 0 0;                       
33}
34
35.alert_sw {
36        width: 5px;
37        height: 5px;
38        background: transparent url(alert/bottom_left.gif) no-repeat 0 0;                       
39}
40
41.alert_s {
42        height: 5px;
43        background: transparent url(alert/bottom.gif) repeat-x 0 0;                     
44}
45
46.alert_se, .alert_sizer {
47        width: 5px;
48        height: 5px;
49        background: transparent url(alert/bottom_right.gif) no-repeat 0 0;                     
50}
51
52.alert_close {
53        width:0px;
54        height:0px;
55        display:none;
56}
57
58.alert_minimize {
59        width:0px;
60        height:0px;
61        display:none;
62}
63
64.alert_maximize {
65        width:0px;
66        height:0px;
67        display:none;
68}
69
70.alert_title {
71        float:left;
72        height:1px;
73        width:100%;
74}
75
76.alert_content {
77        overflow:visible;
78        color: #000;
79        font-family: Tahoma, Arial, sans-serif;
80  font: 12px arial;
81        background: #FFF;
82}
83
84/* For alert/confirm dialog */
85.alert_window {
86        background: #FFF;
87        padding:20px;
88        margin-left:auto;
89        margin-right:auto;
90        width:400px;
91}
92
93.alert_message {
94  font: 12px arial;
95        width:100%;
96        color:#F00;
97        padding-bottom:10px;
98}
99
100.alert_buttons {
101        text-align:center;
102        width:100%;
103}
104
105.alert_buttons input {
106        width:20%;
107        margin:10px;
108}
109
110.alert_progress {
111        float:left;
112        margin:auto;
113        text-align:center;
114        width:100%;
115        height:16px;
116        background: #FFF url('alert/progress.gif') no-repeat center center
117}
118
119
Note: See TracBrowser for help on using the repository browser.