~jstys-z/helioviewer.org/timeline

« back to all changes in this revision

Viewing changes to lib/jquery/jquery.ui-1.6rc2/tests/visual/effects.all.css

  • Committer: V. Keith Hughitt
  • Date: 2009-03-26 19:20:57 UTC
  • Revision ID: hughitt1@kore-20090326192057-u0x8rf8sf5lmmnwh
nightly build 03-26-2009: Using alpha-channel JPEG 2000 dataset

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
body,html {
2
 
        margin: 0;
3
 
        padding: 0;
4
 
        font-size: 12px;
5
 
        font-family: Arial;
6
 
        background: #000;
7
 
}
8
 
 
9
 
ul.effects {
10
 
        margin: 0;
11
 
        padding: 0;
12
 
}
13
 
 
14
 
ul.effects li {
15
 
        margin: 0;
16
 
        padding: 0;
17
 
        width: 120px;
18
 
        height: 100px;
19
 
        float: left;
20
 
        margin-top: 20px;
21
 
        margin-left: 20px;
22
 
}
23
 
 
24
 
div.effect {
25
 
        width: 120px;
26
 
        height: 100px;
27
 
        background: #333;
28
 
        border: 5px outset #aaa;
29
 
        float: left;
30
 
        cursor: pointer;
31
 
        cursor: hand;
32
 
}
33
 
 
34
 
div.current {
35
 
        border: 5px outset #FF0000;
36
 
        background: #660000;
37
 
}
38
 
 
39
 
div.effect p {
40
 
        color: #eee;
41
 
        margin: 0px;
42
 
        padding: 10px;
43
 
}
44
 
 
45
 
.ui-effects-transfer {
46
 
        border: 1px dotted #fff;
47
 
        background: #666;
48
 
        opacity: 0.5;
49
 
}
 
 
b'\\ No newline at end of file'