├── 12 ├── fixed │ ├── index.html │ ├── jquery │ │ └── index.html │ ├── mootools │ │ └── index.html │ └── none │ │ └── index.html ├── fluid │ ├── index.html │ ├── jquery │ │ └── index.html │ ├── mootools │ │ └── index.html │ └── none │ │ └── index.html └── index.html ├── 16 ├── fixed │ ├── index.html │ ├── jquery │ │ └── index.html │ ├── mootools │ │ └── index.html │ └── none │ │ └── index.html ├── fluid │ ├── index.html │ ├── jquery │ │ └── index.html │ ├── mootools │ │ └── index.html │ └── none │ │ └── index.html └── index.html ├── 960 └── index.html ├── .gitignore ├── CNAME ├── README.txt ├── css ├── 960.css ├── grid.css ├── ie.css ├── ie6.css ├── layout.css ├── nav.css ├── reset.css └── text.css ├── data └── ajax-response.html ├── img ├── ajax-loader.gif ├── photo_60x60.jpg ├── photo_60x60.psd ├── switch_minus.gif └── switch_plus.gif ├── index.html ├── js ├── jquery-1.3.2.min.js ├── jquery-fluid16.js ├── jquery-ui.js ├── mootools-1.2-more.js ├── mootools-1.2.1-core.js ├── mootools-fluid16-autoselect.js └── mootools-fluid16.js └── licenses ├── GPL_license.txt └── MIT_license.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/.gitignore -------------------------------------------------------------------------------- /12/fixed/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/12/fixed/index.html -------------------------------------------------------------------------------- /12/fixed/jquery/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/12/fixed/jquery/index.html -------------------------------------------------------------------------------- /12/fixed/mootools/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/12/fixed/mootools/index.html -------------------------------------------------------------------------------- /12/fixed/none/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/12/fixed/none/index.html -------------------------------------------------------------------------------- /12/fluid/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/12/fluid/index.html -------------------------------------------------------------------------------- /12/fluid/jquery/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/12/fluid/jquery/index.html -------------------------------------------------------------------------------- /12/fluid/mootools/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/12/fluid/mootools/index.html -------------------------------------------------------------------------------- /12/fluid/none/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/12/fluid/none/index.html -------------------------------------------------------------------------------- /12/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/12/index.html -------------------------------------------------------------------------------- /16/fixed/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/16/fixed/index.html -------------------------------------------------------------------------------- /16/fixed/jquery/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/16/fixed/jquery/index.html -------------------------------------------------------------------------------- /16/fixed/mootools/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/16/fixed/mootools/index.html -------------------------------------------------------------------------------- /16/fixed/none/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/16/fixed/none/index.html -------------------------------------------------------------------------------- /16/fluid/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/16/fluid/index.html -------------------------------------------------------------------------------- /16/fluid/jquery/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/16/fluid/jquery/index.html -------------------------------------------------------------------------------- /16/fluid/mootools/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/16/fluid/mootools/index.html -------------------------------------------------------------------------------- /16/fluid/none/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/16/fluid/none/index.html -------------------------------------------------------------------------------- /16/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/16/index.html -------------------------------------------------------------------------------- /960/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/960/index.html -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | fluid960gs.markuplibrary.org -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/README.txt -------------------------------------------------------------------------------- /css/960.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/css/960.css -------------------------------------------------------------------------------- /css/grid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/css/grid.css -------------------------------------------------------------------------------- /css/ie.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/css/ie.css -------------------------------------------------------------------------------- /css/ie6.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/css/ie6.css -------------------------------------------------------------------------------- /css/layout.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/css/layout.css -------------------------------------------------------------------------------- /css/nav.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/css/nav.css -------------------------------------------------------------------------------- /css/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/css/reset.css -------------------------------------------------------------------------------- /css/text.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/css/text.css -------------------------------------------------------------------------------- /data/ajax-response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/data/ajax-response.html -------------------------------------------------------------------------------- /img/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/img/ajax-loader.gif -------------------------------------------------------------------------------- /img/photo_60x60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/img/photo_60x60.jpg -------------------------------------------------------------------------------- /img/photo_60x60.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/img/photo_60x60.psd -------------------------------------------------------------------------------- /img/switch_minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/img/switch_minus.gif -------------------------------------------------------------------------------- /img/switch_plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/img/switch_plus.gif -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/index.html -------------------------------------------------------------------------------- /js/jquery-1.3.2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/js/jquery-1.3.2.min.js -------------------------------------------------------------------------------- /js/jquery-fluid16.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/js/jquery-fluid16.js -------------------------------------------------------------------------------- /js/jquery-ui.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/js/jquery-ui.js -------------------------------------------------------------------------------- /js/mootools-1.2-more.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/js/mootools-1.2-more.js -------------------------------------------------------------------------------- /js/mootools-1.2.1-core.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/js/mootools-1.2.1-core.js -------------------------------------------------------------------------------- /js/mootools-fluid16-autoselect.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/js/mootools-fluid16-autoselect.js -------------------------------------------------------------------------------- /js/mootools-fluid16.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/js/mootools-fluid16.js -------------------------------------------------------------------------------- /licenses/GPL_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/licenses/GPL_license.txt -------------------------------------------------------------------------------- /licenses/MIT_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bauhouse/fluid960gs/HEAD/licenses/MIT_license.txt --------------------------------------------------------------------------------