source: main/trunk/greenstone3/web/interfaces/oran/js/jquery-ui-1.8rc1/tests/visual/effects.all.css@ 24245

Last change on this file since 24245 was 24245, checked in by sjb48, 13 years ago

Oran code for supporting format changes to document.

  • Property svn:executable set to *
File size: 749 bytes
Line 
1
2body,html {
3 margin: 0;
4 padding: 0;
5 font-size: 12px;
6 font-family: Arial;
7 background: #191919;
8}
9
10ul.effects {
11 list-style-type: none;
12 margin: 0;
13 padding: 0;
14}
15
16ul.effects li {
17 list-style-type: none;
18 margin: 0;
19 padding: 0;
20 width: 120px;
21 height: 100px;
22 float: left;
23 margin-top: 20px;
24 margin-left: 20px;
25}
26
27div.effect {
28 width: 120px;
29 height: 100px;
30 background: #ccc;
31 border: 5px outset #aaa;
32 float: left;
33 cursor: pointer;
34 cursor: hand;
35}
36
37div.current {
38 border: 5px outset #FF9C08;
39 background: #FF9C08;
40}
41
42div.effect p {
43 color: #191919;
44 font-weight: bold;
45 margin: 0px;
46 padding: 10px;
47}
48
49.ui-effects-transfer {
50 border: 1px dotted #fff;
51 background: #666;
52 opacity: 0.5;
53}
Note: See TracBrowser for help on using the repository browser.