survivalkit 0.3.4 → 1.0.beta.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.markdown +11 -1
- data/lib/survivalkit.rb +3 -2
- data/stylesheets/survivalkit/extend/_all.scss +2 -0
- data/stylesheets/survivalkit/extend/_helpers.scss +37 -0
- data/stylesheets/survivalkit/extend/{_sticky-footer.sass → _sticky-footer.scss} +19 -12
- data/stylesheets/survivalkit/functions/_all.scss +3 -0
- data/stylesheets/survivalkit/functions/_calculations.scss +24 -0
- data/stylesheets/survivalkit/functions/_color-schemer.sass +19 -21
- data/stylesheets/survivalkit/mixins/_all.scss +5 -0
- data/stylesheets/survivalkit/mixins/_helpers.scss +76 -0
- data/stylesheets/survivalkit/mixins/_layout.scss +24 -0
- data/stylesheets/survivalkit/mixins/_pseudo.scss +18 -0
- data/stylesheets/survivalkit/mixins/_typography.scss +97 -0
- data/stylesheets/survivalkit/mixins/_ui.scss +100 -0
- data/stylesheets/survivalkit/reset/_formalize.scss +293 -0
- data/stylesheets/survivalkit/reset/{_meyer-reset.sass → _meyer-reset.scss} +32 -31
- data/stylesheets/survivalkit/reset/_reset.scss +26 -0
- data/stylesheets/survivalkit/style-tile/_all.scss +1 -0
- data/stylesheets/survivalkit/style-tile/_tile-layout.scss +201 -0
- data/stylesheets/survivalkit/survival_kit/_survival-kit.scss +145 -0
- data/stylesheets/survivalkit/variables/_all.scss +2 -0
- data/stylesheets/survivalkit/variables/_color_names.scss +154 -0
- data/stylesheets/survivalkit/variables/{_helpers.sass → _helpers.scss} +1 -1
- data/templates/drupal/manifest.rb +77 -78
- data/templates/project/manifest.rb +75 -78
- metadata +29 -1356
- data/stylesheets/survivalkit/extend/_all.sass +0 -2
- data/stylesheets/survivalkit/extend/_helpers.sass +0 -32
- data/stylesheets/survivalkit/functions/_all.sass +0 -3
- data/stylesheets/survivalkit/functions/_calculations.sass +0 -19
- data/stylesheets/survivalkit/functions/_modular-scale.sass +0 -313
- data/stylesheets/survivalkit/mixins/_all.sass +0 -5
- data/stylesheets/survivalkit/mixins/_breakpoint.sass +0 -68
- data/stylesheets/survivalkit/mixins/_helpers.sass +0 -59
- data/stylesheets/survivalkit/mixins/_layout.sass +0 -19
- data/stylesheets/survivalkit/mixins/_pseudo.sass +0 -13
- data/stylesheets/survivalkit/mixins/_typography.sass +0 -81
- data/stylesheets/survivalkit/mixins/_ui.sass +0 -80
- data/stylesheets/survivalkit/readme.markdown +0 -1
- data/stylesheets/survivalkit/style-tile/_all.sass +0 -1
- data/stylesheets/survivalkit/style-tile/_tile-layout.sass +0 -143
- data/stylesheets/survivalkit/survival_kit/_survival-kit.sass +0 -116
- data/stylesheets/survivalkit/variables/_all.sass +0 -2
- data/stylesheets/survivalkit/variables/_color_names.sass +0 -154
- data/templates/drupal/drupal/arrow-asc.png +0 -0
- data/templates/drupal/drupal/arrow-desc.png +0 -0
- data/templates/drupal/drupal/background.png +0 -0
- data/templates/drupal/drupal/close.png +0 -0
- data/templates/drupal/drupal/configure.png +0 -0
- data/templates/drupal/drupal/draggable.png +0 -0
- data/templates/drupal/drupal/druplicon.png +0 -0
- data/templates/drupal/drupal/feed.png +0 -0
- data/templates/drupal/drupal/forum-icons.png +0 -0
- data/templates/drupal/drupal/gear-select.png +0 -0
- data/templates/drupal/drupal/grippie.png +0 -0
- data/templates/drupal/drupal/help.png +0 -0
- data/templates/drupal/drupal/hook.png +0 -0
- data/templates/drupal/drupal/lock.png +0 -0
- data/templates/drupal/drupal/menu-collapsed-rtl.png +0 -0
- data/templates/drupal/drupal/menu-collapsed.png +0 -0
- data/templates/drupal/drupal/menu-expanded.png +0 -0
- data/templates/drupal/drupal/menu-leaf.png +0 -0
- data/templates/drupal/drupal/message-16-error.png +0 -0
- data/templates/drupal/drupal/message-16-help.png +0 -0
- data/templates/drupal/drupal/message-16-info.png +0 -0
- data/templates/drupal/drupal/message-16-ok.png +0 -0
- data/templates/drupal/drupal/message-16-warning.png +0 -0
- data/templates/drupal/drupal/message-24-error.png +0 -0
- data/templates/drupal/drupal/message-24-help.png +0 -0
- data/templates/drupal/drupal/message-24-info.png +0 -0
- data/templates/drupal/drupal/message-24-ok.png +0 -0
- data/templates/drupal/drupal/message-24-warning.png +0 -0
- data/templates/drupal/drupal/permissions.png +0 -0
- data/templates/drupal/drupal/powered-black-135x42.png +0 -0
- data/templates/drupal/drupal/powered-black-80x15.png +0 -0
- data/templates/drupal/drupal/powered-black-88x31.png +0 -0
- data/templates/drupal/drupal/powered-blue-135x42.png +0 -0
- data/templates/drupal/drupal/powered-blue-80x15.png +0 -0
- data/templates/drupal/drupal/powered-blue-88x31.png +0 -0
- data/templates/drupal/drupal/powered-gray-135x42.png +0 -0
- data/templates/drupal/drupal/powered-gray-80x15.png +0 -0
- data/templates/drupal/drupal/powered-gray-88x31.png +0 -0
- data/templates/drupal/drupal/progress.gif +0 -0
- data/templates/drupal/drupal/throbber.gif +0 -0
- data/templates/drupal/drupal/tree-bottom.png +0 -0
- data/templates/drupal/drupal/tree.png +0 -0
- data/templates/drupal/drupal/watchdog-error.png +0 -0
- data/templates/drupal/drupal/watchdog-ok.png +0 -0
- data/templates/drupal/drupal/watchdog-warning.png +0 -0
- data/templates/drupal/ie.sass +0 -3
- data/templates/drupal/partials/01-variables/_all.sass +0 -3
- data/templates/drupal/partials/01-variables/_base.sass +0 -150
- data/templates/drupal/partials/01-variables/_colors.sass +0 -43
- data/templates/drupal/partials/01-variables/_fonts.sass +0 -22
- data/templates/drupal/partials/02-reset/_reset.sass +0 -21
- data/templates/drupal/partials/03-extend/_all.sass +0 -1
- data/templates/drupal/partials/03-extend/_typography.sass +0 -39
- data/templates/drupal/partials/04-defaults/_all.sass +0 -9
- data/templates/drupal/partials/04-defaults/_common.sass +0 -110
- data/templates/drupal/partials/04-defaults/_edits.sass +0 -6
- data/templates/drupal/partials/04-defaults/_font-face.sass +0 -3
- data/templates/drupal/partials/04-defaults/_headers.sass +0 -33
- data/templates/drupal/partials/04-defaults/_images.sass +0 -15
- data/templates/drupal/partials/04-defaults/_semantics.sass +0 -92
- data/templates/drupal/partials/04-defaults/_tables.sass +0 -48
- data/templates/drupal/partials/04-defaults/forms/_form-defaults.sass +0 -59
- data/templates/drupal/partials/04-defaults/forms/_formalize.sass +0 -260
- data/templates/drupal/partials/05-grids/_grids-susy.sass +0 -28
- data/templates/drupal/partials/06-ui-patterns/_common.sass +0 -2
- data/templates/drupal/partials/06-ui-patterns/_drupal-patterns.sass +0 -81
- data/templates/drupal/partials/07-sprites/_sprites.sass +0 -20
- data/templates/drupal/partials/08-your-design-here/_design.sass +0 -2
- data/templates/drupal/partials/09-styletile/_tile-design.sass +0 -153
- data/templates/drupal/partials/10-media/_print.sass +0 -57
- data/templates/drupal/partials/11-browser-adjustments/_ie.sass +0 -26
- data/templates/drupal/partials/11-browser-adjustments/_modernizr.sass +0 -8
- data/templates/drupal/partials/11-browser-adjustments/_selectivizr.sass +0 -0
- data/templates/drupal/partials/readme.markdown +0 -3
- data/templates/drupal/readme.markdown +0 -3
- data/templates/drupal/selectivizr.sass +0 -8
- data/templates/drupal/style.sass +0 -127
- data/templates/drupal/survival-kit-logo.png +0 -0
- data/templates/drupal/your-design-here/_design.sass +0 -4
- data/templates/project/drupal/arrow-asc.png +0 -0
- data/templates/project/drupal/arrow-desc.png +0 -0
- data/templates/project/drupal/background.png +0 -0
- data/templates/project/drupal/close.png +0 -0
- data/templates/project/drupal/configure.png +0 -0
- data/templates/project/drupal/draggable.png +0 -0
- data/templates/project/drupal/druplicon.png +0 -0
- data/templates/project/drupal/feed.png +0 -0
- data/templates/project/drupal/forum-icons.png +0 -0
- data/templates/project/drupal/gear-select.png +0 -0
- data/templates/project/drupal/grippie.png +0 -0
- data/templates/project/drupal/help.png +0 -0
- data/templates/project/drupal/hook.png +0 -0
- data/templates/project/drupal/lock.png +0 -0
- data/templates/project/drupal/menu-collapsed-rtl.png +0 -0
- data/templates/project/drupal/menu-collapsed.png +0 -0
- data/templates/project/drupal/menu-expanded.png +0 -0
- data/templates/project/drupal/menu-leaf.png +0 -0
- data/templates/project/drupal/message-16-error.png +0 -0
- data/templates/project/drupal/message-16-help.png +0 -0
- data/templates/project/drupal/message-16-info.png +0 -0
- data/templates/project/drupal/message-16-ok.png +0 -0
- data/templates/project/drupal/message-16-warning.png +0 -0
- data/templates/project/drupal/message-24-error.png +0 -0
- data/templates/project/drupal/message-24-help.png +0 -0
- data/templates/project/drupal/message-24-info.png +0 -0
- data/templates/project/drupal/message-24-ok.png +0 -0
- data/templates/project/drupal/message-24-warning.png +0 -0
- data/templates/project/drupal/permissions.png +0 -0
- data/templates/project/drupal/powered-black-135x42.png +0 -0
- data/templates/project/drupal/powered-black-80x15.png +0 -0
- data/templates/project/drupal/powered-black-88x31.png +0 -0
- data/templates/project/drupal/powered-blue-135x42.png +0 -0
- data/templates/project/drupal/powered-blue-80x15.png +0 -0
- data/templates/project/drupal/powered-blue-88x31.png +0 -0
- data/templates/project/drupal/powered-gray-135x42.png +0 -0
- data/templates/project/drupal/powered-gray-80x15.png +0 -0
- data/templates/project/drupal/powered-gray-88x31.png +0 -0
- data/templates/project/drupal/progress.gif +0 -0
- data/templates/project/drupal/throbber.gif +0 -0
- data/templates/project/drupal/tree-bottom.png +0 -0
- data/templates/project/drupal/tree.png +0 -0
- data/templates/project/drupal/watchdog-error.png +0 -0
- data/templates/project/drupal/watchdog-ok.png +0 -0
- data/templates/project/drupal/watchdog-warning.png +0 -0
- data/templates/project/ie.sass +0 -3
- data/templates/project/partials/01-variables/_all.sass +0 -3
- data/templates/project/partials/01-variables/_base.sass +0 -150
- data/templates/project/partials/01-variables/_colors.sass +0 -43
- data/templates/project/partials/01-variables/_fonts.sass +0 -22
- data/templates/project/partials/02-reset/_reset.sass +0 -21
- data/templates/project/partials/03-extend/_all.sass +0 -1
- data/templates/project/partials/03-extend/_typography.sass +0 -39
- data/templates/project/partials/04-defaults/_all.sass +0 -9
- data/templates/project/partials/04-defaults/_common.sass +0 -110
- data/templates/project/partials/04-defaults/_edits.sass +0 -6
- data/templates/project/partials/04-defaults/_font-face.sass +0 -3
- data/templates/project/partials/04-defaults/_headers.sass +0 -33
- data/templates/project/partials/04-defaults/_images.sass +0 -15
- data/templates/project/partials/04-defaults/_semantics.sass +0 -92
- data/templates/project/partials/04-defaults/_tables.sass +0 -48
- data/templates/project/partials/04-defaults/forms/_form-defaults.sass +0 -59
- data/templates/project/partials/04-defaults/forms/_formalize.sass +0 -260
- data/templates/project/partials/05-grids/_grids-susy.sass +0 -28
- data/templates/project/partials/06-ui-patterns/_common.sass +0 -2
- data/templates/project/partials/06-ui-patterns/_drupal-patterns.sass +0 -81
- data/templates/project/partials/07-sprites/_sprites.sass +0 -20
- data/templates/project/partials/08-your-design-here/_design.sass +0 -2
- data/templates/project/partials/09-styletile/_tile-design.sass +0 -153
- data/templates/project/partials/10-media/_print.sass +0 -57
- data/templates/project/partials/11-browser-adjustments/_ie.sass +0 -26
- data/templates/project/partials/11-browser-adjustments/_modernizr.sass +0 -8
- data/templates/project/partials/11-browser-adjustments/_selectivizr.sass +0 -0
- data/templates/project/partials/readme.markdown +0 -3
- data/templates/project/readme.markdown +0 -3
- data/templates/project/selectivizr.sass +0 -8
- data/templates/project/sources/BigText/README.markdown +0 -128
- data/templates/project/sources/BigText/artifacts/output.html +0 -32
- data/templates/project/sources/BigText/bigtext.js +0 -242
- data/templates/project/sources/BigText/demo/bigtextWizard.css +0 -129
- data/templates/project/sources/BigText/demo/bigtextWizard.js +0 -373
- data/templates/project/sources/BigText/demo/css/flexbox.css +0 -105
- data/templates/project/sources/BigText/demo/css/images/button_bg.png +0 -0
- data/templates/project/sources/BigText/demo/css/images/datepicker.gif +0 -0
- data/templates/project/sources/BigText/demo/css/images/icon_sprite.png +0 -0
- data/templates/project/sources/BigText/demo/css/images/progress_bar.gif +0 -0
- data/templates/project/sources/BigText/demo/css/images/slider_h_bg.gif +0 -0
- data/templates/project/sources/BigText/demo/css/images/slider_handles.png +0 -0
- data/templates/project/sources/BigText/demo/css/images/slider_v_bg.gif +0 -0
- data/templates/project/sources/BigText/demo/css/images/the_gradient.gif +0 -0
- data/templates/project/sources/BigText/demo/css/images/ui-bg_flat_10_000000_40x100.png +0 -0
- data/templates/project/sources/BigText/demo/css/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
- data/templates/project/sources/BigText/demo/css/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
- data/templates/project/sources/BigText/demo/css/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/templates/project/sources/BigText/demo/css/images/ui-icons_222222_256x240.png +0 -0
- data/templates/project/sources/BigText/demo/css/images/ui-icons_228ef1_256x240.png +0 -0
- data/templates/project/sources/BigText/demo/css/images/ui-icons_ffffff_256x240.png +0 -0
- data/templates/project/sources/BigText/demo/css/jquery-ui-1.8rc3.custom.css +0 -519
- data/templates/project/sources/BigText/demo/css/league-gothic/League_Gothic-webfont.eot +0 -0
- data/templates/project/sources/BigText/demo/css/league-gothic/League_Gothic-webfont.svg +0 -223
- data/templates/project/sources/BigText/demo/css/league-gothic/League_Gothic-webfont.ttf +0 -0
- data/templates/project/sources/BigText/demo/css/league-gothic/League_Gothic-webfont.woff +0 -0
- data/templates/project/sources/BigText/demo/css/league-gothic/stylesheet.css +0 -12
- data/templates/project/sources/BigText/demo/index.html +0 -95
- data/templates/project/sources/BigText/demo/js/jquery.ba-throttle-debounce.js +0 -252
- data/templates/project/sources/BigText/demo/js/jquery.ba-throttle-debounce.min.js +0 -9
- data/templates/project/sources/BigText/demo/js/jquery.smartresize.js +0 -41
- data/templates/project/sources/BigText/demo/js/modernizr-1.6.js +0 -892
- data/templates/project/sources/BigText/demo/js/modernizr-1.6.min.js +0 -30
- data/templates/project/sources/BigText/demo/resizeDemoSmartResize.html +0 -37
- data/templates/project/sources/BigText/demo/resizeDemoThrottle.html +0 -38
- data/templates/project/sources/BigText/demo/simpleDemo.html +0 -42
- data/templates/project/sources/BigText/demo/simpleDemoDiv.html +0 -26
- data/templates/project/sources/BigText/test/bigtext.conf +0 -6
- data/templates/project/sources/BigText/test/bigtextTest.js +0 -192
- data/templates/project/sources/BigText/test/lib/JsTestDriver-1.2.2-custom.jar +0 -0
- data/templates/project/sources/BigText/test/lib/jquery-1.4.2.js +0 -6240
- data/templates/project/sources/BigText/test/lib/launch-safari.sh +0 -4
- data/templates/project/sources/BigText/test.bat +0 -4
- data/templates/project/sources/BigText/test.sh +0 -5
- data/templates/project/sources/Dynamic-Carousel/demo.html +0 -92
- data/templates/project/sources/Dynamic-Carousel/plugin.js +0 -191
- data/templates/project/sources/Dynamic-Carousel/readme.md +0 -10
- data/templates/project/sources/FitVids/README.md +0 -49
- data/templates/project/sources/FitVids/jquery.fitvids.js +0 -77
- data/templates/project/sources/FitVids/tests.html +0 -66
- data/templates/project/sources/Geared-Scrolling/README.md +0 -31
- data/templates/project/sources/Geared-Scrolling/css/specific.css +0 -88
- data/templates/project/sources/Geared-Scrolling/images/col1.png +0 -0
- data/templates/project/sources/Geared-Scrolling/images/col2.png +0 -0
- data/templates/project/sources/Geared-Scrolling/images/col3.png +0 -0
- data/templates/project/sources/Geared-Scrolling/images/header.png +0 -0
- data/templates/project/sources/Geared-Scrolling/index.html +0 -32
- data/templates/project/sources/Geared-Scrolling/js/init.js +0 -11
- data/templates/project/sources/Geared-Scrolling/js/jquery.heyday.gearedscrolling.js +0 -283
- data/templates/project/sources/Lettering.js/README.md +0 -58
- data/templates/project/sources/Lettering.js/examples/index.html +0 -135
- data/templates/project/sources/Lettering.js/examples/style.css +0 -171
- data/templates/project/sources/Lettering.js/jquery.lettering.js +0 -66
- data/templates/project/sources/PaintbrushJS/common.js +0 -245
- data/templates/project/sources/PaintbrushJS/demo/css/playground.css +0 -334
- data/templates/project/sources/PaintbrushJS/demo/images/500/165.jpg +0 -0
- data/templates/project/sources/PaintbrushJS/demo/images/500/bee.jpg +0 -0
- data/templates/project/sources/PaintbrushJS/demo/images/500/bird.jpg +0 -0
- data/templates/project/sources/PaintbrushJS/demo/images/500/helmets.jpg +0 -0
- data/templates/project/sources/PaintbrushJS/demo/images/500/jordan.jpg +0 -0
- data/templates/project/sources/PaintbrushJS/demo/images/500/leaves.jpg +0 -0
- data/templates/project/sources/PaintbrushJS/demo/images/500/lighthouse.jpg +0 -0
- data/templates/project/sources/PaintbrushJS/demo/images/500/louvre.jpg +0 -0
- data/templates/project/sources/PaintbrushJS/demo/images/500/pods.jpg +0 -0
- data/templates/project/sources/PaintbrushJS/demo/images/500/redbarn.jpg +0 -0
- data/templates/project/sources/PaintbrushJS/demo/images/500/road.jpg +0 -0
- data/templates/project/sources/PaintbrushJS/demo/images/500/sign.jpg +0 -0
- data/templates/project/sources/PaintbrushJS/demo/images/500/staples.jpg +0 -0
- data/templates/project/sources/PaintbrushJS/demo/images/500/stones.jpg +0 -0
- data/templates/project/sources/PaintbrushJS/demo/images/500/tear.jpg +0 -0
- data/templates/project/sources/PaintbrushJS/demo/images/500/window.jpg +0 -0
- data/templates/project/sources/PaintbrushJS/demo/images/bg.png +0 -0
- data/templates/project/sources/PaintbrushJS/demo/images/site/bg-highlight.png +0 -0
- data/templates/project/sources/PaintbrushJS/demo/images/site/bg.jpg +0 -0
- data/templates/project/sources/PaintbrushJS/demo/images/site/byline.png +0 -0
- data/templates/project/sources/PaintbrushJS/demo/images/site/current.png +0 -0
- data/templates/project/sources/PaintbrushJS/demo/images/site/divider.png +0 -0
- data/templates/project/sources/PaintbrushJS/demo/images/site/forkme.png +0 -0
- data/templates/project/sources/PaintbrushJS/demo/images/site/heading.png +0 -0
- data/templates/project/sources/PaintbrushJS/demo/index.html +0 -171
- data/templates/project/sources/PaintbrushJS/demo/script/common.js +0 -245
- data/templates/project/sources/PaintbrushJS/demo/script/paintbrush.js +0 -607
- data/templates/project/sources/PaintbrushJS/demo/script/playground.js +0 -357
- data/templates/project/sources/PaintbrushJS/demo/script/timing.js +0 -23
- data/templates/project/sources/PaintbrushJS/demo/usage.html +0 -183
- data/templates/project/sources/PaintbrushJS/paintbrush.js +0 -595
- data/templates/project/sources/Respond/README.md +0 -76
- data/templates/project/sources/Respond/respond.min.js +0 -2
- data/templates/project/sources/Respond/respond.src.js +0 -286
- data/templates/project/sources/Respond/test/test.css +0 -61
- data/templates/project/sources/Respond/test/test.html +0 -20
- data/templates/project/sources/Respond/test/test2.css +0 -8
- data/templates/project/sources/Respond/test/unit/index.html +0 -28
- data/templates/project/sources/Respond/test/unit/test.css +0 -56
- data/templates/project/sources/Respond/test/unit/test2.css +0 -5
- data/templates/project/sources/Respond/test/unit/tests.js +0 -97
- data/templates/project/sources/Sticky-Footer-jQuery-Plugin/README.md +0 -27
- data/templates/project/sources/Sticky-Footer-jQuery-Plugin/jquery.heyday.stickyfooter.js +0 -154
- data/templates/project/sources/deorphan/README.md +0 -49
- data/templates/project/sources/deorphan/jquery.deorphan.js +0 -51
- data/templates/project/sources/deorphan/jquery.deorphan.min.js +0 -1
- data/templates/project/sources/flexie/README.md +0 -142
- data/templates/project/sources/flexie/demo/css/box-flex.css +0 -30
- data/templates/project/sources/flexie/demo/index.html +0 -108
- data/templates/project/sources/flexie/dist/flexie.min.js +0 -33
- data/templates/project/sources/flexie/src/flexie.js +0 -1872
- data/templates/project/sources/flexie/test/css/demo.css +0 -34
- data/templates/project/sources/flexie/test/css/test.css +0 -141
- data/templates/project/sources/flexie/test/index.html +0 -54
- data/templates/project/sources/flexie/vendor/google-compiler/compiler.jar +0 -0
- data/templates/project/sources/flexie/vendor/yuicompressor/yuicompressor-2.4.2.jar +0 -0
- data/templates/project/sources/flickrbomb/css/app.css +0 -41
- data/templates/project/sources/flickrbomb/css/flickrbomb.css +0 -38
- data/templates/project/sources/flickrbomb/css/global.css +0 -0
- data/templates/project/sources/flickrbomb/demo.html +0 -169
- data/templates/project/sources/flickrbomb/images/bg-clouds.jpg +0 -0
- data/templates/project/sources/flickrbomb/images/bg-ground.jpg +0 -0
- data/templates/project/sources/flickrbomb/images/bomb.png +0 -0
- data/templates/project/sources/flickrbomb/images/bomber.jpg +0 -0
- data/templates/project/sources/flickrbomb/images/old.gif +0 -0
- data/templates/project/sources/flickrbomb/images/setupIcon.png +0 -0
- data/templates/project/sources/flickrbomb/js/app.js +0 -28
- data/templates/project/sources/flickrbomb/js/backbone-localstorage.js +0 -94
- data/templates/project/sources/flickrbomb/js/backbone.js +0 -1011
- data/templates/project/sources/flickrbomb/js/flickrbomb-demo.js +0 -310
- data/templates/project/sources/flickrbomb/js/flickrbomb.js +0 -307
- data/templates/project/sources/flickrbomb/js/underscore.js +0 -713
- data/templates/project/sources/formalize/README.txt +0 -23
- data/templates/project/sources/formalize/assets/css/_formalize.sass +0 -274
- data/templates/project/sources/formalize/assets/css/demo.css +0 -47
- data/templates/project/sources/formalize/assets/css/formalize.css +0 -311
- data/templates/project/sources/formalize/assets/css/reset.css +0 -171
- data/templates/project/sources/formalize/assets/css/text.css +0 -81
- data/templates/project/sources/formalize/assets/images/button.png +0 -0
- data/templates/project/sources/formalize/assets/images/select_arrow.gif +0 -0
- data/templates/project/sources/formalize/assets/js/dojo.formalize.js +0 -174
- data/templates/project/sources/formalize/assets/js/dojo.formalize.min.js +0 -1
- data/templates/project/sources/formalize/assets/js/extjs.formalize.js +0 -168
- data/templates/project/sources/formalize/assets/js/extjs.formalize.min.js +0 -1
- data/templates/project/sources/formalize/assets/js/jquery.formalize.js +0 -158
- data/templates/project/sources/formalize/assets/js/jquery.formalize.min.js +0 -1
- data/templates/project/sources/formalize/assets/js/mootools.formalize.js +0 -163
- data/templates/project/sources/formalize/assets/js/mootools.formalize.min.js +0 -1
- data/templates/project/sources/formalize/assets/js/prototype.formalize.js +0 -171
- data/templates/project/sources/formalize/assets/js/prototype.formalize.min.js +0 -1
- data/templates/project/sources/formalize/assets/js/yui.formalize.js +0 -168
- data/templates/project/sources/formalize/assets/js/yui.formalize.min.js +0 -1
- data/templates/project/sources/formalize/demo.html +0 -144
- data/templates/project/sources/formalize/dojo_demo.html +0 -213
- data/templates/project/sources/formalize/dojo_disabled.html +0 -213
- data/templates/project/sources/formalize/dojo_errors.html +0 -213
- data/templates/project/sources/formalize/extjs_demo.html +0 -213
- data/templates/project/sources/formalize/extjs_disabled.html +0 -213
- data/templates/project/sources/formalize/extjs_errors.html +0 -213
- data/templates/project/sources/formalize/jquery_demo.html +0 -213
- data/templates/project/sources/formalize/jquery_disabled.html +0 -213
- data/templates/project/sources/formalize/jquery_errors.html +0 -213
- data/templates/project/sources/formalize/mootools_demo.html +0 -213
- data/templates/project/sources/formalize/mootools_disabled.html +0 -213
- data/templates/project/sources/formalize/mootools_errors.html +0 -213
- data/templates/project/sources/formalize/prototype_demo.html +0 -213
- data/templates/project/sources/formalize/prototype_disabled.html +0 -213
- data/templates/project/sources/formalize/prototype_errors.html +0 -213
- data/templates/project/sources/formalize/unstyled.html +0 -210
- data/templates/project/sources/formalize/yui_demo.html +0 -213
- data/templates/project/sources/formalize/yui_disabled.html +0 -213
- data/templates/project/sources/formalize/yui_errors.html +0 -213
- data/templates/project/sources/html5-boilerplate/404.html +0 -38
- data/templates/project/sources/html5-boilerplate/README.md +0 -228
- data/templates/project/sources/html5-boilerplate/apple-touch-icon-114x114-precomposed.png +0 -0
- data/templates/project/sources/html5-boilerplate/apple-touch-icon-57x57-precomposed.png +0 -0
- data/templates/project/sources/html5-boilerplate/apple-touch-icon-72x72-precomposed.png +0 -0
- data/templates/project/sources/html5-boilerplate/apple-touch-icon-precomposed.png +0 -0
- data/templates/project/sources/html5-boilerplate/apple-touch-icon.png +0 -0
- data/templates/project/sources/html5-boilerplate/build/build.xml +0 -821
- data/templates/project/sources/html5-boilerplate/build/config/default.properties +0 -80
- data/templates/project/sources/html5-boilerplate/build/config/project.properties +0 -56
- data/templates/project/sources/html5-boilerplate/build/createproject.sh +0 -50
- data/templates/project/sources/html5-boilerplate/build/runbuildscript.bat +0 -5
- data/templates/project/sources/html5-boilerplate/build/tools/ant-contrib-1.0b3.jar +0 -0
- data/templates/project/sources/html5-boilerplate/build/tools/htmlcompressor-1.1.jar +0 -0
- data/templates/project/sources/html5-boilerplate/build/tools/jpegtran.exe +0 -0
- data/templates/project/sources/html5-boilerplate/build/tools/optipng-0.6.4-exe/LICENSE.txt +0 -21
- data/templates/project/sources/html5-boilerplate/build/tools/optipng-0.6.4-exe/optipng.exe +0 -0
- data/templates/project/sources/html5-boilerplate/build/tools/yuicompressor-2.4.5.jar +0 -0
- data/templates/project/sources/html5-boilerplate/crossdomain.xml +0 -25
- data/templates/project/sources/html5-boilerplate/css/handheld.css +0 -8
- data/templates/project/sources/html5-boilerplate/css/style.css +0 -263
- data/templates/project/sources/html5-boilerplate/demo/elements.html +0 -531
- data/templates/project/sources/html5-boilerplate/demo/hack.css +0 -85
- data/templates/project/sources/html5-boilerplate/demo/hack2.css +0 -41
- data/templates/project/sources/html5-boilerplate/demo/internet_explorer.png +0 -0
- data/templates/project/sources/html5-boilerplate/demo/test_tubes.png +0 -0
- data/templates/project/sources/html5-boilerplate/demo/tests.html +0 -313
- data/templates/project/sources/html5-boilerplate/favicon.ico +0 -0
- data/templates/project/sources/html5-boilerplate/humans.txt +0 -43
- data/templates/project/sources/html5-boilerplate/index.html +0 -80
- data/templates/project/sources/html5-boilerplate/js/libs/dd_belatedpng.js +0 -13
- data/templates/project/sources/html5-boilerplate/js/libs/jquery-1.5.2.js +0 -8374
- data/templates/project/sources/html5-boilerplate/js/libs/jquery-1.5.2.min.js +0 -16
- data/templates/project/sources/html5-boilerplate/js/libs/modernizr-1.7.min.js +0 -2
- data/templates/project/sources/html5-boilerplate/js/plugins.js +0 -16
- data/templates/project/sources/html5-boilerplate/js/script.js +0 -26
- data/templates/project/sources/html5-boilerplate/robots.txt +0 -5
- data/templates/project/sources/html5-boilerplate/test/index.html +0 -31
- data/templates/project/sources/html5-boilerplate/test/qunit/qunit.css +0 -148
- data/templates/project/sources/html5-boilerplate/test/qunit/qunit.js +0 -1265
- data/templates/project/sources/html5-boilerplate/test/tests.js +0 -27
- data/templates/project/sources/iOS-Orientationchange-Fix/README.md +0 -17
- data/templates/project/sources/iOS-Orientationchange-Fix/demo.html +0 -43
- data/templates/project/sources/iOS-Orientationchange-Fix/ios-orientationchange-fix.js +0 -55
- data/templates/project/sources/iSwipe-jQuery-Plugin/README.md +0 -26
- data/templates/project/sources/iSwipe-jQuery-Plugin/jquery.heyday.iswipe.js +0 -126
- data/templates/project/sources/infinite-scroll/ajax-loader.gif +0 -0
- data/templates/project/sources/infinite-scroll/jquery.infinitescroll.js +0 -425
- data/templates/project/sources/infinite-scroll/jquery.infinitescroll.min.js +0 -8
- data/templates/project/sources/infinite-scroll/site/assets/anivers_regular.otf +0 -0
- data/templates/project/sources/infinite-scroll/site/assets/buttons.psd +0 -0
- data/templates/project/sources/infinite-scroll/site/assets/logo.psd +0 -0
- data/templates/project/sources/infinite-scroll/site/assets/mobius-strip2.ai +3 -2278
- data/templates/project/sources/infinite-scroll/site/assets/pattern.psd +0 -0
- data/templates/project/sources/infinite-scroll/site/assets/selector spots.psd +0 -0
- data/templates/project/sources/infinite-scroll/site/assets/sites.psd +0 -0
- data/templates/project/sources/infinite-scroll/site/buttons.png +0 -0
- data/templates/project/sources/infinite-scroll/site/infinite-scroll-pattern.gif +0 -0
- data/templates/project/sources/infinite-scroll/site/logo.jpg +0 -0
- data/templates/project/sources/infinite-scroll/site/screens.jpg +0 -0
- data/templates/project/sources/infinite-scroll/site/selectors.jpg +0 -0
- data/templates/project/sources/infinite-scroll/test/test-loadingmsg.html +0 -121
- data/templates/project/sources/infinite-scroll/test/test.html +0 -120
- data/templates/project/sources/infinite-scroll/test/test2.html +0 -70
- data/templates/project/sources/infinite-scroll/test/test3.html +0 -68
- data/templates/project/sources/infinite-scroll/test/trigger.html +0 -140
- data/templates/project/sources/infinite-scroll/test/trigger2.html +0 -80
- data/templates/project/sources/infinite-scroll/test/trigger3.html +0 -80
- data/templates/project/sources/infinite-scroll/wp_infinite_scroll.php +0 -454
- data/templates/project/sources/jQuery-widowFix/index.html +0 -159
- data/templates/project/sources/jQuery-widowFix/js/jquery-1.4.3.min.js +0 -166
- data/templates/project/sources/jQuery-widowFix/js/jquery.widowFix-1.3.2.js +0 -135
- data/templates/project/sources/jQuery-widowFix/js/jquery.widowFix-1.3.2.min.js +0 -10
- data/templates/project/sources/jQuery-widowFix/sample.html +0 -84
- data/templates/project/sources/jquery-lightbox/LICENSE.txt +0 -30
- data/templates/project/sources/jquery-lightbox/README.markdown +0 -8
- data/templates/project/sources/jquery-lightbox/css/lightbox.css +0 -129
- data/templates/project/sources/jquery-lightbox/images/blank.gif +0 -0
- data/templates/project/sources/jquery-lightbox/images/close.gif +0 -0
- data/templates/project/sources/jquery-lightbox/images/closelabel.gif +0 -0
- data/templates/project/sources/jquery-lightbox/images/image-0.jpg +0 -0
- data/templates/project/sources/jquery-lightbox/images/image-1.jpg +0 -0
- data/templates/project/sources/jquery-lightbox/images/image-2.jpg +0 -0
- data/templates/project/sources/jquery-lightbox/images/image-3.jpg +0 -0
- data/templates/project/sources/jquery-lightbox/images/loading.gif +0 -0
- data/templates/project/sources/jquery-lightbox/images/next.gif +0 -0
- data/templates/project/sources/jquery-lightbox/images/nextlabel.gif +0 -0
- data/templates/project/sources/jquery-lightbox/images/prev.gif +0 -0
- data/templates/project/sources/jquery-lightbox/images/prevlabel.gif +0 -0
- data/templates/project/sources/jquery-lightbox/images/thumb-0.jpg +0 -0
- data/templates/project/sources/jquery-lightbox/images/thumb-1.jpg +0 -0
- data/templates/project/sources/jquery-lightbox/images/thumb-2.jpg +0 -0
- data/templates/project/sources/jquery-lightbox/images/thumb-3.jpg +0 -0
- data/templates/project/sources/jquery-lightbox/index.html +0 -102
- data/templates/project/sources/jquery-lightbox/jquery.lightbox.js +0 -515
- data/templates/project/sources/jquery-ui/AUTHORS.txt +0 -30
- data/templates/project/sources/jquery-ui/GPL-LICENSE.txt +0 -278
- data/templates/project/sources/jquery-ui/MIT-LICENSE.txt +0 -25
- data/templates/project/sources/jquery-ui/README.md +0 -9
- data/templates/project/sources/jquery-ui/build/build/ant-contrib-0.6.jar +0 -0
- data/templates/project/sources/jquery-ui/build/build/google-compiler-20110320.jar +0 -0
- data/templates/project/sources/jquery-ui/build/build/style.xsl +0 -211
- data/templates/project/sources/jquery-ui/build/build/yuicompressor-2.4.2.jar +0 -0
- data/templates/project/sources/jquery-ui/build/build.xml +0 -392
- data/templates/project/sources/jquery-ui/demos/accordion/collapsible.html +0 -57
- data/templates/project/sources/jquery-ui/demos/accordion/custom-icons.html +0 -69
- data/templates/project/sources/jquery-ui/demos/accordion/default.html +0 -85
- data/templates/project/sources/jquery-ui/demos/accordion/fillspace.html +0 -77
- data/templates/project/sources/jquery-ui/demos/accordion/hoverintent.html +0 -134
- data/templates/project/sources/jquery-ui/demos/accordion/index.html +0 -25
- data/templates/project/sources/jquery-ui/demos/accordion/mouseover.html +0 -57
- data/templates/project/sources/jquery-ui/demos/accordion/no-auto-height.html +0 -58
- data/templates/project/sources/jquery-ui/demos/accordion/sortable.html +0 -83
- data/templates/project/sources/jquery-ui/demos/addClass/default.html +0 -52
- data/templates/project/sources/jquery-ui/demos/addClass/index.html +0 -18
- data/templates/project/sources/jquery-ui/demos/animate/default.html +0 -61
- data/templates/project/sources/jquery-ui/demos/animate/index.html +0 -18
- data/templates/project/sources/jquery-ui/demos/autocomplete/categories.html +0 -72
- data/templates/project/sources/jquery-ui/demos/autocomplete/combobox.html +0 -195
- data/templates/project/sources/jquery-ui/demos/autocomplete/custom-data.html +0 -96
- data/templates/project/sources/jquery-ui/demos/autocomplete/default.html +0 -65
- data/templates/project/sources/jquery-ui/demos/autocomplete/folding.html +0 -63
- data/templates/project/sources/jquery-ui/demos/autocomplete/images/jquery_32x32.png +0 -0
- data/templates/project/sources/jquery-ui/demos/autocomplete/images/jqueryui_32x32.png +0 -0
- data/templates/project/sources/jquery-ui/demos/autocomplete/images/sizzlejs_32x32.png +0 -0
- data/templates/project/sources/jquery-ui/demos/autocomplete/images/transparent_1x1.png +0 -0
- data/templates/project/sources/jquery-ui/demos/autocomplete/images/ui-anim_basic_16x16.gif +0 -0
- data/templates/project/sources/jquery-ui/demos/autocomplete/index.html +0 -27
- data/templates/project/sources/jquery-ui/demos/autocomplete/london.xml +0 -114
- data/templates/project/sources/jquery-ui/demos/autocomplete/maxheight.html +0 -79
- data/templates/project/sources/jquery-ui/demos/autocomplete/multiple-remote.html +0 -85
- data/templates/project/sources/jquery-ui/demos/autocomplete/multiple.html +0 -100
- data/templates/project/sources/jquery-ui/demos/autocomplete/remote-jsonp.html +0 -87
- data/templates/project/sources/jquery-ui/demos/autocomplete/remote-with-cache.html +0 -60
- data/templates/project/sources/jquery-ui/demos/autocomplete/remote.html +0 -60
- data/templates/project/sources/jquery-ui/demos/autocomplete/search.php +0 -588
- data/templates/project/sources/jquery-ui/demos/autocomplete/xml.html +0 -73
- data/templates/project/sources/jquery-ui/demos/button/checkbox.html +0 -44
- data/templates/project/sources/jquery-ui/demos/button/default.html +0 -38
- data/templates/project/sources/jquery-ui/demos/button/icons.html +0 -56
- data/templates/project/sources/jquery-ui/demos/button/index.html +0 -23
- data/templates/project/sources/jquery-ui/demos/button/radio.html +0 -39
- data/templates/project/sources/jquery-ui/demos/button/splitbutton.html +0 -78
- data/templates/project/sources/jquery-ui/demos/button/toolbar.html +0 -120
- data/templates/project/sources/jquery-ui/demos/datepicker/alt-field.html +0 -36
- data/templates/project/sources/jquery-ui/demos/datepicker/animation.html +0 -58
- data/templates/project/sources/jquery-ui/demos/datepicker/buttonbar.html +0 -35
- data/templates/project/sources/jquery-ui/demos/datepicker/date-formats.html +0 -47
- data/templates/project/sources/jquery-ui/demos/datepicker/date-range.html +0 -49
- data/templates/project/sources/jquery-ui/demos/datepicker/default.html +0 -33
- data/templates/project/sources/jquery-ui/demos/datepicker/dropdown-month-year.html +0 -36
- data/templates/project/sources/jquery-ui/demos/datepicker/icon-trigger.html +0 -37
- data/templates/project/sources/jquery-ui/demos/datepicker/images/calendar.gif +0 -0
- data/templates/project/sources/jquery-ui/demos/datepicker/index.html +0 -31
- data/templates/project/sources/jquery-ui/demos/datepicker/inline.html +0 -33
- data/templates/project/sources/jquery-ui/demos/datepicker/localization.html +0 -162
- data/templates/project/sources/jquery-ui/demos/datepicker/min-max.html +0 -33
- data/templates/project/sources/jquery-ui/demos/datepicker/multiple-calendars.html +0 -36
- data/templates/project/sources/jquery-ui/demos/datepicker/other-months.html +0 -37
- data/templates/project/sources/jquery-ui/demos/datepicker/show-week.html +0 -39
- data/templates/project/sources/jquery-ui/demos/demos.css +0 -334
- data/templates/project/sources/jquery-ui/demos/dialog/animated.html +0 -56
- data/templates/project/sources/jquery-ui/demos/dialog/default.html +0 -54
- data/templates/project/sources/jquery-ui/demos/dialog/index.html +0 -23
- data/templates/project/sources/jquery-ui/demos/dialog/modal-confirmation.html +0 -69
- data/templates/project/sources/jquery-ui/demos/dialog/modal-form.html +0 -167
- data/templates/project/sources/jquery-ui/demos/dialog/modal-message.html +0 -71
- data/templates/project/sources/jquery-ui/demos/dialog/modal.html +0 -60
- data/templates/project/sources/jquery-ui/demos/draggable/constrain-movement.html +0 -69
- data/templates/project/sources/jquery-ui/demos/draggable/cursor-style.html +0 -49
- data/templates/project/sources/jquery-ui/demos/draggable/default.html +0 -39
- data/templates/project/sources/jquery-ui/demos/draggable/delay-start.html +0 -45
- data/templates/project/sources/jquery-ui/demos/draggable/events.html +0 -77
- data/templates/project/sources/jquery-ui/demos/draggable/handle.html +0 -50
- data/templates/project/sources/jquery-ui/demos/draggable/index.html +0 -28
- data/templates/project/sources/jquery-ui/demos/draggable/revert.html +0 -44
- data/templates/project/sources/jquery-ui/demos/draggable/scroll.html +0 -51
- data/templates/project/sources/jquery-ui/demos/draggable/snap-to.html +0 -68
- data/templates/project/sources/jquery-ui/demos/draggable/sortable.html +0 -57
- data/templates/project/sources/jquery-ui/demos/draggable/visual-feedback.html +0 -77
- data/templates/project/sources/jquery-ui/demos/droppable/accepted-elements.html +0 -60
- data/templates/project/sources/jquery-ui/demos/droppable/default.html +0 -53
- data/templates/project/sources/jquery-ui/demos/droppable/images/high_tatras.jpg +0 -0
- data/templates/project/sources/jquery-ui/demos/droppable/images/high_tatras2.jpg +0 -0
- data/templates/project/sources/jquery-ui/demos/droppable/images/high_tatras2_min.jpg +0 -0
- data/templates/project/sources/jquery-ui/demos/droppable/images/high_tatras3.jpg +0 -0
- data/templates/project/sources/jquery-ui/demos/droppable/images/high_tatras3_min.jpg +0 -0
- data/templates/project/sources/jquery-ui/demos/droppable/images/high_tatras4.jpg +0 -0
- data/templates/project/sources/jquery-ui/demos/droppable/images/high_tatras4_min.jpg +0 -0
- data/templates/project/sources/jquery-ui/demos/droppable/images/high_tatras_min.jpg +0 -0
- data/templates/project/sources/jquery-ui/demos/droppable/index.html +0 -24
- data/templates/project/sources/jquery-ui/demos/droppable/photo-manager.html +0 -184
- data/templates/project/sources/jquery-ui/demos/droppable/propagation.html +0 -80
- data/templates/project/sources/jquery-ui/demos/droppable/revert.html +0 -61
- data/templates/project/sources/jquery-ui/demos/droppable/shopping-cart.html +0 -101
- data/templates/project/sources/jquery-ui/demos/droppable/visual-feedback.html +0 -78
- data/templates/project/sources/jquery-ui/demos/effect/default.html +0 -109
- data/templates/project/sources/jquery-ui/demos/effect/easing.html +0 -108
- data/templates/project/sources/jquery-ui/demos/effect/index.html +0 -19
- data/templates/project/sources/jquery-ui/demos/hide/default.html +0 -102
- data/templates/project/sources/jquery-ui/demos/hide/index.html +0 -18
- data/templates/project/sources/jquery-ui/demos/images/calendar.gif +0 -0
- data/templates/project/sources/jquery-ui/demos/images/demo-config-on-tile.gif +0 -0
- data/templates/project/sources/jquery-ui/demos/images/demo-config-on.gif +0 -0
- data/templates/project/sources/jquery-ui/demos/images/demo-spindown-closed.gif +0 -0
- data/templates/project/sources/jquery-ui/demos/images/demo-spindown-open.gif +0 -0
- data/templates/project/sources/jquery-ui/demos/images/icon-docs-info.gif +0 -0
- data/templates/project/sources/jquery-ui/demos/images/pbar-ani.gif +0 -0
- data/templates/project/sources/jquery-ui/demos/index.html +0 -329
- data/templates/project/sources/jquery-ui/demos/menu/contextmenu.html +0 -81
- data/templates/project/sources/jquery-ui/demos/menu/default.html +0 -54
- data/templates/project/sources/jquery-ui/demos/menu/index.html +0 -17
- data/templates/project/sources/jquery-ui/demos/position/cycler.html +0 -120
- data/templates/project/sources/jquery-ui/demos/position/default.html +0 -153
- data/templates/project/sources/jquery-ui/demos/position/images/earth.jpg +0 -0
- data/templates/project/sources/jquery-ui/demos/position/images/flight.jpg +0 -0
- data/templates/project/sources/jquery-ui/demos/position/images/rocket.jpg +0 -0
- data/templates/project/sources/jquery-ui/demos/position/index.html +0 -19
- data/templates/project/sources/jquery-ui/demos/progressbar/animated.html +0 -44
- data/templates/project/sources/jquery-ui/demos/progressbar/default.html +0 -35
- data/templates/project/sources/jquery-ui/demos/progressbar/images/pbar-ani.gif +0 -0
- data/templates/project/sources/jquery-ui/demos/progressbar/index.html +0 -20
- data/templates/project/sources/jquery-ui/demos/progressbar/resize.html +0 -40
- data/templates/project/sources/jquery-ui/demos/removeClass/default.html +0 -52
- data/templates/project/sources/jquery-ui/demos/removeClass/index.html +0 -18
- data/templates/project/sources/jquery-ui/demos/resizable/animate.html +0 -43
- data/templates/project/sources/jquery-ui/demos/resizable/aspect-ratio.html +0 -42
- data/templates/project/sources/jquery-ui/demos/resizable/constrain-area.html +0 -47
- data/templates/project/sources/jquery-ui/demos/resizable/default.html +0 -40
- data/templates/project/sources/jquery-ui/demos/resizable/delay-start.html +0 -52
- data/templates/project/sources/jquery-ui/demos/resizable/helper.html +0 -43
- data/templates/project/sources/jquery-ui/demos/resizable/index.html +0 -28
- data/templates/project/sources/jquery-ui/demos/resizable/max-min.html +0 -45
- data/templates/project/sources/jquery-ui/demos/resizable/snap-to-grid.html +0 -42
- data/templates/project/sources/jquery-ui/demos/resizable/synchronous-resize.html +0 -49
- data/templates/project/sources/jquery-ui/demos/resizable/textarea.html +0 -41
- data/templates/project/sources/jquery-ui/demos/resizable/visual-feedback.html +0 -43
- data/templates/project/sources/jquery-ui/demos/selectable/default.html +0 -50
- data/templates/project/sources/jquery-ui/demos/selectable/display-grid.html +0 -55
- data/templates/project/sources/jquery-ui/demos/selectable/index.html +0 -20
- data/templates/project/sources/jquery-ui/demos/selectable/serialize.html +0 -61
- data/templates/project/sources/jquery-ui/demos/show/default.html +0 -104
- data/templates/project/sources/jquery-ui/demos/show/index.html +0 -18
- data/templates/project/sources/jquery-ui/demos/slider/colorpicker.html +0 -95
- data/templates/project/sources/jquery-ui/demos/slider/default.html +0 -37
- data/templates/project/sources/jquery-ui/demos/slider/hotelrooms.html +0 -59
- data/templates/project/sources/jquery-ui/demos/slider/index.html +0 -29
- data/templates/project/sources/jquery-ui/demos/slider/multiple-vertical.html +0 -77
- data/templates/project/sources/jquery-ui/demos/slider/range-vertical.html +0 -51
- data/templates/project/sources/jquery-ui/demos/slider/range.html +0 -52
- data/templates/project/sources/jquery-ui/demos/slider/rangemax.html +0 -50
- data/templates/project/sources/jquery-ui/demos/slider/rangemin.html +0 -51
- data/templates/project/sources/jquery-ui/demos/slider/side-scroll.html +0 -140
- data/templates/project/sources/jquery-ui/demos/slider/slider-vertical.html +0 -52
- data/templates/project/sources/jquery-ui/demos/slider/steps.html +0 -51
- data/templates/project/sources/jquery-ui/demos/slider/tabs.html +0 -67
- data/templates/project/sources/jquery-ui/demos/sortable/connect-lists-through-tabs.html +0 -78
- data/templates/project/sources/jquery-ui/demos/sortable/connect-lists.html +0 -58
- data/templates/project/sources/jquery-ui/demos/sortable/default.html +0 -51
- data/templates/project/sources/jquery-ui/demos/sortable/delay-start.html +0 -67
- data/templates/project/sources/jquery-ui/demos/sortable/display-grid.html +0 -54
- data/templates/project/sources/jquery-ui/demos/sortable/empty-lists.html +0 -69
- data/templates/project/sources/jquery-ui/demos/sortable/index.html +0 -26
- data/templates/project/sources/jquery-ui/demos/sortable/items.html +0 -70
- data/templates/project/sources/jquery-ui/demos/sortable/placeholder.html +0 -56
- data/templates/project/sources/jquery-ui/demos/sortable/portlets.html +0 -96
- data/templates/project/sources/jquery-ui/demos/spinner/currency.html +0 -61
- data/templates/project/sources/jquery-ui/demos/spinner/decimal.html +0 -59
- data/templates/project/sources/jquery-ui/demos/spinner/default.html +0 -65
- data/templates/project/sources/jquery-ui/demos/spinner/index.html +0 -20
- data/templates/project/sources/jquery-ui/demos/spinner/latlong.html +0 -60
- data/templates/project/sources/jquery-ui/demos/spinner/overflow.html +0 -47
- data/templates/project/sources/jquery-ui/demos/spinner/time.html +0 -71
- data/templates/project/sources/jquery-ui/demos/switchClass/default.html +0 -47
- data/templates/project/sources/jquery-ui/demos/switchClass/index.html +0 -18
- data/templates/project/sources/jquery-ui/demos/tabs/ajax/content1.html +0 -4
- data/templates/project/sources/jquery-ui/demos/tabs/ajax/content2.html +0 -4
- data/templates/project/sources/jquery-ui/demos/tabs/ajax/content3-slow.php +0 -7
- data/templates/project/sources/jquery-ui/demos/tabs/ajax/content4-broken.php +0 -3
- data/templates/project/sources/jquery-ui/demos/tabs/ajax.html +0 -53
- data/templates/project/sources/jquery-ui/demos/tabs/bottom.html +0 -59
- data/templates/project/sources/jquery-ui/demos/tabs/collapsible.html +0 -55
- data/templates/project/sources/jquery-ui/demos/tabs/cookie.html +0 -57
- data/templates/project/sources/jquery-ui/demos/tabs/default.html +0 -49
- data/templates/project/sources/jquery-ui/demos/tabs/index.html +0 -25
- data/templates/project/sources/jquery-ui/demos/tabs/manipulation.html +0 -124
- data/templates/project/sources/jquery-ui/demos/tabs/mouseover.html +0 -53
- data/templates/project/sources/jquery-ui/demos/tabs/sortable.html +0 -58
- data/templates/project/sources/jquery-ui/demos/tabs/vertical.html +0 -61
- data/templates/project/sources/jquery-ui/demos/toggle/default.html +0 -94
- data/templates/project/sources/jquery-ui/demos/toggle/index.html +0 -18
- data/templates/project/sources/jquery-ui/demos/toggleClass/default.html +0 -46
- data/templates/project/sources/jquery-ui/demos/toggleClass/index.html +0 -18
- data/templates/project/sources/jquery-ui/demos/tooltip/ajax/content1.html +0 -1
- data/templates/project/sources/jquery-ui/demos/tooltip/ajax/content2.html +0 -1
- data/templates/project/sources/jquery-ui/demos/tooltip/custom-animation.html +0 -58
- data/templates/project/sources/jquery-ui/demos/tooltip/default.html +0 -48
- data/templates/project/sources/jquery-ui/demos/tooltip/delegation-mixbag.html +0 -73
- data/templates/project/sources/jquery-ui/demos/tooltip/forms.html +0 -71
- data/templates/project/sources/jquery-ui/demos/tooltip/index.html +0 -22
- data/templates/project/sources/jquery-ui/demos/tooltip/tracking.html +0 -64
- data/templates/project/sources/jquery-ui/external/jquery.bgiframe-2.1.2.js +0 -39
- data/templates/project/sources/jquery-ui/external/jquery.cookie.js +0 -89
- data/templates/project/sources/jquery-ui/external/jquery.global.de-DE.js +0 -55
- data/templates/project/sources/jquery-ui/external/jquery.global.ja-JP.js +0 -74
- data/templates/project/sources/jquery-ui/external/jquery.global.js +0 -1341
- data/templates/project/sources/jquery-ui/external/jquery.metadata.js +0 -122
- data/templates/project/sources/jquery-ui/external/jquery.mousewheel-3.0.4.js +0 -78
- data/templates/project/sources/jquery-ui/external/qunit.css +0 -215
- data/templates/project/sources/jquery-ui/external/qunit.js +0 -1444
- data/templates/project/sources/jquery-ui/jquery-1.5.1.js +0 -8316
- data/templates/project/sources/jquery-ui/tests/index.html +0 -22
- data/templates/project/sources/jquery-ui/tests/jquery.simulate.js +0 -151
- data/templates/project/sources/jquery-ui/tests/static/button/default.html +0 -161
- data/templates/project/sources/jquery-ui/tests/static/datepicker/datepicker.html +0 -1367
- data/templates/project/sources/jquery-ui/tests/static/datepicker/default.html +0 -86
- data/templates/project/sources/jquery-ui/tests/static/icons.html +0 -246
- data/templates/project/sources/jquery-ui/tests/static/menu/all-menus-icons.html +0 -172
- data/templates/project/sources/jquery-ui/tests/static/menu/default.html +0 -39
- data/templates/project/sources/jquery-ui/tests/static/slider/default.html +0 -17
- data/templates/project/sources/jquery-ui/tests/static/slider/default_vertical.html +0 -17
- data/templates/project/sources/jquery-ui/tests/static/slider/slider_horizontal.html +0 -17
- data/templates/project/sources/jquery-ui/tests/static/slider/slider_horizontal_range.html +0 -17
- data/templates/project/sources/jquery-ui/tests/static/slider/slider_horizontal_range_max.html +0 -17
- data/templates/project/sources/jquery-ui/tests/static/slider/slider_horizontal_range_min.html +0 -17
- data/templates/project/sources/jquery-ui/tests/static/slider/slider_vertical.html +0 -17
- data/templates/project/sources/jquery-ui/tests/static/slider/slider_vertical_range.html +0 -17
- data/templates/project/sources/jquery-ui/tests/static/slider/slider_vertical_range_max.html +0 -17
- data/templates/project/sources/jquery-ui/tests/static/slider/slider_vertical_range_min.html +0 -17
- data/templates/project/sources/jquery-ui/tests/static/static.css +0 -1
- data/templates/project/sources/jquery-ui/tests/static/static.js +0 -9
- data/templates/project/sources/jquery-ui/tests/unit/accordion/accordion.html +0 -163
- data/templates/project/sources/jquery-ui/tests/unit/accordion/accordion_core.js +0 -53
- data/templates/project/sources/jquery-ui/tests/unit/accordion/accordion_defaults.js +0 -15
- data/templates/project/sources/jquery-ui/tests/unit/accordion/accordion_defaults_deprecated.js +0 -21
- data/templates/project/sources/jquery-ui/tests/unit/accordion/accordion_deprecated.html +0 -161
- data/templates/project/sources/jquery-ui/tests/unit/accordion/accordion_deprecated.js +0 -320
- data/templates/project/sources/jquery-ui/tests/unit/accordion/accordion_events.js +0 -122
- data/templates/project/sources/jquery-ui/tests/unit/accordion/accordion_methods.js +0 -37
- data/templates/project/sources/jquery-ui/tests/unit/accordion/accordion_options.js +0 -266
- data/templates/project/sources/jquery-ui/tests/unit/autocomplete/autocomplete.html +0 -46
- data/templates/project/sources/jquery-ui/tests/unit/autocomplete/autocomplete_core.js +0 -73
- data/templates/project/sources/jquery-ui/tests/unit/autocomplete/autocomplete_defaults.js +0 -19
- data/templates/project/sources/jquery-ui/tests/unit/autocomplete/autocomplete_events.js +0 -206
- data/templates/project/sources/jquery-ui/tests/unit/autocomplete/autocomplete_methods.js +0 -39
- data/templates/project/sources/jquery-ui/tests/unit/autocomplete/autocomplete_options.js +0 -247
- data/templates/project/sources/jquery-ui/tests/unit/autocomplete/remote_object_array_labels.txt +0 -1
- data/templates/project/sources/jquery-ui/tests/unit/autocomplete/remote_object_array_values.txt +0 -1
- data/templates/project/sources/jquery-ui/tests/unit/autocomplete/remote_string_array.txt +0 -1
- data/templates/project/sources/jquery-ui/tests/unit/button/button.html +0 -68
- data/templates/project/sources/jquery-ui/tests/unit/button/button_core.js +0 -70
- data/templates/project/sources/jquery-ui/tests/unit/button/button_defaults.js +0 -15
- data/templates/project/sources/jquery-ui/tests/unit/button/button_events.js +0 -8
- data/templates/project/sources/jquery-ui/tests/unit/button/button_methods.js +0 -19
- data/templates/project/sources/jquery-ui/tests/unit/button/button_options.js +0 -93
- data/templates/project/sources/jquery-ui/tests/unit/button/button_tickets.js +0 -45
- data/templates/project/sources/jquery-ui/tests/unit/core/core.html +0 -134
- data/templates/project/sources/jquery-ui/tests/unit/core/core.js +0 -157
- data/templates/project/sources/jquery-ui/tests/unit/core/selector.js +0 -253
- data/templates/project/sources/jquery-ui/tests/unit/datepicker/datepicker.html +0 -54
- data/templates/project/sources/jquery-ui/tests/unit/datepicker/datepicker_core.js +0 -441
- data/templates/project/sources/jquery-ui/tests/unit/datepicker/datepicker_defaults.js +0 -9
- data/templates/project/sources/jquery-ui/tests/unit/datepicker/datepicker_events.js +0 -117
- data/templates/project/sources/jquery-ui/tests/unit/datepicker/datepicker_methods.js +0 -118
- data/templates/project/sources/jquery-ui/tests/unit/datepicker/datepicker_options.js +0 -924
- data/templates/project/sources/jquery-ui/tests/unit/datepicker/datepicker_tickets.js +0 -27
- data/templates/project/sources/jquery-ui/tests/unit/dialog/dialog.html +0 -57
- data/templates/project/sources/jquery-ui/tests/unit/dialog/dialog_core.js +0 -138
- data/templates/project/sources/jquery-ui/tests/unit/dialog/dialog_defaults.js +0 -35
- data/templates/project/sources/jquery-ui/tests/unit/dialog/dialog_events.js +0 -254
- data/templates/project/sources/jquery-ui/tests/unit/dialog/dialog_methods.js +0 -127
- data/templates/project/sources/jquery-ui/tests/unit/dialog/dialog_options.js +0 -444
- data/templates/project/sources/jquery-ui/tests/unit/dialog/dialog_tickets.js +0 -116
- data/templates/project/sources/jquery-ui/tests/unit/draggable/draggable.html +0 -53
- data/templates/project/sources/jquery-ui/tests/unit/draggable/draggable_core.js +0 -67
- data/templates/project/sources/jquery-ui/tests/unit/draggable/draggable_defaults.js +0 -36
- data/templates/project/sources/jquery-ui/tests/unit/draggable/draggable_events.js +0 -81
- data/templates/project/sources/jquery-ui/tests/unit/draggable/draggable_methods.js +0 -99
- data/templates/project/sources/jquery-ui/tests/unit/draggable/draggable_options.js +0 -753
- data/templates/project/sources/jquery-ui/tests/unit/droppable/droppable.html +0 -53
- data/templates/project/sources/jquery-ui/tests/unit/droppable/droppable_core.js +0 -36
- data/templates/project/sources/jquery-ui/tests/unit/droppable/droppable_defaults.js +0 -16
- data/templates/project/sources/jquery-ui/tests/unit/droppable/droppable_events.js +0 -28
- data/templates/project/sources/jquery-ui/tests/unit/droppable/droppable_methods.js +0 -86
- data/templates/project/sources/jquery-ui/tests/unit/droppable/droppable_options.js +0 -68
- data/templates/project/sources/jquery-ui/tests/unit/images/jqueryui_32x32.png +0 -0
- data/templates/project/sources/jquery-ui/tests/unit/index.html +0 -64
- data/templates/project/sources/jquery-ui/tests/unit/menu/menu.html +0 -74
- data/templates/project/sources/jquery-ui/tests/unit/menu/menu_core.js +0 -38
- data/templates/project/sources/jquery-ui/tests/unit/menu/menu_defaults.js +0 -13
- data/templates/project/sources/jquery-ui/tests/unit/menu/menu_events.js +0 -24
- data/templates/project/sources/jquery-ui/tests/unit/menu/menu_methods.js +0 -15
- data/templates/project/sources/jquery-ui/tests/unit/menu/menu_options.js +0 -10
- data/templates/project/sources/jquery-ui/tests/unit/position/position.html +0 -62
- data/templates/project/sources/jquery-ui/tests/unit/position/position_core.js +0 -438
- data/templates/project/sources/jquery-ui/tests/unit/position/position_deprecated.html +0 -60
- data/templates/project/sources/jquery-ui/tests/unit/position/position_deprecated.js +0 -32
- data/templates/project/sources/jquery-ui/tests/unit/progressbar/progressbar.html +0 -41
- data/templates/project/sources/jquery-ui/tests/unit/progressbar/progressbar_core.js +0 -28
- data/templates/project/sources/jquery-ui/tests/unit/progressbar/progressbar_defaults.js +0 -11
- data/templates/project/sources/jquery-ui/tests/unit/progressbar/progressbar_events.js +0 -51
- data/templates/project/sources/jquery-ui/tests/unit/progressbar/progressbar_methods.js +0 -36
- data/templates/project/sources/jquery-ui/tests/unit/progressbar/progressbar_options.js +0 -59
- data/templates/project/sources/jquery-ui/tests/unit/resizable/images/test.jpg +0 -0
- data/templates/project/sources/jquery-ui/tests/unit/resizable/resizable.html +0 -53
- data/templates/project/sources/jquery-ui/tests/unit/resizable/resizable_core.js +0 -148
- data/templates/project/sources/jquery-ui/tests/unit/resizable/resizable_defaults.js +0 -28
- data/templates/project/sources/jquery-ui/tests/unit/resizable/resizable_events.js +0 -20
- data/templates/project/sources/jquery-ui/tests/unit/resizable/resizable_methods.js +0 -64
- data/templates/project/sources/jquery-ui/tests/unit/resizable/resizable_options.js +0 -190
- data/templates/project/sources/jquery-ui/tests/unit/selectable/selectable.html +0 -56
- data/templates/project/sources/jquery-ui/tests/unit/selectable/selectable_core.js +0 -16
- data/templates/project/sources/jquery-ui/tests/unit/selectable/selectable_defaults.js +0 -16
- data/templates/project/sources/jquery-ui/tests/unit/selectable/selectable_events.js +0 -32
- data/templates/project/sources/jquery-ui/tests/unit/selectable/selectable_methods.js +0 -93
- data/templates/project/sources/jquery-ui/tests/unit/selectable/selectable_options.js +0 -46
- data/templates/project/sources/jquery-ui/tests/unit/slider/slider.html +0 -55
- data/templates/project/sources/jquery-ui/tests/unit/slider/slider_core.js +0 -292
- data/templates/project/sources/jquery-ui/tests/unit/slider/slider_defaults.js +0 -20
- data/templates/project/sources/jquery-ui/tests/unit/slider/slider_events.js +0 -109
- data/templates/project/sources/jquery-ui/tests/unit/slider/slider_methods.js +0 -102
- data/templates/project/sources/jquery-ui/tests/unit/slider/slider_options.js +0 -146
- data/templates/project/sources/jquery-ui/tests/unit/sortable/sortable.html +0 -57
- data/templates/project/sources/jquery-ui/tests/unit/sortable/sortable_core.js +0 -9
- data/templates/project/sources/jquery-ui/tests/unit/sortable/sortable_defaults.js +0 -34
- data/templates/project/sources/jquery-ui/tests/unit/sortable/sortable_events.js +0 -147
- data/templates/project/sources/jquery-ui/tests/unit/sortable/sortable_methods.js +0 -108
- data/templates/project/sources/jquery-ui/tests/unit/sortable/sortable_options.js +0 -256
- data/templates/project/sources/jquery-ui/tests/unit/sortable/sortable_tickets.js +0 -83
- data/templates/project/sources/jquery-ui/tests/unit/spinner/spinner.html +0 -46
- data/templates/project/sources/jquery-ui/tests/unit/spinner/spinner_core.js +0 -171
- data/templates/project/sources/jquery-ui/tests/unit/spinner/spinner_defaults.js +0 -16
- data/templates/project/sources/jquery-ui/tests/unit/spinner/spinner_events.js +0 -64
- data/templates/project/sources/jquery-ui/tests/unit/spinner/spinner_methods.js +0 -155
- data/templates/project/sources/jquery-ui/tests/unit/spinner/spinner_options.js +0 -154
- data/templates/project/sources/jquery-ui/tests/unit/swarminject.js +0 -9
- data/templates/project/sources/jquery-ui/tests/unit/tabs/data/test.html +0 -1
- data/templates/project/sources/jquery-ui/tests/unit/tabs/spinner.gif +0 -0
- data/templates/project/sources/jquery-ui/tests/unit/tabs/tabs.html +0 -139
- data/templates/project/sources/jquery-ui/tests/unit/tabs/tabs_core.js +0 -50
- data/templates/project/sources/jquery-ui/tests/unit/tabs/tabs_defaults.js +0 -13
- data/templates/project/sources/jquery-ui/tests/unit/tabs/tabs_defaults_deprecated.js +0 -26
- data/templates/project/sources/jquery-ui/tests/unit/tabs/tabs_deprecated.html +0 -138
- data/templates/project/sources/jquery-ui/tests/unit/tabs/tabs_deprecated.js +0 -350
- data/templates/project/sources/jquery-ui/tests/unit/tabs/tabs_events.js +0 -198
- data/templates/project/sources/jquery-ui/tests/unit/tabs/tabs_methods.js +0 -165
- data/templates/project/sources/jquery-ui/tests/unit/tabs/tabs_options.js +0 -146
- data/templates/project/sources/jquery-ui/tests/unit/tabs/tabs_tickets.js +0 -99
- data/templates/project/sources/jquery-ui/tests/unit/testsuite.js +0 -101
- data/templates/project/sources/jquery-ui/tests/unit/tooltip/tooltip.html +0 -47
- data/templates/project/sources/jquery-ui/tests/unit/tooltip/tooltip_core.js +0 -11
- data/templates/project/sources/jquery-ui/tests/unit/tooltip/tooltip_defaults.js +0 -16
- data/templates/project/sources/jquery-ui/tests/unit/tooltip/tooltip_events.js +0 -54
- data/templates/project/sources/jquery-ui/tests/unit/tooltip/tooltip_methods.js +0 -30
- data/templates/project/sources/jquery-ui/tests/unit/tooltip/tooltip_options.js +0 -62
- data/templates/project/sources/jquery-ui/tests/unit/widget/widget.html +0 -40
- data/templates/project/sources/jquery-ui/tests/unit/widget/widget_core.js +0 -992
- data/templates/project/sources/jquery-ui/tests/visual/addClass/addClass_queue.html +0 -50
- data/templates/project/sources/jquery-ui/tests/visual/all.css +0 -84
- data/templates/project/sources/jquery-ui/tests/visual/all.html +0 -190
- data/templates/project/sources/jquery-ui/tests/visual/animate/animate_backgroundColor_hex.html +0 -44
- data/templates/project/sources/jquery-ui/tests/visual/animate/animate_backgroundColor_rgb.html +0 -35
- data/templates/project/sources/jquery-ui/tests/visual/animate/animate_color_hex.html +0 -44
- data/templates/project/sources/jquery-ui/tests/visual/animate/animate_color_rgb.html +0 -35
- data/templates/project/sources/jquery-ui/tests/visual/button/button.html +0 -140
- data/templates/project/sources/jquery-ui/tests/visual/button/button_disabled_true.html +0 -84
- data/templates/project/sources/jquery-ui/tests/visual/button/button_input_type_checkbox.html +0 -25
- data/templates/project/sources/jquery-ui/tests/visual/button/button_option_disabled_true.html +0 -84
- data/templates/project/sources/jquery-ui/tests/visual/button/button_performance.html +0 -555
- data/templates/project/sources/jquery-ui/tests/visual/button/button_ticket_5254.html +0 -55
- data/templates/project/sources/jquery-ui/tests/visual/button/button_ticket_5261.html +0 -42
- data/templates/project/sources/jquery-ui/tests/visual/button/button_ticket_5278.html +0 -58
- data/templates/project/sources/jquery-ui/tests/visual/compound/accordion_dialog.html +0 -202
- data/templates/project/sources/jquery-ui/tests/visual/compound/accordion_tabs.html +0 -86
- data/templates/project/sources/jquery-ui/tests/visual/compound/datepicker_dialog.html +0 -157
- data/templates/project/sources/jquery-ui/tests/visual/compound/draggable_accordion.html +0 -65
- data/templates/project/sources/jquery-ui/tests/visual/compound/draggable_accordion_accordion_tabs_draggable.html +0 -109
- data/templates/project/sources/jquery-ui/tests/visual/compound/sortable_accordion_sortable_tabs.html +0 -108
- data/templates/project/sources/jquery-ui/tests/visual/compound/tabs_tabs.html +0 -73
- data/templates/project/sources/jquery-ui/tests/visual/compound/tabs_tooltips.html +0 -37
- data/templates/project/sources/jquery-ui/tests/visual/compound/widgets_in_dialog.html +0 -229
- data/templates/project/sources/jquery-ui/tests/visual/datepicker/calendar.gif +0 -0
- data/templates/project/sources/jquery-ui/tests/visual/datepicker/datepicker.html +0 -23
- data/templates/project/sources/jquery-ui/tests/visual/datepicker/datepicker_multi_inline.html +0 -113
- data/templates/project/sources/jquery-ui/tests/visual/datepicker/datepicker_ticket_4071.html +0 -96
- data/templates/project/sources/jquery-ui/tests/visual/datepicker/datepicker_ticket_4240.html +0 -55
- data/templates/project/sources/jquery-ui/tests/visual/datepicker/datepicker_ticket_4443.html +0 -38
- data/templates/project/sources/jquery-ui/tests/visual/datepicker/datepicker_ticket_5676.html +0 -30
- data/templates/project/sources/jquery-ui/tests/visual/datepicker/multimonth.html +0 -23
- data/templates/project/sources/jquery-ui/tests/visual/datepicker/viewport.html +0 -278
- data/templates/project/sources/jquery-ui/tests/visual/dialog/dialog_on_page_with_large_dom.html +0 -2963
- data/templates/project/sources/jquery-ui/tests/visual/draggable/draggable.html +0 -24
- data/templates/project/sources/jquery-ui/tests/visual/draggable/draggable.scroll.html +0 -152
- data/templates/project/sources/jquery-ui/tests/visual/draggable/draggable_option_containment_array.html +0 -26
- data/templates/project/sources/jquery-ui/tests/visual/draggable/draggable_option_cursorAt_object.html +0 -26
- data/templates/project/sources/jquery-ui/tests/visual/draggable/draggable_option_handle_selector.html +0 -28
- data/templates/project/sources/jquery-ui/tests/visual/draggable/draggable_option_iframeFix_false.html +0 -30
- data/templates/project/sources/jquery-ui/tests/visual/draggable/draggable_option_iframeFix_selector.html +0 -30
- data/templates/project/sources/jquery-ui/tests/visual/draggable/draggable_option_iframeFix_true.html +0 -30
- data/templates/project/sources/jquery-ui/tests/visual/droppable/droppable.css +0 -3
- data/templates/project/sources/jquery-ui/tests/visual/droppable/droppable.html +0 -33
- data/templates/project/sources/jquery-ui/tests/visual/droppable/droppable_option_accept_default.html +0 -40
- data/templates/project/sources/jquery-ui/tests/visual/droppable/droppable_option_accept_function.html +0 -43
- data/templates/project/sources/jquery-ui/tests/visual/droppable/droppable_option_accept_selector.html +0 -41
- data/templates/project/sources/jquery-ui/tests/visual/droppable/droppable_ticket_4087.html +0 -51
- data/templates/project/sources/jquery-ui/tests/visual/droppable/droppable_ticket_4088.html +0 -69
- data/templates/project/sources/jquery-ui/tests/visual/effects.all.css +0 -54
- data/templates/project/sources/jquery-ui/tests/visual/effects.all.html +0 -193
- data/templates/project/sources/jquery-ui/tests/visual/effects.all.js +0 -92
- data/templates/project/sources/jquery-ui/tests/visual/menu/contextmenu.html +0 -191
- data/templates/project/sources/jquery-ui/tests/visual/menu/drilldown.html +0 -266
- data/templates/project/sources/jquery-ui/tests/visual/menu/menu.html +0 -147
- data/templates/project/sources/jquery-ui/tests/visual/menu/menubar.html +0 -208
- data/templates/project/sources/jquery-ui/tests/visual/menu/menubar.js +0 -189
- data/templates/project/sources/jquery-ui/tests/visual/menu/popup.html +0 -159
- data/templates/project/sources/jquery-ui/tests/visual/menu/popup.js +0 -113
- data/templates/project/sources/jquery-ui/tests/visual/menu/tablemenu.html +0 -67
- data/templates/project/sources/jquery-ui/tests/visual/mouse/mouse_ticket_6946.html +0 -67
- data/templates/project/sources/jquery-ui/tests/visual/position/position.html +0 -67
- data/templates/project/sources/jquery-ui/tests/visual/position/position_margin.html +0 -43
- data/templates/project/sources/jquery-ui/tests/visual/resizable/images/test.png +0 -0
- data/templates/project/sources/jquery-ui/tests/visual/resizable/resizable.html +0 -24
- data/templates/project/sources/jquery-ui/tests/visual/resizable/resizable_option_alsoResize_child.html +0 -48
- data/templates/project/sources/jquery-ui/tests/visual/resizable/resizable_option_aspectRatio_0.5.html +0 -29
- data/templates/project/sources/jquery-ui/tests/visual/resizable/resizable_option_aspectRatio_1.0.html +0 -29
- data/templates/project/sources/jquery-ui/tests/visual/resizable/resizable_option_aspectRatio_1.5.html +0 -29
- data/templates/project/sources/jquery-ui/tests/visual/resizable/resizable_option_aspectRatio_preserve_maxHeight_150.html +0 -30
- data/templates/project/sources/jquery-ui/tests/visual/resizable/resizable_option_aspectRatio_preserve_maxWidth_150.html +0 -30
- data/templates/project/sources/jquery-ui/tests/visual/resizable/resizable_option_aspectRatio_preserve_minHeight_50.html +0 -30
- data/templates/project/sources/jquery-ui/tests/visual/resizable/resizable_option_aspectRatio_preserve_minWidth_50.html +0 -30
- data/templates/project/sources/jquery-ui/tests/visual/resizable/resizable_option_aspectRatio_preserve_w100xh100.html +0 -29
- data/templates/project/sources/jquery-ui/tests/visual/resizable/resizable_option_aspectRatio_preserve_w100xh50.html +0 -29
- data/templates/project/sources/jquery-ui/tests/visual/resizable/resizable_option_aspectRatio_preserve_w50xh100.html +0 -29
- data/templates/project/sources/jquery-ui/tests/visual/resizable/resizable_ticket_3053.html +0 -37
- data/templates/project/sources/jquery-ui/tests/visual/resizable/resizable_ticket_4199.html +0 -37
- data/templates/project/sources/jquery-ui/tests/visual/resizable/resizable_ticket_4217.html +0 -46
- data/templates/project/sources/jquery-ui/tests/visual/resizable/resizable_ticket_4940.html +0 -32
- data/templates/project/sources/jquery-ui/tests/visual/resizable/resizable_ticket_5335.html +0 -52
- data/templates/project/sources/jquery-ui/tests/visual/selectable/selectable.html +0 -40
- data/templates/project/sources/jquery-ui/tests/visual/selectable/selectable_ticket_4341.html +0 -46
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider.html +0 -24
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_horizontal.html +0 -27
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_horizontal_range.html +0 -28
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_horizontal_range_max.html +0 -28
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_horizontal_range_min.html +0 -28
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_in_container_with_scrollbars.html +0 -43
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_method_destroy.html +0 -28
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_method_disable.html +0 -47
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_option_animate_false.html +0 -26
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_option_animate_true.html +0 -65
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_option_max_3.html +0 -26
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_option_max_30.html +0 -26
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_option_max_300.html +0 -26
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_option_min_-3.html +0 -27
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_option_min_-30.html +0 -27
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_option_min_-300.html +0 -27
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_option_orientation_horizontal.html +0 -26
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_option_orientation_vertical.html +0 -26
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_option_range_false.html +0 -27
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_option_range_max.html +0 -27
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_option_range_min.html +0 -27
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_option_range_true.html +0 -27
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_option_step_25.html +0 -26
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_option_step_5.html +0 -26
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_option_value_3.html +0 -26
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_option_value_30.html +0 -26
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_option_values_25_50_75.html +0 -26
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_option_values_25_75.html +0 -26
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_option_values_50.html +0 -26
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_ticket_3736.html +0 -36
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_ticket_3762.html +0 -44
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_ticket_4385.html +0 -42
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_ticket_4467.html +0 -34
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_vertical.html +0 -27
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_vertical_range.html +0 -28
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_vertical_range_max.html +0 -28
- data/templates/project/sources/jquery-ui/tests/visual/slider/slider_vertical_range_min.html +0 -28
- data/templates/project/sources/jquery-ui/tests/visual/sortable/sortable.html +0 -40
- data/templates/project/sources/jquery-ui/tests/visual/sortable/sortable_massive_scale.html +0 -757
- data/templates/project/sources/jquery-ui/tests/visual/sortable/sortable_option_revert_false.html +0 -31
- data/templates/project/sources/jquery-ui/tests/visual/sortable/sortable_option_revert_true.html +0 -31
- data/templates/project/sources/jquery-ui/tests/visual/sortable/sortable_ticket_4231.html +0 -78
- data/templates/project/sources/jquery-ui/tests/visual/sortable/sortable_ticket_5355.html +0 -58
- data/templates/project/sources/jquery-ui/tests/visual/spinner/spinner.html +0 -43
- data/templates/project/sources/jquery-ui/tests/visual/theme.html +0 -532
- data/templates/project/sources/jquery-ui/tests/visual/tooltip/ajaxcontent.php +0 -2
- data/templates/project/sources/jquery-ui/tests/visual/tooltip/callout.html +0 -213
- data/templates/project/sources/jquery-ui/tests/visual/tooltip/tooltip.html +0 -186
- data/templates/project/sources/jquery-ui/tests/visual/visual.css +0 -3
- data/templates/project/sources/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/templates/project/sources/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/templates/project/sources/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/templates/project/sources/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/templates/project/sources/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/templates/project/sources/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/templates/project/sources/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/templates/project/sources/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/templates/project/sources/jquery-ui/themes/base/images/ui-icons_222222_256x240.png +0 -0
- data/templates/project/sources/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png +0 -0
- data/templates/project/sources/jquery-ui/themes/base/images/ui-icons_454545_256x240.png +0 -0
- data/templates/project/sources/jquery-ui/themes/base/images/ui-icons_888888_256x240.png +0 -0
- data/templates/project/sources/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/templates/project/sources/jquery-ui/themes/base/jquery.ui.accordion.css +0 -18
- data/templates/project/sources/jquery-ui/themes/base/jquery.ui.all.css +0 -11
- data/templates/project/sources/jquery-ui/themes/base/jquery.ui.autocomplete.css +0 -13
- data/templates/project/sources/jquery-ui/themes/base/jquery.ui.base.css +0 -24
- data/templates/project/sources/jquery-ui/themes/base/jquery.ui.button.css +0 -38
- data/templates/project/sources/jquery-ui/themes/base/jquery.ui.core.css +0 -41
- data/templates/project/sources/jquery-ui/themes/base/jquery.ui.datepicker.css +0 -68
- data/templates/project/sources/jquery-ui/themes/base/jquery.ui.dialog.css +0 -21
- data/templates/project/sources/jquery-ui/themes/base/jquery.ui.menu.css +0 -44
- data/templates/project/sources/jquery-ui/themes/base/jquery.ui.progressbar.css +0 -11
- data/templates/project/sources/jquery-ui/themes/base/jquery.ui.resizable.css +0 -25
- data/templates/project/sources/jquery-ui/themes/base/jquery.ui.selectable.css +0 -10
- data/templates/project/sources/jquery-ui/themes/base/jquery.ui.slider.css +0 -24
- data/templates/project/sources/jquery-ui/themes/base/jquery.ui.spinner.css +0 -23
- data/templates/project/sources/jquery-ui/themes/base/jquery.ui.tabs.css +0 -17
- data/templates/project/sources/jquery-ui/themes/base/jquery.ui.theme.css +0 -252
- data/templates/project/sources/jquery-ui/themes/base/jquery.ui.tooltip.css +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-af.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-ar-DZ.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-ar.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-az.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-bg.js +0 -24
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-bs.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-ca.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-cs.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-da.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-de.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-el.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-en-AU.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-en-GB.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-en-NZ.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-eo.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-es.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-et.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-eu.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-fa.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-fi.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-fo.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-fr-CH.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-fr.js +0 -25
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-gl.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-he.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-hr.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-hu.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-hy.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-id.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-is.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-it.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-ja.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-ko.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-kz.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-lt.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-lv.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-ml.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-ms.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-nl.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-no.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-pl.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-pt-BR.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-pt.js +0 -22
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-rm.js +0 -21
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-ro.js +0 -26
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-ru.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-sk.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-sl.js +0 -24
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-sq.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-sr-SR.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-sr.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-sv.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-ta.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-th.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-tj.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-tr.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-uk.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-vi.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-zh-CN.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-zh-HK.js +0 -23
- data/templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-zh-TW.js +0 -23
- data/templates/project/sources/jquery-ui/ui/jquery.effects.blind.js +0 -52
- data/templates/project/sources/jquery-ui/ui/jquery.effects.bounce.js +0 -102
- data/templates/project/sources/jquery-ui/ui/jquery.effects.clip.js +0 -69
- data/templates/project/sources/jquery-ui/ui/jquery.effects.core.js +0 -825
- data/templates/project/sources/jquery-ui/ui/jquery.effects.drop.js +0 -64
- data/templates/project/sources/jquery-ui/ui/jquery.effects.explode.js +0 -103
- data/templates/project/sources/jquery-ui/ui/jquery.effects.fade.js +0 -34
- data/templates/project/sources/jquery-ui/ui/jquery.effects.fold.js +0 -73
- data/templates/project/sources/jquery-ui/ui/jquery.effects.highlight.js +0 -51
- data/templates/project/sources/jquery-ui/ui/jquery.effects.pulsate.js +0 -52
- data/templates/project/sources/jquery-ui/ui/jquery.effects.scale.js +0 -250
- data/templates/project/sources/jquery-ui/ui/jquery.effects.shake.js +0 -64
- data/templates/project/sources/jquery-ui/ui/jquery.effects.slide.js +0 -69
- data/templates/project/sources/jquery-ui/ui/jquery.effects.transfer.js +0 -46
- data/templates/project/sources/jquery-ui/ui/jquery.ui.accordion.js +0 -669
- data/templates/project/sources/jquery-ui/ui/jquery.ui.autocomplete.js +0 -439
- data/templates/project/sources/jquery-ui/ui/jquery.ui.button.js +0 -384
- data/templates/project/sources/jquery-ui/ui/jquery.ui.core.js +0 -303
- data/templates/project/sources/jquery-ui/ui/jquery.ui.datepicker.js +0 -1779
- data/templates/project/sources/jquery-ui/ui/jquery.ui.dialog.js +0 -829
- data/templates/project/sources/jquery-ui/ui/jquery.ui.draggable.js +0 -799
- data/templates/project/sources/jquery-ui/ui/jquery.ui.droppable.js +0 -285
- data/templates/project/sources/jquery-ui/ui/jquery.ui.menu.js +0 -402
- data/templates/project/sources/jquery-ui/ui/jquery.ui.mouse.js +0 -156
- data/templates/project/sources/jquery-ui/ui/jquery.ui.position.js +0 -283
- data/templates/project/sources/jquery-ui/ui/jquery.ui.progressbar.js +0 -107
- data/templates/project/sources/jquery-ui/ui/jquery.ui.resizable.js +0 -812
- data/templates/project/sources/jquery-ui/ui/jquery.ui.selectable.js +0 -266
- data/templates/project/sources/jquery-ui/ui/jquery.ui.slider.js +0 -684
- data/templates/project/sources/jquery-ui/ui/jquery.ui.sortable.js +0 -1076
- data/templates/project/sources/jquery-ui/ui/jquery.ui.spinner.js +0 -362
- data/templates/project/sources/jquery-ui/ui/jquery.ui.tabs.js +0 -1039
- data/templates/project/sources/jquery-ui/ui/jquery.ui.tooltip.js +0 -146
- data/templates/project/sources/jquery-ui/ui/jquery.ui.widget.js +0 -363
- data/templates/project/sources/jquery-ui/version.txt +0 -1
- data/templates/project/sources/pie/LICENSE-APACHE2.txt +0 -13
- data/templates/project/sources/pie/LICENSE-GPL2.txt +0 -278
- data/templates/project/sources/pie/build.xml +0 -118
- data/templates/project/sources/pie/demos/basic.html +0 -321
- data/templates/project/sources/pie/demos/farbtastic/CHANGELOG.html +0 -26
- data/templates/project/sources/pie/demos/farbtastic/LICENSE.txt +0 -341
- data/templates/project/sources/pie/demos/farbtastic/README.html +0 -71
- data/templates/project/sources/pie/demos/farbtastic/demo1.html +0 -28
- data/templates/project/sources/pie/demos/farbtastic/demo2.html +0 -57
- data/templates/project/sources/pie/demos/farbtastic/farbtastic.css +0 -51
- data/templates/project/sources/pie/demos/farbtastic/farbtastic.js +0 -345
- data/templates/project/sources/pie/demos/farbtastic/farbtastic.min.js +0 -1
- data/templates/project/sources/pie/demos/farbtastic/marker.png +0 -0
- data/templates/project/sources/pie/demos/farbtastic/mask.png +0 -0
- data/templates/project/sources/pie/demos/farbtastic/wheel.png +0 -0
- data/templates/project/sources/pie/demos/tabs-control.png +0 -0
- data/templates/project/sources/pie/demos/tabs.html +0 -296
- data/templates/project/sources/pie/documentation/about.html +0 -63
- data/templates/project/sources/pie/documentation/build.html +0 -72
- data/templates/project/sources/pie/documentation/getting-started.html +0 -66
- data/templates/project/sources/pie/documentation/known-issues.html +0 -205
- data/templates/project/sources/pie/documentation/pie-js.html +0 -89
- data/templates/project/sources/pie/documentation/product-comparison.html +0 -89
- data/templates/project/sources/pie/documentation/q-and-a.html +0 -152
- data/templates/project/sources/pie/documentation/supported-css3-features.html +0 -402
- data/templates/project/sources/pie/site/pie-wp-theme/404.php +0 -24
- data/templates/project/sources/pie/site/pie-wp-theme/archive.php +0 -24
- data/templates/project/sources/pie/site/pie-wp-theme/attachment/attachment-default.php +0 -61
- data/templates/project/sources/pie/site/pie-wp-theme/attachment.php +0 -25
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/CHANGELOG.txt +0 -72
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/README.txt +0 -15
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/admin.php +0 -330
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/ajax-load.php +0 -115
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/attachment.php +0 -126
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/carrington.php +0 -106
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/compatibility.php +0 -234
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/css/colorpicker.css +0 -161
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/blank.gif +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/colorpicker_background.png +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/colorpicker_hex.png +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/colorpicker_hsb_b.png +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/colorpicker_hsb_h.png +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/colorpicker_hsb_s.png +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/colorpicker_indic.gif +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/colorpicker_overlay.png +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/colorpicker_rgb_b.png +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/colorpicker_rgb_g.png +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/colorpicker_rgb_r.png +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/colorpicker_select.gif +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/colorpicker_submit.png +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/custom_background.png +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/custom_hex.png +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/custom_hsb_b.png +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/custom_hsb_h.png +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/custom_hsb_s.png +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/custom_indic.gif +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/custom_rgb_b.png +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/custom_rgb_g.png +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/custom_rgb_r.png +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/custom_submit.png +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/select.png +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/select2.png +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/slider.png +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/js/colorpicker.js +0 -490
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/lightbox/LICENSE.txt +0 -30
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/lightbox/css/thickbox.css +0 -157
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/lightbox/img/blank.gif +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/lightbox/img/loadingAnimation.gif +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/lightbox/img/macFFBgHack.png +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/lightbox/thickbox.js +0 -332
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/templates.php +0 -105
- data/templates/project/sources/pie/site/pie-wp-theme/carrington-core/utility.php +0 -821
- data/templates/project/sources/pie/site/pie-wp-theme/comment/comment-default.php +0 -53
- data/templates/project/sources/pie/site/pie-wp-theme/comment/ping.php +0 -33
- data/templates/project/sources/pie/site/pie-wp-theme/comments/comments-default.php +0 -66
- data/templates/project/sources/pie/site/pie-wp-theme/comments/comments-loop.php +0 -49
- data/templates/project/sources/pie/site/pie-wp-theme/comments/pings-loop.php +0 -38
- data/templates/project/sources/pie/site/pie-wp-theme/comments/threaded.php +0 -31
- data/templates/project/sources/pie/site/pie-wp-theme/comments.php +0 -24
- data/templates/project/sources/pie/site/pie-wp-theme/content/content-default.php +0 -56
- data/templates/project/sources/pie/site/pie-wp-theme/content/page.php +0 -44
- data/templates/project/sources/pie/site/pie-wp-theme/css/common.css +0 -442
- data/templates/project/sources/pie/site/pie-wp-theme/css/fonts/museosans_500-webfont.eot +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/css/fonts/museosans_500-webfont.svg +0 -240
- data/templates/project/sources/pie/site/pie-wp-theme/css/fonts/museosans_500-webfont.ttf +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/css/fonts/museosans_500-webfont.woff +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/error/404.php +0 -31
- data/templates/project/sources/pie/site/pie-wp-theme/error/exit.php +0 -24
- data/templates/project/sources/pie/site/pie-wp-theme/excerpt/excerpt-default.php +0 -41
- data/templates/project/sources/pie/site/pie-wp-theme/footer/footer-default.php +0 -53
- data/templates/project/sources/pie/site/pie-wp-theme/footer.php +0 -24
- data/templates/project/sources/pie/site/pie-wp-theme/forms/comment.php +0 -94
- data/templates/project/sources/pie/site/pie-wp-theme/forms/search.php +0 -33
- data/templates/project/sources/pie/site/pie-wp-theme/functions/sidebars.php +0 -42
- data/templates/project/sources/pie/site/pie-wp-theme/functions.php +0 -28
- data/templates/project/sources/pie/site/pie-wp-theme/header/header-default.php +0 -99
- data/templates/project/sources/pie/site/pie-wp-theme/header.php +0 -24
- data/templates/project/sources/pie/site/pie-wp-theme/img/divider.png +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/img/favicon.ico +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/img/icons.png +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/img/logo.png +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/index.php +0 -24
- data/templates/project/sources/pie/site/pie-wp-theme/js/farbtastic/CHANGELOG.html +0 -26
- data/templates/project/sources/pie/site/pie-wp-theme/js/farbtastic/LICENSE.txt +0 -341
- data/templates/project/sources/pie/site/pie-wp-theme/js/farbtastic/README.html +0 -71
- data/templates/project/sources/pie/site/pie-wp-theme/js/farbtastic/demo1.html +0 -28
- data/templates/project/sources/pie/site/pie-wp-theme/js/farbtastic/demo2.html +0 -57
- data/templates/project/sources/pie/site/pie-wp-theme/js/farbtastic/farbtastic.css +0 -51
- data/templates/project/sources/pie/site/pie-wp-theme/js/farbtastic/farbtastic.js +0 -345
- data/templates/project/sources/pie/site/pie-wp-theme/js/farbtastic/farbtastic.min.js +0 -1
- data/templates/project/sources/pie/site/pie-wp-theme/js/farbtastic/marker.png +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/js/farbtastic/mask.png +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/js/farbtastic/wheel.png +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/loop/archive.php +0 -28
- data/templates/project/sources/pie/site/pie-wp-theme/loop/loop-default.php +0 -33
- data/templates/project/sources/pie/site/pie-wp-theme/loop/search.php +0 -30
- data/templates/project/sources/pie/site/pie-wp-theme/misc/banner.php +0 -21
- data/templates/project/sources/pie/site/pie-wp-theme/misc/nav-posts.php +0 -22
- data/templates/project/sources/pie/site/pie-wp-theme/misc/no-results.php +0 -23
- data/templates/project/sources/pie/site/pie-wp-theme/page.php +0 -24
- data/templates/project/sources/pie/site/pie-wp-theme/pages/pages-default.php +0 -30
- data/templates/project/sources/pie/site/pie-wp-theme/posts/author.php +0 -52
- data/templates/project/sources/pie/site/pie-wp-theme/posts/category.php +0 -40
- data/templates/project/sources/pie/site/pie-wp-theme/posts/home.php +0 -30
- data/templates/project/sources/pie/site/pie-wp-theme/posts/posts-default.php +0 -30
- data/templates/project/sources/pie/site/pie-wp-theme/posts/search.php +0 -44
- data/templates/project/sources/pie/site/pie-wp-theme/posts/tag.php +0 -38
- data/templates/project/sources/pie/site/pie-wp-theme/screenshot.png +0 -0
- data/templates/project/sources/pie/site/pie-wp-theme/search.php +0 -24
- data/templates/project/sources/pie/site/pie-wp-theme/sidebar/sidebar-default.php +0 -68
- data/templates/project/sources/pie/site/pie-wp-theme/sidebar.php +0 -24
- data/templates/project/sources/pie/site/pie-wp-theme/single/single-default.php +0 -40
- data/templates/project/sources/pie/site/pie-wp-theme/single.php +0 -24
- data/templates/project/sources/pie/site/pie-wp-theme/style.css +0 -73
- data/templates/project/sources/pie/sources/Angle.js +0 -36
- data/templates/project/sources/pie/sources/BackgroundRenderer.js +0 -381
- data/templates/project/sources/pie/sources/BackgroundStyleInfo.js +0 -295
- data/templates/project/sources/pie/sources/BgPosition.js +0 -104
- data/templates/project/sources/pie/sources/BorderImageRenderer.js +0 -124
- data/templates/project/sources/pie/sources/BorderImageStyleInfo.js +0 -146
- data/templates/project/sources/pie/sources/BorderRadiusStyleInfo.js +0 -68
- data/templates/project/sources/pie/sources/BorderRenderer.js +0 -328
- data/templates/project/sources/pie/sources/BorderStyleInfo.js +0 -101
- data/templates/project/sources/pie/sources/BoundsInfo.js +0 -56
- data/templates/project/sources/pie/sources/BoxShadowInsetRenderer.js +0 -31
- data/templates/project/sources/pie/sources/BoxShadowOutsetRenderer.js +0 -136
- data/templates/project/sources/pie/sources/BoxShadowStyleInfo.js +0 -67
- data/templates/project/sources/pie/sources/Color.js +0 -127
- data/templates/project/sources/pie/sources/Element.js +0 -416
- data/templates/project/sources/pie/sources/Heartbeat.js +0 -16
- data/templates/project/sources/pie/sources/ImgRenderer.js +0 -66
- data/templates/project/sources/pie/sources/Length.js +0 -134
- data/templates/project/sources/pie/sources/Observable.js +0 -44
- data/templates/project/sources/pie/sources/OnBeforeUnload.js +0 -15
- data/templates/project/sources/pie/sources/OnPrint.js +0 -25
- data/templates/project/sources/pie/sources/OnResize.js +0 -12
- data/templates/project/sources/pie/sources/OnScroll.js +0 -15
- data/templates/project/sources/pie/sources/PIE_API.js +0 -35
- data/templates/project/sources/pie/sources/PIE_close.js +0 -2
- data/templates/project/sources/pie/sources/PIE_open.js +0 -47
- data/templates/project/sources/pie/sources/RendererBase.js +0 -299
- data/templates/project/sources/pie/sources/RootRenderer.js +0 -112
- data/templates/project/sources/pie/sources/StyleInfoBase.js +0 -93
- data/templates/project/sources/pie/sources/Tokenizer.js +0 -274
- data/templates/project/sources/pie/sources/Util.js +0 -94
- data/templates/project/sources/pie/sources/VisibilityStyleInfo.js +0 -38
- data/templates/project/sources/pie/sources/closure_externs.js +0 -4
- data/templates/project/sources/pie/sources/closure_preservefunctions.js +0 -4
- data/templates/project/sources/pie/sources/htc_close.txt +0 -2
- data/templates/project/sources/pie/sources/htc_init.js +0 -19
- data/templates/project/sources/pie/sources/htc_open.txt +0 -13
- data/templates/project/sources/pie/sources/js_close.js +0 -1
- data/templates/project/sources/pie/sources/js_open.js +0 -8
- data/templates/project/sources/pie/sources/wrappers/PIE.php +0 -19
- data/templates/project/sources/pie/tests/IE9 border-radius tests/border-radius-applies-to-001.htm +0 -27
- data/templates/project/sources/pie/tests/IE9 border-radius tests/border-radius-applies-to-002.htm +0 -31
- data/templates/project/sources/pie/tests/IE9 border-radius tests/border-radius-applies-to-003.htm +0 -29
- data/templates/project/sources/pie/tests/IE9 border-radius tests/border-radius-applies-to-004.htm +0 -29
- data/templates/project/sources/pie/tests/IE9 border-radius tests/border-radius-applies-to-005.htm +0 -29
- data/templates/project/sources/pie/tests/IE9 border-radius tests/border-radius-applies-to-006.htm +0 -41
- data/templates/project/sources/pie/tests/IE9 border-radius tests/border-radius-applies-to-007.htm +0 -46
- data/templates/project/sources/pie/tests/IE9 border-radius tests/border-radius-applies-to-008.htm +0 -41
- data/templates/project/sources/pie/tests/IE9 border-radius tests/border-radius-applies-to-009.htm +0 -45
- data/templates/project/sources/pie/tests/IE9 border-radius tests/border-radius-applies-to-010.htm +0 -31
- data/templates/project/sources/pie/tests/IE9 border-radius tests/border-radius-applies-to-011.htm +0 -41
- data/templates/project/sources/pie/tests/IE9 border-radius tests/border-radius-applies-to-012.htm +0 -49
- data/templates/project/sources/pie/tests/IE9 border-radius tests/border-radius-applies-to-013.htm +0 -51
- data/templates/project/sources/pie/tests/IE9 border-radius tests/border-radius-applies-to-014.htm +0 -51
- data/templates/project/sources/pie/tests/IE9 border-radius tests/border-radius-applies-to-015.htm +0 -51
- data/templates/project/sources/pie/tests/IE9 border-radius tests/border-radius-applies-to-016.htm +0 -50
- data/templates/project/sources/pie/tests/IE9 border-radius tests/border-radius-applies-to-017.htm +0 -35
- data/templates/project/sources/pie/tests/IE9 border-radius tests/border-radius-different-width-001.htm +0 -77
- data/templates/project/sources/pie/tests/IE9 border-radius tests/border-radius-initial-value-001.htm +0 -35
- data/templates/project/sources/pie/tests/IE9 border-radius tests/border-radius-not-inherited-001.htm +0 -44
- data/templates/project/sources/pie/tests/IE9 border-radius tests/border-radius-shorthand-001.htm +0 -69
- data/templates/project/sources/pie/tests/IE9 border-radius tests/border-radius-style-001.htm +0 -33
- data/templates/project/sources/pie/tests/IE9 border-radius tests/border-radius-style-002.htm +0 -28
- data/templates/project/sources/pie/tests/IE9 border-radius tests/border-radius-style-003.htm +0 -28
- data/templates/project/sources/pie/tests/IE9 border-radius tests/border-radius-style-004.htm +0 -28
- data/templates/project/sources/pie/tests/IE9 border-radius tests/border-radius-style-005.htm +0 -29
- data/templates/project/sources/pie/tests/IE9 border-radius tests/border-radius-sum-of-radii-001.htm +0 -158
- data/templates/project/sources/pie/tests/IE9 border-radius tests/border-radius-sum-of-radii-002.htm +0 -92
- data/templates/project/sources/pie/tests/IE9 border-radius tests/border-radius-with-three-values-001.htm +0 -43
- data/templates/project/sources/pie/tests/IE9 border-radius tests/border-radius-with-two-values-001.htm +0 -43
- data/templates/project/sources/pie/tests/IE9 border-radius tests/border-top-left-radius-values-001.htm +0 -45
- data/templates/project/sources/pie/tests/IE9 border-radius tests/border-top-left-radius-values-002.htm +0 -40
- data/templates/project/sources/pie/tests/IE9 border-radius tests/border-top-left-radius-values-003.htm +0 -51
- data/templates/project/sources/pie/tests/background1.gif +0 -0
- data/templates/project/sources/pie/tests/background2.gif +0 -0
- data/templates/project/sources/pie/tests/basic.html +0 -188
- data/templates/project/sources/pie/tests/border-image-test.html +0 -52
- data/templates/project/sources/pie/tests/border.png +0 -0
- data/templates/project/sources/pie/tests/border2.png +0 -0
- data/templates/project/sources/pie/tests/box-shadow-tests.html +0 -166
- data/templates/project/sources/pie/tests/buttons.html +0 -735
- data/templates/project/sources/pie/tests/color-names.html +0 -32
- data/templates/project/sources/pie/tests/gradient-tests.html +0 -237
- data/templates/project/sources/pie/tests/hiding-tests.html +0 -92
- data/templates/project/sources/pie/tests/hover-tests.html +0 -107
- data/templates/project/sources/pie/tests/iPhoneBackButton.png +0 -0
- data/templates/project/sources/pie/tests/icon-chrome.png +0 -0
- data/templates/project/sources/pie/tests/icon-firefox.png +0 -0
- data/templates/project/sources/pie/tests/icon-ie.png +0 -0
- data/templates/project/sources/pie/tests/icon-opera.png +0 -0
- data/templates/project/sources/pie/tests/icon-safari.png +0 -0
- data/templates/project/sources/pie/tests/img.html +0 -63
- data/templates/project/sources/pie/tests/margin-auto-tests.html +0 -57
- data/templates/project/sources/pie/tests/margin-collapsing-tests.html +0 -77
- data/templates/project/sources/pie/tests/misc-tests.html +0 -257
- data/templates/project/sources/pie/tests/multiple-bg-tests.html +0 -100
- data/templates/project/sources/pie/tests/peculiar-icons/Peculiar.html +0 -372
- data/templates/project/sources/pie/tests/peculiar-icons/pictograms.css +0 -1934
- data/templates/project/sources/pie/tests/peculiar-icons/style.css +0 -106
- data/templates/project/sources/pie/tests/photo.jpg +0 -0
- data/templates/project/sources/pie/tests/png-fix.html +0 -50
- data/templates/project/sources/pie/tests/position-fixed.html +0 -70
- data/templates/project/sources/pie/tests/rtl.html +0 -190
- data/templates/project/sources/pie/tests/sizing-tests.html +0 -55
- data/templates/project/sources/pie/tests/solar-system/asteroids_meteorids.png +0 -0
- data/templates/project/sources/pie/tests/solar-system/bg.jpg +0 -0
- data/templates/project/sources/pie/tests/solar-system/solar-system.html +0 -148
- data/templates/project/sources/pie/tests/solar-system/styles.css +0 -447
- data/templates/project/sources/pie/tests/stress-test.html +0 -187
- data/templates/project/sources/pie/tests/submitted/block.png +0 -0
- data/templates/project/sources/pie/tests/submitted/forum-f3-t19.html +0 -31
- data/templates/project/sources/pie/tests/submitted/forum-f3-t25.gif +0 -0
- data/templates/project/sources/pie/tests/submitted/forum-f3-t25.html +0 -24
- data/templates/project/sources/pie/tests/submitted/forum-f3-t70.html +0 -136
- data/templates/project/sources/pie/tests/submitted/issue23.html +0 -124
- data/templates/project/sources/pie/tests/submitted/issue41.html +0 -164
- data/templates/project/sources/pie/tests/submitted/issue47.html +0 -136
- data/templates/project/sources/pie/tests/submitted/issue75.html +0 -94
- data/templates/project/sources/pie/tests/submitted/tab.png +0 -0
- data/templates/project/sources/pie/tests/tables.html +0 -87
- data/templates/project/sources/pie/tests/tokenizer-tests.html +0 -158
- data/templates/project/sources/pie/tests/z-index-tests.html +0 -145
- data/templates/project/sources/pie/tools/compiler.jar +0 -0
- data/templates/project/sources/scrollability/README.md +0 -38
- data/templates/project/sources/scrollability/scrollability-min.js +0 -1
- data/templates/project/sources/scrollability/scrollability.js +0 -661
- data/templates/project/sources/scrollorama/README.md +0 -21
- data/templates/project/sources/scrollorama/css/normalize.css +0 -439
- data/templates/project/sources/scrollorama/css/style.css +0 -257
- data/templates/project/sources/scrollorama/index.html +0 -167
- data/templates/project/sources/scrollorama/js/jquery-1.7.1.min.js +0 -4
- data/templates/project/sources/scrollorama/js/jquery.lettering-0.6.1.min.js +0 -2
- data/templates/project/sources/scrollorama/js/jquery.scrollorama.js +0 -299
- data/templates/project/style.sass +0 -127
- data/templates/project/survival-kit-logo.png +0 -0
- data/templates/project/survivalkit/drupal7.sass +0 -2563
- data/templates/project/survivalkit/survivalkit.sass +0 -137
@@ -1,2563 +0,0 @@
|
|
1
|
-
#aggregator
|
2
|
-
.feed-source
|
3
|
-
.feed-title
|
4
|
-
margin-top: 0
|
5
|
-
.feed-image img
|
6
|
-
margin-bottom: 0.75em
|
7
|
-
.feed-icon
|
8
|
-
float: right
|
9
|
-
/* LTR
|
10
|
-
display: block
|
11
|
-
.feed-item
|
12
|
-
margin-bottom: 1.5em
|
13
|
-
.feed-item-title
|
14
|
-
margin-bottom: 0
|
15
|
-
font-size: 1.3em
|
16
|
-
.feed-item-meta, .feed-item-body
|
17
|
-
margin-bottom: 0.5em
|
18
|
-
.feed-item-categories
|
19
|
-
font-size: 0.9em
|
20
|
-
td
|
21
|
-
vertical-align: bottom
|
22
|
-
&.categorize-item
|
23
|
-
white-space: nowrap
|
24
|
-
.categorize-item
|
25
|
-
.news-item .body
|
26
|
-
margin-top: 0
|
27
|
-
h3
|
28
|
-
margin-bottom: 1em
|
29
|
-
margin-top: 0
|
30
|
-
|
31
|
-
#blocks tr
|
32
|
-
&.region-title td
|
33
|
-
font-weight: bold
|
34
|
-
&.region-message
|
35
|
-
font-weight: normal
|
36
|
-
color: #999
|
37
|
-
&.region-populated
|
38
|
-
display: none
|
39
|
-
|
40
|
-
.block-region
|
41
|
-
background-color: #ff6
|
42
|
-
margin-top: 4px
|
43
|
-
margin-bottom: 4px
|
44
|
-
padding: 3px
|
45
|
-
|
46
|
-
a.block-demo-backlink
|
47
|
-
background-color: #B4D7F0
|
48
|
-
-moz-border-radius: 0 0 10px 10px
|
49
|
-
-webkit-border-radius: 0 0 10px 10px
|
50
|
-
border-radius: 0 0 10px 10px
|
51
|
-
color: #000
|
52
|
-
font-family: "Lucida Grande", Verdana, sans-serif
|
53
|
-
font-size: small
|
54
|
-
line-height: 20px
|
55
|
-
left: 20px
|
56
|
-
/*LTR
|
57
|
-
padding: 5px 10px
|
58
|
-
position: fixed
|
59
|
-
z-index: 499
|
60
|
-
&:link, &:visited
|
61
|
-
background-color: #B4D7F0
|
62
|
-
-moz-border-radius: 0 0 10px 10px
|
63
|
-
-webkit-border-radius: 0 0 10px 10px
|
64
|
-
border-radius: 0 0 10px 10px
|
65
|
-
color: #000
|
66
|
-
font-family: "Lucida Grande", Verdana, sans-serif
|
67
|
-
font-size: small
|
68
|
-
line-height: 20px
|
69
|
-
left: 20px
|
70
|
-
/*LTR
|
71
|
-
padding: 5px 10px
|
72
|
-
position: fixed
|
73
|
-
z-index: 499
|
74
|
-
&:hover
|
75
|
-
text-decoration: underline
|
76
|
-
|
77
|
-
.book-navigation
|
78
|
-
.menu
|
79
|
-
border-top: 1px solid #888
|
80
|
-
padding: 1em 0 0 3em
|
81
|
-
/* LTR
|
82
|
-
.page-links
|
83
|
-
border-top: 1px solid #888
|
84
|
-
border-bottom: 1px solid #888
|
85
|
-
text-align: center
|
86
|
-
padding: 0.5em
|
87
|
-
.page-previous
|
88
|
-
text-align: left
|
89
|
-
width: 42%
|
90
|
-
display: block
|
91
|
-
float: left
|
92
|
-
/* LTR
|
93
|
-
.page-up
|
94
|
-
margin: 0 5%
|
95
|
-
width: 4%
|
96
|
-
display: block
|
97
|
-
float: left
|
98
|
-
/* LTR
|
99
|
-
.page-next
|
100
|
-
text-align: right
|
101
|
-
width: 42%
|
102
|
-
display: block
|
103
|
-
float: right
|
104
|
-
|
105
|
-
#book-outline
|
106
|
-
min-width: 56em
|
107
|
-
|
108
|
-
.book-outline-form .form-item
|
109
|
-
margin-top: 0
|
110
|
-
margin-bottom: 0
|
111
|
-
|
112
|
-
html.js #edit-book-pick-book
|
113
|
-
display: none
|
114
|
-
|
115
|
-
.form-item-book-bid .description
|
116
|
-
clear: both
|
117
|
-
|
118
|
-
#book-admin-edit
|
119
|
-
select
|
120
|
-
margin-right: 24px
|
121
|
-
&.progress-disabled
|
122
|
-
margin-right: 0
|
123
|
-
tr.ajax-new-content
|
124
|
-
background-color: #ffd
|
125
|
-
.form-item
|
126
|
-
float: left
|
127
|
-
|
128
|
-
/* Farbtastic placement
|
129
|
-
|
130
|
-
.color-form
|
131
|
-
max-width: 50em
|
132
|
-
position: relative
|
133
|
-
|
134
|
-
#placeholder
|
135
|
-
position: absolute
|
136
|
-
top: 0
|
137
|
-
right: 0
|
138
|
-
/* LTR
|
139
|
-
|
140
|
-
/* Palette
|
141
|
-
|
142
|
-
.color-form
|
143
|
-
.form-item
|
144
|
-
height: 2em
|
145
|
-
line-height: 2em
|
146
|
-
padding-left: 1em
|
147
|
-
/* LTR
|
148
|
-
margin: 0.5em 0
|
149
|
-
label
|
150
|
-
float: left
|
151
|
-
/* LTR
|
152
|
-
clear: left
|
153
|
-
/* LTR
|
154
|
-
width: 10em
|
155
|
-
.form-text, .form-select
|
156
|
-
float: left
|
157
|
-
/* LTR
|
158
|
-
.form-text
|
159
|
-
text-align: center
|
160
|
-
margin-right: 5px
|
161
|
-
/* LTR
|
162
|
-
cursor: pointer
|
163
|
-
|
164
|
-
#palette
|
165
|
-
.hook
|
166
|
-
float: left
|
167
|
-
/* LTR
|
168
|
-
margin-top: 3px
|
169
|
-
width: 16px
|
170
|
-
height: 16px
|
171
|
-
.down, .up, .both
|
172
|
-
background: image_url('drupal/hook.png') no-repeat 100% 0
|
173
|
-
/* LTR
|
174
|
-
.up
|
175
|
-
background-position: 100% -27px
|
176
|
-
/* LTR
|
177
|
-
.both
|
178
|
-
background-position: 100% -54px
|
179
|
-
/* LTR
|
180
|
-
.lock
|
181
|
-
float: left
|
182
|
-
/* LTR
|
183
|
-
position: relative
|
184
|
-
top: -1.4em
|
185
|
-
left: -10px
|
186
|
-
/* LTR
|
187
|
-
width: 20px
|
188
|
-
height: 25px
|
189
|
-
background: image_url('drupal/lock.png') no-repeat 50% 2px
|
190
|
-
cursor: pointer
|
191
|
-
.unlocked
|
192
|
-
background-position: 50% -22px
|
193
|
-
.form-item
|
194
|
-
width: 20em
|
195
|
-
.item-selected
|
196
|
-
background: #eee
|
197
|
-
|
198
|
-
/* Preview
|
199
|
-
|
200
|
-
#preview
|
201
|
-
display: none
|
202
|
-
|
203
|
-
html.js #preview
|
204
|
-
display: block
|
205
|
-
position: relative
|
206
|
-
float: left
|
207
|
-
/* LTR
|
208
|
-
|
209
|
-
#comments
|
210
|
-
margin-top: 15px
|
211
|
-
|
212
|
-
.indented
|
213
|
-
margin-left: 25px
|
214
|
-
/* LTR
|
215
|
-
|
216
|
-
.comment-unpublished
|
217
|
-
background-color: #fff4f4
|
218
|
-
|
219
|
-
.comment-preview
|
220
|
-
background-color: #ffffea
|
221
|
-
|
222
|
-
/**
|
223
|
-
* Contextual links regions.
|
224
|
-
|
225
|
-
.contextual-links-region
|
226
|
-
outline: none
|
227
|
-
position: relative
|
228
|
-
|
229
|
-
.contextual-links-region-active
|
230
|
-
outline: #999 dashed 1px
|
231
|
-
|
232
|
-
/**
|
233
|
-
* Contextual links.
|
234
|
-
|
235
|
-
div.contextual-links-wrapper
|
236
|
-
display: none
|
237
|
-
font-size: 90%
|
238
|
-
position: absolute
|
239
|
-
right: 5px
|
240
|
-
/* LTR
|
241
|
-
top: 2px
|
242
|
-
z-index: 999
|
243
|
-
|
244
|
-
html.js div.contextual-links-wrapper
|
245
|
-
display: block
|
246
|
-
|
247
|
-
a.contextual-links-trigger
|
248
|
-
background: transparent image_url('drupal/gear-select.png') no-repeat 2px 0
|
249
|
-
border: 1px solid transparent
|
250
|
-
display: none
|
251
|
-
height: 18px
|
252
|
-
margin: 0
|
253
|
-
padding: 0 2px
|
254
|
-
outline: none
|
255
|
-
text-indent: 34px
|
256
|
-
/* LTR
|
257
|
-
width: 28px
|
258
|
-
overflow: hidden
|
259
|
-
-khtml-border-radius: 4px
|
260
|
-
-moz-border-radius: 4px
|
261
|
-
-webkit-border-radius: 4px
|
262
|
-
border-radius: 4px
|
263
|
-
&:hover
|
264
|
-
background-position: 2px -18px
|
265
|
-
|
266
|
-
div
|
267
|
-
&.contextual-links-active a.contextual-links-trigger
|
268
|
-
background-position: 2px -18px
|
269
|
-
background-position: 2px -18px
|
270
|
-
background-color: #fff
|
271
|
-
border-color: #ccc
|
272
|
-
border-bottom: none
|
273
|
-
position: relative
|
274
|
-
z-index: 1
|
275
|
-
-moz-border-radius: 4px 4px 0 0
|
276
|
-
-webkit-border-bottom-left-radius: 0
|
277
|
-
-webkit-border-bottom-right-radius: 0
|
278
|
-
border-radius: 4px 4px 0 0
|
279
|
-
&.contextual-links-wrapper ul.contextual-links
|
280
|
-
background-color: #fff
|
281
|
-
border: 1px solid #ccc
|
282
|
-
display: none
|
283
|
-
margin: 0
|
284
|
-
padding: 0.25em 0
|
285
|
-
position: absolute
|
286
|
-
right: 0
|
287
|
-
text-align: left
|
288
|
-
top: 18px
|
289
|
-
white-space: nowrap
|
290
|
-
-moz-border-radius: 4px 0 4px 4px
|
291
|
-
/* LTR
|
292
|
-
-webkit-border-bottom-left-radius: 4px
|
293
|
-
-webkit-border-bottom-right-radius: 4px
|
294
|
-
-webkit-border-top-right-radius: 0
|
295
|
-
/* LTR
|
296
|
-
-webkit-border-top-left-radius: 4px
|
297
|
-
/* LTR
|
298
|
-
border-radius: 4px 0 4px 4px
|
299
|
-
/* LTR
|
300
|
-
|
301
|
-
.contextual-links-region:hover a.contextual-links-trigger
|
302
|
-
display: block
|
303
|
-
|
304
|
-
div.contextual-links-active
|
305
|
-
a.contextual-links-trigger, ul.contextual-links
|
306
|
-
display: block
|
307
|
-
|
308
|
-
ul.contextual-links li
|
309
|
-
line-height: 100%
|
310
|
-
list-style: none
|
311
|
-
list-style-image: none
|
312
|
-
margin: 0
|
313
|
-
padding: 0
|
314
|
-
|
315
|
-
div.contextual-links-wrapper a
|
316
|
-
text-decoration: none
|
317
|
-
|
318
|
-
ul.contextual-links li a
|
319
|
-
color: #333 !important
|
320
|
-
display: block
|
321
|
-
margin: 0.25em 0
|
322
|
-
padding: 0.25em 1em 0.25em 0.5em
|
323
|
-
&:hover
|
324
|
-
background-color: #bfdcee
|
325
|
-
|
326
|
-
#dashboard
|
327
|
-
div
|
328
|
-
&.dashboard-region
|
329
|
-
float: left
|
330
|
-
min-height: 1px
|
331
|
-
&#dashboard_main
|
332
|
-
width: 65%
|
333
|
-
margin-right: 1%
|
334
|
-
/* LTR
|
335
|
-
&#dashboard_sidebar
|
336
|
-
width: 33%
|
337
|
-
&.block
|
338
|
-
margin-bottom: 20px
|
339
|
-
.dashboard-region .block
|
340
|
-
clear: both
|
341
|
-
div.block h2
|
342
|
-
float: none
|
343
|
-
#disabled-blocks .block, .block-placeholder
|
344
|
-
background: #e2e1dc
|
345
|
-
padding: 6px 4px 6px 8px
|
346
|
-
/* LTR
|
347
|
-
margin: 3px 3px 3px 0
|
348
|
-
/* LTR
|
349
|
-
float: left
|
350
|
-
/* LTR
|
351
|
-
-moz-border-radius: 4px
|
352
|
-
-webkit-border-radius: 4px
|
353
|
-
border-radius: 4px
|
354
|
-
.dashboard-add-other-blocks
|
355
|
-
margin: 10px 0 0 0
|
356
|
-
.ui-sortable
|
357
|
-
border: 2px dashed #ccc
|
358
|
-
padding: 10px
|
359
|
-
.canvas-content
|
360
|
-
padding: 10px
|
361
|
-
#disabled-blocks .ui-sortable
|
362
|
-
padding: 0
|
363
|
-
background-color: #777
|
364
|
-
border: 0
|
365
|
-
.canvas-content a.button
|
366
|
-
margin: 0 0 0 10px
|
367
|
-
/* LTR
|
368
|
-
color: #5a5a5a
|
369
|
-
text-decoration: none
|
370
|
-
.region
|
371
|
-
margin: 5px
|
372
|
-
#disabled-blocks
|
373
|
-
.region
|
374
|
-
background-color: #E0E0D8
|
375
|
-
border: #ccc 1px solid
|
376
|
-
padding: 10px
|
377
|
-
padding: 5px 0
|
378
|
-
h2
|
379
|
-
display: inline
|
380
|
-
font-weight: normal
|
381
|
-
white-space: nowrap
|
382
|
-
.block
|
383
|
-
background: #444
|
384
|
-
color: #fff
|
385
|
-
&.customize-inactive #disabled-blocks .block:hover
|
386
|
-
background: #0074BD
|
387
|
-
#disabled-blocks .block .content, .ui-sortable-helper .content
|
388
|
-
display: none
|
389
|
-
.ui-sortable .block
|
390
|
-
cursor: move
|
391
|
-
min-height: 1px
|
392
|
-
h2
|
393
|
-
background: transparent image_url('drupal/draggable.png') no-repeat 0px -39px
|
394
|
-
padding: 0 17px
|
395
|
-
&.customize-inactive
|
396
|
-
#disabled-blocks .block:hover h2
|
397
|
-
background: #0074bd image_url('drupal/draggable.png') no-repeat 0px -39px
|
398
|
-
color: #fff
|
399
|
-
.dashboard-region .ui-sortable .block:hover h2
|
400
|
-
background: #0074bd image_url('drupal/draggable.png') no-repeat
|
401
|
-
background-position: 3px -36px
|
402
|
-
color: #fff
|
403
|
-
.dashboard-region .block-placeholder
|
404
|
-
margin: 0 0 20px 0
|
405
|
-
padding: 0
|
406
|
-
display: block
|
407
|
-
height: 1.6em
|
408
|
-
width: 100%
|
409
|
-
#disabled-blocks .block-placeholder
|
410
|
-
width: 30px
|
411
|
-
height: 1.6em
|
412
|
-
|
413
|
-
.form-item-type, .form-item-severity
|
414
|
-
float: left
|
415
|
-
/* LTR
|
416
|
-
padding-right: .8em
|
417
|
-
/* LTR
|
418
|
-
margin: 0.1em
|
419
|
-
/**
|
420
|
-
* In Opera 9, DOM elements with the property of "overflow: auto"
|
421
|
-
* will partially hide its contents with unnecessary scrollbars when
|
422
|
-
* its immediate child is floated without an explicit width set.
|
423
|
-
width: 15em
|
424
|
-
|
425
|
-
#dblog-filter-form
|
426
|
-
.form-type-select select
|
427
|
-
width: 100%
|
428
|
-
.form-actions
|
429
|
-
float: left
|
430
|
-
padding: 3ex 0 0 1em
|
431
|
-
|
432
|
-
tr
|
433
|
-
&.dblog-user
|
434
|
-
background: #ffd
|
435
|
-
.active
|
436
|
-
background: #eed
|
437
|
-
&.dblog-content
|
438
|
-
background: #ddf
|
439
|
-
.active
|
440
|
-
background: #cce
|
441
|
-
&.dblog-page-not-found, &.dblog-access-denied
|
442
|
-
background: #dfd
|
443
|
-
&.dblog-page-not-found .active, &.dblog-access-denied .active
|
444
|
-
background: #cec
|
445
|
-
&.dblog-error
|
446
|
-
background: #ffc9c9
|
447
|
-
.active
|
448
|
-
background: #eeb9b9
|
449
|
-
|
450
|
-
table#admin-dblog
|
451
|
-
td.icon
|
452
|
-
background: no-repeat center
|
453
|
-
width: 16px
|
454
|
-
tr
|
455
|
-
&.dblog-warning td.icon
|
456
|
-
background-image: image_url('drupal/message-16-warning.png')
|
457
|
-
&.dblog-error td.icon
|
458
|
-
background-image: image_url('drupal/message-16-error.png')
|
459
|
-
|
460
|
-
/* Field display
|
461
|
-
|
462
|
-
.field .field-label
|
463
|
-
font-weight: bold
|
464
|
-
|
465
|
-
.field-label-inline
|
466
|
-
.field-label, .field-items
|
467
|
-
float: left
|
468
|
-
/*LTR
|
469
|
-
|
470
|
-
/* Form display
|
471
|
-
|
472
|
-
form
|
473
|
-
.field-multiple-table
|
474
|
-
margin: 0
|
475
|
-
th.field-label
|
476
|
-
padding-left: 0
|
477
|
-
/*LTR
|
478
|
-
td.field-multiple-drag
|
479
|
-
width: 30px
|
480
|
-
padding-right: 0
|
481
|
-
/*LTR
|
482
|
-
a.tabledrag-handle
|
483
|
-
padding-right: .5em
|
484
|
-
/*LTR
|
485
|
-
.field-add-more-submit
|
486
|
-
margin: .5em 0 0
|
487
|
-
|
488
|
-
/* 'Manage fields' and 'Manage display' overviews
|
489
|
-
|
490
|
-
table.field-ui-overview tr
|
491
|
-
&.add-new
|
492
|
-
.label-input
|
493
|
-
float: left
|
494
|
-
/* LTR
|
495
|
-
.tabledrag-changed
|
496
|
-
display: none
|
497
|
-
.description
|
498
|
-
margin-bottom: 0
|
499
|
-
.add-new-placeholder
|
500
|
-
font-weight: bold
|
501
|
-
padding-bottom: .5em
|
502
|
-
&.region-title td
|
503
|
-
font-weight: bold
|
504
|
-
&.region-message td
|
505
|
-
font-style: italic
|
506
|
-
&.region-populated, &.region-add-new-title
|
507
|
-
display: none
|
508
|
-
|
509
|
-
/* 'Manage display' overview
|
510
|
-
|
511
|
-
#field-display-overview
|
512
|
-
.field-formatter-summary-cell
|
513
|
-
line-height: 1em
|
514
|
-
.field-formatter-summary
|
515
|
-
float: left
|
516
|
-
font-size: 0.9em
|
517
|
-
td.field-formatter-summary-cell span.warning
|
518
|
-
display: block
|
519
|
-
float: left
|
520
|
-
margin-right: .5em
|
521
|
-
.field-formatter-settings-edit-wrapper, .field-formatter-settings-edit
|
522
|
-
float: right
|
523
|
-
tr.field-formatter-settings-editing
|
524
|
-
td
|
525
|
-
vertical-align: top
|
526
|
-
.field-formatter-type
|
527
|
-
display: none
|
528
|
-
.field-formatter-settings-edit-form .formatter-name
|
529
|
-
font-weight: bold
|
530
|
-
|
531
|
-
#field-ui-display-overview-form #edit-refresh
|
532
|
-
display: none
|
533
|
-
|
534
|
-
/**
|
535
|
-
* Managed file element styles.
|
536
|
-
|
537
|
-
.form-managed-file
|
538
|
-
.form-file, .form-submit
|
539
|
-
margin: 0
|
540
|
-
input.progress-disabled
|
541
|
-
float: none
|
542
|
-
display: inline
|
543
|
-
div
|
544
|
-
&.ajax-progress, &.throbber
|
545
|
-
display: inline
|
546
|
-
float: none
|
547
|
-
padding: 1px 5px 2px 5px
|
548
|
-
&.ajax-progress div
|
549
|
-
display: inline
|
550
|
-
&.ajax-progress-bar
|
551
|
-
display: none
|
552
|
-
margin-top: 4px
|
553
|
-
width: 28em
|
554
|
-
padding: 0
|
555
|
-
div.bar
|
556
|
-
margin: 0
|
557
|
-
|
558
|
-
.text-format-wrapper .form-item
|
559
|
-
margin-bottom: 0
|
560
|
-
|
561
|
-
.filter-wrapper
|
562
|
-
border-top: 0
|
563
|
-
margin: 0
|
564
|
-
padding: 1.5em 0 1.5em
|
565
|
-
.form-item
|
566
|
-
float: left
|
567
|
-
padding: 0 0 0.5em 1.5em
|
568
|
-
label
|
569
|
-
display: inline
|
570
|
-
|
571
|
-
.filter-help
|
572
|
-
float: right
|
573
|
-
padding: 0 1.5em 0.5em
|
574
|
-
p
|
575
|
-
margin: 0
|
576
|
-
a
|
577
|
-
background: transparent image_url('drupal/help.png') right center no-repeat
|
578
|
-
padding: 0 20px
|
579
|
-
|
580
|
-
.filter-guidelines
|
581
|
-
clear: left
|
582
|
-
padding: 0 1.5em
|
583
|
-
|
584
|
-
.text-format-wrapper .description
|
585
|
-
margin-top: 0.5em
|
586
|
-
|
587
|
-
#filter-order tr
|
588
|
-
.form-item
|
589
|
-
padding: 0.5em 0 0 3em
|
590
|
-
white-space: normal
|
591
|
-
.form-type-checkbox .description
|
592
|
-
padding: 0 0 0 2.5em
|
593
|
-
|
594
|
-
input#edit-filters-filter-html-settings-allowed-html
|
595
|
-
width: 100%
|
596
|
-
|
597
|
-
.tips
|
598
|
-
margin-top: 0
|
599
|
-
margin-bottom: 0
|
600
|
-
padding-top: 0
|
601
|
-
padding-bottom: 0
|
602
|
-
font-size: 0.9em
|
603
|
-
|
604
|
-
#forum
|
605
|
-
.description
|
606
|
-
font-size: 0.9em
|
607
|
-
margin: 0.5em
|
608
|
-
td
|
609
|
-
&.created, &.posts, &.topics, &.last-reply, &.replies, &.pager
|
610
|
-
white-space: nowrap
|
611
|
-
&.forum
|
612
|
-
.icon
|
613
|
-
background-image: image_url('drupal/forum-icons.png')
|
614
|
-
background-repeat: no-repeat
|
615
|
-
float: left
|
616
|
-
/* LTR
|
617
|
-
height: 24px
|
618
|
-
margin: 0 9px 0 0
|
619
|
-
/* LTR
|
620
|
-
width: 24px
|
621
|
-
.forum-status-new
|
622
|
-
background-position: -24px 0
|
623
|
-
div.indent
|
624
|
-
margin-left: 20px
|
625
|
-
.icon
|
626
|
-
div
|
627
|
-
background-image: image_url('drupal/forum-icons.png')
|
628
|
-
background-repeat: no-repeat
|
629
|
-
width: 24px
|
630
|
-
height: 24px
|
631
|
-
.topic-status-new
|
632
|
-
background-position: -24px 0
|
633
|
-
.topic-status-hot
|
634
|
-
background-position: -48px 0
|
635
|
-
.topic-status-hot-new
|
636
|
-
background-position: -72px 0
|
637
|
-
.topic-status-sticky
|
638
|
-
background-position: -96px 0
|
639
|
-
.topic-status-closed
|
640
|
-
background-position: -120px 0
|
641
|
-
|
642
|
-
.help-items
|
643
|
-
float: left
|
644
|
-
/* LTR
|
645
|
-
width: 22%
|
646
|
-
padding-right: 3%
|
647
|
-
/* LTR
|
648
|
-
|
649
|
-
.help-items-last
|
650
|
-
padding-right: 0
|
651
|
-
/* LTR
|
652
|
-
|
653
|
-
/**
|
654
|
-
* Image style configuration pages.
|
655
|
-
|
656
|
-
div
|
657
|
-
&.image-style-new
|
658
|
-
display: inline
|
659
|
-
div
|
660
|
-
display: inline
|
661
|
-
&.image-style-preview div
|
662
|
-
&.preview-image-wrapper
|
663
|
-
float: left
|
664
|
-
padding-bottom: 2em
|
665
|
-
text-align: center
|
666
|
-
top: 50%
|
667
|
-
width: 48%
|
668
|
-
&.preview-image
|
669
|
-
margin: auto
|
670
|
-
position: relative
|
671
|
-
div
|
672
|
-
&.width
|
673
|
-
border: 1px solid #666
|
674
|
-
border-top: none
|
675
|
-
height: 2px
|
676
|
-
left: -1px
|
677
|
-
bottom: -6px
|
678
|
-
position: absolute
|
679
|
-
span
|
680
|
-
position: relative
|
681
|
-
top: 4px
|
682
|
-
&.height
|
683
|
-
border: 1px solid #666
|
684
|
-
border-left: none
|
685
|
-
position: absolute
|
686
|
-
right: -6px
|
687
|
-
top: -1px
|
688
|
-
width: 2px
|
689
|
-
span
|
690
|
-
height: 2em
|
691
|
-
left: 10px
|
692
|
-
margin-top: -1em
|
693
|
-
position: absolute
|
694
|
-
top: 50%
|
695
|
-
|
696
|
-
/**
|
697
|
-
* Image anchor element.
|
698
|
-
|
699
|
-
table.image-anchor
|
700
|
-
width: auto
|
701
|
-
tr
|
702
|
-
&.even, &.odd
|
703
|
-
background: none
|
704
|
-
td
|
705
|
-
border: 1px solid #CCC
|
706
|
-
|
707
|
-
/**
|
708
|
-
* Image upload widget.
|
709
|
-
|
710
|
-
div
|
711
|
-
&.image-preview
|
712
|
-
float: left
|
713
|
-
/* LTR
|
714
|
-
padding: 0 10px 10px 0
|
715
|
-
/* LTR
|
716
|
-
&.image-widget-data
|
717
|
-
float: left
|
718
|
-
/* LTR
|
719
|
-
input.text-field
|
720
|
-
width: auto
|
721
|
-
|
722
|
-
.locale-untranslated
|
723
|
-
font-style: normal
|
724
|
-
text-decoration: line-through
|
725
|
-
|
726
|
-
#locale-translation-filter-form
|
727
|
-
.form-item-language, .form-item-translation, .form-item-group
|
728
|
-
float: left
|
729
|
-
/* LTR
|
730
|
-
padding-right: .8em
|
731
|
-
/* LTR
|
732
|
-
margin: 0.1em
|
733
|
-
/**
|
734
|
-
* In Opera 9, DOM elements with the property of "overflow: auto"
|
735
|
-
* will partially hide its contents with unnecessary scrollbars when
|
736
|
-
* its immediate child is floated without an explicit width set.
|
737
|
-
width: 15em
|
738
|
-
.form-type-select select
|
739
|
-
width: 100%
|
740
|
-
.form-actions
|
741
|
-
float: left
|
742
|
-
/* LTR
|
743
|
-
padding: 3ex 0 0 1em
|
744
|
-
/* LTR
|
745
|
-
|
746
|
-
.language-switcher-locale-session a
|
747
|
-
&.active
|
748
|
-
color: #0062A0
|
749
|
-
&.session-active
|
750
|
-
color: #000000
|
751
|
-
|
752
|
-
.menu-operations
|
753
|
-
width: 100px
|
754
|
-
|
755
|
-
.menu-enabled
|
756
|
-
width: 70px
|
757
|
-
input
|
758
|
-
margin-left: 25px
|
759
|
-
|
760
|
-
.node-unpublished
|
761
|
-
background-color: #fff4f4
|
762
|
-
|
763
|
-
.preview .node
|
764
|
-
background-color: #ffffea
|
765
|
-
|
766
|
-
td.revision-current
|
767
|
-
background: #ffc
|
768
|
-
|
769
|
-
#edit-openid-identifier
|
770
|
-
background-image: url("login-bg.png")
|
771
|
-
background-position: left 50%
|
772
|
-
/* LTR
|
773
|
-
background-repeat: no-repeat
|
774
|
-
padding-left: 20px
|
775
|
-
/* LTR
|
776
|
-
|
777
|
-
div.form-item-openid-identifier
|
778
|
-
display: block
|
779
|
-
|
780
|
-
html.js
|
781
|
-
#user-login-form div.form-item-openid-identifier, #user-login div.form-item-openid-identifier
|
782
|
-
display: none
|
783
|
-
|
784
|
-
#user-login-form ul
|
785
|
-
margin-top: 0
|
786
|
-
|
787
|
-
#user-login ul
|
788
|
-
margin: 0 0 5px
|
789
|
-
li
|
790
|
-
margin: 0
|
791
|
-
|
792
|
-
#user-login-form .openid-links
|
793
|
-
padding-bottom: 0
|
794
|
-
|
795
|
-
#user-login .openid-links
|
796
|
-
padding-left: 0
|
797
|
-
/* LTR
|
798
|
-
|
799
|
-
#user-login-form .openid-links li, #user-login .openid-links li
|
800
|
-
display: none
|
801
|
-
list-style: none
|
802
|
-
|
803
|
-
html.js
|
804
|
-
#user-login-form li.openid-link, #user-login li.openid-link
|
805
|
-
display: block
|
806
|
-
margin-left: 0
|
807
|
-
/* LTR
|
808
|
-
|
809
|
-
#user-login-form li.openid-link a, #user-login li.openid-link a
|
810
|
-
background-image: url("login-bg.png")
|
811
|
-
background-position: left top
|
812
|
-
/* LTR
|
813
|
-
background-repeat: no-repeat
|
814
|
-
padding: 0 0 0 1.5em
|
815
|
-
/* LTR
|
816
|
-
|
817
|
-
html.js
|
818
|
-
background: transparent !important
|
819
|
-
overflow-y: scroll
|
820
|
-
body
|
821
|
-
background: transparent !important
|
822
|
-
margin-left: 0
|
823
|
-
margin-right: 0
|
824
|
-
// padding: 20px 0
|
825
|
-
|
826
|
-
#overlay
|
827
|
-
display: table
|
828
|
-
margin: 0 auto
|
829
|
-
min-height: 100px
|
830
|
-
min-width: 700px
|
831
|
-
position: relative
|
832
|
-
padding: .2em
|
833
|
-
padding-right: 26px
|
834
|
-
/* LTR
|
835
|
-
width: 88%
|
836
|
-
|
837
|
-
#overlay-titlebar
|
838
|
-
padding: 0 20px
|
839
|
-
position: relative
|
840
|
-
white-space: nowrap
|
841
|
-
z-index: 100
|
842
|
-
|
843
|
-
#overlay-content
|
844
|
-
background: #fff
|
845
|
-
clear: both
|
846
|
-
color: #000
|
847
|
-
padding: .5em 1em
|
848
|
-
position: relative
|
849
|
-
|
850
|
-
#overlay-title-wrapper
|
851
|
-
overflow: hidden
|
852
|
-
|
853
|
-
#overlay-title
|
854
|
-
color: #fff
|
855
|
-
float: left
|
856
|
-
/* LTR
|
857
|
-
font-size: 20px
|
858
|
-
margin: 0
|
859
|
-
padding: 0.3em 0
|
860
|
-
&:active, &:focus
|
861
|
-
outline: 0
|
862
|
-
|
863
|
-
.overlay #skip-link
|
864
|
-
margin-top: -20px
|
865
|
-
a
|
866
|
-
color: #fff
|
867
|
-
/* This is white to contrast with the dark background behind it.
|
868
|
-
|
869
|
-
#overlay-close-wrapper
|
870
|
-
position: absolute
|
871
|
-
right: 0
|
872
|
-
/* LTR
|
873
|
-
|
874
|
-
#overlay-close
|
875
|
-
background: transparent image_url('drupal/close.png') no-repeat
|
876
|
-
/* LTR
|
877
|
-
-moz-border-radius-topleft: 0
|
878
|
-
/* LTR
|
879
|
-
-webkit-border-top-left-radius: 0
|
880
|
-
/* LTR
|
881
|
-
border-top-left-radius: 0
|
882
|
-
/* LTR
|
883
|
-
display: block
|
884
|
-
height: 26px
|
885
|
-
margin: 0
|
886
|
-
padding: 0
|
887
|
-
/* Replace with position:fixed to get a scrolling close button.
|
888
|
-
position: absolute
|
889
|
-
width: 26px
|
890
|
-
&:hover
|
891
|
-
background: transparent image_url('drupal/close.png') no-repeat
|
892
|
-
/* LTR
|
893
|
-
-moz-border-radius-topleft: 0
|
894
|
-
/* LTR
|
895
|
-
-webkit-border-top-left-radius: 0
|
896
|
-
/* LTR
|
897
|
-
border-top-left-radius: 0
|
898
|
-
/* LTR
|
899
|
-
display: block
|
900
|
-
height: 26px
|
901
|
-
margin: 0
|
902
|
-
padding: 0
|
903
|
-
/* Replace with position:fixed to get a scrolling close button.
|
904
|
-
position: absolute
|
905
|
-
width: 26px
|
906
|
-
|
907
|
-
/**
|
908
|
-
* Tabs on the overlay.
|
909
|
-
|
910
|
-
#overlay-tabs
|
911
|
-
line-height: 27px
|
912
|
-
margin: -28px 0 0 0
|
913
|
-
position: absolute
|
914
|
-
right: 20px
|
915
|
-
/* LTR
|
916
|
-
text-transform: uppercase
|
917
|
-
li
|
918
|
-
display: inline
|
919
|
-
list-style: none
|
920
|
-
margin: 0 0 0 -3px
|
921
|
-
/* LTR
|
922
|
-
padding: 0
|
923
|
-
a
|
924
|
-
background-color: #a6a7a2
|
925
|
-
-moz-border-radius: 8px 8px 0 0
|
926
|
-
-webkit-border-top-left-radius: 8px
|
927
|
-
-webkit-border-top-right-radius: 8px
|
928
|
-
border-radius: 8px 8px 0 0
|
929
|
-
color: #000
|
930
|
-
display: inline-block
|
931
|
-
font-size: 11px
|
932
|
-
font-weight: bold
|
933
|
-
margin: 0 0 2px 0
|
934
|
-
outline: 0
|
935
|
-
padding: 0 14px
|
936
|
-
text-decoration: none
|
937
|
-
&:active, &:visited, &:hover
|
938
|
-
background-color: #a6a7a2
|
939
|
-
-moz-border-radius: 8px 8px 0 0
|
940
|
-
-webkit-border-top-left-radius: 8px
|
941
|
-
-webkit-border-top-right-radius: 8px
|
942
|
-
border-radius: 8px 8px 0 0
|
943
|
-
color: #000
|
944
|
-
display: inline-block
|
945
|
-
font-size: 11px
|
946
|
-
font-weight: bold
|
947
|
-
margin: 0 0 2px 0
|
948
|
-
outline: 0
|
949
|
-
padding: 0 14px
|
950
|
-
text-decoration: none
|
951
|
-
&.active a
|
952
|
-
background-color: #fff
|
953
|
-
margin: 0
|
954
|
-
padding-bottom: 2px
|
955
|
-
&.active, &:active, &:visited
|
956
|
-
background-color: #fff
|
957
|
-
margin: 0
|
958
|
-
padding-bottom: 2px
|
959
|
-
a
|
960
|
-
&:focus, &:hover
|
961
|
-
color: #fff
|
962
|
-
&.active a
|
963
|
-
&:focus, &:hover
|
964
|
-
color: #000
|
965
|
-
|
966
|
-
/**
|
967
|
-
* Add to shortcuts link
|
968
|
-
|
969
|
-
#overlay-titlebar .add-or-remove-shortcuts
|
970
|
-
padding-top: 0.9em
|
971
|
-
|
972
|
-
/**
|
973
|
-
* IE6 shows elements with position:fixed as position:static so replace
|
974
|
-
* it with position:absolute;
|
975
|
-
|
976
|
-
* html #overlay-close
|
977
|
-
position: absolute
|
978
|
-
&:hover
|
979
|
-
position: absolute
|
980
|
-
|
981
|
-
/**
|
982
|
-
* Disable message.
|
983
|
-
|
984
|
-
#overlay-disable-message
|
985
|
-
background-color: #fff
|
986
|
-
margin: -20px auto 20px
|
987
|
-
width: 80%
|
988
|
-
-moz-border-radius: 0 0 8px 8px
|
989
|
-
-webkit-border-bottom-left-radius: 8px
|
990
|
-
-webkit-border-bottom-right-radius: 8px
|
991
|
-
border-radius: 0 0 8px 8px
|
992
|
-
|
993
|
-
.overlay-disable-message-focused
|
994
|
-
padding: 0.5em
|
995
|
-
a
|
996
|
-
display: block
|
997
|
-
float: left
|
998
|
-
#overlay-dismiss-message
|
999
|
-
float: right
|
1000
|
-
|
1001
|
-
html.overlay-open
|
1002
|
-
height: 100%
|
1003
|
-
overflow: hidden
|
1004
|
-
body
|
1005
|
-
height: 100%
|
1006
|
-
overflow: hidden
|
1007
|
-
|
1008
|
-
#overlay-container, .overlay-modal-background, .overlay-element
|
1009
|
-
height: 100%
|
1010
|
-
left: 0
|
1011
|
-
position: absolute
|
1012
|
-
top: 0
|
1013
|
-
width: 100%
|
1014
|
-
z-index: 500
|
1015
|
-
|
1016
|
-
.overlay-modal-background
|
1017
|
-
/* Using a transparent png renders faster than using opacity
|
1018
|
-
background: transparent image_url('drupal/background.png') repeat
|
1019
|
-
|
1020
|
-
.overlay-element
|
1021
|
-
background: transparent
|
1022
|
-
left: -200%
|
1023
|
-
z-index: 501
|
1024
|
-
&.overlay-active
|
1025
|
-
left: 0
|
1026
|
-
|
1027
|
-
html.overlay-open
|
1028
|
-
.displace-top, .displace-bottom
|
1029
|
-
z-index: 600
|
1030
|
-
|
1031
|
-
/**
|
1032
|
-
* Within the overlay parent, the message about disabling the overlay is for
|
1033
|
-
* screen-reader users only. It is always kept invisible with the
|
1034
|
-
* element-invisible class, and removed from the tab order. Overlay-child.css
|
1035
|
-
* contains styling for the same message appearing within the overlay, and
|
1036
|
-
* intended for sighted users.
|
1037
|
-
|
1038
|
-
#overlay-disable-message
|
1039
|
-
display: none
|
1040
|
-
|
1041
|
-
html.overlay-open #overlay-disable-message
|
1042
|
-
display: block
|
1043
|
-
|
1044
|
-
.poll
|
1045
|
-
overflow: hidden
|
1046
|
-
.bar
|
1047
|
-
height: 1em
|
1048
|
-
margin: 1px 0
|
1049
|
-
background-color: #ddd
|
1050
|
-
.foreground
|
1051
|
-
background-color: #000
|
1052
|
-
height: 1em
|
1053
|
-
float: left
|
1054
|
-
/* LTR
|
1055
|
-
.links
|
1056
|
-
text-align: center
|
1057
|
-
.percent
|
1058
|
-
text-align: right
|
1059
|
-
/* LTR
|
1060
|
-
.total
|
1061
|
-
text-align: center
|
1062
|
-
.vote-form
|
1063
|
-
text-align: center
|
1064
|
-
.choices
|
1065
|
-
text-align: left
|
1066
|
-
/* LTR
|
1067
|
-
margin: 0 auto
|
1068
|
-
display: table
|
1069
|
-
.title
|
1070
|
-
font-weight: bold
|
1071
|
-
|
1072
|
-
.node-form
|
1073
|
-
#edit-poll-more
|
1074
|
-
margin: 0
|
1075
|
-
#poll-choice-table
|
1076
|
-
.form-text
|
1077
|
-
display: inline
|
1078
|
-
width: auto
|
1079
|
-
td.choice-flag
|
1080
|
-
white-space: nowrap
|
1081
|
-
width: 4em
|
1082
|
-
|
1083
|
-
td
|
1084
|
-
&.poll-chtext
|
1085
|
-
width: 80%
|
1086
|
-
&.poll-chvotes .form-text
|
1087
|
-
width: 85%
|
1088
|
-
|
1089
|
-
#profile-fields
|
1090
|
-
td.category
|
1091
|
-
font-weight: bold
|
1092
|
-
tr
|
1093
|
-
&.category-message
|
1094
|
-
color: #999
|
1095
|
-
&.category-populated
|
1096
|
-
display: none
|
1097
|
-
|
1098
|
-
.search-form
|
1099
|
-
margin-bottom: 1em
|
1100
|
-
input
|
1101
|
-
margin-top: 0
|
1102
|
-
margin-bottom: 0
|
1103
|
-
|
1104
|
-
.search-results
|
1105
|
-
list-style: none
|
1106
|
-
p
|
1107
|
-
margin-top: 0
|
1108
|
-
.title
|
1109
|
-
font-size: 1.2em
|
1110
|
-
li
|
1111
|
-
margin-bottom: 1em
|
1112
|
-
.search-snippet-info
|
1113
|
-
padding-left: 1em
|
1114
|
-
/* LTR
|
1115
|
-
.search-info
|
1116
|
-
font-size: 0.85em
|
1117
|
-
|
1118
|
-
.search-advanced
|
1119
|
-
.criterion
|
1120
|
-
float: left
|
1121
|
-
/* LTR
|
1122
|
-
margin-right: 2em
|
1123
|
-
/* LTR
|
1124
|
-
.action
|
1125
|
-
float: left
|
1126
|
-
/* LTR
|
1127
|
-
clear: left
|
1128
|
-
/* LTR
|
1129
|
-
|
1130
|
-
.shortcut-slot-hidden
|
1131
|
-
display: none
|
1132
|
-
|
1133
|
-
div
|
1134
|
-
&.form-item-set div.form-item-new
|
1135
|
-
display: inline
|
1136
|
-
&#toolbar
|
1137
|
-
a#edit-shortcuts
|
1138
|
-
float: right
|
1139
|
-
padding: 5px 10px 5px 5px
|
1140
|
-
line-height: 24px
|
1141
|
-
color: #fefefe
|
1142
|
-
&:focus, &:hover, &.active
|
1143
|
-
color: #fff
|
1144
|
-
text-decoration: underline
|
1145
|
-
div.toolbar-shortcuts
|
1146
|
-
ul
|
1147
|
-
padding: 5px 0 2px 0
|
1148
|
-
height: 28px
|
1149
|
-
line-height: 24px
|
1150
|
-
float: left
|
1151
|
-
/* LTR
|
1152
|
-
margin-left: 5px
|
1153
|
-
/* LTR
|
1154
|
-
li a
|
1155
|
-
padding: 0 5px 0 5px
|
1156
|
-
margin-right: 5px
|
1157
|
-
/* LTR
|
1158
|
-
-moz-border-radius: 5px
|
1159
|
-
-webkit-border-radius: 5px
|
1160
|
-
border-radius: 5px
|
1161
|
-
&:focus, &:hover
|
1162
|
-
background: #555
|
1163
|
-
&.active
|
1164
|
-
&:focus
|
1165
|
-
background: #555
|
1166
|
-
&:hover
|
1167
|
-
background: #000
|
1168
|
-
background: #000
|
1169
|
-
span.icon
|
1170
|
-
float: left
|
1171
|
-
/* LTR
|
1172
|
-
background: #444
|
1173
|
-
width: 30px
|
1174
|
-
height: 30px
|
1175
|
-
margin-right: 5px
|
1176
|
-
/* LTR
|
1177
|
-
-moz-border-radius: 5px
|
1178
|
-
-webkit-border-radius: 5px
|
1179
|
-
border-radius: 5px
|
1180
|
-
&.add-or-remove-shortcuts
|
1181
|
-
padding-top: 5px
|
1182
|
-
a span.icon
|
1183
|
-
display: block
|
1184
|
-
width: 12px
|
1185
|
-
background: transparent url(shortcut.png) no-repeat scroll 0 0
|
1186
|
-
height: 12px
|
1187
|
-
float: left
|
1188
|
-
margin-left: 8px
|
1189
|
-
&.add-shortcut a
|
1190
|
-
&:focus span.icon, &:hover span.icon
|
1191
|
-
background-position: 0 -12px
|
1192
|
-
&.remove-shortcut a
|
1193
|
-
span.icon
|
1194
|
-
background-position: -12px 0
|
1195
|
-
&:focus span.icon, &:hover span.icon
|
1196
|
-
background-position: -12px -12px
|
1197
|
-
&.add-or-remove-shortcuts a
|
1198
|
-
span.text
|
1199
|
-
float: left
|
1200
|
-
padding-left: 10px
|
1201
|
-
display: none
|
1202
|
-
&:focus span.text, &:hover span.text
|
1203
|
-
font-size: 10px
|
1204
|
-
line-height: 12px
|
1205
|
-
color: #fff
|
1206
|
-
background-color: #5f605b
|
1207
|
-
display: block
|
1208
|
-
padding-right: 6px
|
1209
|
-
/* LTR
|
1210
|
-
cursor: pointer
|
1211
|
-
-moz-border-radius: 0 5px 5px 0
|
1212
|
-
/* LTR
|
1213
|
-
-webkit-border-top-right-radius: 5px
|
1214
|
-
/* LTR
|
1215
|
-
-webkit-border-bottom-right-radius: 5px
|
1216
|
-
/* LTR
|
1217
|
-
border-radius: 0 5px 5px 0
|
1218
|
-
/* LTR
|
1219
|
-
|
1220
|
-
#shortcut-set-switch
|
1221
|
-
.form-type-radios
|
1222
|
-
padding-bottom: 0
|
1223
|
-
margin-bottom: 0
|
1224
|
-
.form-item-new
|
1225
|
-
padding-top: 0
|
1226
|
-
padding-left: 17px
|
1227
|
-
/* LTR
|
1228
|
-
|
1229
|
-
/**
|
1230
|
-
* @file
|
1231
|
-
* Styles for administration pages.
|
1232
|
-
|
1233
|
-
/**
|
1234
|
-
* Administration blocks.
|
1235
|
-
|
1236
|
-
div
|
1237
|
-
&.admin-panel
|
1238
|
-
margin: 0
|
1239
|
-
padding: 5px 5px 15px 5px
|
1240
|
-
.description
|
1241
|
-
margin: 0 0 3px
|
1242
|
-
padding: 2px 0 3px 0
|
1243
|
-
.body
|
1244
|
-
padding: 0 4px 2px 8px
|
1245
|
-
/* LTR
|
1246
|
-
&.admin
|
1247
|
-
padding-top: 15px
|
1248
|
-
.left
|
1249
|
-
float: left
|
1250
|
-
/* LTR
|
1251
|
-
width: 47%
|
1252
|
-
margin-left: 1em
|
1253
|
-
/* LTR
|
1254
|
-
.right
|
1255
|
-
float: right
|
1256
|
-
/* LTR
|
1257
|
-
width: 47%
|
1258
|
-
margin-right: 1em
|
1259
|
-
/* LTR
|
1260
|
-
.expert-link
|
1261
|
-
text-align: right
|
1262
|
-
/* LTR
|
1263
|
-
margin-right: 1em
|
1264
|
-
/* LTR
|
1265
|
-
padding-right: 4px
|
1266
|
-
/* LTR
|
1267
|
-
|
1268
|
-
/**
|
1269
|
-
* Markup generated by theme_system_compact_link().
|
1270
|
-
|
1271
|
-
.compact-link
|
1272
|
-
margin: 0 0 0.5em 0
|
1273
|
-
|
1274
|
-
/**
|
1275
|
-
* Quick inline admin links.
|
1276
|
-
|
1277
|
-
small .admin-link
|
1278
|
-
&:before
|
1279
|
-
content: '['
|
1280
|
-
&:after
|
1281
|
-
content: ']'
|
1282
|
-
|
1283
|
-
/**
|
1284
|
-
* Modules page.
|
1285
|
-
|
1286
|
-
#system-modules div.incompatible
|
1287
|
-
font-weight: bold
|
1288
|
-
|
1289
|
-
div
|
1290
|
-
&.admin-requirements, &.admin-required
|
1291
|
-
font-size: 0.9em
|
1292
|
-
color: #444
|
1293
|
-
|
1294
|
-
span
|
1295
|
-
&.admin-disabled
|
1296
|
-
color: #800
|
1297
|
-
&.admin-enabled
|
1298
|
-
color: #080
|
1299
|
-
&.admin-missing
|
1300
|
-
color: #f00
|
1301
|
-
|
1302
|
-
a
|
1303
|
-
&.module-link
|
1304
|
-
display: block
|
1305
|
-
padding: 1px 0 1px 20px
|
1306
|
-
/* LTR
|
1307
|
-
white-space: nowrap
|
1308
|
-
&.module-link-help
|
1309
|
-
background: image_url('drupal/help.png') 0 50% no-repeat
|
1310
|
-
/* LTR
|
1311
|
-
&.module-link-permissions
|
1312
|
-
background: image_url('drupal/permissions.png') 0 50% no-repeat
|
1313
|
-
/* LTR
|
1314
|
-
&.module-link-configure
|
1315
|
-
background: image_url('drupal/configure.png') 0 50% no-repeat
|
1316
|
-
/* LTR
|
1317
|
-
|
1318
|
-
.module-help
|
1319
|
-
margin-left: 1em
|
1320
|
-
/* LTR
|
1321
|
-
float: right
|
1322
|
-
/* LTR
|
1323
|
-
|
1324
|
-
/**
|
1325
|
-
* Status report.
|
1326
|
-
|
1327
|
-
table.system-status-report
|
1328
|
-
td
|
1329
|
-
padding: 6px
|
1330
|
-
vertical-align: middle
|
1331
|
-
tr.merge-up td
|
1332
|
-
padding: 0 6px 8px 28px
|
1333
|
-
/* LTR
|
1334
|
-
td.status-icon
|
1335
|
-
width: 16px
|
1336
|
-
padding-right: 0
|
1337
|
-
/* LTR
|
1338
|
-
div
|
1339
|
-
background-repeat: no-repeat
|
1340
|
-
height: 16px
|
1341
|
-
width: 16px
|
1342
|
-
tr
|
1343
|
-
&.error td.status-icon div
|
1344
|
-
background-image: image_url('drupal/message-16-error.png')
|
1345
|
-
&.warning td.status-icon div
|
1346
|
-
background-image: image_url('drupal/message-16-warning.png')
|
1347
|
-
|
1348
|
-
tr
|
1349
|
-
&.merge-down
|
1350
|
-
border-bottom-width: 0 !important
|
1351
|
-
td
|
1352
|
-
border-bottom-width: 0 !important
|
1353
|
-
&.merge-up
|
1354
|
-
border-top-width: 0 !important
|
1355
|
-
td
|
1356
|
-
border-top-width: 0 !important
|
1357
|
-
|
1358
|
-
/**
|
1359
|
-
* Theme settings.
|
1360
|
-
|
1361
|
-
.theme-settings-left
|
1362
|
-
float: left
|
1363
|
-
width: 49%
|
1364
|
-
|
1365
|
-
.theme-settings-right
|
1366
|
-
float: right
|
1367
|
-
width: 49%
|
1368
|
-
|
1369
|
-
.theme-settings-bottom
|
1370
|
-
clear: both
|
1371
|
-
|
1372
|
-
/**
|
1373
|
-
* Appearance page.
|
1374
|
-
|
1375
|
-
table.screenshot
|
1376
|
-
margin-right: 1em
|
1377
|
-
/* LTR
|
1378
|
-
|
1379
|
-
.theme-info
|
1380
|
-
h2
|
1381
|
-
margin-bottom: 0
|
1382
|
-
p
|
1383
|
-
margin-top: 0
|
1384
|
-
|
1385
|
-
.system-themes-list
|
1386
|
-
margin-bottom: 20px
|
1387
|
-
|
1388
|
-
.system-themes-list-disabled
|
1389
|
-
border-top: 1px solid #cdcdcd
|
1390
|
-
padding-top: 20px
|
1391
|
-
|
1392
|
-
.system-themes-list h2
|
1393
|
-
margin: 0
|
1394
|
-
|
1395
|
-
.theme-selector
|
1396
|
-
padding-top: 20px
|
1397
|
-
.screenshot, .no-screenshot
|
1398
|
-
border: 1px solid #e0e0d8
|
1399
|
-
padding: 2px
|
1400
|
-
vertical-align: bottom
|
1401
|
-
width: 294px
|
1402
|
-
height: 219px
|
1403
|
-
line-height: 219px
|
1404
|
-
text-align: center
|
1405
|
-
|
1406
|
-
.theme-default .screenshot
|
1407
|
-
border: 1px solid #aaa
|
1408
|
-
|
1409
|
-
.system-themes-list-enabled .theme-selector
|
1410
|
-
.screenshot, .no-screenshot
|
1411
|
-
float: left
|
1412
|
-
/* LTR
|
1413
|
-
margin: 0 20px 0 0
|
1414
|
-
/* LTR
|
1415
|
-
|
1416
|
-
.system-themes-list-disabled .theme-selector
|
1417
|
-
.screenshot, .no-screenshot
|
1418
|
-
width: 194px
|
1419
|
-
height: 144px
|
1420
|
-
line-height: 144px
|
1421
|
-
|
1422
|
-
.theme-selector h3
|
1423
|
-
font-weight: normal
|
1424
|
-
|
1425
|
-
.theme-default h3
|
1426
|
-
font-weight: bold
|
1427
|
-
|
1428
|
-
.system-themes-list-enabled .theme-selector h3
|
1429
|
-
margin-top: 0
|
1430
|
-
|
1431
|
-
.system-themes-list-disabled .theme-selector
|
1432
|
-
width: 300px
|
1433
|
-
float: left
|
1434
|
-
/* LTR
|
1435
|
-
padding: 20px 20px 20px 0
|
1436
|
-
/* LTR
|
1437
|
-
|
1438
|
-
.system-themes-list-enabled .theme-info
|
1439
|
-
max-width: 940px
|
1440
|
-
|
1441
|
-
.system-themes-list-disabled .theme-info
|
1442
|
-
min-height: 170px
|
1443
|
-
|
1444
|
-
.theme-selector
|
1445
|
-
.incompatible
|
1446
|
-
margin-top: 10px
|
1447
|
-
font-weight: bold
|
1448
|
-
.operations
|
1449
|
-
margin: 10px 0 0 0
|
1450
|
-
padding: 0
|
1451
|
-
li
|
1452
|
-
float: left
|
1453
|
-
/* LTR
|
1454
|
-
margin: 0
|
1455
|
-
padding: 0 0.7em
|
1456
|
-
list-style-type: none
|
1457
|
-
border-right: 1px solid #cdcdcd
|
1458
|
-
/* LTR
|
1459
|
-
&.last
|
1460
|
-
padding: 0 0 0 0.7em
|
1461
|
-
/* LTR
|
1462
|
-
border-right: none
|
1463
|
-
/* LTR
|
1464
|
-
&.first
|
1465
|
-
padding: 0 0.7em 0 0
|
1466
|
-
/* LTR
|
1467
|
-
|
1468
|
-
#system-themes-admin-form
|
1469
|
-
clear: left
|
1470
|
-
|
1471
|
-
/**
|
1472
|
-
* Exposed filters.
|
1473
|
-
|
1474
|
-
.exposed-filters
|
1475
|
-
.filters
|
1476
|
-
float: left
|
1477
|
-
/* LTR
|
1478
|
-
margin-right: 1em
|
1479
|
-
/* LTR
|
1480
|
-
width: 25em
|
1481
|
-
/* IE6
|
1482
|
-
.form-item
|
1483
|
-
margin: 0 0 0.1em 0
|
1484
|
-
padding: 0
|
1485
|
-
label
|
1486
|
-
float: left
|
1487
|
-
/* LTR
|
1488
|
-
font-weight: normal
|
1489
|
-
width: 10em
|
1490
|
-
.form-select
|
1491
|
-
width: 14em
|
1492
|
-
.current-filters
|
1493
|
-
margin-bottom: 1em
|
1494
|
-
.placeholder
|
1495
|
-
font-style: normal
|
1496
|
-
font-weight: bold
|
1497
|
-
.additional-filters
|
1498
|
-
float: left
|
1499
|
-
/* LTR
|
1500
|
-
margin-right: 1em
|
1501
|
-
/* LTR
|
1502
|
-
|
1503
|
-
/* Current filters
|
1504
|
-
|
1505
|
-
/**
|
1506
|
-
* @file
|
1507
|
-
* Generic theme-independent base styles.
|
1508
|
-
|
1509
|
-
/**
|
1510
|
-
* Autocomplete.
|
1511
|
-
*
|
1512
|
-
* @see autocomplete.js
|
1513
|
-
/* Suggestion list
|
1514
|
-
|
1515
|
-
#autocomplete
|
1516
|
-
border: 1px solid
|
1517
|
-
overflow: hidden
|
1518
|
-
position: absolute
|
1519
|
-
z-index: 100
|
1520
|
-
ul
|
1521
|
-
list-style: none
|
1522
|
-
list-style-image: none
|
1523
|
-
margin: 0
|
1524
|
-
padding: 0
|
1525
|
-
li
|
1526
|
-
background: #fff
|
1527
|
-
color: #000
|
1528
|
-
cursor: default
|
1529
|
-
white-space: pre
|
1530
|
-
|
1531
|
-
/* Animated throbber
|
1532
|
-
|
1533
|
-
html.js
|
1534
|
-
input
|
1535
|
-
&.form-autocomplete
|
1536
|
-
background-image: image_url('drupal/throbber.gif')
|
1537
|
-
background-position: 100% 2px
|
1538
|
-
/* LTR
|
1539
|
-
background-repeat: no-repeat
|
1540
|
-
&.throbbing
|
1541
|
-
background-position: 100% -18px
|
1542
|
-
/* LTR
|
1543
|
-
fieldset.collapsed
|
1544
|
-
border-bottom-width: 0
|
1545
|
-
border-left-width: 0
|
1546
|
-
border-right-width: 0
|
1547
|
-
height: 1em
|
1548
|
-
.fieldset-wrapper
|
1549
|
-
display: none
|
1550
|
-
|
1551
|
-
/**
|
1552
|
-
* Collapsible fieldsets.
|
1553
|
-
*
|
1554
|
-
* @see collapse.js
|
1555
|
-
|
1556
|
-
fieldset.collapsible
|
1557
|
-
position: relative
|
1558
|
-
.fieldset-legend
|
1559
|
-
display: block
|
1560
|
-
|
1561
|
-
/**
|
1562
|
-
* Resizable textareas.
|
1563
|
-
*
|
1564
|
-
* @see textarea.js
|
1565
|
-
|
1566
|
-
.form-textarea-wrapper textarea
|
1567
|
-
display: block
|
1568
|
-
margin: 0
|
1569
|
-
width: 100%
|
1570
|
-
-moz-box-sizing: border-box
|
1571
|
-
-webkit-box-sizing: border-box
|
1572
|
-
box-sizing: border-box
|
1573
|
-
|
1574
|
-
.resizable-textarea .grippie
|
1575
|
-
background: #eeeeee image_url('drupal/grippie.png') no-repeat center 2px
|
1576
|
-
border: 1px solid #ddd
|
1577
|
-
border-top-width: 0
|
1578
|
-
cursor: s-resize
|
1579
|
-
height: 9px
|
1580
|
-
overflow: hidden
|
1581
|
-
|
1582
|
-
/**
|
1583
|
-
* TableDrag behavior.
|
1584
|
-
*
|
1585
|
-
* @see tabledrag.js
|
1586
|
-
|
1587
|
-
body.drag
|
1588
|
-
cursor: move
|
1589
|
-
|
1590
|
-
.draggable a.tabledrag-handle
|
1591
|
-
cursor: move
|
1592
|
-
float: left
|
1593
|
-
/* LTR
|
1594
|
-
height: 1.7em
|
1595
|
-
margin: -0.4em 0 -0.4em -0.5em
|
1596
|
-
/* LTR
|
1597
|
-
padding: 0.42em 1.5em 0.42em 0.5em
|
1598
|
-
/* LTR
|
1599
|
-
text-decoration: none
|
1600
|
-
|
1601
|
-
a
|
1602
|
-
&.tabledrag-handle
|
1603
|
-
&:hover
|
1604
|
-
text-decoration: none
|
1605
|
-
.handle
|
1606
|
-
background: image_url('drupal/draggable.png') no-repeat 0 0
|
1607
|
-
height: 13px
|
1608
|
-
margin-top: 4px
|
1609
|
-
width: 13px
|
1610
|
-
&.tabledrag-handle-hover .handle
|
1611
|
-
background-position: 0 -20px
|
1612
|
-
|
1613
|
-
div
|
1614
|
-
&.indentation
|
1615
|
-
float: left
|
1616
|
-
/* LTR
|
1617
|
-
height: 1.7em
|
1618
|
-
margin: -0.4em 0.2em -0.4em -0.4em
|
1619
|
-
/* LTR
|
1620
|
-
padding: 0.42em 0 0.42em 0.6em
|
1621
|
-
/* LTR
|
1622
|
-
width: 20px
|
1623
|
-
&.tree-child
|
1624
|
-
background: image_url('drupal/tree.png') no-repeat 11px center
|
1625
|
-
/* LTR
|
1626
|
-
&.tree-child-last
|
1627
|
-
background: image_url('drupal/tree-bottom.png') no-repeat 11px center
|
1628
|
-
/* LTR
|
1629
|
-
&.tree-child-horizontal
|
1630
|
-
background: image_url('drupal/tree.png') no-repeat -11px center
|
1631
|
-
|
1632
|
-
.tabledrag-toggle-weight-wrapper
|
1633
|
-
text-align: right
|
1634
|
-
/* LTR
|
1635
|
-
|
1636
|
-
/**
|
1637
|
-
* TableHeader behavior.
|
1638
|
-
*
|
1639
|
-
* @see tableheader.js
|
1640
|
-
|
1641
|
-
table.sticky-header
|
1642
|
-
background-color: #fff
|
1643
|
-
margin-top: 0
|
1644
|
-
|
1645
|
-
/**
|
1646
|
-
* Progress behavior.
|
1647
|
-
*
|
1648
|
-
* @see progress.js
|
1649
|
-
/* Bar
|
1650
|
-
|
1651
|
-
.progress
|
1652
|
-
.bar
|
1653
|
-
background-color: #fff
|
1654
|
-
border: 1px solid
|
1655
|
-
.filled
|
1656
|
-
background-color: #000
|
1657
|
-
height: 1.5em
|
1658
|
-
width: 5px
|
1659
|
-
.percentage
|
1660
|
-
float: right
|
1661
|
-
/* LTR
|
1662
|
-
|
1663
|
-
.progress-disabled
|
1664
|
-
float: left
|
1665
|
-
/* LTR
|
1666
|
-
|
1667
|
-
/* Throbber
|
1668
|
-
|
1669
|
-
.ajax-progress
|
1670
|
-
float: left
|
1671
|
-
/* LTR
|
1672
|
-
.throbber
|
1673
|
-
background: transparent image_url('drupal/throbber.gif') no-repeat 0px -18px
|
1674
|
-
float: left
|
1675
|
-
/* LTR
|
1676
|
-
height: 15px
|
1677
|
-
margin: 2px
|
1678
|
-
width: 15px
|
1679
|
-
|
1680
|
-
tr .ajax-progress .throbber
|
1681
|
-
margin: 0 2px
|
1682
|
-
|
1683
|
-
.ajax-progress-bar
|
1684
|
-
width: 16em
|
1685
|
-
|
1686
|
-
/**
|
1687
|
-
* Inline items.
|
1688
|
-
|
1689
|
-
.container-inline
|
1690
|
-
div, label
|
1691
|
-
display: inline
|
1692
|
-
.fieldset-wrapper
|
1693
|
-
display: block
|
1694
|
-
|
1695
|
-
/* Fieldset contents always need to be rendered as block.
|
1696
|
-
|
1697
|
-
/**
|
1698
|
-
* Prevent text wrapping.
|
1699
|
-
|
1700
|
-
.nowrap
|
1701
|
-
white-space: nowrap
|
1702
|
-
|
1703
|
-
/**
|
1704
|
-
* For anything you want to hide on page load when JS is enabled, so
|
1705
|
-
* that you can use the JS to control visibility and avoid flicker.
|
1706
|
-
|
1707
|
-
html.js .js-hide, .element-hidden
|
1708
|
-
display: none
|
1709
|
-
|
1710
|
-
/**
|
1711
|
-
* Hide elements from all users.
|
1712
|
-
*
|
1713
|
-
* Used for elements which should not be immediately displayed to any user. An
|
1714
|
-
* example would be a collapsible fieldset that will be expanded with a click
|
1715
|
-
* from a user. The effect of this class can be toggled with the jQuery show()
|
1716
|
-
* and hide() functions.
|
1717
|
-
|
1718
|
-
/**
|
1719
|
-
* Hide elements visually, but keep them available for screen-readers.
|
1720
|
-
*
|
1721
|
-
* Used for information required for screen-reader users to understand and use
|
1722
|
-
* the site where visual display is undesirable. Information provided in this
|
1723
|
-
* manner should be kept concise, to avoid unnecessary burden on the user.
|
1724
|
-
* "!important" is used to prevent unintentional overrides.
|
1725
|
-
|
1726
|
-
.element-invisible
|
1727
|
-
position: absolute !important
|
1728
|
-
clip: rect(1px 1px 1px 1px)
|
1729
|
-
/* IE6, IE7
|
1730
|
-
clip: rect(1px, 1px, 1px, 1px)
|
1731
|
-
&.element-focusable
|
1732
|
-
&:active, &:focus
|
1733
|
-
position: static !important
|
1734
|
-
clip: auto
|
1735
|
-
|
1736
|
-
/**
|
1737
|
-
* The .element-focusable class extends the .element-invisible class to allow
|
1738
|
-
* the element to be focusable when navigated to via the keyboard.
|
1739
|
-
|
1740
|
-
/**
|
1741
|
-
* Markup free clearing.
|
1742
|
-
*
|
1743
|
-
* @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack
|
1744
|
-
|
1745
|
-
.clearfix:after
|
1746
|
-
content: "."
|
1747
|
-
display: block
|
1748
|
-
height: 0
|
1749
|
-
clear: both
|
1750
|
-
visibility: hidden
|
1751
|
-
|
1752
|
-
/* IE6
|
1753
|
-
|
1754
|
-
*
|
1755
|
-
html .clearfix
|
1756
|
-
height: 1%
|
1757
|
-
&:first-child + html .clearfix
|
1758
|
-
min-height: 1%
|
1759
|
-
|
1760
|
-
/* IE7
|
1761
|
-
|
1762
|
-
/**
|
1763
|
-
* Update styles
|
1764
|
-
|
1765
|
-
#update-results
|
1766
|
-
margin-top: 3em
|
1767
|
-
padding: 0.25em
|
1768
|
-
border: 1px solid #ccc
|
1769
|
-
background: #eee
|
1770
|
-
font-size: smaller
|
1771
|
-
h2
|
1772
|
-
margin-top: 0.25em
|
1773
|
-
h4
|
1774
|
-
margin-bottom: 0.25em
|
1775
|
-
li
|
1776
|
-
&.none
|
1777
|
-
color: #888
|
1778
|
-
font-style: italic
|
1779
|
-
&.failure strong
|
1780
|
-
color: #b63300
|
1781
|
-
|
1782
|
-
/**
|
1783
|
-
* Authorize.php styles
|
1784
|
-
|
1785
|
-
.connection-settings-update-filetransfer-default-wrapper
|
1786
|
-
float: left
|
1787
|
-
|
1788
|
-
#edit-submit-connection
|
1789
|
-
clear: both
|
1790
|
-
|
1791
|
-
.filetransfer
|
1792
|
-
display: none
|
1793
|
-
clear: both
|
1794
|
-
|
1795
|
-
#edit-connection-settings-change-connection-type
|
1796
|
-
margin: 2.6em 0.5em 0em 1em
|
1797
|
-
|
1798
|
-
/**
|
1799
|
-
* Installation task list
|
1800
|
-
|
1801
|
-
ol.task-list li.active
|
1802
|
-
font-weight: bold
|
1803
|
-
|
1804
|
-
/**
|
1805
|
-
* Installation clean URLs
|
1806
|
-
|
1807
|
-
#clean-url.install
|
1808
|
-
display: none
|
1809
|
-
|
1810
|
-
/**
|
1811
|
-
* @file
|
1812
|
-
* Styles for menus and navigation markup.
|
1813
|
-
|
1814
|
-
/**
|
1815
|
-
* Markup generated by theme_menu_tree().
|
1816
|
-
|
1817
|
-
ul
|
1818
|
-
&.menu
|
1819
|
-
border: none
|
1820
|
-
list-style: none
|
1821
|
-
text-align: left
|
1822
|
-
/* LTR
|
1823
|
-
li
|
1824
|
-
margin: 0 0 0 0.5em
|
1825
|
-
/* LTR
|
1826
|
-
li
|
1827
|
-
&.expanded
|
1828
|
-
list-style-image: image_url('drupal/menu-expanded.png')
|
1829
|
-
list-style-type: circle
|
1830
|
-
&.collapsed
|
1831
|
-
list-style-image: image_url('drupal/menu-collapsed.png')
|
1832
|
-
/* LTR
|
1833
|
-
list-style-type: disc
|
1834
|
-
&.leaf
|
1835
|
-
list-style-image: image_url('drupal/menu-leaf.png')
|
1836
|
-
list-style-type: square
|
1837
|
-
|
1838
|
-
li
|
1839
|
-
&.expanded, &.collapsed, &.leaf
|
1840
|
-
padding: 0.2em 0.5em 0 0
|
1841
|
-
/* LTR
|
1842
|
-
margin: 0
|
1843
|
-
a.active
|
1844
|
-
color: #000
|
1845
|
-
|
1846
|
-
td.menu-disabled
|
1847
|
-
background: #ccc
|
1848
|
-
|
1849
|
-
/**
|
1850
|
-
* Markup generated by theme_links().
|
1851
|
-
|
1852
|
-
ul
|
1853
|
-
&.inline, &.links.inline
|
1854
|
-
display: inline
|
1855
|
-
padding-left: 0
|
1856
|
-
&.inline li
|
1857
|
-
display: inline
|
1858
|
-
list-style-type: none
|
1859
|
-
padding: 0 0.5em
|
1860
|
-
|
1861
|
-
/**
|
1862
|
-
* Markup generated by theme_breadcrumb().
|
1863
|
-
|
1864
|
-
.breadcrumb
|
1865
|
-
padding-bottom: 0.5em
|
1866
|
-
|
1867
|
-
/**
|
1868
|
-
* Markup generated by theme_menu_local_tasks().
|
1869
|
-
|
1870
|
-
ul
|
1871
|
-
&.primary
|
1872
|
-
border-bottom: 1px solid #bbb
|
1873
|
-
border-collapse: collapse
|
1874
|
-
height: auto
|
1875
|
-
line-height: normal
|
1876
|
-
list-style: none
|
1877
|
-
margin: 5px
|
1878
|
-
padding: 0 0 0 1em
|
1879
|
-
/* LTR
|
1880
|
-
white-space: nowrap
|
1881
|
-
li
|
1882
|
-
display: inline
|
1883
|
-
a
|
1884
|
-
background-color: #ddd
|
1885
|
-
border-color: #bbb
|
1886
|
-
border-style: solid solid none solid
|
1887
|
-
border-width: 1px
|
1888
|
-
height: auto
|
1889
|
-
margin-right: 0.5em
|
1890
|
-
/* LTR
|
1891
|
-
padding: 0 1em
|
1892
|
-
text-decoration: none
|
1893
|
-
&.active a
|
1894
|
-
background-color: #fff
|
1895
|
-
border: 1px solid #bbb
|
1896
|
-
border-bottom: 1px solid #fff
|
1897
|
-
a:hover
|
1898
|
-
background-color: #eee
|
1899
|
-
border-color: #ccc
|
1900
|
-
border-bottom-color: #eee
|
1901
|
-
&.secondary
|
1902
|
-
border-bottom: 1px solid #bbb
|
1903
|
-
padding: 0.5em 1em
|
1904
|
-
margin: 5px
|
1905
|
-
li
|
1906
|
-
border-right: 1px solid #ccc
|
1907
|
-
/* LTR
|
1908
|
-
display: inline
|
1909
|
-
padding: 0 1em
|
1910
|
-
a
|
1911
|
-
padding: 0
|
1912
|
-
text-decoration: none
|
1913
|
-
&.active
|
1914
|
-
border-bottom: 4px solid #999
|
1915
|
-
|
1916
|
-
/**
|
1917
|
-
* @file
|
1918
|
-
* Styles for system messages.
|
1919
|
-
|
1920
|
-
div
|
1921
|
-
&.messages
|
1922
|
-
background-position: 8px 8px
|
1923
|
-
/* LTR
|
1924
|
-
background-repeat: no-repeat
|
1925
|
-
border: 1px solid
|
1926
|
-
margin: 6px 0
|
1927
|
-
padding: 10px 10px 10px 50px
|
1928
|
-
/* LTR
|
1929
|
-
&.status
|
1930
|
-
background-image: image_url('drupal/message-24-ok.png')
|
1931
|
-
border-color: #be7
|
1932
|
-
color: #234600
|
1933
|
-
|
1934
|
-
.ok
|
1935
|
-
color: #234600
|
1936
|
-
|
1937
|
-
div.status, table tr.ok
|
1938
|
-
background-color: #f8fff0
|
1939
|
-
|
1940
|
-
div.warning
|
1941
|
-
background-image: image_url('drupal/message-24-warning.png')
|
1942
|
-
border-color: #ed5
|
1943
|
-
color: #840
|
1944
|
-
|
1945
|
-
.warning
|
1946
|
-
color: #840
|
1947
|
-
|
1948
|
-
div.warning, table tr.warning
|
1949
|
-
background-color: #fffce5
|
1950
|
-
|
1951
|
-
div.error
|
1952
|
-
background-image: image_url('drupal/message-24-error.png')
|
1953
|
-
border-color: #ed541d
|
1954
|
-
color: #8c2e0b
|
1955
|
-
|
1956
|
-
.error
|
1957
|
-
color: #8c2e0b
|
1958
|
-
|
1959
|
-
div.error, table tr.error
|
1960
|
-
background-color: #fef5f1
|
1961
|
-
|
1962
|
-
div
|
1963
|
-
&.error p.error
|
1964
|
-
color: #333
|
1965
|
-
&.messages ul
|
1966
|
-
margin: 0 0 0 1em
|
1967
|
-
/* LTR
|
1968
|
-
padding: 0
|
1969
|
-
li
|
1970
|
-
list-style-image: none
|
1971
|
-
|
1972
|
-
/**
|
1973
|
-
* @file
|
1974
|
-
* Basic styling for common markup.
|
1975
|
-
|
1976
|
-
/**
|
1977
|
-
* HTML elements.
|
1978
|
-
|
1979
|
-
fieldset
|
1980
|
-
margin-bottom: 1em
|
1981
|
-
padding: 0.5em
|
1982
|
-
|
1983
|
-
form
|
1984
|
-
margin: 0
|
1985
|
-
padding: 0
|
1986
|
-
|
1987
|
-
hr
|
1988
|
-
border: 1px solid gray
|
1989
|
-
height: 1px
|
1990
|
-
|
1991
|
-
img
|
1992
|
-
border: 0
|
1993
|
-
|
1994
|
-
table
|
1995
|
-
border-collapse: collapse
|
1996
|
-
|
1997
|
-
th
|
1998
|
-
border-bottom: 3px solid #ccc
|
1999
|
-
padding-right: 1em
|
2000
|
-
/* LTR
|
2001
|
-
text-align: left
|
2002
|
-
/* LTR
|
2003
|
-
|
2004
|
-
tbody
|
2005
|
-
border-top: 1px solid #ccc
|
2006
|
-
|
2007
|
-
tr
|
2008
|
-
&.even, &.odd
|
2009
|
-
background-color: #eee
|
2010
|
-
border-bottom: 1px solid #ccc
|
2011
|
-
padding: 0.1em 0.6em
|
2012
|
-
|
2013
|
-
/**
|
2014
|
-
* Markup generated by theme_tablesort_indicator().
|
2015
|
-
|
2016
|
-
th.active img
|
2017
|
-
display: inline
|
2018
|
-
|
2019
|
-
td.active
|
2020
|
-
background-color: #ddd
|
2021
|
-
|
2022
|
-
/**
|
2023
|
-
* Markup generated by theme_item_list().
|
2024
|
-
|
2025
|
-
.item-list
|
2026
|
-
.title
|
2027
|
-
font-weight: bold
|
2028
|
-
ul
|
2029
|
-
margin: 0 0 0.75em 0
|
2030
|
-
padding: 0
|
2031
|
-
li
|
2032
|
-
margin: 0 0 0.25em 1.5em
|
2033
|
-
/* LTR
|
2034
|
-
padding: 0
|
2035
|
-
|
2036
|
-
/**
|
2037
|
-
* Markup generated by Form API.
|
2038
|
-
|
2039
|
-
.form-item, .form-actions
|
2040
|
-
margin-top: 1em
|
2041
|
-
margin-bottom: 1em
|
2042
|
-
|
2043
|
-
tr
|
2044
|
-
&.odd .form-item, &.even .form-item
|
2045
|
-
margin-top: 0
|
2046
|
-
margin-bottom: 0
|
2047
|
-
white-space: nowrap
|
2048
|
-
|
2049
|
-
.form-item .description
|
2050
|
-
font-size: 0.85em
|
2051
|
-
|
2052
|
-
label
|
2053
|
-
display: block
|
2054
|
-
font-weight: bold
|
2055
|
-
&.option
|
2056
|
-
display: inline
|
2057
|
-
font-weight: normal
|
2058
|
-
|
2059
|
-
.form-checkboxes .form-item, .form-radios .form-item
|
2060
|
-
margin-top: 0.4em
|
2061
|
-
margin-bottom: 0.4em
|
2062
|
-
|
2063
|
-
.form-type-radio .description, .form-type-checkbox .description
|
2064
|
-
margin-left: 2.4em
|
2065
|
-
|
2066
|
-
input
|
2067
|
-
&.form-checkbox, &.form-radio
|
2068
|
-
vertical-align: middle
|
2069
|
-
|
2070
|
-
.marker, .form-required
|
2071
|
-
color: #f00
|
2072
|
-
|
2073
|
-
.form-item
|
2074
|
-
input.error, textarea.error, select.error
|
2075
|
-
border: 2px solid red
|
2076
|
-
|
2077
|
-
/**
|
2078
|
-
* Inline items.
|
2079
|
-
|
2080
|
-
.container-inline
|
2081
|
-
.form-actions, &.form-actions
|
2082
|
-
margin-top: 0
|
2083
|
-
margin-bottom: 0
|
2084
|
-
|
2085
|
-
/**
|
2086
|
-
* Markup generated by theme_more_link().
|
2087
|
-
|
2088
|
-
.more-link
|
2089
|
-
text-align: right
|
2090
|
-
/* LTR
|
2091
|
-
|
2092
|
-
/**
|
2093
|
-
* Markup generated by theme_more_help_link().
|
2094
|
-
|
2095
|
-
.more-help-link
|
2096
|
-
text-align: right
|
2097
|
-
/* LTR
|
2098
|
-
a
|
2099
|
-
background: image_url('drupal/help.png') 0 50% no-repeat
|
2100
|
-
/* LTR
|
2101
|
-
padding: 1px 0 1px 20px
|
2102
|
-
/* LTR
|
2103
|
-
|
2104
|
-
/**
|
2105
|
-
* Markup generated by theme_pager().
|
2106
|
-
|
2107
|
-
.item-list .pager
|
2108
|
-
clear: both
|
2109
|
-
text-align: center
|
2110
|
-
li
|
2111
|
-
background-image: none
|
2112
|
-
display: inline
|
2113
|
-
list-style-type: none
|
2114
|
-
padding: 0.5em
|
2115
|
-
|
2116
|
-
.pager-current
|
2117
|
-
font-weight: bold
|
2118
|
-
|
2119
|
-
/**
|
2120
|
-
* Autocomplete.
|
2121
|
-
*
|
2122
|
-
* @see autocomplete.js
|
2123
|
-
/* Suggestion list
|
2124
|
-
|
2125
|
-
#autocomplete li.selected
|
2126
|
-
background: #0072b9
|
2127
|
-
color: #fff
|
2128
|
-
|
2129
|
-
/**
|
2130
|
-
* Collapsible fieldsets.
|
2131
|
-
*
|
2132
|
-
* @see collapse.js
|
2133
|
-
|
2134
|
-
html.js fieldset
|
2135
|
-
&.collapsible .fieldset-legend
|
2136
|
-
background: image_url('drupal/menu-expanded.png') 5px 65% no-repeat
|
2137
|
-
/* LTR
|
2138
|
-
padding-left: 15px
|
2139
|
-
/* LTR
|
2140
|
-
&.collapsed .fieldset-legend
|
2141
|
-
background-image: image_url('drupal/menu-collapsed.png')
|
2142
|
-
/* LTR
|
2143
|
-
background-position: 5px 50%
|
2144
|
-
/* LTR
|
2145
|
-
|
2146
|
-
.fieldset-legend span.summary
|
2147
|
-
color: #999
|
2148
|
-
font-size: 0.9em
|
2149
|
-
margin-left: 0.5em
|
2150
|
-
|
2151
|
-
/**
|
2152
|
-
* TableDrag behavior.
|
2153
|
-
*
|
2154
|
-
* @see tabledrag.js
|
2155
|
-
|
2156
|
-
tr
|
2157
|
-
&.drag
|
2158
|
-
background-color: #fffff0
|
2159
|
-
&.drag-previous
|
2160
|
-
background-color: #ffd
|
2161
|
-
|
2162
|
-
.tabledrag-toggle-weight
|
2163
|
-
font-size: 0.9em
|
2164
|
-
|
2165
|
-
body div.tabledrag-changed-warning
|
2166
|
-
margin-bottom: 0.5em
|
2167
|
-
|
2168
|
-
/**
|
2169
|
-
* TableSelect behavior.
|
2170
|
-
*
|
2171
|
-
* @see tableselect.js
|
2172
|
-
|
2173
|
-
tr.selected td
|
2174
|
-
background: #ffc
|
2175
|
-
|
2176
|
-
td.checkbox, th.checkbox
|
2177
|
-
text-align: center
|
2178
|
-
|
2179
|
-
/**
|
2180
|
-
* Progress bar.
|
2181
|
-
*
|
2182
|
-
* @see progress.js
|
2183
|
-
|
2184
|
-
.progress
|
2185
|
-
font-weight: bold
|
2186
|
-
.bar
|
2187
|
-
background: #ccc
|
2188
|
-
border-color: #666
|
2189
|
-
margin: 0 0.2em
|
2190
|
-
-moz-border-radius: 3px
|
2191
|
-
-webkit-border-radius: 3px
|
2192
|
-
border-radius: 3px
|
2193
|
-
.filled
|
2194
|
-
background: #0072b9 image_url('drupal/progress.gif')
|
2195
|
-
|
2196
|
-
tr
|
2197
|
-
&.taxonomy-term-preview
|
2198
|
-
background-color: #EEE
|
2199
|
-
&.taxonomy-term-divider-top
|
2200
|
-
border-bottom: none
|
2201
|
-
&.taxonomy-term-divider-bottom
|
2202
|
-
border-top: 1px dotted #CCC
|
2203
|
-
|
2204
|
-
.taxonomy-term-description
|
2205
|
-
margin: 5px 0 20px
|
2206
|
-
|
2207
|
-
body
|
2208
|
-
&.toolbar
|
2209
|
-
padding-top: 2.2em
|
2210
|
-
&.toolbar-drawer
|
2211
|
-
padding-top: 5.3em
|
2212
|
-
|
2213
|
-
/**
|
2214
|
-
* Aggressive resets so we can achieve a consistent look in hostile CSS
|
2215
|
-
* environments.
|
2216
|
-
|
2217
|
-
#toolbar
|
2218
|
-
border: 0
|
2219
|
-
font-size: 100%
|
2220
|
-
line-height: inherit
|
2221
|
-
list-style: none
|
2222
|
-
margin: 0
|
2223
|
-
outline: 0
|
2224
|
-
padding: 0
|
2225
|
-
text-align: left
|
2226
|
-
/* LTR
|
2227
|
-
vertical-align: baseline
|
2228
|
-
*
|
2229
|
-
border: 0
|
2230
|
-
font-size: 100%
|
2231
|
-
line-height: inherit
|
2232
|
-
list-style: none
|
2233
|
-
margin: 0
|
2234
|
-
outline: 0
|
2235
|
-
padding: 0
|
2236
|
-
text-align: left
|
2237
|
-
/* LTR
|
2238
|
-
vertical-align: baseline
|
2239
|
-
background: #666
|
2240
|
-
color: #ccc
|
2241
|
-
font: normal small "Lucida Grande", Verdana, sans-serif
|
2242
|
-
left: 0
|
2243
|
-
margin: 0 -20px
|
2244
|
-
padding: 0 20px
|
2245
|
-
position: fixed
|
2246
|
-
right: 0
|
2247
|
-
top: 0
|
2248
|
-
-moz-box-shadow: 0 3px 20px #000
|
2249
|
-
-webkit-box-shadow: 0 3px 20px #000
|
2250
|
-
box-shadow: 0 3px 20px #000
|
2251
|
-
filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction='180', strength='10')
|
2252
|
-
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction='180', strength='10')"
|
2253
|
-
z-index: 600
|
2254
|
-
div.collapsed
|
2255
|
-
display: none
|
2256
|
-
visibility: hidden
|
2257
|
-
a
|
2258
|
-
color: #fff
|
2259
|
-
font-size: .846em
|
2260
|
-
text-decoration: none
|
2261
|
-
ul li
|
2262
|
-
float: left
|
2263
|
-
/* LTR
|
2264
|
-
a
|
2265
|
-
float: left
|
2266
|
-
/* LTR
|
2267
|
-
div.toolbar-menu
|
2268
|
-
background: #000
|
2269
|
-
line-height: 20px
|
2270
|
-
padding: 5px 50px 5px 10px
|
2271
|
-
/* LTR
|
2272
|
-
position: relative
|
2273
|
-
|
2274
|
-
/**
|
2275
|
-
* Base styles.
|
2276
|
-
*
|
2277
|
-
* We use a keyword for the toolbar font size to make it display consistently
|
2278
|
-
* across different themes, while still allowing browsers to resize the text.
|
2279
|
-
|
2280
|
-
/**
|
2281
|
-
* Administration menu.
|
2282
|
-
|
2283
|
-
#toolbar-home a span
|
2284
|
-
background: url(toolbar.png) no-repeat 0 -45px
|
2285
|
-
display: block
|
2286
|
-
height: 14px
|
2287
|
-
margin: 3px 0px
|
2288
|
-
text-indent: -9999px
|
2289
|
-
vertical-align: text-bottom
|
2290
|
-
width: 11px
|
2291
|
-
|
2292
|
-
#toolbar-user
|
2293
|
-
float: right
|
2294
|
-
/* LTR
|
2295
|
-
|
2296
|
-
#toolbar-menu
|
2297
|
-
float: left
|
2298
|
-
/* LTR
|
2299
|
-
|
2300
|
-
#toolbar div
|
2301
|
-
&.toolbar-menu
|
2302
|
-
a
|
2303
|
-
&.toggle
|
2304
|
-
background: url(toolbar.png) 0 -20px no-repeat
|
2305
|
-
bottom: 0
|
2306
|
-
cursor: pointer
|
2307
|
-
height: 25px
|
2308
|
-
overflow: hidden
|
2309
|
-
position: absolute
|
2310
|
-
right: 10px
|
2311
|
-
/* LTR
|
2312
|
-
text-indent: -9999px
|
2313
|
-
width: 25px
|
2314
|
-
&:focus, &:hover
|
2315
|
-
background-position: -50px -20px
|
2316
|
-
&.toggle-active
|
2317
|
-
background-position: -25px -20px
|
2318
|
-
&.toggle
|
2319
|
-
&:focus, &:hover
|
2320
|
-
background-position: -75px -20px
|
2321
|
-
ul li
|
2322
|
-
a
|
2323
|
-
padding: 0 10px
|
2324
|
-
-moz-border-radius: 10px
|
2325
|
-
-webkit-border-radius: 10px
|
2326
|
-
border-radius: 10px
|
2327
|
-
&:focus, &:hover, &:active
|
2328
|
-
background: #444
|
2329
|
-
&.active
|
2330
|
-
&:focus
|
2331
|
-
background: #444
|
2332
|
-
&:hover, &:active
|
2333
|
-
background: url(toolbar.png) 0 0 repeat-x
|
2334
|
-
text-shadow: #333 0 1px 0
|
2335
|
-
background: url(toolbar.png) 0 0 repeat-x
|
2336
|
-
text-shadow: #333 0 1px 0
|
2337
|
-
&.active-trail a
|
2338
|
-
background: url(toolbar.png) 0 0 repeat-x
|
2339
|
-
text-shadow: #333 0 1px 0
|
2340
|
-
&.toolbar-drawer
|
2341
|
-
position: relative
|
2342
|
-
padding: 0 10px
|
2343
|
-
|
2344
|
-
/**
|
2345
|
-
* Collapsed drawer of additional toolbar content.
|
2346
|
-
|
2347
|
-
/**
|
2348
|
-
* IE 6 Fix.
|
2349
|
-
*
|
2350
|
-
* IE 6 shows elements with position:fixed as position:static so we replace
|
2351
|
-
* it with position:absolute; toolbar needs its z-index to stay above overlay.
|
2352
|
-
|
2353
|
-
* html #toolbar
|
2354
|
-
left: -20px
|
2355
|
-
margin: 0
|
2356
|
-
padding-right: 0
|
2357
|
-
position: absolute
|
2358
|
-
right: 0
|
2359
|
-
width: 100%
|
2360
|
-
|
2361
|
-
.page-tracker
|
2362
|
-
td.replies
|
2363
|
-
text-align: center
|
2364
|
-
table
|
2365
|
-
width: 100%
|
2366
|
-
|
2367
|
-
.update
|
2368
|
-
.project
|
2369
|
-
font-weight: bold
|
2370
|
-
font-size: 110%
|
2371
|
-
padding-left: .25em
|
2372
|
-
/* LTR
|
2373
|
-
height: 22px
|
2374
|
-
.version-status
|
2375
|
-
float: right
|
2376
|
-
/* LTR
|
2377
|
-
padding-right: 10px
|
2378
|
-
/* LTR
|
2379
|
-
font-size: 110%
|
2380
|
-
height: 20px
|
2381
|
-
.icon
|
2382
|
-
padding-left: .5em
|
2383
|
-
/* LTR
|
2384
|
-
.version-date
|
2385
|
-
white-space: nowrap
|
2386
|
-
.info
|
2387
|
-
margin: 0
|
2388
|
-
padding: 1em 1em .25em 1em
|
2389
|
-
tr
|
2390
|
-
&.even, &.odd
|
2391
|
-
border: none
|
2392
|
-
td
|
2393
|
-
border-top: 1px solid #ccc
|
2394
|
-
border-bottom: 1px solid #ccc
|
2395
|
-
&.error
|
2396
|
-
background: #fcc
|
2397
|
-
.version-recommended
|
2398
|
-
background: #fdd
|
2399
|
-
&.ok
|
2400
|
-
background: #dfd
|
2401
|
-
&.warning
|
2402
|
-
background: #ffd
|
2403
|
-
.version-recommended
|
2404
|
-
background: #ffe
|
2405
|
-
|
2406
|
-
.current-version, .new-version
|
2407
|
-
direction: ltr
|
2408
|
-
/* Note: version numbers should always be LTR.
|
2409
|
-
|
2410
|
-
.update tr.unknown
|
2411
|
-
background: #ddd
|
2412
|
-
|
2413
|
-
table.update
|
2414
|
-
width: 100%
|
2415
|
-
margin-top: .5em
|
2416
|
-
border: none
|
2417
|
-
|
2418
|
-
.update
|
2419
|
-
table
|
2420
|
-
&.version
|
2421
|
-
width: 100%
|
2422
|
-
margin-top: .5em
|
2423
|
-
border: none
|
2424
|
-
tbody
|
2425
|
-
border: none
|
2426
|
-
tr, td
|
2427
|
-
line-height: .9em
|
2428
|
-
padding: 0
|
2429
|
-
margin: 0
|
2430
|
-
border: none
|
2431
|
-
background: none
|
2432
|
-
.version-title
|
2433
|
-
padding-left: 1em
|
2434
|
-
/* LTR
|
2435
|
-
width: 14em
|
2436
|
-
.version-details
|
2437
|
-
padding-right: .5em
|
2438
|
-
/* LTR
|
2439
|
-
.version-links
|
2440
|
-
text-align: right
|
2441
|
-
/* LTR
|
2442
|
-
padding-right: 1em
|
2443
|
-
/* LTR
|
2444
|
-
&.version-security .version-title
|
2445
|
-
color: #970F00
|
2446
|
-
&.version-recommended-strong .version-title
|
2447
|
-
font-weight: bold
|
2448
|
-
.security-error
|
2449
|
-
font-weight: bold
|
2450
|
-
color: #970F00
|
2451
|
-
.check-manually
|
2452
|
-
padding-left: 1em
|
2453
|
-
/* LTR
|
2454
|
-
|
2455
|
-
.update-major-version-warning
|
2456
|
-
color: #ff0000
|
2457
|
-
|
2458
|
-
table tbody tr
|
2459
|
-
&.update-security, &.update-unsupported
|
2460
|
-
background: #fcc
|
2461
|
-
|
2462
|
-
th.update-project-name
|
2463
|
-
width: 50%
|
2464
|
-
|
2465
|
-
#permissions
|
2466
|
-
td
|
2467
|
-
&.module
|
2468
|
-
font-weight: bold
|
2469
|
-
&.permission
|
2470
|
-
padding-left: 1.5em
|
2471
|
-
/* LTR
|
2472
|
-
tr
|
2473
|
-
&.odd .form-item, &.even .form-item
|
2474
|
-
white-space: normal
|
2475
|
-
|
2476
|
-
#user-admin-settings fieldset .fieldset-description
|
2477
|
-
font-size: 0.85em
|
2478
|
-
padding-bottom: .5em
|
2479
|
-
|
2480
|
-
/**
|
2481
|
-
* Override default textfield float to put the "Add role" button next to
|
2482
|
-
* the input textfield.
|
2483
|
-
|
2484
|
-
#user-admin-roles
|
2485
|
-
td.edit-name
|
2486
|
-
clear: both
|
2487
|
-
.form-item-name
|
2488
|
-
float: left
|
2489
|
-
/* LTR
|
2490
|
-
margin-right: 1em
|
2491
|
-
/* LTR
|
2492
|
-
|
2493
|
-
/**
|
2494
|
-
* Password strength indicator.
|
2495
|
-
|
2496
|
-
.password-strength
|
2497
|
-
width: 17em
|
2498
|
-
float: right
|
2499
|
-
/* LTR
|
2500
|
-
margin-top: 1.4em
|
2501
|
-
|
2502
|
-
.password-strength-title
|
2503
|
-
display: inline
|
2504
|
-
|
2505
|
-
.password-strength-text
|
2506
|
-
float: right
|
2507
|
-
/* LTR
|
2508
|
-
font-weight: bold
|
2509
|
-
|
2510
|
-
.password-indicator
|
2511
|
-
background-color: #C4C4C4
|
2512
|
-
height: 0.3em
|
2513
|
-
width: 100%
|
2514
|
-
div
|
2515
|
-
height: 100%
|
2516
|
-
width: 0%
|
2517
|
-
background-color: #47C965
|
2518
|
-
|
2519
|
-
input
|
2520
|
-
&.password-confirm, &.password-field
|
2521
|
-
width: 16em
|
2522
|
-
margin-bottom: 0.4em
|
2523
|
-
|
2524
|
-
div
|
2525
|
-
&.password-confirm
|
2526
|
-
float: right
|
2527
|
-
/* LTR
|
2528
|
-
margin-top: 1.5em
|
2529
|
-
visibility: hidden
|
2530
|
-
width: 17em
|
2531
|
-
&.form-item div.password-suggestions
|
2532
|
-
padding: 0.2em 0.5em
|
2533
|
-
margin: 0.7em 0
|
2534
|
-
width: 38.5em
|
2535
|
-
border: 1px solid #B4B4B4
|
2536
|
-
&.password-suggestions ul
|
2537
|
-
margin-bottom: 0
|
2538
|
-
|
2539
|
-
.confirm-parent, .password-parent
|
2540
|
-
clear: left
|
2541
|
-
/* LTR
|
2542
|
-
margin: 0
|
2543
|
-
width: 36.3em
|
2544
|
-
|
2545
|
-
/* Generated by user.module but used by profile.module:
|
2546
|
-
|
2547
|
-
.profile
|
2548
|
-
clear: both
|
2549
|
-
margin: 1em 0
|
2550
|
-
.user-picture
|
2551
|
-
float: right
|
2552
|
-
/* LTR
|
2553
|
-
margin: 0 1em 1em 0
|
2554
|
-
/* LTR
|
2555
|
-
h3
|
2556
|
-
border-bottom: 1px solid #ccc
|
2557
|
-
dl
|
2558
|
-
margin: 0 0 1.5em 0
|
2559
|
-
dt
|
2560
|
-
margin: 0 0 0.2em 0
|
2561
|
-
font-weight: bold
|
2562
|
-
dd
|
2563
|
-
margin: 0 0 1em 0
|