├── demos ├── js │ ├── objects │ │ ├── globe.swf │ │ ├── sample.swf │ │ └── FadeBan.class │ ├── jquery.layout.resizePaneAccordions.js │ ├── jquery.layout.resizeDataTable.js │ ├── jquery.layout.resizeTabLayout.js │ └── jquery.layout.browserZoom.js ├── css │ ├── themeswitcher │ │ ├── base.png │ │ ├── Thumbs.db │ │ ├── buttonbg.png │ │ ├── menuhoverbg.png │ │ ├── theme_30_flick.png │ │ ├── theme_30_sunny.png │ │ ├── theme_90_flick.png │ │ ├── theme_90_start.png │ │ ├── theme_90_sunny.png │ │ ├── icon_color_arrow.gif │ │ ├── theme_30_blitzer.png │ │ ├── theme_30_dot_luv.png │ │ ├── theme_30_le_frog.png │ │ ├── theme_30_ui_dark.png │ │ ├── theme_30_windoze.png │ │ ├── theme_90_blitzer.png │ │ ├── theme_90_dot_luv.png │ │ ├── theme_90_le_frog.png │ │ ├── theme_90_redmond.png │ │ ├── theme_30_black_tie.png │ │ ├── theme_30_cupertino.png │ │ ├── theme_30_dark_hive.png │ │ ├── theme_30_eggplant.png │ │ ├── theme_30_hot_sneaks.png │ │ ├── theme_30_humanity.png │ │ ├── theme_30_mint_choco.png │ │ ├── theme_30_overcast.png │ │ ├── theme_30_smoothness.png │ │ ├── theme_30_start_menu.png │ │ ├── theme_30_trontastic.png │ │ ├── theme_30_ui_light.png │ │ ├── theme_90_black_tie.png │ │ ├── theme_90_cupertino.png │ │ ├── theme_90_dark_hive.png │ │ ├── theme_90_eggplant.png │ │ ├── theme_90_hot_sneaks.png │ │ ├── theme_90_humanity.png │ │ ├── theme_90_mint_choc.png │ │ ├── theme_90_overcast.png │ │ ├── theme_90_smoothness.png │ │ ├── theme_90_trontastic.png │ │ ├── theme_30_black_matte.png │ │ ├── theme_30_excite_bike.png │ │ ├── theme_30_south_street.png │ │ ├── theme_30_swanky_purse.png │ │ ├── theme_90_black_matte.png │ │ ├── theme_90_excite_bike.png │ │ ├── theme_90_south_street.png │ │ ├── theme_90_swanky_purse.png │ │ ├── theme_90_ui_darkness.png │ │ ├── theme_90_ui_lightness.png │ │ ├── theme_30_pepper_grinder.png │ │ └── theme_90_pepper_grinder.png │ ├── themes │ │ ├── base │ │ │ ├── images │ │ │ │ ├── animated-overlay.gif │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ ├── ui-icons_888888_256x240.png │ │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ └── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ │ ├── minified │ │ │ │ ├── images │ │ │ │ │ ├── animated-overlay.gif │ │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ │ ├── ui-icons_888888_256x240.png │ │ │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ │ └── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ │ │ ├── jquery.ui.autocomplete.min.css │ │ │ │ ├── jquery.ui.selectable.min.css │ │ │ │ ├── jquery.ui.tooltip.min.css │ │ │ │ ├── jquery.ui.progressbar.min.css │ │ │ │ ├── jquery.ui.accordion.min.css │ │ │ │ ├── jquery.ui.spinner.min.css │ │ │ │ ├── jquery.ui.tabs.min.css │ │ │ │ ├── jquery.ui.core.min.css │ │ │ │ ├── jquery.ui.resizable.min.css │ │ │ │ ├── jquery.ui.menu.min.css │ │ │ │ ├── jquery.ui.slider.min.css │ │ │ │ ├── jquery.ui.dialog.min.css │ │ │ │ ├── jquery.ui.button.min.css │ │ │ │ └── jquery.ui.datepicker.min.css │ │ │ ├── jquery.ui.all.css │ │ │ ├── jquery.ui.autocomplete.css │ │ │ ├── jquery.ui.selectable.css │ │ │ ├── jquery.ui.tooltip.css │ │ │ ├── jquery.ui.progressbar.css │ │ │ ├── jquery.ui.base.css │ │ │ ├── jquery.ui.accordion.css │ │ │ ├── jquery.ui.spinner.css │ │ │ ├── jquery.ui.tabs.css │ │ │ ├── jquery.ui.resizable.css │ │ │ ├── jquery.ui.dialog.css │ │ │ ├── jquery.ui.slider.css │ │ │ ├── jquery.ui.menu.css │ │ │ └── jquery.ui.core.css │ │ ├── flick │ │ │ └── images │ │ │ │ ├── ui-icons_0073ea_256x240.png │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ ├── ui-icons_666666_256x240.png │ │ │ │ ├── ui-icons_ff0084_256x240.png │ │ │ │ ├── ui-icons_ffffff_256x240.png │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ ├── ui-bg_flat_0_eeeeee_40x100.png │ │ │ │ ├── ui-bg_flat_55_ffffff_40x100.png │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ ├── ui-bg_highlight-soft_100_f6f6f6_1x100.png │ │ │ │ ├── ui-bg_highlight-soft_25_0073ea_1x100.png │ │ │ │ └── ui-bg_highlight-soft_50_dddddd_1x100.png │ │ ├── start │ │ │ └── images │ │ │ │ ├── ui-icons_0078ae_256x240.png │ │ │ │ ├── ui-icons_056b93_256x240.png │ │ │ │ ├── ui-icons_d8e7f3_256x240.png │ │ │ │ ├── ui-icons_e0fdff_256x240.png │ │ │ │ ├── ui-icons_f5e175_256x240.png │ │ │ │ ├── ui-icons_f7a50d_256x240.png │ │ │ │ ├── ui-icons_fcd113_256x240.png │ │ │ │ ├── ui-bg_flat_55_999999_40x100.png │ │ │ │ ├── ui-bg_flat_75_aaaaaa_40x100.png │ │ │ │ ├── ui-bg_glass_45_0078ae_1x400.png │ │ │ │ ├── ui-bg_glass_55_f8da4e_1x400.png │ │ │ │ ├── ui-bg_glass_75_79c9ec_1x400.png │ │ │ │ ├── ui-bg_inset-hard_100_fcfdfd_1x100.png │ │ │ │ ├── ui-bg_gloss-wave_45_e14f1c_500x100.png │ │ │ │ ├── ui-bg_gloss-wave_50_6eac2c_500x100.png │ │ │ │ └── ui-bg_gloss-wave_75_2191c0_500x100.png │ │ ├── sunny │ │ │ └── images │ │ │ │ ├── ui-icons_3d3d3d_256x240.png │ │ │ │ ├── ui-icons_bd7b00_256x240.png │ │ │ │ ├── ui-icons_d19405_256x240.png │ │ │ │ ├── ui-icons_eb990f_256x240.png │ │ │ │ ├── ui-icons_ed9f26_256x240.png │ │ │ │ ├── ui-icons_fadc7a_256x240.png │ │ │ │ ├── ui-icons_ffe180_256x240.png │ │ │ │ ├── ui-bg_flat_30_cccccc_40x100.png │ │ │ │ ├── ui-bg_flat_50_5c5c5c_40x100.png │ │ │ │ ├── ui-bg_inset-soft_30_ffffff_1x100.png │ │ │ │ ├── ui-bg_gloss-wave_45_817865_500x100.png │ │ │ │ ├── ui-bg_gloss-wave_60_fece2f_500x100.png │ │ │ │ ├── ui-bg_gloss-wave_70_ffdd57_500x100.png │ │ │ │ ├── ui-bg_gloss-wave_90_fff9e5_500x100.png │ │ │ │ ├── ui-bg_diagonals-medium_20_d34d17_40x40.png │ │ │ │ └── ui-bg_highlight-soft_100_feeebd_1x100.png │ │ ├── vader │ │ │ └── images │ │ │ │ ├── ui-icons_666666_256x240.png │ │ │ │ ├── ui-icons_aaaaaa_256x240.png │ │ │ │ ├── ui-icons_bbbbbb_256x240.png │ │ │ │ ├── ui-icons_c98000_256x240.png │ │ │ │ ├── ui-icons_cccccc_256x240.png │ │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ │ ├── ui-icons_f29a00_256x240.png │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ ├── ui-bg_inset-soft_15_121212_1x100.png │ │ │ │ ├── ui-bg_gloss-wave_16_121212_500x100.png │ │ │ │ ├── ui-bg_highlight-hard_15_888888_1x100.png │ │ │ │ ├── ui-bg_highlight-hard_55_555555_1x100.png │ │ │ │ ├── ui-bg_highlight-soft_35_adadad_1x100.png │ │ │ │ └── ui-bg_highlight-soft_60_dddddd_1x100.png │ │ ├── blitzer │ │ │ └── images │ │ │ │ ├── ui-icons_004276_256x240.png │ │ │ │ ├── ui-icons_cc0000_256x240.png │ │ │ │ ├── ui-icons_ffffff_256x240.png │ │ │ │ ├── ui-bg_flat_0_333333_40x100.png │ │ │ │ ├── ui-bg_flat_65_ffffff_40x100.png │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ │ ├── ui-bg_glass_55_fbf8ee_1x400.png │ │ │ │ ├── ui-bg_dots-small_65_a6a6a6_2x2.png │ │ │ │ ├── ui-bg_highlight-soft_15_cc0000_1x100.png │ │ │ │ ├── ui-bg_diagonals-thick_75_f3d8d8_40x40.png │ │ │ │ ├── ui-bg_highlight-hard_100_eeeeee_1x100.png │ │ │ │ └── ui-bg_highlight-hard_100_f6f6f6_1x100.png │ │ ├── dot-luv │ │ │ └── images │ │ │ │ ├── ui-icons_00498f_256x240.png │ │ │ │ ├── ui-icons_98d2fb_256x240.png │ │ │ │ ├── ui-icons_9ccdfc_256x240.png │ │ │ │ ├── ui-icons_ffffff_256x240.png │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ ├── ui-bg_flat_40_292929_40x100.png │ │ │ │ ├── ui-bg_dots-medium_30_0b58a2_4x4.png │ │ │ │ ├── ui-bg_dots-small_20_333333_2x2.png │ │ │ │ ├── ui-bg_dots-small_30_a32d00_2x2.png │ │ │ │ ├── ui-bg_dots-small_40_00498f_2x2.png │ │ │ │ ├── ui-bg_gloss-wave_20_111111_500x100.png │ │ │ │ └── ui-bg_diagonals-thick_15_0b3e6f_40x40.png │ │ ├── le-frog │ │ │ └── images │ │ │ │ ├── ui-icons_4eb305_256x240.png │ │ │ │ ├── ui-icons_72b42d_256x240.png │ │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ │ ├── ui-icons_ffffff_256x240.png │ │ │ │ ├── ui-bg_glass_55_fbf5d0_1x400.png │ │ │ │ ├── ui-bg_inset-soft_10_285c00_1x100.png │ │ │ │ ├── ui-bg_diagonals-small_0_aaaaaa_40x40.png │ │ │ │ ├── ui-bg_highlight-hard_30_285c00_1x100.png │ │ │ │ ├── ui-bg_highlight-soft_33_3a8104_1x100.png │ │ │ │ ├── ui-bg_highlight-soft_50_4eb305_1x100.png │ │ │ │ ├── ui-bg_highlight-soft_60_4ca20b_1x100.png │ │ │ │ ├── ui-bg_diagonals-thick_15_444444_40x40.png │ │ │ │ └── ui-bg_diagonals-thick_95_ffdc2e_40x40.png │ │ ├── redmond │ │ │ └── images │ │ │ │ ├── ui-icons_217bc0_256x240.png │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ ├── ui-icons_469bdd_256x240.png │ │ │ │ ├── ui-icons_6da8d5_256x240.png │ │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ │ ├── ui-icons_d8e7f3_256x240.png │ │ │ │ ├── ui-icons_f9bd01_256x240.png │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ ├── ui-bg_flat_55_fbec88_40x100.png │ │ │ │ ├── ui-bg_glass_75_d0e5f5_1x400.png │ │ │ │ ├── ui-bg_glass_85_dfeffc_1x400.png │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ ├── ui-bg_inset-hard_100_f5f8f9_1x100.png │ │ │ │ ├── ui-bg_inset-hard_100_fcfdfd_1x100.png │ │ │ │ └── ui-bg_gloss-wave_55_5c9ccc_500x100.png │ │ ├── black-tie │ │ │ └── images │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ ├── ui-icons_4ca300_256x240.png │ │ │ │ ├── ui-icons_bbbbbb_256x240.png │ │ │ │ ├── ui-icons_ededed_256x240.png │ │ │ │ ├── ui-icons_ffcf29_256x240.png │ │ │ │ ├── ui-icons_ffffff_256x240.png │ │ │ │ ├── ui-bg_flat_65_ffffff_40x100.png │ │ │ │ ├── ui-bg_glass_40_111111_1x400.png │ │ │ │ ├── ui-bg_glass_55_1c1c1c_1x400.png │ │ │ │ ├── ui-bg_inset-hard_45_cd0a0a_1x100.png │ │ │ │ ├── ui-bg_inset-hard_55_ffeb80_1x100.png │ │ │ │ ├── ui-bg_diagonals-thick_8_333333_40x40.png │ │ │ │ ├── ui-bg_highlight-hard_40_aaaaaa_1x100.png │ │ │ │ ├── ui-bg_highlight-soft_50_aaaaaa_1x100.png │ │ │ │ └── ui-bg_highlight-hard_100_f9f9f9_1x100.png │ │ ├── cupertino │ │ │ └── images │ │ │ │ ├── ui-icons_2694e8_256x240.png │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ ├── ui-icons_3d80b3_256x240.png │ │ │ │ ├── ui-icons_72a7cf_256x240.png │ │ │ │ ├── ui-icons_ffffff_256x240.png │ │ │ │ ├── ui-bg_flat_15_cd0a0a_40x100.png │ │ │ │ ├── ui-bg_glass_100_e4f1fb_1x400.png │ │ │ │ ├── ui-bg_glass_50_3baae3_1x400.png │ │ │ │ ├── ui-bg_glass_80_d7ebf9_1x400.png │ │ │ │ ├── ui-bg_highlight-hard_70_000000_1x100.png │ │ │ │ ├── ui-bg_highlight-soft_25_ffef8f_1x100.png │ │ │ │ ├── ui-bg_diagonals-thick_90_eeeeee_40x40.png │ │ │ │ ├── ui-bg_highlight-hard_100_f2f5f7_1x100.png │ │ │ │ └── ui-bg_highlight-soft_100_deedf7_1x100.png │ │ ├── dark-hive │ │ │ └── images │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ ├── ui-icons_4b8e0b_256x240.png │ │ │ │ ├── ui-icons_a83300_256x240.png │ │ │ │ ├── ui-icons_cccccc_256x240.png │ │ │ │ ├── ui-icons_ffffff_256x240.png │ │ │ │ ├── ui-bg_loop_25_000000_21x21.png │ │ │ │ ├── ui-bg_flat_30_cccccc_40x100.png │ │ │ │ ├── ui-bg_flat_50_5c5c5c_40x100.png │ │ │ │ ├── ui-bg_glass_40_ffc73d_1x400.png │ │ │ │ ├── ui-bg_highlight-hard_20_0972a5_1x100.png │ │ │ │ ├── ui-bg_highlight-soft_33_003147_1x100.png │ │ │ │ ├── ui-bg_highlight-soft_35_222222_1x100.png │ │ │ │ ├── ui-bg_highlight-soft_44_444444_1x100.png │ │ │ │ └── ui-bg_highlight-soft_80_eeeeee_1x100.png │ │ ├── eggplant │ │ │ └── images │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ ├── ui-icons_734d99_256x240.png │ │ │ │ ├── ui-icons_8d78a5_256x240.png │ │ │ │ ├── ui-icons_a8a3ae_256x240.png │ │ │ │ ├── ui-icons_ebccce_256x240.png │ │ │ │ ├── ui-icons_ffffff_256x240.png │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ ├── ui-bg_flat_0_eeeeee_40x100.png │ │ │ │ ├── ui-bg_flat_55_994d53_40x100.png │ │ │ │ ├── ui-bg_flat_55_fafafa_40x100.png │ │ │ │ ├── ui-bg_gloss-wave_30_3d3644_500x100.png │ │ │ │ ├── ui-bg_highlight-soft_100_dcd9de_1x100.png │ │ │ │ ├── ui-bg_highlight-soft_100_eae6ea_1x100.png │ │ │ │ ├── ui-bg_highlight-soft_25_30273a_1x100.png │ │ │ │ └── ui-bg_highlight-soft_45_5f5964_1x100.png │ │ ├── hot-sneaks │ │ │ └── images │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ ├── ui-icons_88a206_256x240.png │ │ │ │ ├── ui-icons_c02669_256x240.png │ │ │ │ ├── ui-icons_e1e463_256x240.png │ │ │ │ ├── ui-icons_ffeb33_256x240.png │ │ │ │ ├── ui-icons_ffffff_256x240.png │ │ │ │ ├── ui-bg_flat_75_ba9217_40x100.png │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ │ ├── ui-bg_dots-small_35_35414f_2x2.png │ │ │ │ ├── ui-bg_dots-medium_80_ffff38_4x4.png │ │ │ │ ├── ui-bg_white-lines_85_f7f7ba_40x100.png │ │ │ │ ├── ui-bg_diagonals-small_40_db4865_40x40.png │ │ │ │ ├── ui-bg_diagonals-small_50_93c3cd_40x40.png │ │ │ │ ├── ui-bg_diagonals-small_50_ff3853_40x40.png │ │ │ │ └── ui-bg_diagonals-small_75_ccd232_40x40.png │ │ ├── humanity │ │ │ └── images │ │ │ │ ├── ui-icons_c47a23_256x240.png │ │ │ │ ├── ui-icons_cb672b_256x240.png │ │ │ │ ├── ui-icons_f08000_256x240.png │ │ │ │ ├── ui-icons_f35f07_256x240.png │ │ │ │ ├── ui-icons_ff7519_256x240.png │ │ │ │ ├── ui-icons_ffffff_256x240.png │ │ │ │ ├── ui-bg_flat_75_aaaaaa_40x100.png │ │ │ │ ├── ui-bg_glass_25_cb842e_1x400.png │ │ │ │ ├── ui-bg_glass_70_ede4d4_1x400.png │ │ │ │ ├── ui-bg_glass_100_f5f0e5_1x400.png │ │ │ │ ├── ui-bg_inset-soft_100_f4f0ec_1x100.png │ │ │ │ ├── ui-bg_highlight-hard_100_f4f0ec_1x100.png │ │ │ │ ├── ui-bg_highlight-hard_65_fee4bd_1x100.png │ │ │ │ └── ui-bg_highlight-hard_75_f5f5b5_1x100.png │ │ ├── mint-choc │ │ │ └── images │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ ├── ui-icons_9bcc60_256x240.png │ │ │ │ ├── ui-icons_add978_256x240.png │ │ │ │ ├── ui-icons_e3ddc9_256x240.png │ │ │ │ ├── ui-icons_f1fd86_256x240.png │ │ │ │ ├── ui-icons_ffffff_256x240.png │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ ├── ui-bg_glass_15_5f391b_1x400.png │ │ │ │ ├── ui-bg_gloss-wave_20_1c160d_500x100.png │ │ │ │ ├── ui-bg_gloss-wave_25_453326_500x100.png │ │ │ │ ├── ui-bg_gloss-wave_30_44372c_500x100.png │ │ │ │ ├── ui-bg_inset-soft_10_201913_1x100.png │ │ │ │ ├── ui-bg_highlight-soft_20_201913_1x100.png │ │ │ │ └── ui-bg_highlight-soft_20_619226_1x100.png │ │ ├── overcast │ │ │ └── images │ │ │ │ ├── ui-icons_3383bb_256x240.png │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ ├── ui-icons_70b2e1_256x240.png │ │ │ │ ├── ui-icons_999999_256x240.png │ │ │ │ ├── ui-icons_fbc856_256x240.png │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ ├── ui-bg_flat_0_eeeeee_40x100.png │ │ │ │ ├── ui-bg_flat_55_c0402a_40x100.png │ │ │ │ ├── ui-bg_flat_55_eeeeee_40x100.png │ │ │ │ ├── ui-bg_glass_35_dddddd_1x400.png │ │ │ │ ├── ui-bg_glass_60_eeeeee_1x400.png │ │ │ │ ├── ui-bg_glass_100_f8f8f8_1x400.png │ │ │ │ ├── ui-bg_inset-hard_75_999999_1x100.png │ │ │ │ └── ui-bg_inset-soft_50_c9c9c9_1x100.png │ │ ├── smoothness │ │ │ └── images │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ ├── ui-icons_888888_256x240.png │ │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ └── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ ├── trontastic │ │ │ └── images │ │ │ │ ├── ui-icons_000000_256x240.png │ │ │ │ ├── ui-icons_1f1f1f_256x240.png │ │ │ │ ├── ui-icons_9fda58_256x240.png │ │ │ │ ├── ui-icons_b8ec79_256x240.png │ │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ │ ├── ui-icons_ffffff_256x240.png │ │ │ │ ├── ui-bg_flat_0_303030_40x100.png │ │ │ │ ├── ui-bg_flat_0_4c4c4c_40x100.png │ │ │ │ ├── ui-bg_glass_40_0a0a0a_1x400.png │ │ │ │ ├── ui-bg_glass_55_f1fbe5_1x400.png │ │ │ │ ├── ui-bg_glass_60_000000_1x400.png │ │ │ │ ├── ui-bg_gloss-wave_55_000000_500x100.png │ │ │ │ ├── ui-bg_gloss-wave_85_9fda58_500x100.png │ │ │ │ ├── ui-bg_gloss-wave_95_f6ecd5_500x100.png │ │ │ │ └── ui-bg_diagonals-small_50_262626_40x40.png │ │ ├── excite-bike │ │ │ └── images │ │ │ │ ├── ui-icons_0a82eb_256x240.png │ │ │ │ ├── ui-icons_0b54d5_256x240.png │ │ │ │ ├── ui-icons_5fa5e3_256x240.png │ │ │ │ ├── ui-icons_fcdd4a_256x240.png │ │ │ │ ├── ui-icons_ffffff_256x240.png │ │ │ │ ├── ui-bg_flat_0_e69700_40x100.png │ │ │ │ ├── ui-bg_flat_0_e6b900_40x100.png │ │ │ │ ├── ui-bg_inset-hard_100_eeeeee_1x100.png │ │ │ │ ├── ui-bg_diagonals-small_25_c5ddfc_40x40.png │ │ │ │ ├── ui-bg_diagonals-thick_20_e69700_40x40.png │ │ │ │ ├── ui-bg_diagonals-thick_22_1484e6_40x40.png │ │ │ │ ├── ui-bg_diagonals-thick_26_2293f7_40x40.png │ │ │ │ └── ui-bg_highlight-soft_100_f9f9f9_1x100.png │ │ ├── south-street │ │ │ └── images │ │ │ │ ├── ui-icons_808080_256x240.png │ │ │ │ ├── ui-icons_847e71_256x240.png │ │ │ │ ├── ui-icons_8DC262_256x240.png │ │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ │ ├── ui-icons_eeeeee_256x240.png │ │ │ │ ├── ui-icons_ffffff_256x240.png │ │ │ │ ├── ui-bg_glass_55_fcf0ba_1x400.png │ │ │ │ ├── ui-bg_inset-soft_15_2b2922_1x100.png │ │ │ │ ├── ui-bg_gloss-wave_100_ece8da_500x100.png │ │ │ │ ├── ui-bg_highlight-hard_15_459e00_1x100.png │ │ │ │ ├── ui-bg_highlight-hard_95_cccccc_1x100.png │ │ │ │ ├── ui-bg_highlight-soft_25_67b021_1x100.png │ │ │ │ ├── ui-bg_highlight-soft_95_ffedad_1x100.png │ │ │ │ ├── ui-bg_highlight-hard_100_f5f3e5_1x100.png │ │ │ │ └── ui-bg_highlight-hard_100_fafaf4_1x100.png │ │ ├── swanky-purse │ │ │ └── images │ │ │ │ ├── ui-icons_070603_256x240.png │ │ │ │ ├── ui-icons_e8e2b5_256x240.png │ │ │ │ ├── ui-icons_e9cd86_256x240.png │ │ │ │ ├── ui-icons_efec9f_256x240.png │ │ │ │ ├── ui-icons_f2ec64_256x240.png │ │ │ │ ├── ui-icons_f9f2bd_256x240.png │ │ │ │ ├── ui-icons_ff7519_256x240.png │ │ │ │ ├── ui-bg_diamond_10_4f4221_10x8.png │ │ │ │ ├── ui-bg_diamond_20_372806_10x8.png │ │ │ │ ├── ui-bg_diamond_25_675423_10x8.png │ │ │ │ ├── ui-bg_diamond_25_d5ac5d_10x8.png │ │ │ │ ├── ui-bg_diamond_8_261803_10x8.png │ │ │ │ ├── ui-bg_diamond_8_443113_10x8.png │ │ │ │ ├── ui-bg_flat_75_ddd4b0_40x100.png │ │ │ │ └── ui-bg_highlight-hard_65_fee4bd_1x100.png │ │ ├── ui-darkness │ │ │ └── images │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ ├── ui-icons_4b8e0b_256x240.png │ │ │ │ ├── ui-icons_a83300_256x240.png │ │ │ │ ├── ui-icons_cccccc_256x240.png │ │ │ │ ├── ui-icons_ffffff_256x240.png │ │ │ │ ├── ui-bg_flat_30_cccccc_40x100.png │ │ │ │ ├── ui-bg_flat_50_5c5c5c_40x100.png │ │ │ │ ├── ui-bg_glass_20_555555_1x400.png │ │ │ │ ├── ui-bg_glass_40_0078a3_1x400.png │ │ │ │ ├── ui-bg_glass_40_ffc73d_1x400.png │ │ │ │ ├── ui-bg_inset-soft_25_000000_1x100.png │ │ │ │ ├── ui-bg_inset-soft_30_f58400_1x100.png │ │ │ │ ├── ui-bg_gloss-wave_25_333333_500x100.png │ │ │ │ └── ui-bg_highlight-soft_80_eeeeee_1x100.png │ │ ├── ui-lightness │ │ │ └── images │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ ├── ui-icons_228ef1_256x240.png │ │ │ │ ├── ui-icons_ef8c08_256x240.png │ │ │ │ ├── ui-icons_ffd27a_256x240.png │ │ │ │ ├── ui-icons_ffffff_256x240.png │ │ │ │ ├── ui-bg_flat_10_000000_40x100.png │ │ │ │ ├── ui-bg_glass_100_f6f6f6_1x400.png │ │ │ │ ├── ui-bg_glass_100_fdf5ce_1x400.png │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ ├── ui-bg_gloss-wave_35_f6a828_500x100.png │ │ │ │ ├── ui-bg_highlight-soft_75_ffe45c_1x100.png │ │ │ │ ├── ui-bg_diagonals-thick_18_b81900_40x40.png │ │ │ │ ├── ui-bg_diagonals-thick_20_666666_40x40.png │ │ │ │ └── ui-bg_highlight-soft_100_eeeeee_1x100.png │ │ └── pepper-grinder │ │ │ └── images │ │ │ ├── ui-icons_222222_256x240.png │ │ │ ├── ui-icons_3572ac_256x240.png │ │ │ ├── ui-icons_8c291d_256x240.png │ │ │ ├── ui-icons_b83400_256x240.png │ │ │ ├── ui-icons_fbdb93_256x240.png │ │ │ ├── ui-icons_ffffff_256x240.png │ │ │ ├── ui-bg_fine-grain_10_eceadf_60x60.png │ │ │ ├── ui-bg_fine-grain_10_f8f7f6_60x60.png │ │ │ ├── ui-bg_fine-grain_15_eceadf_60x60.png │ │ │ ├── ui-bg_fine-grain_15_f7f3de_60x60.png │ │ │ ├── ui-bg_fine-grain_15_ffffff_60x60.png │ │ │ ├── ui-bg_fine-grain_65_654b24_60x60.png │ │ │ ├── ui-bg_fine-grain_68_b83400_60x60.png │ │ │ ├── ui-bg_diagonal-maze_20_6e4f1c_10x10.png │ │ │ └── ui-bg_diagonal-maze_40_000000_10x10.png │ └── ui-themes │ │ └── smoothness │ │ └── images │ │ ├── animated-overlay.gif │ │ ├── ui-icons_222222_256x240.png │ │ ├── ui-icons_2e83ff_256x240.png │ │ ├── ui-icons_454545_256x240.png │ │ ├── ui-icons_888888_256x240.png │ │ ├── ui-icons_cd0a0a_256x240.png │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ └── ui-bg_highlight-soft_75_cccccc_1x100.png ├── basic.html ├── container.html ├── simple.html └── container_centered.html ├── source ├── stable │ ├── callbacks │ │ ├── jquery.layout.resizePaneAccordions.min.js │ │ ├── jquery.layout.resizeDataTable.min.js │ │ ├── jquery.layout.pseudoClose.min.js │ │ ├── jquery.layout.resizeTabLayout.min.js │ │ ├── jquery.layout.resizePaneAccordions.js │ │ ├── jquery.layout.resizeDataTable.js │ │ ├── jquery.layout.callbacks.min-latest.js │ │ └── jquery.layout.resizeTabLayout.js │ └── plugins │ │ ├── jquery.layout.slideOffscreen.min.js │ │ └── jquery.layout.browserZoom.js ├── versions │ └── plugins │ │ ├── jquery.layout.resizePaneAccordions-1.2.min.js │ │ ├── jquery.layout.resizeDataTable.min-1.0.js │ │ ├── jquery.layout.pseudoClose.min-1.1.js │ │ ├── jquery.layout.resizeTabLayout-1.3.min.js │ │ ├── jquery.layout.resizePaneAccordions-1.2.js │ │ ├── jquery.layout.resizeDataTable-1.0.js │ │ ├── jquery.layout.resizeTabLayout-1.3.js │ │ ├── jquery.layout.slideOffscreen.min-1.1.js │ │ └── jquery.layout.browserZoom-1.0.js └── changelog.txt ├── layout.jquery.json └── README.md /demos/js/objects/globe.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/js/objects/globe.swf -------------------------------------------------------------------------------- /demos/js/objects/sample.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/js/objects/sample.swf -------------------------------------------------------------------------------- /demos/css/themeswitcher/base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/base.png -------------------------------------------------------------------------------- /demos/js/objects/FadeBan.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/js/objects/FadeBan.class -------------------------------------------------------------------------------- /demos/css/themeswitcher/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/Thumbs.db -------------------------------------------------------------------------------- /demos/css/themeswitcher/buttonbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/buttonbg.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/menuhoverbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/menuhoverbg.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_30_flick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_30_flick.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_30_sunny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_30_sunny.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_90_flick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_90_flick.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_90_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_90_start.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_90_sunny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_90_sunny.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/icon_color_arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/icon_color_arrow.gif -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_30_blitzer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_30_blitzer.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_30_dot_luv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_30_dot_luv.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_30_le_frog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_30_le_frog.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_30_ui_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_30_ui_dark.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_30_windoze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_30_windoze.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_90_blitzer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_90_blitzer.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_90_dot_luv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_90_dot_luv.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_90_le_frog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_90_le_frog.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_90_redmond.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_90_redmond.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_30_black_tie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_30_black_tie.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_30_cupertino.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_30_cupertino.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_30_dark_hive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_30_dark_hive.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_30_eggplant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_30_eggplant.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_30_hot_sneaks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_30_hot_sneaks.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_30_humanity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_30_humanity.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_30_mint_choco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_30_mint_choco.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_30_overcast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_30_overcast.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_30_smoothness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_30_smoothness.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_30_start_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_30_start_menu.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_30_trontastic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_30_trontastic.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_30_ui_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_30_ui_light.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_90_black_tie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_90_black_tie.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_90_cupertino.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_90_cupertino.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_90_dark_hive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_90_dark_hive.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_90_eggplant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_90_eggplant.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_90_hot_sneaks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_90_hot_sneaks.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_90_humanity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_90_humanity.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_90_mint_choc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_90_mint_choc.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_90_overcast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_90_overcast.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_90_smoothness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_90_smoothness.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_90_trontastic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_90_trontastic.png -------------------------------------------------------------------------------- /demos/css/themes/base/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/base/images/animated-overlay.gif -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_30_black_matte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_30_black_matte.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_30_excite_bike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_30_excite_bike.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_30_south_street.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_30_south_street.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_30_swanky_purse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_30_swanky_purse.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_90_black_matte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_90_black_matte.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_90_excite_bike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_90_excite_bike.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_90_south_street.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_90_south_street.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_90_swanky_purse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_90_swanky_purse.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_90_ui_darkness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_90_ui_darkness.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_90_ui_lightness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_90_ui_lightness.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_30_pepper_grinder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_30_pepper_grinder.png -------------------------------------------------------------------------------- /demos/css/themeswitcher/theme_90_pepper_grinder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themeswitcher/theme_90_pepper_grinder.png -------------------------------------------------------------------------------- /demos/css/themes/base/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/base/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/base/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/base/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/base/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/base/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/base/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/base/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/base/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/base/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/flick/images/ui-icons_0073ea_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/flick/images/ui-icons_0073ea_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/flick/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/flick/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/flick/images/ui-icons_666666_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/flick/images/ui-icons_666666_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/flick/images/ui-icons_ff0084_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/flick/images/ui-icons_ff0084_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/flick/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/flick/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/start/images/ui-icons_0078ae_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/start/images/ui-icons_0078ae_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/start/images/ui-icons_056b93_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/start/images/ui-icons_056b93_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/start/images/ui-icons_d8e7f3_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/start/images/ui-icons_d8e7f3_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/start/images/ui-icons_e0fdff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/start/images/ui-icons_e0fdff_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/start/images/ui-icons_f5e175_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/start/images/ui-icons_f5e175_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/start/images/ui-icons_f7a50d_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/start/images/ui-icons_f7a50d_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/start/images/ui-icons_fcd113_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/start/images/ui-icons_fcd113_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/sunny/images/ui-icons_3d3d3d_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/sunny/images/ui-icons_3d3d3d_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/sunny/images/ui-icons_bd7b00_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/sunny/images/ui-icons_bd7b00_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/sunny/images/ui-icons_d19405_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/sunny/images/ui-icons_d19405_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/sunny/images/ui-icons_eb990f_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/sunny/images/ui-icons_eb990f_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/sunny/images/ui-icons_ed9f26_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/sunny/images/ui-icons_ed9f26_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/sunny/images/ui-icons_fadc7a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/sunny/images/ui-icons_fadc7a_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/sunny/images/ui-icons_ffe180_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/sunny/images/ui-icons_ffe180_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/vader/images/ui-icons_666666_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/vader/images/ui-icons_666666_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/vader/images/ui-icons_aaaaaa_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/vader/images/ui-icons_aaaaaa_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/vader/images/ui-icons_bbbbbb_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/vader/images/ui-icons_bbbbbb_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/vader/images/ui-icons_c98000_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/vader/images/ui-icons_c98000_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/vader/images/ui-icons_cccccc_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/vader/images/ui-icons_cccccc_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/vader/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/vader/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/vader/images/ui-icons_f29a00_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/vader/images/ui-icons_f29a00_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/base/minified/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/base/minified/images/animated-overlay.gif -------------------------------------------------------------------------------- /demos/css/themes/blitzer/images/ui-icons_004276_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/blitzer/images/ui-icons_004276_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/blitzer/images/ui-icons_cc0000_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/blitzer/images/ui-icons_cc0000_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/blitzer/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/blitzer/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/dot-luv/images/ui-icons_00498f_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/dot-luv/images/ui-icons_00498f_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/dot-luv/images/ui-icons_98d2fb_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/dot-luv/images/ui-icons_98d2fb_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/dot-luv/images/ui-icons_9ccdfc_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/dot-luv/images/ui-icons_9ccdfc_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/dot-luv/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/dot-luv/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/le-frog/images/ui-icons_4eb305_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/le-frog/images/ui-icons_4eb305_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/le-frog/images/ui-icons_72b42d_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/le-frog/images/ui-icons_72b42d_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/le-frog/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/le-frog/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/le-frog/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/le-frog/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/redmond/images/ui-icons_217bc0_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/redmond/images/ui-icons_217bc0_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/redmond/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/redmond/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/redmond/images/ui-icons_469bdd_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/redmond/images/ui-icons_469bdd_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/redmond/images/ui-icons_6da8d5_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/redmond/images/ui-icons_6da8d5_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/redmond/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/redmond/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/redmond/images/ui-icons_d8e7f3_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/redmond/images/ui-icons_d8e7f3_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/redmond/images/ui-icons_f9bd01_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/redmond/images/ui-icons_f9bd01_256x240.png -------------------------------------------------------------------------------- /demos/css/ui-themes/smoothness/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/ui-themes/smoothness/images/animated-overlay.gif -------------------------------------------------------------------------------- /demos/css/themes/base/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/base/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/base/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/base/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/base/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/base/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/black-tie/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/black-tie/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/black-tie/images/ui-icons_4ca300_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/black-tie/images/ui-icons_4ca300_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/black-tie/images/ui-icons_bbbbbb_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/black-tie/images/ui-icons_bbbbbb_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/black-tie/images/ui-icons_ededed_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/black-tie/images/ui-icons_ededed_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/black-tie/images/ui-icons_ffcf29_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/black-tie/images/ui-icons_ffcf29_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/black-tie/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/black-tie/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/blitzer/images/ui-bg_flat_0_333333_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/blitzer/images/ui-bg_flat_0_333333_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/cupertino/images/ui-icons_2694e8_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/cupertino/images/ui-icons_2694e8_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/cupertino/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/cupertino/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/cupertino/images/ui-icons_3d80b3_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/cupertino/images/ui-icons_3d80b3_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/cupertino/images/ui-icons_72a7cf_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/cupertino/images/ui-icons_72a7cf_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/cupertino/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/cupertino/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/dark-hive/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/dark-hive/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/dark-hive/images/ui-icons_4b8e0b_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/dark-hive/images/ui-icons_4b8e0b_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/dark-hive/images/ui-icons_a83300_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/dark-hive/images/ui-icons_a83300_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/dark-hive/images/ui-icons_cccccc_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/dark-hive/images/ui-icons_cccccc_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/dark-hive/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/dark-hive/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/dot-luv/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/dot-luv/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/eggplant/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/eggplant/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/eggplant/images/ui-icons_734d99_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/eggplant/images/ui-icons_734d99_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/eggplant/images/ui-icons_8d78a5_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/eggplant/images/ui-icons_8d78a5_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/eggplant/images/ui-icons_a8a3ae_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/eggplant/images/ui-icons_a8a3ae_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/eggplant/images/ui-icons_ebccce_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/eggplant/images/ui-icons_ebccce_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/eggplant/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/eggplant/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/flick/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/flick/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/flick/images/ui-bg_flat_0_eeeeee_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/flick/images/ui-bg_flat_0_eeeeee_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/flick/images/ui-bg_flat_55_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/flick/images/ui-bg_flat_55_ffffff_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/flick/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/flick/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/flick/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/flick/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/hot-sneaks/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/hot-sneaks/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/hot-sneaks/images/ui-icons_88a206_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/hot-sneaks/images/ui-icons_88a206_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/hot-sneaks/images/ui-icons_c02669_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/hot-sneaks/images/ui-icons_c02669_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/hot-sneaks/images/ui-icons_e1e463_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/hot-sneaks/images/ui-icons_e1e463_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/hot-sneaks/images/ui-icons_ffeb33_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/hot-sneaks/images/ui-icons_ffeb33_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/hot-sneaks/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/hot-sneaks/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/humanity/images/ui-icons_c47a23_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/humanity/images/ui-icons_c47a23_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/humanity/images/ui-icons_cb672b_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/humanity/images/ui-icons_cb672b_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/humanity/images/ui-icons_f08000_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/humanity/images/ui-icons_f08000_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/humanity/images/ui-icons_f35f07_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/humanity/images/ui-icons_f35f07_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/humanity/images/ui-icons_ff7519_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/humanity/images/ui-icons_ff7519_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/humanity/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/humanity/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/mint-choc/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/mint-choc/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/mint-choc/images/ui-icons_9bcc60_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/mint-choc/images/ui-icons_9bcc60_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/mint-choc/images/ui-icons_add978_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/mint-choc/images/ui-icons_add978_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/mint-choc/images/ui-icons_e3ddc9_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/mint-choc/images/ui-icons_e3ddc9_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/mint-choc/images/ui-icons_f1fd86_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/mint-choc/images/ui-icons_f1fd86_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/mint-choc/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/mint-choc/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/overcast/images/ui-icons_3383bb_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/overcast/images/ui-icons_3383bb_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/overcast/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/overcast/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/overcast/images/ui-icons_70b2e1_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/overcast/images/ui-icons_70b2e1_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/overcast/images/ui-icons_999999_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/overcast/images/ui-icons_999999_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/overcast/images/ui-icons_fbc856_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/overcast/images/ui-icons_fbc856_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/smoothness/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/smoothness/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/smoothness/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/smoothness/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/smoothness/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/smoothness/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/smoothness/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/smoothness/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/smoothness/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/smoothness/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/start/images/ui-bg_flat_55_999999_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/start/images/ui-bg_flat_55_999999_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/start/images/ui-bg_flat_75_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/start/images/ui-bg_flat_75_aaaaaa_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/start/images/ui-bg_glass_45_0078ae_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/start/images/ui-bg_glass_45_0078ae_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/start/images/ui-bg_glass_55_f8da4e_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/start/images/ui-bg_glass_55_f8da4e_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/start/images/ui-bg_glass_75_79c9ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/start/images/ui-bg_glass_75_79c9ec_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/sunny/images/ui-bg_flat_30_cccccc_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/sunny/images/ui-bg_flat_30_cccccc_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/sunny/images/ui-bg_flat_50_5c5c5c_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/sunny/images/ui-bg_flat_50_5c5c5c_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/trontastic/images/ui-icons_000000_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/trontastic/images/ui-icons_000000_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/trontastic/images/ui-icons_1f1f1f_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/trontastic/images/ui-icons_1f1f1f_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/trontastic/images/ui-icons_9fda58_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/trontastic/images/ui-icons_9fda58_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/trontastic/images/ui-icons_b8ec79_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/trontastic/images/ui-icons_b8ec79_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/trontastic/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/trontastic/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/trontastic/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/trontastic/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/vader/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/vader/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/vader/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/vader/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/blitzer/images/ui-bg_flat_65_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/blitzer/images/ui-bg_flat_65_ffffff_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/blitzer/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/blitzer/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/dark-hive/images/ui-bg_loop_25_000000_21x21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/dark-hive/images/ui-bg_loop_25_000000_21x21.png -------------------------------------------------------------------------------- /demos/css/themes/dot-luv/images/ui-bg_flat_40_292929_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/dot-luv/images/ui-bg_flat_40_292929_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/eggplant/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/eggplant/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/eggplant/images/ui-bg_flat_0_eeeeee_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/eggplant/images/ui-bg_flat_0_eeeeee_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/eggplant/images/ui-bg_flat_55_994d53_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/eggplant/images/ui-bg_flat_55_994d53_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/eggplant/images/ui-bg_flat_55_fafafa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/eggplant/images/ui-bg_flat_55_fafafa_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/excite-bike/images/ui-icons_0a82eb_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/excite-bike/images/ui-icons_0a82eb_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/excite-bike/images/ui-icons_0b54d5_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/excite-bike/images/ui-icons_0b54d5_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/excite-bike/images/ui-icons_5fa5e3_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/excite-bike/images/ui-icons_5fa5e3_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/excite-bike/images/ui-icons_fcdd4a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/excite-bike/images/ui-icons_fcdd4a_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/excite-bike/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/excite-bike/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/humanity/images/ui-bg_flat_75_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/humanity/images/ui-bg_flat_75_aaaaaa_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/humanity/images/ui-bg_glass_25_cb842e_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/humanity/images/ui-bg_glass_25_cb842e_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/humanity/images/ui-bg_glass_70_ede4d4_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/humanity/images/ui-bg_glass_70_ede4d4_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/le-frog/images/ui-bg_glass_55_fbf5d0_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/le-frog/images/ui-bg_glass_55_fbf5d0_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/mint-choc/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/mint-choc/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/overcast/images/ui-bg_flat_0_eeeeee_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/overcast/images/ui-bg_flat_0_eeeeee_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/overcast/images/ui-bg_flat_55_c0402a_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/overcast/images/ui-bg_flat_55_c0402a_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/overcast/images/ui-bg_flat_55_eeeeee_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/overcast/images/ui-bg_flat_55_eeeeee_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/overcast/images/ui-bg_glass_35_dddddd_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/overcast/images/ui-bg_glass_35_dddddd_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/overcast/images/ui-bg_glass_60_eeeeee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/overcast/images/ui-bg_glass_60_eeeeee_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/redmond/images/ui-bg_flat_55_fbec88_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/redmond/images/ui-bg_flat_55_fbec88_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/redmond/images/ui-bg_glass_85_dfeffc_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/redmond/images/ui-bg_glass_85_dfeffc_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/redmond/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/redmond/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/south-street/images/ui-icons_808080_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/south-street/images/ui-icons_808080_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/south-street/images/ui-icons_847e71_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/south-street/images/ui-icons_847e71_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/south-street/images/ui-icons_8DC262_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/south-street/images/ui-icons_8DC262_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/south-street/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/south-street/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/south-street/images/ui-icons_eeeeee_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/south-street/images/ui-icons_eeeeee_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/south-street/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/south-street/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/swanky-purse/images/ui-icons_070603_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/swanky-purse/images/ui-icons_070603_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/swanky-purse/images/ui-icons_e8e2b5_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/swanky-purse/images/ui-icons_e8e2b5_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/swanky-purse/images/ui-icons_e9cd86_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/swanky-purse/images/ui-icons_e9cd86_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/swanky-purse/images/ui-icons_efec9f_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/swanky-purse/images/ui-icons_efec9f_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/swanky-purse/images/ui-icons_f2ec64_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/swanky-purse/images/ui-icons_f2ec64_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/swanky-purse/images/ui-icons_f9f2bd_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/swanky-purse/images/ui-icons_f9f2bd_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/swanky-purse/images/ui-icons_ff7519_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/swanky-purse/images/ui-icons_ff7519_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/ui-darkness/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/ui-darkness/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/ui-darkness/images/ui-icons_4b8e0b_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/ui-darkness/images/ui-icons_4b8e0b_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/ui-darkness/images/ui-icons_a83300_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/ui-darkness/images/ui-icons_a83300_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/ui-darkness/images/ui-icons_cccccc_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/ui-darkness/images/ui-icons_cccccc_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/ui-darkness/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/ui-darkness/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/ui-lightness/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/ui-lightness/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/ui-lightness/images/ui-icons_228ef1_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/ui-lightness/images/ui-icons_228ef1_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/ui-lightness/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/ui-lightness/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/base/minified/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/base/minified/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/base/minified/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/base/minified/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/base/minified/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/base/minified/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/base/minified/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/base/minified/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/base/minified/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/base/minified/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/black-tie/images/ui-bg_flat_65_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/black-tie/images/ui-bg_flat_65_ffffff_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/black-tie/images/ui-bg_glass_40_111111_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/black-tie/images/ui-bg_glass_40_111111_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/blitzer/images/ui-bg_dots-small_65_a6a6a6_2x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/blitzer/images/ui-bg_dots-small_65_a6a6a6_2x2.png -------------------------------------------------------------------------------- /demos/css/themes/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/cupertino/images/ui-bg_glass_50_3baae3_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/cupertino/images/ui-bg_glass_50_3baae3_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/dark-hive/images/ui-bg_flat_30_cccccc_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/dark-hive/images/ui-bg_flat_30_cccccc_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/dark-hive/images/ui-bg_flat_50_5c5c5c_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/dark-hive/images/ui-bg_flat_50_5c5c5c_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/dark-hive/images/ui-bg_glass_40_ffc73d_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/dark-hive/images/ui-bg_glass_40_ffc73d_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/dot-luv/images/ui-bg_dots-medium_30_0b58a2_4x4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/dot-luv/images/ui-bg_dots-medium_30_0b58a2_4x4.png -------------------------------------------------------------------------------- /demos/css/themes/dot-luv/images/ui-bg_dots-small_20_333333_2x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/dot-luv/images/ui-bg_dots-small_20_333333_2x2.png -------------------------------------------------------------------------------- /demos/css/themes/dot-luv/images/ui-bg_dots-small_30_a32d00_2x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/dot-luv/images/ui-bg_dots-small_30_a32d00_2x2.png -------------------------------------------------------------------------------- /demos/css/themes/dot-luv/images/ui-bg_dots-small_40_00498f_2x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/dot-luv/images/ui-bg_dots-small_40_00498f_2x2.png -------------------------------------------------------------------------------- /demos/css/themes/excite-bike/images/ui-bg_flat_0_e69700_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/excite-bike/images/ui-bg_flat_0_e69700_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/excite-bike/images/ui-bg_flat_0_e6b900_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/excite-bike/images/ui-bg_flat_0_e6b900_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/hot-sneaks/images/ui-bg_flat_75_ba9217_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/hot-sneaks/images/ui-bg_flat_75_ba9217_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/hot-sneaks/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/hot-sneaks/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/humanity/images/ui-bg_glass_100_f5f0e5_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/humanity/images/ui-bg_glass_100_f5f0e5_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/mint-choc/images/ui-bg_glass_15_5f391b_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/mint-choc/images/ui-bg_glass_15_5f391b_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/pepper-grinder/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/pepper-grinder/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/pepper-grinder/images/ui-icons_3572ac_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/pepper-grinder/images/ui-icons_3572ac_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/pepper-grinder/images/ui-icons_8c291d_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/pepper-grinder/images/ui-icons_8c291d_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/pepper-grinder/images/ui-icons_b83400_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/pepper-grinder/images/ui-icons_b83400_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/pepper-grinder/images/ui-icons_fbdb93_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/pepper-grinder/images/ui-icons_fbdb93_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/pepper-grinder/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/pepper-grinder/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/start/images/ui-bg_inset-hard_100_fcfdfd_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/start/images/ui-bg_inset-hard_100_fcfdfd_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/sunny/images/ui-bg_inset-soft_30_ffffff_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/sunny/images/ui-bg_inset-soft_30_ffffff_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/trontastic/images/ui-bg_flat_0_303030_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/trontastic/images/ui-bg_flat_0_303030_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/trontastic/images/ui-bg_flat_0_4c4c4c_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/trontastic/images/ui-bg_flat_0_4c4c4c_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/trontastic/images/ui-bg_glass_40_0a0a0a_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/trontastic/images/ui-bg_glass_40_0a0a0a_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/trontastic/images/ui-bg_glass_55_f1fbe5_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/trontastic/images/ui-bg_glass_55_f1fbe5_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/trontastic/images/ui-bg_glass_60_000000_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/trontastic/images/ui-bg_glass_60_000000_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/ui-darkness/images/ui-bg_flat_30_cccccc_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/ui-darkness/images/ui-bg_flat_30_cccccc_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/ui-darkness/images/ui-bg_glass_20_555555_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/ui-darkness/images/ui-bg_glass_20_555555_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/ui-darkness/images/ui-bg_glass_40_0078a3_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/ui-darkness/images/ui-bg_glass_40_0078a3_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/ui-darkness/images/ui-bg_glass_40_ffc73d_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/ui-darkness/images/ui-bg_glass_40_ffc73d_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/vader/images/ui-bg_inset-soft_15_121212_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/vader/images/ui-bg_inset-soft_15_121212_1x100.png -------------------------------------------------------------------------------- /demos/css/ui-themes/smoothness/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/ui-themes/smoothness/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /demos/css/ui-themes/smoothness/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/ui-themes/smoothness/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /demos/css/ui-themes/smoothness/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/ui-themes/smoothness/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /demos/css/ui-themes/smoothness/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/ui-themes/smoothness/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /demos/css/ui-themes/smoothness/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/ui-themes/smoothness/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /demos/css/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/base/minified/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/base/minified/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/base/minified/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/base/minified/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/base/minified/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/base/minified/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/base/minified/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/base/minified/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/base/minified/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/base/minified/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/base/minified/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/base/minified/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/base/minified/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/base/minified/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/hot-sneaks/images/ui-bg_dots-small_35_35414f_2x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/hot-sneaks/images/ui-bg_dots-small_35_35414f_2x2.png -------------------------------------------------------------------------------- /demos/css/themes/le-frog/images/ui-bg_inset-soft_10_285c00_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/le-frog/images/ui-bg_inset-soft_10_285c00_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/overcast/images/ui-bg_inset-hard_75_999999_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/overcast/images/ui-bg_inset-hard_75_999999_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/south-street/images/ui-bg_glass_55_fcf0ba_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/south-street/images/ui-bg_glass_55_fcf0ba_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/start/images/ui-bg_gloss-wave_45_e14f1c_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/start/images/ui-bg_gloss-wave_45_e14f1c_500x100.png -------------------------------------------------------------------------------- /demos/css/themes/start/images/ui-bg_gloss-wave_50_6eac2c_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/start/images/ui-bg_gloss-wave_50_6eac2c_500x100.png -------------------------------------------------------------------------------- /demos/css/themes/start/images/ui-bg_gloss-wave_75_2191c0_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/start/images/ui-bg_gloss-wave_75_2191c0_500x100.png -------------------------------------------------------------------------------- /demos/css/themes/sunny/images/ui-bg_gloss-wave_45_817865_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/sunny/images/ui-bg_gloss-wave_45_817865_500x100.png -------------------------------------------------------------------------------- /demos/css/themes/sunny/images/ui-bg_gloss-wave_60_fece2f_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/sunny/images/ui-bg_gloss-wave_60_fece2f_500x100.png -------------------------------------------------------------------------------- /demos/css/themes/sunny/images/ui-bg_gloss-wave_70_ffdd57_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/sunny/images/ui-bg_gloss-wave_70_ffdd57_500x100.png -------------------------------------------------------------------------------- /demos/css/themes/sunny/images/ui-bg_gloss-wave_90_fff9e5_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/sunny/images/ui-bg_gloss-wave_90_fff9e5_500x100.png -------------------------------------------------------------------------------- /demos/css/themes/swanky-purse/images/ui-bg_diamond_10_4f4221_10x8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/swanky-purse/images/ui-bg_diamond_10_4f4221_10x8.png -------------------------------------------------------------------------------- /demos/css/themes/swanky-purse/images/ui-bg_diamond_20_372806_10x8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/swanky-purse/images/ui-bg_diamond_20_372806_10x8.png -------------------------------------------------------------------------------- /demos/css/themes/swanky-purse/images/ui-bg_diamond_25_675423_10x8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/swanky-purse/images/ui-bg_diamond_25_675423_10x8.png -------------------------------------------------------------------------------- /demos/css/themes/swanky-purse/images/ui-bg_diamond_25_d5ac5d_10x8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/swanky-purse/images/ui-bg_diamond_25_d5ac5d_10x8.png -------------------------------------------------------------------------------- /demos/css/themes/swanky-purse/images/ui-bg_diamond_8_261803_10x8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/swanky-purse/images/ui-bg_diamond_8_261803_10x8.png -------------------------------------------------------------------------------- /demos/css/themes/swanky-purse/images/ui-bg_diamond_8_443113_10x8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/swanky-purse/images/ui-bg_diamond_8_443113_10x8.png -------------------------------------------------------------------------------- /demos/css/themes/swanky-purse/images/ui-bg_flat_75_ddd4b0_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/swanky-purse/images/ui-bg_flat_75_ddd4b0_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/ui-lightness/images/ui-bg_flat_10_000000_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/ui-lightness/images/ui-bg_flat_10_000000_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/vader/images/ui-bg_gloss-wave_16_121212_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/vader/images/ui-bg_gloss-wave_16_121212_500x100.png -------------------------------------------------------------------------------- /demos/css/ui-themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/ui-themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /demos/css/ui-themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/ui-themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /demos/css/ui-themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/ui-themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /demos/css/ui-themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/ui-themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /demos/css/ui-themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/ui-themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /demos/css/ui-themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/ui-themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /demos/css/ui-themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/ui-themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /demos/css/themes/black-tie/images/ui-bg_inset-hard_45_cd0a0a_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/black-tie/images/ui-bg_inset-hard_45_cd0a0a_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/black-tie/images/ui-bg_inset-hard_55_ffeb80_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/black-tie/images/ui-bg_inset-hard_55_ffeb80_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/dot-luv/images/ui-bg_gloss-wave_20_111111_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/dot-luv/images/ui-bg_gloss-wave_20_111111_500x100.png -------------------------------------------------------------------------------- /demos/css/themes/eggplant/images/ui-bg_gloss-wave_30_3d3644_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/eggplant/images/ui-bg_gloss-wave_30_3d3644_500x100.png -------------------------------------------------------------------------------- /demos/css/themes/flick/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/flick/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/flick/images/ui-bg_highlight-soft_25_0073ea_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/flick/images/ui-bg_highlight-soft_25_0073ea_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/flick/images/ui-bg_highlight-soft_50_dddddd_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/flick/images/ui-bg_highlight-soft_50_dddddd_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/hot-sneaks/images/ui-bg_dots-medium_80_ffff38_4x4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/hot-sneaks/images/ui-bg_dots-medium_80_ffff38_4x4.png -------------------------------------------------------------------------------- /demos/css/themes/humanity/images/ui-bg_inset-soft_100_f4f0ec_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/humanity/images/ui-bg_inset-soft_100_f4f0ec_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/le-frog/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/le-frog/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png -------------------------------------------------------------------------------- /demos/css/themes/le-frog/images/ui-bg_highlight-hard_30_285c00_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/le-frog/images/ui-bg_highlight-hard_30_285c00_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/le-frog/images/ui-bg_highlight-soft_33_3a8104_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/le-frog/images/ui-bg_highlight-soft_33_3a8104_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/le-frog/images/ui-bg_highlight-soft_50_4eb305_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/le-frog/images/ui-bg_highlight-soft_50_4eb305_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/le-frog/images/ui-bg_highlight-soft_60_4ca20b_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/le-frog/images/ui-bg_highlight-soft_60_4ca20b_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/mint-choc/images/ui-bg_gloss-wave_20_1c160d_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/mint-choc/images/ui-bg_gloss-wave_20_1c160d_500x100.png -------------------------------------------------------------------------------- /demos/css/themes/mint-choc/images/ui-bg_gloss-wave_25_453326_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/mint-choc/images/ui-bg_gloss-wave_25_453326_500x100.png -------------------------------------------------------------------------------- /demos/css/themes/mint-choc/images/ui-bg_gloss-wave_30_44372c_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/mint-choc/images/ui-bg_gloss-wave_30_44372c_500x100.png -------------------------------------------------------------------------------- /demos/css/themes/mint-choc/images/ui-bg_inset-soft_10_201913_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/mint-choc/images/ui-bg_inset-soft_10_201913_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png -------------------------------------------------------------------------------- /demos/css/themes/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png -------------------------------------------------------------------------------- /demos/css/themes/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/ui-darkness/images/ui-bg_inset-soft_25_000000_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/ui-darkness/images/ui-bg_inset-soft_25_000000_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/ui-darkness/images/ui-bg_inset-soft_30_f58400_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/ui-darkness/images/ui-bg_inset-soft_30_f58400_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/vader/images/ui-bg_highlight-hard_15_888888_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/vader/images/ui-bg_highlight-hard_15_888888_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/vader/images/ui-bg_highlight-hard_55_555555_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/vader/images/ui-bg_highlight-hard_55_555555_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/vader/images/ui-bg_highlight-soft_35_adadad_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/vader/images/ui-bg_highlight-soft_35_adadad_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/vader/images/ui-bg_highlight-soft_60_dddddd_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/vader/images/ui-bg_highlight-soft_60_dddddd_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png -------------------------------------------------------------------------------- /demos/css/themes/black-tie/images/ui-bg_highlight-hard_40_aaaaaa_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/black-tie/images/ui-bg_highlight-hard_40_aaaaaa_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/black-tie/images/ui-bg_highlight-soft_50_aaaaaa_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/black-tie/images/ui-bg_highlight-soft_50_aaaaaa_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/blitzer/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/blitzer/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png -------------------------------------------------------------------------------- /demos/css/themes/blitzer/images/ui-bg_highlight-hard_100_eeeeee_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/blitzer/images/ui-bg_highlight-hard_100_eeeeee_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/blitzer/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/blitzer/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/dark-hive/images/ui-bg_highlight-hard_20_0972a5_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/dark-hive/images/ui-bg_highlight-hard_20_0972a5_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/dark-hive/images/ui-bg_highlight-soft_33_003147_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/dark-hive/images/ui-bg_highlight-soft_33_003147_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/dark-hive/images/ui-bg_highlight-soft_35_222222_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/dark-hive/images/ui-bg_highlight-soft_35_222222_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/dark-hive/images/ui-bg_highlight-soft_80_eeeeee_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/dark-hive/images/ui-bg_highlight-soft_80_eeeeee_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png -------------------------------------------------------------------------------- /demos/css/themes/eggplant/images/ui-bg_highlight-soft_100_dcd9de_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/eggplant/images/ui-bg_highlight-soft_100_dcd9de_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/eggplant/images/ui-bg_highlight-soft_25_30273a_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/eggplant/images/ui-bg_highlight-soft_25_30273a_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/eggplant/images/ui-bg_highlight-soft_45_5f5964_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/eggplant/images/ui-bg_highlight-soft_45_5f5964_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/excite-bike/images/ui-bg_inset-hard_100_eeeeee_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/excite-bike/images/ui-bg_inset-hard_100_eeeeee_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/hot-sneaks/images/ui-bg_white-lines_85_f7f7ba_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/hot-sneaks/images/ui-bg_white-lines_85_f7f7ba_40x100.png -------------------------------------------------------------------------------- /demos/css/themes/humanity/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/humanity/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/humanity/images/ui-bg_highlight-hard_65_fee4bd_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/humanity/images/ui-bg_highlight-hard_65_fee4bd_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/humanity/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/humanity/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/le-frog/images/ui-bg_diagonals-thick_15_444444_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/le-frog/images/ui-bg_diagonals-thick_15_444444_40x40.png -------------------------------------------------------------------------------- /demos/css/themes/le-frog/images/ui-bg_diagonals-thick_95_ffdc2e_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/le-frog/images/ui-bg_diagonals-thick_95_ffdc2e_40x40.png -------------------------------------------------------------------------------- /demos/css/themes/mint-choc/images/ui-bg_highlight-soft_20_201913_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/mint-choc/images/ui-bg_highlight-soft_20_201913_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/mint-choc/images/ui-bg_highlight-soft_20_619226_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/mint-choc/images/ui-bg_highlight-soft_20_619226_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/south-street/images/ui-bg_inset-soft_15_2b2922_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/south-street/images/ui-bg_inset-soft_15_2b2922_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/trontastic/images/ui-bg_gloss-wave_55_000000_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/trontastic/images/ui-bg_gloss-wave_55_000000_500x100.png -------------------------------------------------------------------------------- /demos/css/themes/trontastic/images/ui-bg_gloss-wave_85_9fda58_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/trontastic/images/ui-bg_gloss-wave_85_9fda58_500x100.png -------------------------------------------------------------------------------- /demos/css/themes/trontastic/images/ui-bg_gloss-wave_95_f6ecd5_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/trontastic/images/ui-bg_gloss-wave_95_f6ecd5_500x100.png -------------------------------------------------------------------------------- /demos/css/themes/ui-darkness/images/ui-bg_gloss-wave_25_333333_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/ui-darkness/images/ui-bg_gloss-wave_25_333333_500x100.png -------------------------------------------------------------------------------- /demos/css/themes/black-tie/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/black-tie/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png -------------------------------------------------------------------------------- /demos/css/themes/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/excite-bike/images/ui-bg_diagonals-small_25_c5ddfc_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/excite-bike/images/ui-bg_diagonals-small_25_c5ddfc_40x40.png -------------------------------------------------------------------------------- /demos/css/themes/excite-bike/images/ui-bg_diagonals-thick_20_e69700_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/excite-bike/images/ui-bg_diagonals-thick_20_e69700_40x40.png -------------------------------------------------------------------------------- /demos/css/themes/excite-bike/images/ui-bg_diagonals-thick_22_1484e6_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/excite-bike/images/ui-bg_diagonals-thick_22_1484e6_40x40.png -------------------------------------------------------------------------------- /demos/css/themes/excite-bike/images/ui-bg_diagonals-thick_26_2293f7_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/excite-bike/images/ui-bg_diagonals-thick_26_2293f7_40x40.png -------------------------------------------------------------------------------- /demos/css/themes/excite-bike/images/ui-bg_highlight-soft_100_f9f9f9_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/excite-bike/images/ui-bg_highlight-soft_100_f9f9f9_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/hot-sneaks/images/ui-bg_diagonals-small_40_db4865_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/hot-sneaks/images/ui-bg_diagonals-small_40_db4865_40x40.png -------------------------------------------------------------------------------- /demos/css/themes/hot-sneaks/images/ui-bg_diagonals-small_50_93c3cd_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/hot-sneaks/images/ui-bg_diagonals-small_50_93c3cd_40x40.png -------------------------------------------------------------------------------- /demos/css/themes/hot-sneaks/images/ui-bg_diagonals-small_50_ff3853_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/hot-sneaks/images/ui-bg_diagonals-small_50_ff3853_40x40.png -------------------------------------------------------------------------------- /demos/css/themes/hot-sneaks/images/ui-bg_diagonals-small_75_ccd232_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/hot-sneaks/images/ui-bg_diagonals-small_75_ccd232_40x40.png -------------------------------------------------------------------------------- /demos/css/themes/pepper-grinder/images/ui-bg_fine-grain_10_eceadf_60x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/pepper-grinder/images/ui-bg_fine-grain_10_eceadf_60x60.png -------------------------------------------------------------------------------- /demos/css/themes/pepper-grinder/images/ui-bg_fine-grain_10_f8f7f6_60x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/pepper-grinder/images/ui-bg_fine-grain_10_f8f7f6_60x60.png -------------------------------------------------------------------------------- /demos/css/themes/pepper-grinder/images/ui-bg_fine-grain_15_eceadf_60x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/pepper-grinder/images/ui-bg_fine-grain_15_eceadf_60x60.png -------------------------------------------------------------------------------- /demos/css/themes/pepper-grinder/images/ui-bg_fine-grain_15_f7f3de_60x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/pepper-grinder/images/ui-bg_fine-grain_15_f7f3de_60x60.png -------------------------------------------------------------------------------- /demos/css/themes/pepper-grinder/images/ui-bg_fine-grain_15_ffffff_60x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/pepper-grinder/images/ui-bg_fine-grain_15_ffffff_60x60.png -------------------------------------------------------------------------------- /demos/css/themes/pepper-grinder/images/ui-bg_fine-grain_65_654b24_60x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/pepper-grinder/images/ui-bg_fine-grain_65_654b24_60x60.png -------------------------------------------------------------------------------- /demos/css/themes/pepper-grinder/images/ui-bg_fine-grain_68_b83400_60x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/pepper-grinder/images/ui-bg_fine-grain_68_b83400_60x60.png -------------------------------------------------------------------------------- /demos/css/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/south-street/images/ui-bg_gloss-wave_100_ece8da_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/south-street/images/ui-bg_gloss-wave_100_ece8da_500x100.png -------------------------------------------------------------------------------- /demos/css/themes/south-street/images/ui-bg_highlight-hard_15_459e00_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/south-street/images/ui-bg_highlight-hard_15_459e00_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/south-street/images/ui-bg_highlight-hard_95_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/south-street/images/ui-bg_highlight-hard_95_cccccc_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/south-street/images/ui-bg_highlight-soft_25_67b021_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/south-street/images/ui-bg_highlight-soft_25_67b021_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/south-street/images/ui-bg_highlight-soft_95_ffedad_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/south-street/images/ui-bg_highlight-soft_95_ffedad_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/swanky-purse/images/ui-bg_highlight-hard_65_fee4bd_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/swanky-purse/images/ui-bg_highlight-hard_65_fee4bd_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/trontastic/images/ui-bg_diagonals-small_50_262626_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/trontastic/images/ui-bg_diagonals-small_50_262626_40x40.png -------------------------------------------------------------------------------- /demos/css/themes/ui-darkness/images/ui-bg_highlight-soft_80_eeeeee_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/ui-darkness/images/ui-bg_highlight-soft_80_eeeeee_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png -------------------------------------------------------------------------------- /demos/css/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/base/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/base/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/pepper-grinder/images/ui-bg_diagonal-maze_20_6e4f1c_10x10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/pepper-grinder/images/ui-bg_diagonal-maze_20_6e4f1c_10x10.png -------------------------------------------------------------------------------- /demos/css/themes/pepper-grinder/images/ui-bg_diagonal-maze_40_000000_10x10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/pepper-grinder/images/ui-bg_diagonal-maze_40_000000_10x10.png -------------------------------------------------------------------------------- /demos/css/themes/south-street/images/ui-bg_highlight-hard_100_f5f3e5_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/south-street/images/ui-bg_highlight-hard_100_f5f3e5_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/south-street/images/ui-bg_highlight-hard_100_fafaf4_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/south-street/images/ui-bg_highlight-hard_100_fafaf4_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png -------------------------------------------------------------------------------- /demos/css/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png -------------------------------------------------------------------------------- /demos/css/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png -------------------------------------------------------------------------------- /demos/css/ui-themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allpro/layout/HEAD/demos/css/ui-themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /demos/css/themes/base/minified/jquery.ui.autocomplete.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.0 - 2013-01-17 2 | * http://jqueryui.com 3 | * Includes: jquery.ui.autocomplete.css 4 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 5 | .ui-autocomplete{position:absolute;top:0;left:0;cursor:default} -------------------------------------------------------------------------------- /demos/css/themes/base/minified/jquery.ui.selectable.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.0 - 2013-01-17 2 | * http://jqueryui.com 3 | * Includes: jquery.ui.selectable.css 4 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 5 | .ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black} -------------------------------------------------------------------------------- /demos/css/themes/base/jquery.ui.all.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI CSS Framework 1.10.0 3 | * http://jqueryui.com 4 | * 5 | * Copyright 2013 jQuery Foundation and other contributors 6 | * Released under the MIT license. 7 | * http://jquery.org/license 8 | * 9 | * http://docs.jquery.com/UI/Theming 10 | */ 11 | @import "jquery.ui.base.css"; 12 | @import "jquery.ui.theme.css"; 13 | -------------------------------------------------------------------------------- /demos/css/themes/base/minified/jquery.ui.tooltip.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.0 - 2013-01-17 2 | * http://jqueryui.com 3 | * Includes: jquery.ui.tooltip.css 4 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 5 | .ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px} -------------------------------------------------------------------------------- /demos/css/themes/base/jquery.ui.autocomplete.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI Autocomplete 1.10.0 3 | * http://jqueryui.com 4 | * 5 | * Copyright 2013 jQuery Foundation and other contributors 6 | * Released under the MIT license. 7 | * http://jquery.org/license 8 | * 9 | * http://docs.jquery.com/UI/Autocomplete#theming 10 | */ 11 | .ui-autocomplete { 12 | position: absolute; 13 | top: 0; 14 | left: 0; 15 | cursor: default; 16 | } 17 | -------------------------------------------------------------------------------- /demos/css/themes/base/jquery.ui.selectable.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI Selectable 1.10.0 3 | * http://jqueryui.com 4 | * 5 | * Copyright 2013 jQuery Foundation and other contributors 6 | * Released under the MIT license. 7 | * http://jquery.org/license 8 | * 9 | * http://docs.jquery.com/UI/Selectable#theming 10 | */ 11 | .ui-selectable-helper { 12 | position: absolute; 13 | z-index: 100; 14 | border: 1px dotted black; 15 | } 16 | -------------------------------------------------------------------------------- /demos/css/themes/base/jquery.ui.tooltip.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI Tooltip 1.10.0 3 | * http://jqueryui.com 4 | * 5 | * Copyright 2013 jQuery Foundation and other contributors 6 | * Released under the MIT license. 7 | * http://jquery.org/license 8 | */ 9 | .ui-tooltip { 10 | padding: 8px; 11 | position: absolute; 12 | z-index: 9999; 13 | max-width: 300px; 14 | -webkit-box-shadow: 0 0 5px #aaa; 15 | box-shadow: 0 0 5px #aaa; 16 | } 17 | body .ui-tooltip { 18 | border-width: 2px; 19 | } 20 | -------------------------------------------------------------------------------- /demos/css/themes/base/minified/jquery.ui.progressbar.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.0 - 2013-01-17 2 | * http://jqueryui.com 3 | * Includes: jquery.ui.progressbar.css 4 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 5 | .ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("images/animated-overlay.gif");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none} -------------------------------------------------------------------------------- /demos/css/themes/base/minified/jquery.ui.accordion.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.0 - 2013-01-17 2 | * http://jqueryui.com 3 | * Includes: jquery.ui.accordion.css 4 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 5 | .ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin-top:2px;padding:.5em .5em .5em .7em;min-height:0}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-noicons{padding-left:.7em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto} -------------------------------------------------------------------------------- /demos/css/themes/base/jquery.ui.progressbar.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI Progressbar 1.10.0 3 | * http://jqueryui.com 4 | * 5 | * Copyright 2013 jQuery Foundation and other contributors 6 | * Released under the MIT license. 7 | * http://jquery.org/license 8 | * 9 | * http://docs.jquery.com/UI/Progressbar#theming 10 | */ 11 | .ui-progressbar { 12 | height: 2em; 13 | text-align: left; 14 | overflow: hidden; 15 | } 16 | .ui-progressbar .ui-progressbar-value { 17 | margin: -1px; 18 | height: 100%; 19 | } 20 | .ui-progressbar .ui-progressbar-overlay { 21 | background: url("images/animated-overlay.gif"); 22 | height: 100%; 23 | filter: alpha(opacity=25); 24 | opacity: 0.25; 25 | } 26 | .ui-progressbar-indeterminate .ui-progressbar-value { 27 | background-image: none; 28 | } 29 | -------------------------------------------------------------------------------- /demos/css/themes/base/minified/jquery.ui.spinner.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.0 - 2013-01-17 2 | * http://jqueryui.com 3 | * Includes: jquery.ui.spinner.css 4 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 5 | .ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px} -------------------------------------------------------------------------------- /demos/css/themes/base/jquery.ui.base.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI CSS Framework 1.10.0 3 | * http://jqueryui.com 4 | * 5 | * Copyright 2013 jQuery Foundation and other contributors 6 | * Released under the MIT license. 7 | * http://jquery.org/license 8 | * 9 | * http://docs.jquery.com/UI/Theming 10 | */ 11 | @import url("jquery.ui.core.css"); 12 | 13 | @import url("jquery.ui.accordion.css"); 14 | @import url("jquery.ui.autocomplete.css"); 15 | @import url("jquery.ui.button.css"); 16 | @import url("jquery.ui.datepicker.css"); 17 | @import url("jquery.ui.dialog.css"); 18 | @import url("jquery.ui.menu.css"); 19 | @import url("jquery.ui.progressbar.css"); 20 | @import url("jquery.ui.resizable.css"); 21 | @import url("jquery.ui.selectable.css"); 22 | @import url("jquery.ui.slider.css"); 23 | @import url("jquery.ui.spinner.css"); 24 | @import url("jquery.ui.tabs.css"); 25 | @import url("jquery.ui.tooltip.css"); 26 | -------------------------------------------------------------------------------- /demos/css/themes/base/minified/jquery.ui.tabs.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.0 - 2013-01-17 2 | * http://jqueryui.com 3 | * Includes: jquery.ui.tabs.css 4 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 5 | .ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav li a{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:text}.ui-tabs .ui-tabs-nav li a,.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none} -------------------------------------------------------------------------------- /demos/basic.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Basic Layout Example 5 | 6 | 7 | 8 | 9 | 14 | 15 | 16 | 17 | 18 |
Center 19 |

