/[transports]/trunk/web/static/protoGrowl.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/web/static/protoGrowl.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 63 - (show annotations)
Sat Jun 10 22:32:40 2006 UTC (17 years, 10 months ago) by dpavlin
File MIME type: text/css
File size: 1932 byte(s)
added protoGrowl for cool pop-up indicators
1 /* Growl windows */
2
3 div.protogrowl {
4 display: block;
5 width: 350px;
6 height: 40px;
7 }
8
9 div.protogrowl-type-info {
10 -moz-border-radius: 0.6em 0.6em 0.6em 0.6em;
11 border-right: 3px solid #A19981;
12 border-bottom: 3px solid #A19981;
13 }
14 div.protogrowl-contenthelper-type-info {
15 border: 1px solid #CCCCCC;
16 -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
17 padding: 2px 2px 2px 2px;
18 background-color: #FFFFFF;
19 }
20
21 div.protogrowl-type-ok {
22 -moz-border-radius: 0.6em 0.6em 0.6em 0.6em;
23 border-right: 3px solid #A19981;
24 border-bottom: 3px solid #A19981;
25
26 }
27 div.growl-window-contenthelper-type-ok {
28 border: 1px solid #CCCCCC;
29 -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
30 padding: 2px 2px 2px 2px;
31 background-color: #F57900;
32 }
33
34 div.protogrowl-type-warning {
35 -moz-border-radius: 0.6em 0.6em 0.6em 0.6em;
36 border-right: 3px solid #A19981;
37 border-bottom: 3px solid #A19981;
38
39 }
40 div.growl-window-contenthelper-type-warning {
41 border: 1px solid #CCCCCC;
42 -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
43 padding: 2px 2px 2px 2px;
44 background-color: #F57900;
45 }
46
47 div.protogrowl-type-error {
48 -moz-border-radius: 0.6em 0.6em 0.6em 0.6em;
49 border-right: 3px solid #A19981;
50 border-bottom: 3px solid #A19981;
51
52 }
53 div.growl-window-contenthelper-type-error {
54 border: 1px solid #CCCCCC;
55 -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
56 padding: 2px 2px 2px 2px;
57 background-color: #F57900;
58 }
59
60 div.protogrowl-closebutton {
61 float: right;
62 width: 12px;
63 height: 12px;
64 line-height: 12px;
65 font-size: 10px;
66 cursor: pointer;
67 }
68
69 div.protogrowl-title {
70 margin: 0;
71 padding: 0;
72 font-family: Verdana, Arial, Helvetica, sans-serif;
73 font-size: 12px;
74 font-weight: 800;
75 }
76
77 div.protogrowl-content {
78 text-align: left;
79 font-family: Verdana, Arial, Helvetica, sans-serif;
80 font-size: 10px;
81 font-weight: normal;
82 padding-left: 5px;
83 padding-top: 5px;
84 }
85
86 /* Growl windows ends */

  ViewVC Help
Powered by ViewVC 1.1.26