Fixed a few minor things broken by the previous commit
[citadel.git] / webcit / static / styles / niftyCorners.css
1 /*
2  * Nifty Corners Cube CSS by Alessandro Fulciniti
3  * The following classes are added dynamically by javascript,
4  * and their use should be avoided in the markup 
5  */
6
7 b.niftycorners,b.niftyfill{display:block}
8 b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
9     overflow:hidden;border-style:solid;border-width: 0 1px}
10 /*normal*/
11 b.r1{margin: 0 3px;border-width: 0 2px}
12 b.r2{margin: 0 2px}
13 b.r3{margin: 0 1px}
14 b.r4{height: 2px}
15 b.rb1{margin: 0 8px;border-width:0 2px}
16 b.rb2{margin: 0 6px;border-width:0 2px}
17 b.rb3{margin: 0 5px}
18 b.rb4{margin: 0 4px}
19 b.rb5{margin: 0 3px}
20 b.rb6{margin: 0 2px}
21 b.rb7{margin: 0 1px;height:2px}
22 b.rb8{margin: 0;height:2px}
23 b.rs1{margin: 0 1px}
24 /*transparent inside*/
25 b.t1{border-width: 0 5px}
26 b.t2{border-width: 0 3px}
27 b.t3{border-width: 0 2px}
28 b.t4{height: 2px}
29 b.tb1{border-width: 0 10px}
30 b.tb2{border-width: 0 8px}
31 b.tb3{border-width: 0 6px}
32 b.tb4{border-width: 0 5px}
33 b.tb5{border-width: 0 4px}
34 b.tb6{border-width: 0 3px}
35 b.tb7{border-width: 0 2px;height:2px}
36 b.tb8{border-width: 0 1px;height:2px}
37 b.ts1{border-width: 0 2px}