Go to the Demos page

20 |

* Pane-resizing is disabled because ui.draggable.js is not linked

21 |

* Pane-animation is disabled because ui.effects.js is not linked

22 |
23 |
North
24 |
South
25 |
East
26 |
West
27 | 28 | 29 | -------------------------------------------------------------------------------- /demos/css/themes/base/minified/jquery.ui.core.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.0 - 2013-01-17 2 | * http://jqueryui.com 3 | * Includes: jquery.ui.core.css 4 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 5 | .ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%} -------------------------------------------------------------------------------- /demos/css/themes/base/minified/jquery.ui.resizable.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.0 - 2013-01-17 2 | * http://jqueryui.com 3 | * Includes: jquery.ui.resizable.css 4 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 5 | .ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px} -------------------------------------------------------------------------------- /source/stable/callbacks/jquery.layout.resizePaneAccordions.min.js: -------------------------------------------------------------------------------- 1 | /** 2 | * UI Layout Callback: resizePaneAccordions 3 | * 4 | * This callback is used when a layout-pane contains 1 or more accordions 5 | * - whether the accordion a child of the pane or is nested within other elements 6 | * Assign this callback to the pane.onresize event: 7 | * 8 | * SAMPLE: 9 | * < jQuery UI 1.9: $("#elem").tabs({ show: $.layout.callbacks.resizePaneAccordions }); 10 | * > jQuery UI 1.9: $("#elem").tabs({ activate: $.layout.callbacks.resizePaneAccordions }); 11 | * $("body").layout({ center__onresize: $.layout.callbacks.resizePaneAccordions }); 12 | * 13 | * Version: 1.2 - 2013-01-12 14 | * Author: Kevin Dalman (kevin@jquery-dev.com) 15 | */ 16 | (function(c){var a=c.layout;a.callbacks||(a.callbacks={});a.callbacks.resizePaneAccordions=function(a,b){(b.jquery?b:c(b.newPanel||b.panel)).find(".ui-accordion:visible").each(function(){var a=c(this);a.data("accordion")&&a.accordion("resize");a.data("ui-accordion")&&a.accordion("refresh")})}})(jQuery); -------------------------------------------------------------------------------- /source/versions/plugins/jquery.layout.resizePaneAccordions-1.2.min.js: -------------------------------------------------------------------------------- 1 | /** 2 | * UI Layout Callback: resizePaneAccordions 3 | * 4 | * This callback is used when a layout-pane contains 1 or more accordions 5 | * - whether the accordion a child of the pane or is nested within other elements 6 | * Assign this callback to the pane.onresize event: 7 | * 8 | * SAMPLE: 9 | * < jQuery UI 1.9: $("#elem").tabs({ show: $.layout.callbacks.resizePaneAccordions }); 10 | * > jQuery UI 1.9: $("#elem").tabs({ activate: $.layout.callbacks.resizePaneAccordions }); 11 | * $("body").layout({ center__onresize: $.layout.callbacks.resizePaneAccordions }); 12 | * 13 | * Version: 1.2 - 2013-01-12 14 | * Author: Kevin Dalman (kevin@jquery-dev.com) 15 | */ 16 | (function(c){var a=c.layout;a.callbacks||(a.callbacks={});a.callbacks.resizePaneAccordions=function(a,b){(b.jquery?b:c(b.newPanel||b.panel)).find(".ui-accordion:visible").each(function(){var a=c(this);a.data("accordion")&&a.accordion("resize");a.data("ui-accordion")&&a.accordion("refresh")})}})(jQuery); -------------------------------------------------------------------------------- /demos/css/themes/base/jquery.ui.accordion.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI Accordion 1.10.0 3 | * http://jqueryui.com 4 | * 5 | * Copyright 2013 jQuery Foundation and other contributors 6 | * Released under the MIT license. 7 | * http://jquery.org/license 8 | * 9 | * http://docs.jquery.com/UI/Accordion#theming 10 | */ 11 | .ui-accordion .ui-accordion-header { 12 | display: block; 13 | cursor: pointer; 14 | position: relative; 15 | margin-top: 2px; 16 | padding: .5em .5em .5em .7em; 17 | min-height: 0; /* support: IE7 */ 18 | } 19 | .ui-accordion .ui-accordion-icons { 20 | padding-left: 2.2em; 21 | } 22 | .ui-accordion .ui-accordion-noicons { 23 | padding-left: .7em; 24 | } 25 | .ui-accordion .ui-accordion-icons .ui-accordion-icons { 26 | padding-left: 2.2em; 27 | } 28 | .ui-accordion .ui-accordion-header .ui-accordion-header-icon { 29 | position: absolute; 30 | left: .5em; 31 | top: 50%; 32 | margin-top: -8px; 33 | } 34 | .ui-accordion .ui-accordion-content { 35 | padding: 1em 2.2em; 36 | border-top: 0; 37 | overflow: auto; 38 | } 39 | -------------------------------------------------------------------------------- /demos/css/themes/base/minified/jquery.ui.menu.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.0 - 2013-01-17 2 | * http://jqueryui.com 3 | * Includes: jquery.ui.menu.css 4 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 5 | .ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:none}.ui-menu .ui-menu{margin-top:-3px;position:absolute}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:normal}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;margin:-1px}.ui-menu .ui-state-disabled{font-weight:normal;margin:.4em 0 .2em;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.ui-menu .ui-menu-icon{position:static;float:right} -------------------------------------------------------------------------------- /source/stable/callbacks/jquery.layout.resizeDataTable.min.js: -------------------------------------------------------------------------------- 1 | /** 2 | * UI Layout Callback: resizeDataTables 3 | * 4 | * DataTables plugin homepage: http://datatables.net 5 | * 6 | * This callback is used when a layout-pane contains 1 or more DataTable objects: 7 | * - when the DataTable is a 'child' of the pane; or 8 | * - when the DataTable is a 'descendant' of the pane - ie, inside other elements 9 | * 10 | * Assign this callback to the pane.onresize event. 11 | * If the layout is inside a tab-panel, _also_ bind to tabs.show() 12 | * 13 | * SAMPLE: 14 | * $("#elem").tabs({ show: $.layout.callbacks.resizeDataTables }); 15 | * $("body").layout({ center__onresize: $.layout.callbacks.resizeDataTables }); 16 | * 17 | * Version: 1.0 - 2012-07-06 18 | * Author: Robert Brower (atomofthought@yahoo.com) 19 | * @preserve jquery.layout.resizeDataTables-1.0.js 20 | */ 21 | (function(a){a.layout.callbacks.resizeDataTables=function(e,b){var c=b.jquery?b[0]:b.panel;a(c).is(":visible")&&a(a.fn.dataTable.fnTables(!0)).each(function(b,d){a.contains(c,d)&&a(d).dataTable().fnAdjustColumnSizing()})}})(jQuery); -------------------------------------------------------------------------------- /source/versions/plugins/jquery.layout.resizeDataTable.min-1.0.js: -------------------------------------------------------------------------------- 1 | /** 2 | * UI Layout Callback: resizeDataTables 3 | * 4 | * DataTables plugin homepage: http://datatables.net 5 | * 6 | * This callback is used when a layout-pane contains 1 or more DataTable objects: 7 | * - when the DataTable is a 'child' of the pane; or 8 | * - when the DataTable is a 'descendant' of the pane - ie, inside other elements 9 | * 10 | * Assign this callback to the pane.onresize event. 11 | * If the layout is inside a tab-panel, _also_ bind to tabs.show() 12 | * 13 | * SAMPLE: 14 | * $("#elem").tabs({ show: $.layout.callbacks.resizeDataTables }); 15 | * $("body").layout({ center__onresize: $.layout.callbacks.resizeDataTables }); 16 | * 17 | * Version: 1.0 - 2012-07-06 18 | * Author: Robert Brower (atomofthought@yahoo.com) 19 | * @preserve jquery.layout.resizeDataTables-1.0.js 20 | */ 21 | (function(a){a.layout.callbacks.resizeDataTables=function(e,b){var c=b.jquery?b[0]:b.panel;a(c).is(":visible")&&a(a.fn.dataTable.fnTables(!0)).each(function(b,d){a.contains(c,d)&&a(d).dataTable().fnAdjustColumnSizing()})}})(jQuery); -------------------------------------------------------------------------------- /demos/css/themes/base/minified/jquery.ui.slider.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.0 - 2013-01-17 2 | * http://jqueryui.com 3 | * Includes: jquery.ui.slider.css 4 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 5 | .ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0} -------------------------------------------------------------------------------- /demos/css/themes/base/minified/jquery.ui.dialog.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.0 - 2013-01-17 2 | * http://jqueryui.com 3 | * Includes: jquery.ui.dialog.css 4 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 5 | .ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:21px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move} -------------------------------------------------------------------------------- /source/stable/callbacks/jquery.layout.pseudoClose.min.js: -------------------------------------------------------------------------------- 1 | /** 2 | * UI Layout Callback: pseudoClose 3 | * Version: 1.1 - 2012-03-10 4 | * Author: Kevin Dalman (kevin@jquery-dev.com) 5 | */ 6 | (function(i){var a=i.layout;a.callbacks||(a.callbacks={});a.defaults||(a.defaults={north:{},south:{},east:{},west:{},center:{}}); 7 | for(var b=0;4>b;b++)a.defaults[["north","south","east","west"][b]].pseudoClose={hideObject:"iframe",skipIE:!1}; 8 | a.callbacks.pseudoClose=function(d,a,b,g){if(b.isHiding)return true;var h=i.extend({},i.layout.defaults[d].pseudoClose,g.pseudoClose); 9 | if(h.skipIE&&i.layout.browser.msie)return true;if(h.hideObject==="object")h.hideObject=h.hideObject+",embed"; 10 | setTimeout(function(){var f=h.hideObject,f=f==="pane"||a[0].tagName===f.toUpperCase()?a:a.find(f),e=a.data("parentLayout"),b=e.state[d],c=b.pseudoClose||{}; 11 | if(c.size){c.resizable&&e.enableResizable(d);g.minSize=c.minSize;e.setSizeLimits(d);e.sizePane(d,c.size);c={};f.css("visibility","hidden").css("visibility","visible")} 12 | else{c.size=b.size;c.minSize=g.minSize;g.minSize=0;c.resizable=g.resizable;e.disableResizable(d);e.setSizeLimits(d);e.sizePane(d,b.minSize);f.css("visibility","hidden")} 13 | b.pseudoClose=c},50);return false}})(jQuery); -------------------------------------------------------------------------------- /source/versions/plugins/jquery.layout.pseudoClose.min-1.1.js: -------------------------------------------------------------------------------- 1 | /** 2 | * UI Layout Callback: pseudoClose 3 | * Version: 1.1 - 2012-03-10 4 | * Author: Kevin Dalman (kevin@jquery-dev.com) 5 | */ 6 | (function(i){var a=i.layout;a.callbacks||(a.callbacks={});a.defaults||(a.defaults={north:{},south:{},east:{},west:{},center:{}}); 7 | for(var b=0;4>b;b++)a.defaults[["north","south","east","west"][b]].pseudoClose={hideObject:"iframe",skipIE:!1}; 8 | a.callbacks.pseudoClose=function(d,a,b,g){if(b.isHiding)return true;var h=i.extend({},i.layout.defaults[d].pseudoClose,g.pseudoClose); 9 | if(h.skipIE&&i.layout.browser.msie)return true;if(h.hideObject==="object")h.hideObject=h.hideObject+",embed"; 10 | setTimeout(function(){var f=h.hideObject,f=f==="pane"||a[0].tagName===f.toUpperCase()?a:a.find(f),e=a.data("parentLayout"),b=e.state[d],c=b.pseudoClose||{}; 11 | if(c.size){c.resizable&&e.enableResizable(d);g.minSize=c.minSize;e.setSizeLimits(d);e.sizePane(d,c.size);c={};f.css("visibility","hidden").css("visibility","visible")} 12 | else{c.size=b.size;c.minSize=g.minSize;g.minSize=0;c.resizable=g.resizable;e.disableResizable(d);e.setSizeLimits(d);e.sizePane(d,b.minSize);f.css("visibility","hidden")} 13 | b.pseudoClose=c},50);return false}})(jQuery); -------------------------------------------------------------------------------- /layout.jquery.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "layout", 3 | "title": "UI Layout", 4 | "description": "Create advanced UI layouts with sizable, collapsible, nested panels and tons of options. Layout can create any UI look you want; from simple headers or sidebars to a complex application with toolbars, menus, help-panels, status bars, sub-forms, etc. Integrates with and enhances other UI widgets, like tabs, accordions and dialogs, to create rich interfaces.", 5 | "version": "1.4.3", 6 | "keywords": [ 7 | "ui", 8 | "layout" 9 | ], 10 | "author": { 11 | "name": "Kevin Dalman", 12 | "email": "kevin@jquery-dev.com" 13 | }, 14 | "maintainers": [ 15 | { "name": "Kevin Dalman", 16 | "email": "kevin@jquery-dev.com", 17 | "url": "http://layout.jquery-dev.com" 18 | } 19 | ], 20 | "licenses": [ 21 | { "type": "MIT", 22 | "url": "http://www.opensource.org/licenses/mit-license.php" 23 | }, 24 | { "type": "GPLv3", 25 | "url": "http://www.gnu.org/licenses/gpl.html" 26 | } 27 | ], 28 | "homepage": "https://github.com/allpro/layout", 29 | "docs": "http://layout.jquery-dev.com/documentation.cfm", 30 | "bugs": "https://groups.google.com/forum/#!forum/jquery-ui-layout", 31 | "download": "https://github.com/allpro/layout/archive/master.zip", 32 | "dependencies": { 33 | "jquery": ">=1.5" 34 | } 35 | } 36 | -------------------------------------------------------------------------------- /source/stable/callbacks/jquery.layout.resizeTabLayout.min.js: -------------------------------------------------------------------------------- 1 | /** 2 | * UI Layout Callback: resizeTabLayout 3 | * 4 | * Requires Layout 1.3.0.rc29.15 or later 5 | * 6 | * This callback is used when a tab-panel is the container for a layout 7 | * The tab-layout can be initialized either before or after the tabs are created 8 | * Assign this callback to the tabs.show event: 9 | * - if the layout HAS been fully initialized already, it will be resized 10 | * - if the layout has NOT fully initialized, it will attempt to do so 11 | * - if it cannot initialize, it will try again next time the tab is accessed 12 | * - it also looks for ANY visible layout *inside* teh tab and resize/init it 13 | * 14 | * SAMPLE: 15 | * < jQuery UI 1.9: $("#elem").tabs({ show: $.layout.callbacks.resizeTabLayout }); 16 | * > jQuery UI 1.9: $("#elem").tabs({ activate: $.layout.callbacks.resizeTabLayout }); 17 | * $("body").layout({ center__onresize: $.layout.callbacks.resizeTabLayout }); 18 | * 19 | * Version: 1.3 - 2013-01-12 20 | * Author: Kevin Dalman (kevin@jquery-dev.com) 21 | */ 22 | (function(c){var a=c.layout;a.callbacks||(a.callbacks={});a.callbacks.resizeTabLayout=function(a,b){(b.jquery?b:c(b.newPanel||b.panel)).filter(":visible").find(".ui-layout-container:visible").andSelf().each(function(){var a=c(this).data("layout");a&&(a.options.resizeWithWindow=!1,a.resizeAll())})}})(jQuery); -------------------------------------------------------------------------------- /source/versions/plugins/jquery.layout.resizeTabLayout-1.3.min.js: -------------------------------------------------------------------------------- 1 | /** 2 | * UI Layout Callback: resizeTabLayout 3 | * 4 | * Requires Layout 1.3.0.rc29.15 or later 5 | * 6 | * This callback is used when a tab-panel is the container for a layout 7 | * The tab-layout can be initialized either before or after the tabs are created 8 | * Assign this callback to the tabs.show event: 9 | * - if the layout HAS been fully initialized already, it will be resized 10 | * - if the layout has NOT fully initialized, it will attempt to do so 11 | * - if it cannot initialize, it will try again next time the tab is accessed 12 | * - it also looks for ANY visible layout *inside* teh tab and resize/init it 13 | * 14 | * SAMPLE: 15 | * < jQuery UI 1.9: $("#elem").tabs({ show: $.layout.callbacks.resizeTabLayout }); 16 | * > jQuery UI 1.9: $("#elem").tabs({ activate: $.layout.callbacks.resizeTabLayout }); 17 | * $("body").layout({ center__onresize: $.layout.callbacks.resizeTabLayout }); 18 | * 19 | * Version: 1.3 - 2013-01-12 20 | * Author: Kevin Dalman (kevin@jquery-dev.com) 21 | */ 22 | (function(c){var a=c.layout;a.callbacks||(a.callbacks={});a.callbacks.resizeTabLayout=function(a,b){(b.jquery?b:c(b.newPanel||b.panel)).filter(":visible").find(".ui-layout-container:visible").andSelf().each(function(){var a=c(this).data("layout");a&&(a.options.resizeWithWindow=!1,a.resizeAll())})}})(jQuery); -------------------------------------------------------------------------------- /demos/js/jquery.layout.resizePaneAccordions.js: -------------------------------------------------------------------------------- 1 | /** 2 | * UI Layout Callback: resizePaneAccordions 3 | * 4 | * This callback is used when a layout-pane contains 1 or more accordions 5 | * - whether the accordion a child of the pane or is nested within other elements 6 | * Assign this callback to the pane.onresize event: 7 | * 8 | * SAMPLE: 9 | * < jQuery UI 1.9: $("#elem").tabs({ show: $.layout.callbacks.resizePaneAccordions }); 10 | * > jQuery UI 1.9: $("#elem").tabs({ activate: $.layout.callbacks.resizePaneAccordions }); 11 | * $("body").layout({ center__onresize: $.layout.callbacks.resizePaneAccordions }); 12 | * 13 | * Version: 1.2 - 2013-01-12 14 | * Author: Kevin Dalman (kevin@jquery-dev.com) 15 | */ 16 | ;(function ($) { 17 | var _ = $.layout; 18 | 19 | // make sure the callbacks branch exists 20 | if (!_.callbacks) _.callbacks = {}; 21 | 22 | _.callbacks.resizePaneAccordions = function (x, ui) { 23 | // may be called EITHER from layout-pane.onresize OR tabs.show 24 | var $P = ui.jquery ? ui : $(ui.newPanel || ui.panel); 25 | // find all VISIBLE accordions inside this pane and resize them 26 | $P.find(".ui-accordion:visible").each(function(){ 27 | var $E = $(this); 28 | if ($E.data("accordion")) // jQuery < 1.9 29 | $E.accordion("resize"); 30 | if ($E.data("ui-accordion")) // jQuery >= 1.9 31 | $E.accordion("refresh"); 32 | }); 33 | }; 34 | })( jQuery ); -------------------------------------------------------------------------------- /source/stable/callbacks/jquery.layout.resizePaneAccordions.js: -------------------------------------------------------------------------------- 1 | /** 2 | * UI Layout Callback: resizePaneAccordions 3 | * 4 | * This callback is used when a layout-pane contains 1 or more accordions 5 | * - whether the accordion a child of the pane or is nested within other elements 6 | * Assign this callback to the pane.onresize event: 7 | * 8 | * SAMPLE: 9 | * < jQuery UI 1.9: $("#elem").tabs({ show: $.layout.callbacks.resizePaneAccordions }); 10 | * > jQuery UI 1.9: $("#elem").tabs({ activate: $.layout.callbacks.resizePaneAccordions }); 11 | * $("body").layout({ center__onresize: $.layout.callbacks.resizePaneAccordions }); 12 | * 13 | * Version: 1.2 - 2013-01-12 14 | * Author: Kevin Dalman (kevin@jquery-dev.com) 15 | */ 16 | ;(function ($) { 17 | var _ = $.layout; 18 | 19 | // make sure the callbacks branch exists 20 | if (!_.callbacks) _.callbacks = {}; 21 | 22 | _.callbacks.resizePaneAccordions = function (x, ui) { 23 | // may be called EITHER from layout-pane.onresize OR tabs.show 24 | var $P = ui.jquery ? ui : $(ui.newPanel || ui.panel); 25 | // find all VISIBLE accordions inside this pane and resize them 26 | $P.find(".ui-accordion:visible").each(function(){ 27 | var $E = $(this); 28 | if ($E.data("accordion")) // jQuery < 1.9 29 | $E.accordion("resize"); 30 | if ($E.data("ui-accordion")) // jQuery >= 1.9 31 | $E.accordion("refresh"); 32 | }); 33 | }; 34 | })( jQuery ); -------------------------------------------------------------------------------- /source/versions/plugins/jquery.layout.resizePaneAccordions-1.2.js: -------------------------------------------------------------------------------- 1 | /** 2 | * UI Layout Callback: resizePaneAccordions 3 | * 4 | * This callback is used when a layout-pane contains 1 or more accordions 5 | * - whether the accordion a child of the pane or is nested within other elements 6 | * Assign this callback to the pane.onresize event: 7 | * 8 | * SAMPLE: 9 | * < jQuery UI 1.9: $("#elem").tabs({ show: $.layout.callbacks.resizePaneAccordions }); 10 | * > jQuery UI 1.9: $("#elem").tabs({ activate: $.layout.callbacks.resizePaneAccordions }); 11 | * $("body").layout({ center__onresize: $.layout.callbacks.resizePaneAccordions }); 12 | * 13 | * Version: 1.2 - 2013-01-12 14 | * Author: Kevin Dalman (kevin@jquery-dev.com) 15 | */ 16 | ;(function ($) { 17 | var _ = $.layout; 18 | 19 | // make sure the callbacks branch exists 20 | if (!_.callbacks) _.callbacks = {}; 21 | 22 | _.callbacks.resizePaneAccordions = function (x, ui) { 23 | // may be called EITHER from layout-pane.onresize OR tabs.show 24 | var $P = ui.jquery ? ui : $(ui.newPanel || ui.panel); 25 | // find all VISIBLE accordions inside this pane and resize them 26 | $P.find(".ui-accordion:visible").each(function(){ 27 | var $E = $(this); 28 | if ($E.data("accordion")) // jQuery < 1.9 29 | $E.accordion("resize"); 30 | if ($E.data("ui-accordion")) // jQuery >= 1.9 31 | $E.accordion("refresh"); 32 | }); 33 | }; 34 | })( jQuery ); -------------------------------------------------------------------------------- /demos/js/jquery.layout.resizeDataTable.js: -------------------------------------------------------------------------------- 1 | /** 2 | * UI Layout Callback: resizeDataTables 3 | * 4 | * DataTables plugin homepage: http://datatables.net 5 | * 6 | * This callback is used when a layout-pane contains 1 or more DataTable objects: 7 | * - when the DataTable is a 'child' of the pane; or 8 | * - when the DataTable is a 'descendant' of the pane - ie, inside other elements 9 | * 10 | * Assign this callback to the pane.onresize event. 11 | * If the layout is inside a tab-panel, _also_ bind to tabs.show() 12 | * 13 | * SAMPLE: 14 | * $("#elem").tabs({ show: $.layout.callbacks.resizeDataTables }); 15 | * $("body").layout({ center__onresize: $.layout.callbacks.resizeDataTables }); 16 | * 17 | * Version: 1.0 - 2012-07-06 18 | * Author: Robert Brower (atomofthought@yahoo.com) 19 | * @preserve jquery.layout.resizeDataTables-1.0.js 20 | */ 21 | ;(function ($) { 22 | $.layout.callbacks.resizeDataTables = function (x, ui) { 23 | // may be called EITHER from layout-pane.onresize OR tabs.show 24 | var oPane = ui.jquery ? ui[0] : ui.panel; 25 | // cannot resize if the pane is currently closed or hidden 26 | if ( !$(oPane).is(":visible") ) return; 27 | // find all data tables inside this pane and resize them 28 | $( $.fn.dataTable.fnTables(true) ).each(function (i, table) { 29 | if ($.contains( oPane, table )) { 30 | $(table).dataTable().fnAdjustColumnSizing(); 31 | } 32 | }); 33 | }; 34 | })( jQuery ); -------------------------------------------------------------------------------- /source/stable/callbacks/jquery.layout.resizeDataTable.js: -------------------------------------------------------------------------------- 1 | /** 2 | * UI Layout Callback: resizeDataTables 3 | * 4 | * DataTables plugin homepage: http://datatables.net 5 | * 6 | * This callback is used when a layout-pane contains 1 or more DataTable objects: 7 | * - when the DataTable is a 'child' of the pane; or 8 | * - when the DataTable is a 'descendant' of the pane - ie, inside other elements 9 | * 10 | * Assign this callback to the pane.onresize event. 11 | * If the layout is inside a tab-panel, _also_ bind to tabs.show() 12 | * 13 | * SAMPLE: 14 | * $("#elem").tabs({ show: $.layout.callbacks.resizeDataTables }); 15 | * $("body").layout({ center__onresize: $.layout.callbacks.resizeDataTables }); 16 | * 17 | * Version: 1.0 - 2012-07-06 18 | * Author: Robert Brower (atomofthought@yahoo.com) 19 | * @preserve jquery.layout.resizeDataTables-1.0.js 20 | */ 21 | ;(function ($) { 22 | $.layout.callbacks.resizeDataTables = function (x, ui) { 23 | // may be called EITHER from layout-pane.onresize OR tabs.show 24 | var oPane = ui.jquery ? ui[0] : ui.panel; 25 | // cannot resize if the pane is currently closed or hidden 26 | if ( !$(oPane).is(":visible") ) return; 27 | // find all data tables inside this pane and resize them 28 | $( $.fn.dataTable.fnTables(true) ).each(function (i, table) { 29 | if ($.contains( oPane, table )) { 30 | $(table).dataTable().fnAdjustColumnSizing(); 31 | } 32 | }); 33 | }; 34 | })( jQuery ); -------------------------------------------------------------------------------- /source/versions/plugins/jquery.layout.resizeDataTable-1.0.js: -------------------------------------------------------------------------------- 1 | /** 2 | * UI Layout Callback: resizeDataTables 3 | * 4 | * DataTables plugin homepage: http://datatables.net 5 | * 6 | * This callback is used when a layout-pane contains 1 or more DataTable objects: 7 | * - when the DataTable is a 'child' of the pane; or 8 | * - when the DataTable is a 'descendant' of the pane - ie, inside other elements 9 | * 10 | * Assign this callback to the pane.onresize event. 11 | * If the layout is inside a tab-panel, _also_ bind to tabs.show() 12 | * 13 | * SAMPLE: 14 | * $("#elem").tabs({ show: $.layout.callbacks.resizeDataTables }); 15 | * $("body").layout({ center__onresize: $.layout.callbacks.resizeDataTables }); 16 | * 17 | * Version: 1.0 - 2012-07-06 18 | * Author: Robert Brower (atomofthought@yahoo.com) 19 | * @preserve jquery.layout.resizeDataTables-1.0.js 20 | */ 21 | ;(function ($) { 22 | $.layout.callbacks.resizeDataTables = function (x, ui) { 23 | // may be called EITHER from layout-pane.onresize OR tabs.show 24 | var oPane = ui.jquery ? ui[0] : ui.panel; 25 | // cannot resize if the pane is currently closed or hidden 26 | if ( !$(oPane).is(":visible") ) return; 27 | // find all data tables inside this pane and resize them 28 | $( $.fn.dataTable.fnTables(true) ).each(function (i, table) { 29 | if ($.contains( oPane, table )) { 30 | $(table).dataTable().fnAdjustColumnSizing(); 31 | } 32 | }); 33 | }; 34 | })( jQuery ); -------------------------------------------------------------------------------- /demos/css/themes/base/jquery.ui.spinner.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI Spinner 1.10.0 3 | * http://jqueryui.com 4 | * 5 | * Copyright 2013 jQuery Foundation and other contributors 6 | * Released under the MIT license. 7 | * http://jquery.org/license 8 | * 9 | * http://docs.jquery.com/UI/Spinner#theming 10 | */ 11 | .ui-spinner { 12 | position: relative; 13 | display: inline-block; 14 | overflow: hidden; 15 | padding: 0; 16 | vertical-align: middle; 17 | } 18 | .ui-spinner-input { 19 | border: none; 20 | background: none; 21 | color: inherit; 22 | padding: 0; 23 | margin: .2em 0; 24 | vertical-align: middle; 25 | margin-left: .4em; 26 | margin-right: 22px; 27 | } 28 | .ui-spinner-button { 29 | width: 16px; 30 | height: 50%; 31 | font-size: .5em; 32 | padding: 0; 33 | margin: 0; 34 | text-align: center; 35 | position: absolute; 36 | cursor: default; 37 | display: block; 38 | overflow: hidden; 39 | right: 0; 40 | } 41 | /* more specificity required here to overide default borders */ 42 | .ui-spinner a.ui-spinner-button { 43 | border-top: none; 44 | border-bottom: none; 45 | border-right: none; 46 | } 47 | /* vertical centre icon */ 48 | .ui-spinner .ui-icon { 49 | position: absolute; 50 | margin-top: -8px; 51 | top: 50%; 52 | left: 0; 53 | } 54 | .ui-spinner-up { 55 | top: 0; 56 | } 57 | .ui-spinner-down { 58 | bottom: 0; 59 | } 60 | 61 | /* TR overrides */ 62 | .ui-spinner .ui-icon-triangle-1-s { 63 | /* need to fix icons sprite */ 64 | background-position: -65px -16px; 65 | } 66 | -------------------------------------------------------------------------------- /demos/container.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Layout Container 5 | 6 | 7 | 8 | 30 | 31 | 32 | 33 | 34 | 35 | 42 | 43 | 44 | 45 |
46 |
47 | Center 48 |

