source: trunk/spip/esqueleto-redcta/themes/En-rondeur/javascript/niftyCorners.css @ 30

Last change on this file since 30 was 30, checked in by sebas, 17 years ago

nueva importacion del codigo del esqueleto de redcta con los plugins

File size: 1.0 KB
Line 
1/*Nifty Corners Cube CSS by Alessandro Fulciniti
2The following classes are added dinamically by javascript,
3and their use should be avoided in the markup */
4
5b.niftycorners,b.niftyfill{display:block}
6b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
7    overflow:hidden;border-style:solid;border-width: 0 1px}
8/*normal*/
9b.r1{margin: 0 3px;border-width: 0 2px}
10b.r2{margin: 0 2px}
11b.r3{margin: 0 1px}
12b.r4{height: 2px}
13b.rb1{margin: 0 8px;border-width:0 2px}
14b.rb2{margin: 0 6px;border-width:0 2px}
15b.rb3{margin: 0 5px}
16b.rb4{margin: 0 4px}
17b.rb5{margin: 0 3px}
18b.rb6{margin: 0 2px}
19b.rb7{margin: 0 1px;height:2px}
20b.rb8{margin: 0;height:2px}
21b.rs1{margin: 0 1px}
22/*transparent inside*/
23b.t1{border-width: 0 5px}
24b.t2{border-width: 0 3px}
25b.t3{border-width: 0 2px}
26b.t4{height: 2px}
27b.tb1{border-width: 0 10px}
28b.tb2{border-width: 0 8px}
29b.tb3{border-width: 0 6px}
30b.tb4{border-width: 0 5px}
31b.tb5{border-width: 0 4px}
32b.tb6{border-width: 0 3px}
33b.tb7{border-width: 0 2px;height:2px}
34b.tb8{border-width: 0 1px;height:2px}
35b.ts1{border-width: 0 2px}
Note: See TracBrowser for help on using the repository browser.