diff options
author | Richard Worth <rdworth@gmail.com> | 2008-06-09 12:19:59 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-06-09 12:19:59 +0000 |
commit | cecc4838a28b07a2bbff0e9daed1b3da80cfaa04 (patch) | |
tree | 1106ceab2937ba14e2325a7fc381a85bf6c47ba7 /tests/visual/effects.all.css | |
parent | 6e4092f986d3bc9e8f0bacc4d68707f190fa723e (diff) | |
download | jquery-ui-cecc4838a28b07a2bbff0e9daed1b3da80cfaa04.tar.gz jquery-ui-cecc4838a28b07a2bbff0e9daed1b3da80cfaa04.zip |
Added effects visual test pages
Diffstat (limited to 'tests/visual/effects.all.css')
-rw-r--r-- | tests/visual/effects.all.css | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/tests/visual/effects.all.css b/tests/visual/effects.all.css new file mode 100644 index 000000000..587c64696 --- /dev/null +++ b/tests/visual/effects.all.css @@ -0,0 +1,49 @@ +body,html {
+ margin: 0;
+ padding: 0;
+ font-size: 12px;
+ font-family: Arial;
+ background: #000;
+}
+
+ul.effects {
+ margin: 0;
+ padding: 0;
+}
+
+ul.effects li {
+ margin: 0;
+ padding: 0;
+ width: 120px;
+ height: 100px;
+ float: left;
+ margin-top: 20px;
+ margin-left: 20px;
+}
+
+div.effect {
+ width: 120px;
+ height: 100px;
+ background: #333;
+ border: 5px outset #aaa;
+ float: left;
+ cursor: pointer;
+ cursor: hand;
+}
+
+div.current {
+ border: 5px outset #FF0000;
+ background: #660000;
+}
+
+div.effect p {
+ color: #eee;
+ margin: 0px;
+ padding: 10px;
+}
+
+.ui-effects-transfer {
+ border: 1px dotted #fff;
+ background: #666;
+ opacity: 0.5;
+}
\ No newline at end of file |