Go to the Demos page

49 |
50 |
North
51 |
South
52 |
East
53 |
West
54 |
55 | 56 | -------------------------------------------------------------------------------- /demos/css/themes/base/jquery.ui.tabs.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI Tabs 1.10.0 3 | * http://jqueryui.com 4 | * 5 | * Copyright 2013 jQuery Foundation and other contributors 6 | * Released under the MIT license. 7 | * http://jquery.org/license 8 | * 9 | * http://docs.jquery.com/UI/Tabs#theming 10 | */ 11 | .ui-tabs { 12 | position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ 13 | padding: .2em; 14 | } 15 | .ui-tabs .ui-tabs-nav { 16 | margin: 0; 17 | padding: .2em .2em 0; 18 | } 19 | .ui-tabs .ui-tabs-nav li { 20 | list-style: none; 21 | float: left; 22 | position: relative; 23 | top: 0; 24 | margin: 1px .2em 0 0; 25 | border-bottom: 0; 26 | padding: 0; 27 | white-space: nowrap; 28 | } 29 | .ui-tabs .ui-tabs-nav li a { 30 | float: left; 31 | padding: .5em 1em; 32 | text-decoration: none; 33 | } 34 | .ui-tabs .ui-tabs-nav li.ui-tabs-active { 35 | margin-bottom: -1px; 36 | padding-bottom: 1px; 37 | } 38 | .ui-tabs .ui-tabs-nav li.ui-tabs-active a, 39 | .ui-tabs .ui-tabs-nav li.ui-state-disabled a, 40 | .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { 41 | cursor: text; 42 | } 43 | .ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ 44 | .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { 45 | cursor: pointer; 46 | } 47 | .ui-tabs .ui-tabs-panel { 48 | display: block; 49 | border-width: 0; 50 | padding: 1em 1.4em; 51 | background: none; 52 | } 53 | -------------------------------------------------------------------------------- /demos/css/themes/base/jquery.ui.resizable.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI Resizable 1.10.0 3 | * http://jqueryui.com 4 | * 5 | * Copyright 2013 jQuery Foundation and other contributors 6 | * Released under the MIT license. 7 | * http://jquery.org/license 8 | * 9 | * http://docs.jquery.com/UI/Resizable#theming 10 | */ 11 | .ui-resizable { 12 | position: relative; 13 | } 14 | .ui-resizable-handle { 15 | position: absolute; 16 | font-size: 0.1px; 17 | display: block; 18 | } 19 | .ui-resizable-disabled .ui-resizable-handle, 20 | .ui-resizable-autohide .ui-resizable-handle { 21 | display: none; 22 | } 23 | .ui-resizable-n { 24 | cursor: n-resize; 25 | height: 7px; 26 | width: 100%; 27 | top: -5px; 28 | left: 0; 29 | } 30 | .ui-resizable-s { 31 | cursor: s-resize; 32 | height: 7px; 33 | width: 100%; 34 | bottom: -5px; 35 | left: 0; 36 | } 37 | .ui-resizable-e { 38 | cursor: e-resize; 39 | width: 7px; 40 | right: -5px; 41 | top: 0; 42 | height: 100%; 43 | } 44 | .ui-resizable-w { 45 | cursor: w-resize; 46 | width: 7px; 47 | left: -5px; 48 | top: 0; 49 | height: 100%; 50 | } 51 | .ui-resizable-se { 52 | cursor: se-resize; 53 | width: 12px; 54 | height: 12px; 55 | right: 1px; 56 | bottom: 1px; 57 | } 58 | .ui-resizable-sw { 59 | cursor: sw-resize; 60 | width: 9px; 61 | height: 9px; 62 | left: -5px; 63 | bottom: -5px; 64 | } 65 | .ui-resizable-nw { 66 | cursor: nw-resize; 67 | width: 9px; 68 | height: 9px; 69 | left: -5px; 70 | top: -5px; 71 | } 72 | .ui-resizable-ne { 73 | cursor: ne-resize; 74 | width: 9px; 75 | height: 9px; 76 | right: -5px; 77 | top: -5px; 78 | } 79 | -------------------------------------------------------------------------------- /source/stable/callbacks/jquery.layout.callbacks.min-latest.js: -------------------------------------------------------------------------------- 1 | /** 2 | * UI Layout Callbacks Package 3 | * 4 | * NOTE: These callbacks must load AFTER the jquery.layout...js library loads 5 | * 6 | * Updated: 2011-07-10 7 | * Author: Kevin Dalman (kevin@jquery-dev.com) 8 | */ 9 | ;(function(b){var c=b.layout;if(!c.callbacks)c.callbacks={};if(!c.defaults)c.defaults={north:{},south:{},east:{},west:{},center:{}};c.callbacks.resizePaneAccordions=function(d,a){(a.jquery?a:b(a.panel)).find(".ui-accordion:visible").each(function(){var a=b(this);a.data("accordion")&&a.accordion("resize")})};c.callbacks.resizeTabLayout=function(d,a){(a.jquery?a:b(a.panel)).filter(":visible").find(".ui-layout-container:visible").andSelf().each(function(){var a=b(this).data("layout");a&&a.resizeAll()})}; 10 | for(var i=0;i<4;i++)c.defaults[["north","south","east","west"][i]].pseudoClose={hideObject:"iframe",skipIE:!1};c.callbacks.pseudoClose=function(d,a,c,f){var g=b.extend({},b.layout.defaults[d].pseudoClose,f.pseudoClose);if(g.skipIE&&b.layout.browser.msie)return!0;g.hideObject==="object"&&(g.hideObject+=",embed");setTimeout(function(){var c=g.hideObject,c=c==="pane"||a[0].tagName===c.toUpperCase()?a:a.find(c),b=a.data("parentLayout"),h=b.state[d],e=h.pseudoClose||{};e.size?(e.resizable&&b.enableResizable(d), 11 | f.minSize=e.minSize,b.setSizeLimits(d),b.sizePane(d,e.size),e={},c.css("visibility","hidden").css("visibility","visible")):(e.size=h.size,e.minSize=f.minSize,f.minSize=0,e.resizable=f.resizable,b.disableResizable(d),b.setSizeLimits(d),b.sizePane(d,h.minSize),c.css("visibility","hidden"));h.pseudoClose=e},50);return!1}})(jQuery); -------------------------------------------------------------------------------- /demos/css/themes/base/jquery.ui.dialog.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI Dialog 1.10.0 3 | * http://jqueryui.com 4 | * 5 | * Copyright 2013 jQuery Foundation and other contributors 6 | * Released under the MIT license. 7 | * http://jquery.org/license 8 | * 9 | * http://docs.jquery.com/UI/Dialog#theming 10 | */ 11 | .ui-dialog { 12 | position: absolute; 13 | top: 0; 14 | left: 0; 15 | padding: .2em; 16 | outline: 0; 17 | } 18 | .ui-dialog .ui-dialog-titlebar { 19 | padding: .4em 1em; 20 | position: relative; 21 | } 22 | .ui-dialog .ui-dialog-title { 23 | float: left; 24 | margin: .1em 0; 25 | white-space: nowrap; 26 | width: 90%; 27 | overflow: hidden; 28 | text-overflow: ellipsis; 29 | } 30 | .ui-dialog .ui-dialog-titlebar-close { 31 | position: absolute; 32 | right: .3em; 33 | top: 50%; 34 | width: 21px; 35 | margin: -10px 0 0 0; 36 | padding: 1px; 37 | height: 20px; 38 | } 39 | .ui-dialog .ui-dialog-content { 40 | position: relative; 41 | border: 0; 42 | padding: .5em 1em; 43 | background: none; 44 | overflow: auto; 45 | } 46 | .ui-dialog .ui-dialog-buttonpane { 47 | text-align: left; 48 | border-width: 1px 0 0 0; 49 | background-image: none; 50 | margin-top: .5em; 51 | padding: .3em 1em .5em .4em; 52 | } 53 | .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { 54 | float: right; 55 | } 56 | .ui-dialog .ui-dialog-buttonpane button { 57 | margin: .5em .4em .5em 0; 58 | cursor: pointer; 59 | } 60 | .ui-dialog .ui-resizable-se { 61 | width: 12px; 62 | height: 12px; 63 | right: -5px; 64 | bottom: -5px; 65 | background-position: 16px 16px; 66 | } 67 | .ui-draggable .ui-dialog-titlebar { 68 | cursor: move; 69 | } 70 | -------------------------------------------------------------------------------- /demos/css/themes/base/jquery.ui.slider.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI Slider 1.10.0 3 | * http://jqueryui.com 4 | * 5 | * Copyright 2013 jQuery Foundation and other contributors 6 | * Released under the MIT license. 7 | * http://jquery.org/license 8 | * 9 | * http://docs.jquery.com/UI/Slider#theming 10 | */ 11 | .ui-slider { 12 | position: relative; 13 | text-align: left; 14 | } 15 | .ui-slider .ui-slider-handle { 16 | position: absolute; 17 | z-index: 2; 18 | width: 1.2em; 19 | height: 1.2em; 20 | cursor: default; 21 | } 22 | .ui-slider .ui-slider-range { 23 | position: absolute; 24 | z-index: 1; 25 | font-size: .7em; 26 | display: block; 27 | border: 0; 28 | background-position: 0 0; 29 | } 30 | 31 | /* For IE8 - See #6727 */ 32 | .ui-slider.ui-state-disabled .ui-slider-handle, 33 | .ui-slider.ui-state-disabled .ui-slider-range { 34 | filter: inherit; 35 | } 36 | 37 | .ui-slider-horizontal { 38 | height: .8em; 39 | } 40 | .ui-slider-horizontal .ui-slider-handle { 41 | top: -.3em; 42 | margin-left: -.6em; 43 | } 44 | .ui-slider-horizontal .ui-slider-range { 45 | top: 0; 46 | height: 100%; 47 | } 48 | .ui-slider-horizontal .ui-slider-range-min { 49 | left: 0; 50 | } 51 | .ui-slider-horizontal .ui-slider-range-max { 52 | right: 0; 53 | } 54 | 55 | .ui-slider-vertical { 56 | width: .8em; 57 | height: 100px; 58 | } 59 | .ui-slider-vertical .ui-slider-handle { 60 | left: -.3em; 61 | margin-left: 0; 62 | margin-bottom: -.6em; 63 | } 64 | .ui-slider-vertical .ui-slider-range { 65 | left: 0; 66 | width: 100%; 67 | } 68 | .ui-slider-vertical .ui-slider-range-min { 69 | bottom: 0; 70 | } 71 | .ui-slider-vertical .ui-slider-range-max { 72 | top: 0; 73 | } 74 | -------------------------------------------------------------------------------- /demos/css/themes/base/jquery.ui.menu.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI Menu 1.10.0 3 | * http://jqueryui.com 4 | * 5 | * Copyright 2013 jQuery Foundation and other contributors 6 | * Released under the MIT license. 7 | * http://jquery.org/license 8 | * 9 | * http://docs.jquery.com/UI/Menu#theming 10 | */ 11 | .ui-menu { 12 | list-style: none; 13 | padding: 2px; 14 | margin: 0; 15 | display: block; 16 | outline: none; 17 | } 18 | .ui-menu .ui-menu { 19 | margin-top: -3px; 20 | position: absolute; 21 | } 22 | .ui-menu .ui-menu-item { 23 | margin: 0; 24 | padding: 0; 25 | width: 100%; 26 | } 27 | .ui-menu .ui-menu-divider { 28 | margin: 5px -2px 5px -2px; 29 | height: 0; 30 | font-size: 0; 31 | line-height: 0; 32 | border-width: 1px 0 0 0; 33 | } 34 | .ui-menu .ui-menu-item a { 35 | text-decoration: none; 36 | display: block; 37 | padding: 2px .4em; 38 | line-height: 1.5; 39 | min-height: 0; /* support: IE7 */ 40 | font-weight: normal; 41 | } 42 | .ui-menu .ui-menu-item a.ui-state-focus, 43 | .ui-menu .ui-menu-item a.ui-state-active { 44 | font-weight: normal; 45 | margin: -1px; 46 | } 47 | 48 | .ui-menu .ui-state-disabled { 49 | font-weight: normal; 50 | margin: .4em 0 .2em; 51 | line-height: 1.5; 52 | } 53 | .ui-menu .ui-state-disabled a { 54 | cursor: default; 55 | } 56 | 57 | /* icon support */ 58 | .ui-menu-icons { 59 | position: relative; 60 | } 61 | .ui-menu-icons .ui-menu-item a { 62 | position: relative; 63 | padding-left: 2em; 64 | } 65 | 66 | /* left-aligned */ 67 | .ui-menu .ui-icon { 68 | position: absolute; 69 | top: .2em; 70 | left: .2em; 71 | } 72 | 73 | /* right-aligned */ 74 | .ui-menu .ui-menu-icon { 75 | position: static; 76 | float: right; 77 | } 78 | -------------------------------------------------------------------------------- /demos/js/jquery.layout.resizeTabLayout.js: -------------------------------------------------------------------------------- 1 | /** 2 | * UI Layout Callback: resizeTabLayout 3 | * 4 | * Requires Layout 1.3.0.rc29.15 or later 5 | * 6 | * This callback is used when a tab-panel is the container for a layout 7 | * The tab-layout can be initialized either before or after the tabs are created 8 | * Assign this callback to the tabs.show event: 9 | * - if the layout HAS been fully initialized already, it will be resized 10 | * - if the layout has NOT fully initialized, it will attempt to do so 11 | * - if it cannot initialize, it will try again next time the tab is accessed 12 | * - it also looks for ANY visible layout *inside* teh tab and resize/init it 13 | * 14 | * SAMPLE: 15 | * < jQuery UI 1.9: $("#elem").tabs({ show: $.layout.callbacks.resizeTabLayout }); 16 | * > jQuery UI 1.9: $("#elem").tabs({ activate: $.layout.callbacks.resizeTabLayout }); 17 | * $("body").layout({ center__onresize: $.layout.callbacks.resizeTabLayout }); 18 | * 19 | * Version: 1.3 - 2013-01-12 20 | * Author: Kevin Dalman (kevin@jquery-dev.com) 21 | */ 22 | ;(function ($) { 23 | var _ = $.layout; 24 | 25 | // make sure the callbacks branch exists 26 | if (!_.callbacks) _.callbacks = {}; 27 | 28 | // this callback is bound to the tabs.show event OR to layout-pane.onresize event 29 | _.callbacks.resizeTabLayout = function (x, ui) { 30 | // may be called EITHER from layout-pane.onresize OR tabs.show/activate 31 | var $P = ui.jquery ? ui : $(ui.newPanel || ui.panel); 32 | // find all VISIBLE layouts inside this pane/panel and resize them 33 | $P.filter(":visible").find(".ui-layout-container:visible").andSelf().each(function(){ 34 | var layout = $(this).data("layout"); 35 | if (layout) { 36 | layout.options.resizeWithWindow = false; // set option just in case not already set 37 | layout.resizeAll(); 38 | } 39 | }); 40 | }; 41 | })( jQuery ); -------------------------------------------------------------------------------- /source/stable/callbacks/jquery.layout.resizeTabLayout.js: -------------------------------------------------------------------------------- 1 | /** 2 | * UI Layout Callback: resizeTabLayout 3 | * 4 | * Requires Layout 1.3.0.rc29.15 or later 5 | * 6 | * This callback is used when a tab-panel is the container for a layout 7 | * The tab-layout can be initialized either before or after the tabs are created 8 | * Assign this callback to the tabs.show event: 9 | * - if the layout HAS been fully initialized already, it will be resized 10 | * - if the layout has NOT fully initialized, it will attempt to do so 11 | * - if it cannot initialize, it will try again next time the tab is accessed 12 | * - it also looks for ANY visible layout *inside* teh tab and resize/init it 13 | * 14 | * SAMPLE: 15 | * < jQuery UI 1.9: $("#elem").tabs({ show: $.layout.callbacks.resizeTabLayout }); 16 | * > jQuery UI 1.9: $("#elem").tabs({ activate: $.layout.callbacks.resizeTabLayout }); 17 | * $("body").layout({ center__onresize: $.layout.callbacks.resizeTabLayout }); 18 | * 19 | * Version: 1.3 - 2013-01-12 20 | * Author: Kevin Dalman (kevin@jquery-dev.com) 21 | */ 22 | ;(function ($) { 23 | var _ = $.layout; 24 | 25 | // make sure the callbacks branch exists 26 | if (!_.callbacks) _.callbacks = {}; 27 | 28 | // this callback is bound to the tabs.show event OR to layout-pane.onresize event 29 | _.callbacks.resizeTabLayout = function (x, ui) { 30 | // may be called EITHER from layout-pane.onresize OR tabs.show/activate 31 | var $P = ui.jquery ? ui : $(ui.newPanel || ui.panel); 32 | // find all VISIBLE layouts inside this pane/panel and resize them 33 | $P.filter(":visible").find(".ui-layout-container:visible").andSelf().each(function(){ 34 | var layout = $(this).data("layout"); 35 | if (layout) { 36 | layout.options.resizeWithWindow = false; // set option just in case not already set 37 | layout.resizeAll(); 38 | } 39 | }); 40 | }; 41 | })( jQuery ); -------------------------------------------------------------------------------- /source/versions/plugins/jquery.layout.resizeTabLayout-1.3.js: -------------------------------------------------------------------------------- 1 | /** 2 | * UI Layout Callback: resizeTabLayout 3 | * 4 | * Requires Layout 1.3.0.rc29.15 or later 5 | * 6 | * This callback is used when a tab-panel is the container for a layout 7 | * The tab-layout can be initialized either before or after the tabs are created 8 | * Assign this callback to the tabs.show event: 9 | * - if the layout HAS been fully initialized already, it will be resized 10 | * - if the layout has NOT fully initialized, it will attempt to do so 11 | * - if it cannot initialize, it will try again next time the tab is accessed 12 | * - it also looks for ANY visible layout *inside* teh tab and resize/init it 13 | * 14 | * SAMPLE: 15 | * < jQuery UI 1.9: $("#elem").tabs({ show: $.layout.callbacks.resizeTabLayout }); 16 | * > jQuery UI 1.9: $("#elem").tabs({ activate: $.layout.callbacks.resizeTabLayout }); 17 | * $("body").layout({ center__onresize: $.layout.callbacks.resizeTabLayout }); 18 | * 19 | * Version: 1.3 - 2013-01-12 20 | * Author: Kevin Dalman (kevin@jquery-dev.com) 21 | */ 22 | ;(function ($) { 23 | var _ = $.layout; 24 | 25 | // make sure the callbacks branch exists 26 | if (!_.callbacks) _.callbacks = {}; 27 | 28 | // this callback is bound to the tabs.show event OR to layout-pane.onresize event 29 | _.callbacks.resizeTabLayout = function (x, ui) { 30 | // may be called EITHER from layout-pane.onresize OR tabs.show/activate 31 | var $P = ui.jquery ? ui : $(ui.newPanel || ui.panel); 32 | // find all VISIBLE layouts inside this pane/panel and resize them 33 | $P.filter(":visible").find(".ui-layout-container:visible").andSelf().each(function(){ 34 | var layout = $(this).data("layout"); 35 | if (layout) { 36 | layout.options.resizeWithWindow = false; // set option just in case not already set 37 | layout.resizeAll(); 38 | } 39 | }); 40 | }; 41 | })( jQuery ); -------------------------------------------------------------------------------- /demos/css/themes/base/jquery.ui.core.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI CSS Framework 1.10.0 3 | * http://jqueryui.com 4 | * 5 | * Copyright 2013 jQuery Foundation and other contributors 6 | * Released under the MIT license. 7 | * http://jquery.org/license 8 | * 9 | * http://docs.jquery.com/UI/Theming/API 10 | */ 11 | 12 | /* Layout helpers 13 | ----------------------------------*/ 14 | .ui-helper-hidden { 15 | display: none; 16 | } 17 | .ui-helper-hidden-accessible { 18 | border: 0; 19 | clip: rect(0 0 0 0); 20 | height: 1px; 21 | margin: -1px; 22 | overflow: hidden; 23 | padding: 0; 24 | position: absolute; 25 | width: 1px; 26 | } 27 | .ui-helper-reset { 28 | margin: 0; 29 | padding: 0; 30 | border: 0; 31 | outline: 0; 32 | line-height: 1.3; 33 | text-decoration: none; 34 | font-size: 100%; 35 | list-style: none; 36 | } 37 | .ui-helper-clearfix:before, 38 | .ui-helper-clearfix:after { 39 | content: ""; 40 | display: table; 41 | } 42 | .ui-helper-clearfix:after { 43 | clear: both; 44 | } 45 | .ui-helper-clearfix { 46 | min-height: 0; /* support: IE7 */ 47 | } 48 | .ui-helper-zfix { 49 | width: 100%; 50 | height: 100%; 51 | top: 0; 52 | left: 0; 53 | position: absolute; 54 | opacity: 0; 55 | filter:Alpha(Opacity=0); 56 | } 57 | 58 | .ui-front { 59 | z-index: 100; 60 | } 61 | 62 | 63 | /* Interaction Cues 64 | ----------------------------------*/ 65 | .ui-state-disabled { 66 | cursor: default !important; 67 | } 68 | 69 | 70 | /* Icons 71 | ----------------------------------*/ 72 | 73 | /* states and images */ 74 | .ui-icon { 75 | display: block; 76 | text-indent: -99999px; 77 | overflow: hidden; 78 | background-repeat: no-repeat; 79 | } 80 | 81 | 82 | /* Misc visuals 83 | ----------------------------------*/ 84 | 85 | /* Overlays */ 86 | .ui-widget-overlay { 87 | position: fixed; 88 | top: 0; 89 | left: 0; 90 | width: 100%; 91 | height: 100%; 92 | } 93 | -------------------------------------------------------------------------------- /source/stable/plugins/jquery.layout.slideOffscreen.min.js: -------------------------------------------------------------------------------- 1 | /** 2 | * UI Layout Plugin: Slide-Offscreen Animation 3 | * 4 | * Prevent panes from being 'hidden' so that an iframes/objects 5 | * does not reload/refresh when pane 'opens' again. 6 | * This plug-in adds a new animation called "slideOffscreen". 7 | * It is identical to the normal "slide" effect, but avoids hiding the element 8 | * 9 | * Requires Layout 1.3.0.RC30.1 or later for Close offscreen 10 | * Requires Layout 1.3.0.RC30.5 or later for Hide, initClosed & initHidden offscreen 11 | * 12 | * Version: 1.1 - 2012-11-18 13 | * Author: Kevin Dalman (kevin@jquery-dev.com) 14 | * @preserve jquery.layout.slideOffscreen-1.1.js 15 | */ 16 | (function(d){var b=d.layout;d.effects&&(b.defaults.panes.useOffscreenClose=!1,b.plugins&&(b.plugins.effects.slideOffscreen=!0),b.effects.slideOffscreen=d.extend(!0,{},b.effects.slide),d.effects.slideOffscreen=function(g){return this.queue(function(){var c=d.effects,i=g.options,a=d(this),e=a.data("layoutEdge"),j=a.data("parentLayout").state,e=j[e].size,f=this.style,k="show"==c.setMode(a,i.mode||"show"),c=i.direction||"left",l="up"==c||"down"==c?"top":"left",m="up"==c||"left"==c,p=b.config.offscreenCSS|| 17 | {},h=b.config.offscreenReset,n={};n[l]=(k?m?"+=":"-=":m?"-=":"+=")+e;k?(a.data("offscreenResetTop",{top:f.top,bottom:f.bottom}),m?a.css(l,isNaN(e)?"-"+e:-e):"right"===c?a.css({left:j.container.layoutWidth,right:"auto"}):a.css({top:j.container.layoutHeight,bottom:"auto"}),"top"===l&&a.css(a.data(h)||{})):(a.data("offscreenResetTop",{top:f.top,bottom:f.bottom}),a.data(h,{left:f.left,right:f.right}));a.show().animate(n,{queue:!1,duration:g.duration,easing:i.easing,complete:function(){a.data("offscreenResetTop")&& 18 | a.css(a.data("offscreenResetTop")).removeData("offscreenResetTop");k?a.css(a.data(h)||{}).removeData(h):a.css(p);g.callback&&g.callback.apply(this,arguments);a.dequeue()}})})})})(jQuery); -------------------------------------------------------------------------------- /source/versions/plugins/jquery.layout.slideOffscreen.min-1.1.js: -------------------------------------------------------------------------------- 1 | /** 2 | * UI Layout Plugin: Slide-Offscreen Animation 3 | * 4 | * Prevent panes from being 'hidden' so that an iframes/objects 5 | * does not reload/refresh when pane 'opens' again. 6 | * This plug-in adds a new animation called "slideOffscreen". 7 | * It is identical to the normal "slide" effect, but avoids hiding the element 8 | * 9 | * Requires Layout 1.3.0.RC30.1 or later for Close offscreen 10 | * Requires Layout 1.3.0.RC30.5 or later for Hide, initClosed & initHidden offscreen 11 | * 12 | * Version: 1.1 - 2012-11-18 13 | * Author: Kevin Dalman (kevin@jquery-dev.com) 14 | * @preserve jquery.layout.slideOffscreen-1.1.js 15 | */ 16 | (function(d){var b=d.layout;d.effects&&(b.defaults.panes.useOffscreenClose=!1,b.plugins&&(b.plugins.effects.slideOffscreen=!0),b.effects.slideOffscreen=d.extend(!0,{},b.effects.slide),d.effects.slideOffscreen=function(g){return this.queue(function(){var c=d.effects,i=g.options,a=d(this),e=a.data("layoutEdge"),j=a.data("parentLayout").state,e=j[e].size,f=this.style,k="show"==c.setMode(a,i.mode||"show"),c=i.direction||"left",l="up"==c||"down"==c?"top":"left",m="up"==c||"left"==c,p=b.config.offscreenCSS|| 17 | {},h=b.config.offscreenReset,n={};n[l]=(k?m?"+=":"-=":m?"-=":"+=")+e;k?(a.data("offscreenResetTop",{top:f.top,bottom:f.bottom}),m?a.css(l,isNaN(e)?"-"+e:-e):"right"===c?a.css({left:j.container.layoutWidth,right:"auto"}):a.css({top:j.container.layoutHeight,bottom:"auto"}),"top"===l&&a.css(a.data(h)||{})):(a.data("offscreenResetTop",{top:f.top,bottom:f.bottom}),a.data(h,{left:f.left,right:f.right}));a.show().animate(n,{queue:!1,duration:g.duration,easing:i.easing,complete:function(){a.data("offscreenResetTop")&& 18 | a.css(a.data("offscreenResetTop")).removeData("offscreenResetTop");k?a.css(a.data(h)||{}).removeData(h):a.css(p);g.callback&&g.callback.apply(this,arguments);a.dequeue()}})})})})(jQuery); -------------------------------------------------------------------------------- /demos/css/themes/base/minified/jquery.ui.button.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.0 - 2013-01-17 2 | * http://jqueryui.com 3 | * Includes: jquery.ui.button.css 4 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 5 | .ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0} -------------------------------------------------------------------------------- /demos/simple.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Simple Layout Demo 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 26 | 27 | 28 | 29 | 30 | 31 |
North
32 | 33 |
West 34 |

