source: trunk/spip/esqueleto-redcta/themes/En-rondeur/javascript/nifty-spip.js @ 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: 439 bytes
Line 
1/*
2Nifty Corners Cubes - Layout
3Documentation - Instruction (in English - en anglais) :
4        http://www.html.it/articoli/niftycube/
5*/
6
7window.onload=function(){
8Nifty("div#navigation,div#contenu","same-height");
9Nifty("div#entete","transparent");
10Nifty("div#page","big transparent");
11Nifty("div.encart div.breves", "transparent");
12Nifty("div#pied,div.chapo");
13Nifty("div.liste-articles div.texte","transparent");
14Nifty("div.contre-encart");
15}
Note: See TracBrowser for help on using the repository browser.