source: sandbox/2.3-MailArchiver/expressoMail1_2/js/lert/lert.css @ 6779

Revision 6779, 1.1 KB checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

Line 
1#lertOverlay{
2        position: absolute;
3        top: 0;
4        left: 0;
5        z-index: 90;
6        width: 100%;
7        height: 500px;
8        background-color: #000;
9        filter:alpha(opacity=60);
10        -moz-opacity: 0.6;
11        opacity: 0.6;
12}
13
14#lertContainer{
15        position: absolute;
16        top: 40px;
17        left: 0;
18        width: 100%;
19        z-index: 100;
20        text-align: center;
21}
22
23#lertWindow {
24        font-weight:normal;
25        font-size:1em;
26        font-family: Tahoma, Verdana, Sans;
27        border:4px double #aaa;
28        width:40%;
29        margin:0 auto;
30        padding:1px;
31        background:#FFF /*url(i/grad.gif) top left repeat-x;*/
32}
33
34#topBorder{
35        border-bottom:1px solid #aaa;
36        width:100.5%;
37        margin-left:-1px;
38}
39
40#closeIcon{
41        float:right;
42}
43
44#lertMessage {
45        clear:right;
46        padding-bottom:15px;
47        width:80%;
48        text-align:left;
49        margin-left:52px;
50}
51
52#lertIcon {
53        float:left;
54        padding:10px;
55}
56
57#lertButtons {
58        font-size:1.4em;
59        clear:both;
60        text-align:right;
61        margin-bottom:10px;
62}
63
64.lertButton {
65        cursor: pointer;
66        height:20px;
67        background:#DDD;
68        padding:1px 4px;
69        margin: 0px 5px;
70        border:2px outset #AAA;
71        color:#000;
72        text-decoration:none;
73        font: normal 0.7em Verdana, Tahoma, sans;
74}
75
76.lertButton:hover {
77        background:#FFC;
78}
79
80#lertDefaultButton {
81        font-weight:bold;
82}
83
Note: See TracBrowser for help on using the repository browser.