35 |
36 | 37 |
South 38 |

39 |
40 | 41 |
East 42 |

43 | 44 |

...

...

...

...

...

...

...

...

...

45 |

...

...

...

...

...

...

...

...

...

46 |

...

...

...

...

...

...

...

...

...

47 |

...

...

...

...

...

...

...

...

...

48 |
49 | 50 |
51 | This center pane auto-sizes to fit the space between the 'border-panes' 52 |

This layout uses default options, except for a minSize on East and West panes

53 |

The Close and Toggle buttons are examples of custom buttons

54 |

UI Layout Demos page

55 |

...

...

...

...

...

...

...

...

...

56 |

...

...

...

...

...

...

...

...

...

57 |

...

...

...

...

...

...

...

...

...

58 |

...

...

...

...

...

...

...

...

...

59 |
60 | 61 | 62 | -------------------------------------------------------------------------------- /demos/container_centered.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Layout Container 5 | 6 | 7 | 8 | 51 | 52 | 53 | 54 | 55 | 62 | 63 | 64 | 65 |
66 |
67 |
68 | Center 69 |

Go to the Demos page

70 |
71 |
North
72 |
South
73 |
East
74 |
West
75 |
76 |
77 | 78 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | jQuery UI Layout 2 | ================ 3 | 4 | The Ultimate Page Layout Manager 5 | -------------------------------- 6 | 7 | This widget was inspired by the extJS border-layout, and recreates that functionality in a jQuery plug-in. 8 | The Layout plug-in can create _any_ UI look you want - from simple headers or sidebars, 9 | to a complex application with toolbars, menus, help-panels, status bars, sub-forms, etc. 10 | 11 | Combined it with other jQuery UI widgets to create a sophisticated application. 12 | There are no limitations or issues - this widget is ready for production use. 13 | If you create a good looking application using UI Layout, please let us know. 14 | 15 | ### Highlights 16 | 17 | - **simple yet powerful**"- syntax is easy to learn 18 | - **unlimited layout capabilities**: 5 regions per layout - unlimited nesting 19 | - **dozens of options**: every aspect is customizable, globally and by region 20 | - **total CSS control**: dozens of auto-generated classes create ANY UI look 21 | - **extensible**: callbacks, methods, and special utilities provide total control 22 | - **custom buttons**: integrates with your own buttons for a custom UI look 23 | - **collapsable**: each pane can be closed, using any UI animation you want 24 | - **hidable**: panes can be completely hidden, either on startup or at any time 25 | - **resizable**: each pane can be resized, within automatic or specified limits 26 | - **slidable**: panes can also 'slide open' for temporary access 27 | - **headers & footers**: each region has unlimited headers or footers 28 | - **hotkeys**: can use the cursor-keys and/or define custom hotkeys 29 | - **use any elements**: use divs, iframes or any elements you want as a 'pane' 30 | - **compatible with UI widgets**: integrates with jQuery widgets and plug-ins 31 | - **demo mode**: set applyDefaultStyles option for a fully functional layout 32 | - **and MORE**: see the documentation and demos 33 | 34 | ### History & Future 35 | 36 | UI Layout was created 8 years ago as an enhancement to the borderLayout widget. 37 | Sourcecode was transferred to GitHub, which also allowed it to be _re-registered_ on the jQuery plugins site. 38 | You can find Layout on the jQuery site at: http://plugins.jquery.com/layout 39 | 40 | Documentation and other information is being updated for the latest version and will be migrated to GitHub. 41 | In the meantime you can find information and demos on the widget's old website and in its forum... 42 | 43 | - Website: http://layout.jquery-dev.com 44 | - Support: https://groups.google.com/forum/#!forum/jquery-ui-layout 45 | 46 | More information will be added here soon. This is just to get the migration process started... 47 | 48 | /Kevin 49 | -------------------------------------------------------------------------------- /source/stable/plugins/jquery.layout.browserZoom.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @preserve jquery.layout.browserZoom 1.0 3 | * $Date: 2011-12-29 08:00:00 (Thu, 29 Dec 2011) $ 4 | * 5 | * Copyright (c) 2012 6 | * Kevin Dalman (http://allpro.net) 7 | * 8 | * Dual licensed under the GPL (http://www.gnu.org/licenses/gpl.html) 9 | * and MIT (http://www.opensource.org/licenses/mit-license.php) licenses. 10 | * 11 | * @dependancies: UI Layout 1.3.0.rc30.1 or higher 12 | * 13 | * @support: http://groups.google.com/group/jquery-ui-layout 14 | * 15 | * @todo: Extend logic to handle other problematic zooming in browsers 16 | * @todo: Add hotkey/mousewheel bindings to _instantly_ respond to these zoom event 17 | */ 18 | ;(function ($) { 19 | 20 | var _ = $.layout; 21 | 22 | // tell Layout that the plugin is available 23 | _.plugins.browserZoom = true; 24 | 25 | _.defaults.browserZoomCheckInterval = 1000; 26 | _.optionsMap.layout.push("browserZoomCheckInterval"); 27 | 28 | /* 29 | * browserZoom methods 30 | */ 31 | _.browserZoom = { 32 | 33 | _init: function (inst) { 34 | $.layout.browserZoom._setTimer(inst); 35 | } 36 | 37 | , _setTimer: function (inst) { 38 | if (inst.destroyed) return; 39 | var o = inst.options 40 | , s = inst.state 41 | , z = s.browserZoom = $.layout.browserZoom.ratio() 42 | ; 43 | if (o.resizeWithWindow && z !== false) { 44 | setTimeout(function(){ 45 | if (inst.destroyed) return; 46 | var d = $.layout.browserZoom.ratio(); 47 | if (d !== s.browserZoom) { 48 | s.browserZoom = d; 49 | inst.resizeAll(); 50 | } 51 | $.layout.browserZoom._setTimer(inst); // set a NEW timeout 52 | }, Math.max( o.browserZoomCheckInterval, 100 )); // MINIMUM 100ms interval, for performance 53 | } 54 | } 55 | 56 | , ratio: function () { 57 | var w = window 58 | , s = screen 59 | , d = document 60 | , dE = d.documentElement || d.body 61 | , b = $.layout.browser 62 | , v = b.version 63 | , r, sW, cW 64 | ; 65 | // we can ignore all browsers that fire window.resize event onZoom 66 | if (!b.msie || v > 8) 67 | return false; // don't need to track zoom 68 | if (s.deviceXDPI) 69 | return calc(s.deviceXDPI, s.systemXDPI); 70 | // everything below is just for future reference! 71 | if (b.webkit && (r = d.body.getBoundingClientRect)) 72 | return calc((r.left - r.right), d.body.offsetWidth); 73 | if (b.webkit && (sW = w.outerWidth)) 74 | return calc(sW, w.innerWidth); 75 | if ((sW = s.width) && (cW = dE.clientWidth)) 76 | return calc(sW, cW); 77 | return false; // no match, so cannot - or don't need to - track zoom 78 | 79 | function calc (x,y) { return (parseInt(x,10) / parseInt(y,10) * 100).toFixed(); } 80 | } 81 | 82 | }; 83 | // add initialization method to Layout's onLoad array of functions 84 | _.onReady.push( $.layout.browserZoom._init ); 85 | 86 | })( jQuery ); -------------------------------------------------------------------------------- /source/versions/plugins/jquery.layout.browserZoom-1.0.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @preserve jquery.layout.browserZoom 1.0 3 | * $Date: 2011-12-29 08:00:00 (Thu, 29 Dec 2011) $ 4 | * 5 | * Copyright (c) 2012 6 | * Kevin Dalman (http://allpro.net) 7 | * 8 | * Dual licensed under the GPL (http://www.gnu.org/licenses/gpl.html) 9 | * and MIT (http://www.opensource.org/licenses/mit-license.php) licenses. 10 | * 11 | * @dependancies: UI Layout 1.3.0.rc30.1 or higher 12 | * 13 | * @support: http://groups.google.com/group/jquery-ui-layout 14 | * 15 | * @todo: Extend logic to handle other problematic zooming in browsers 16 | * @todo: Add hotkey/mousewheel bindings to _instantly_ respond to these zoom event 17 | */ 18 | ;(function ($) { 19 | 20 | var _ = $.layout; 21 | 22 | // tell Layout that the plugin is available 23 | _.plugins.browserZoom = true; 24 | 25 | _.defaults.browserZoomCheckInterval = 1000; 26 | _.optionsMap.layout.push("browserZoomCheckInterval"); 27 | 28 | /* 29 | * browserZoom methods 30 | */ 31 | _.browserZoom = { 32 | 33 | _init: function (inst) { 34 | $.layout.browserZoom._setTimer(inst); 35 | } 36 | 37 | , _setTimer: function (inst) { 38 | if (inst.destroyed) return; 39 | var o = inst.options 40 | , s = inst.state 41 | , z = s.browserZoom = $.layout.browserZoom.ratio() 42 | ; 43 | if (o.resizeWithWindow && z !== false) { 44 | setTimeout(function(){ 45 | if (inst.destroyed) return; 46 | var d = $.layout.browserZoom.ratio(); 47 | if (d !== s.browserZoom) { 48 | s.browserZoom = d; 49 | inst.resizeAll(); 50 | } 51 | $.layout.browserZoom._setTimer(inst); // set a NEW timeout 52 | }, Math.max( o.browserZoomCheckInterval, 100 )); // MINIMUM 100ms interval, for performance 53 | } 54 | } 55 | 56 | , ratio: function () { 57 | var w = window 58 | , s = screen 59 | , d = document 60 | , dE = d.documentElement || d.body 61 | , b = $.layout.browser 62 | , v = b.version 63 | , r, sW, cW 64 | ; 65 | // we can ignore all browsers that fire window.resize event onZoom 66 | if (!b.msie || v > 8) 67 | return false; // don't need to track zoom 68 | if (s.deviceXDPI) 69 | return calc(s.deviceXDPI, s.systemXDPI); 70 | // everything below is just for future reference! 71 | if (b.webkit && (r = d.body.getBoundingClientRect)) 72 | return calc((r.left - r.right), d.body.offsetWidth); 73 | if (b.webkit && (sW = w.outerWidth)) 74 | return calc(sW, w.innerWidth); 75 | if ((sW = s.width) && (cW = dE.clientWidth)) 76 | return calc(sW, cW); 77 | return false; // no match, so cannot - or don't need to - track zoom 78 | 79 | function calc (x,y) { return (parseInt(x,10) / parseInt(y,10) * 100).toFixed(); } 80 | } 81 | 82 | }; 83 | // add initialization method to Layout's onLoad array of functions 84 | _.onReady.push( $.layout.browserZoom._init ); 85 | 86 | })( jQuery ); -------------------------------------------------------------------------------- /demos/js/jquery.layout.browserZoom.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @preserve jquery.layout.browserZoom 1.0 3 | * $Date: 2011-12-29 08:00:00 (Thu, 29 Dec 2011) $ 4 | * 5 | * Copyright (c) 2012 6 | * Kevin Dalman (http://allpro.net) 7 | * 8 | * Dual licensed under the GPL (http://www.gnu.org/licenses/gpl.html) 9 | * and MIT (http://www.opensource.org/licenses/mit-license.php) licenses. 10 | * 11 | * @dependancies: UI Layout 1.3.0.rc30.1 or higher 12 | * 13 | * @support: http://groups.google.com/group/jquery-ui-layout 14 | * 15 | * @todo: Extend logic to handle other problematic zooming in browsers 16 | * @todo: Add hotkey/mousewheel bindings to _instantly_ respond to these zoom event 17 | */ 18 | ;(function ($) { 19 | 20 | var _ = $.layout; 21 | 22 | // tell Layout that the plugin is available 23 | _.plugins.browserZoom = true; 24 | 25 | _.defaults.browserZoomCheckInterval = 1000; 26 | _.optionsMap.layout.push("browserZoomCheckInterval"); 27 | 28 | /* 29 | * browserZoom methods 30 | */ 31 | _.browserZoom = { 32 | 33 | _init: function (inst) { 34 | $.layout.browserZoom._setTimer(inst); 35 | } 36 | 37 | , _setTimer: function (inst) { 38 | if (inst.destroyed) return; 39 | var o = inst.options 40 | , s = inst.state 41 | , z = s.browserZoom = $.layout.browserZoom.ratio() 42 | ; 43 | if (o.resizeWithWindow && z !== false) { 44 | setTimeout(function(){ 45 | if (inst.destroyed) return; 46 | var d = $.layout.browserZoom.ratio(); 47 | if (d !== s.browserZoom) { 48 | s.browserZoom = d; 49 | inst.resizeAll(); 50 | } 51 | $.layout.browserZoom._setTimer(inst); // set a NEW timeout 52 | }, Math.max( o.browserZoomCheckInterval, 100 )); // MINIMUM 100ms interval, for performance 53 | } 54 | } 55 | 56 | , ratio: function () { 57 | var w = window 58 | , s = screen 59 | , d = document 60 | , dE = d.documentElement || d.body 61 | , b = $.layout.browser 62 | , v = b.version 63 | , r, sW, cW 64 | ; 65 | // we can ignore all browsers that fire window.resize event onZoom 66 | if ((b.msie && v > 8) 67 | || !b.msie 68 | ) return false; // don't need to track zoom 69 | 70 | if (s.deviceXDPI) 71 | return calc(s.deviceXDPI, s.systemXDPI); 72 | // everything below is just for future reference! 73 | if (b.webkit && (r = d.body.getBoundingClientRect)) 74 | return calc((r.left - r.right), d.body.offsetWidth); 75 | if (b.webkit && (sW = w.outerWidth)) 76 | return calc(sW, w.innerWidth); 77 | if ((sW = s.width) && (cW = dE.clientWidth)) 78 | return calc(sW, cW); 79 | return false; // no match, so cannot - or don't need to - track zoom 80 | 81 | function calc (x,y) { return (parseInt(x,10) / parseInt(y,10) * 100).toFixed(); } 82 | } 83 | 84 | }; 85 | // add initialization method to Layout's onLoad array of functions 86 | _.onReady.push( $.layout.browserZoom._init ); 87 | 88 | })( jQuery ); -------------------------------------------------------------------------------- /source/changelog.txt: -------------------------------------------------------------------------------- 1 | 1.2.0 2 | * ADDED maskIframesOnResize option: true=ALL -OR- a selector string 3 | * ADDED options to set different animations on open and close 4 | * ADDED new callback events, ie: onshow, onhide 5 | * ADDED start/end callbacks, eg: onopen_start, onopen_end, etc. 6 | * ADDED ability to cancel events using callbacks, eg: onopen_start 7 | * CHANGED Layout.config.fxDefaults to Layout.effects (internal use) 8 | * FIXED missing semi-colon so minified version works in IE 9 | 10 | 1.1.3 11 | * FIXED typo in cursor-hotkeys code 12 | * ADDED scrollToBookmarkOnLoad options - enables use of URL hash: 13 | o www.site.com/page.html#myBookmark 14 | o AFTER layout is created, attempts to scroll to bookmark 15 | o default = true - otherwise bookmarks are non-functional 16 | 17 | 1.1.2 18 | * UPDATED paneSelector rules to handle FORMS and pane-nesting 19 | o automatically looks for panes inside 'first form' in container 20 | o if using an ID as paneSelector, pane can be 'deeply nested' 21 | * ADDED auto-CSS for 'containers' other than BODY 22 | o overflow: hidden - ensures no scrollbars on container 23 | o position: relative - IF NOT: fixed, absolute or relative 24 | o height: 100% - IF NOT specified or is 'auto' 25 | * ADDED noAnimation param to open() and close() - not used internally 26 | 27 | 1.1.1 28 | * CHANGED toggler element from a SPAN to a DIV 29 | * CHANGED auto-generated custom-buttons classes for better consistency 30 | o [buttonClass]-[pane]-[buttonType] ==> [buttonClass]-[buttonType]-[pane] 31 | o ui-layout-button-west-open ==> ui-layout-button-open-west 32 | o ui-layout-button-west-pin-up ==> ui-layout-button-pin-west-up 33 | * CHANGED default for hideTogglerOnSlide to false 34 | * CHANGED internal 'cDims' hash to alias for state.container 35 | * CHANGED internal aliases: s = state[pane] and o = options[pane] 36 | * UPDATED toggler-text to auto-show correct spans (content-open/closed) 37 | * FIXED toggler-text - now centers text span correctly 38 | * FIXED bug affecting IE6 when layout has no north or south pane 39 | * ADDED new layout property 'state' - eg: myLayout.state.west.size 40 | * REMOVED layout.containerDimensions property - USE: layout.state.container 41 | * CHANGED data returned to callbacks - added pane-state as 3rd param 42 | 43 | 1.1.0 44 | * RENAMED raisePaneZindexOnHover ==> showOverflowOnHover 45 | * REMOVED "overflow: auto" from base-styles. Overflow must now be set by 46 | CSS - unless applyDefaultStyles==true. No longer need "!important" to 47 | set pane overflow in your stylesheet. 48 | * CHANGED minSize default from 50 to 0 (still auto-limited to 'css size') 49 | * FIXED bug in allowOverflow - now works with 'custom paneClass' 50 | * EXPOSED two CSS utility methods 51 | o myLayout.cssWidth( elem ) 52 | o myLayout.cssHeight( elem ) 53 | * NEW auto-resize for ALL layouts on windows.resize 54 | * UPDATED auto-resizing of panes after a container-resize 55 | * NEW flow-code to prevent simultaneous pane animations 56 | * NEW options to add text inside toggler-buttons 57 | * NEW options for hotkeys - standard (cursors) and user-defined 58 | 59 | 1.0 60 | * Initial release -------------------------------------------------------------------------------- /demos/css/themes/base/minified/jquery.ui.datepicker.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.0 - 2013-01-17 2 | * http://jqueryui.com 3 | * Includes: jquery.ui.datepicker.css 4 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 5 | .ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px} --------------------------------------------------------------------------------