yamlcss 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.travis.yml +12 -0
- data/Gemfile +10 -0
- data/Gemfile.lock +56 -0
- data/LICENSE.txt +59 -0
- data/Rakefile +23 -0
- data/Readme.md +120 -0
- data/VERSIONS.md +5 -0
- data/bin/yamlcss +6 -0
- data/lib/yamlcss.rb +22 -0
- data/lib/yamlcss/engine.rb +7 -0
- data/lib/yamlcss/generator.rb +84 -0
- data/lib/yamlcss/version.rb +4 -0
- data/vendor/assets/stylesheets/_iehacks.scss +3 -0
- data/vendor/assets/stylesheets/_yaml.scss +3 -0
- data/yaml/Gruntfile.js +199 -0
- data/yaml/License.txt +36 -0
- data/yaml/Readme.md +64 -0
- data/yaml/changelog.md +307 -0
- data/yaml/config.rb +25 -0
- data/yaml/demos/css/custom-grids.css +27 -0
- data/yaml/demos/css/flexible-columns.css +26 -0
- data/yaml/demos/css/flexible-grids.css +26 -0
- data/yaml/demos/css/rtl-support.css +31 -0
- data/yaml/demos/css/screen/screen-custom-grids.css +41 -0
- data/yaml/demos/css/screen/screen-rtl-support.css +182 -0
- data/yaml/demos/custom-grid.html +129 -0
- data/yaml/demos/flexible-columns.html +124 -0
- data/yaml/demos/flexible-grid.html +142 -0
- data/yaml/demos/rtl-support.html +127 -0
- data/yaml/docs/assets/css/icons/external_link.png +0 -0
- data/yaml/docs/assets/css/icons/hcalendar.png +0 -0
- data/yaml/docs/assets/css/icons/hcard.png +0 -0
- data/yaml/docs/assets/css/icons/icon-geo.png +0 -0
- data/yaml/docs/assets/css/icons/icon-hatom.png +0 -0
- data/yaml/docs/assets/css/icons/icon-haudio.png +0 -0
- data/yaml/docs/assets/css/icons/icon-hcalendar-add.png +0 -0
- data/yaml/docs/assets/css/icons/icon-hcalendar-download.png +0 -0
- data/yaml/docs/assets/css/icons/icon-hcalendar.png +0 -0
- data/yaml/docs/assets/css/icons/icon-hcard-add.png +0 -0
- data/yaml/docs/assets/css/icons/icon-hcard-download.png +0 -0
- data/yaml/docs/assets/css/icons/icon-hcard.png +0 -0
- data/yaml/docs/assets/css/icons/icon-hresume.png +0 -0
- data/yaml/docs/assets/css/icons/icon-rel-tag.png +0 -0
- data/yaml/docs/assets/css/icons/icon-xfn.png +0 -0
- data/yaml/docs/assets/css/icons/xfn/xfn-child.png +0 -0
- data/yaml/docs/assets/css/icons/xfn/xfn-colleague-met.png +0 -0
- data/yaml/docs/assets/css/icons/xfn/xfn-colleague.png +0 -0
- data/yaml/docs/assets/css/icons/xfn/xfn-friend-met.png +0 -0
- data/yaml/docs/assets/css/icons/xfn/xfn-friend.png +0 -0
- data/yaml/docs/assets/css/icons/xfn/xfn-me.png +0 -0
- data/yaml/docs/assets/css/icons/xfn/xfn-parent.png +0 -0
- data/yaml/docs/assets/css/icons/xfn/xfn-small.png +0 -0
- data/yaml/docs/assets/css/icons/xfn/xfn-spouse.png +0 -0
- data/yaml/docs/assets/css/icons/xfn/xfn-sweetheart-met.png +0 -0
- data/yaml/docs/assets/css/icons/xfn/xfn-sweetheart.png +0 -0
- data/yaml/docs/assets/css/layout-min.css +3 -0
- data/yaml/docs/assets/css/layout.css +3262 -0
- data/yaml/docs/assets/images/demo-custom-grid.png +0 -0
- data/yaml/docs/assets/images/demo-flex-column.png +0 -0
- data/yaml/docs/assets/images/demo-flex-grid.png +0 -0
- data/yaml/docs/assets/images/demo-rtl.png +0 -0
- data/yaml/docs/assets/images/yaml-solo-transparent-small.png +0 -0
- data/yaml/docs/assets/images/yaml-solo-transparent.png +0 -0
- data/yaml/docs/assets/js/domscript.js +209 -0
- data/yaml/docs/assets/js/jquery.gridbuilder.js +131 -0
- data/yaml/docs/assets/js/snippet/ZeroClipboard.swf +0 -0
- data/yaml/docs/assets/js/snippet/jquery.snippet.css +116 -0
- data/yaml/docs/assets/js/snippet/jquery.snippet.js +782 -0
- data/yaml/docs/assets/js/snippet/jquery.snippet.min.css +40 -0
- data/yaml/docs/assets/js/snippet/jquery.snippet.min.js +12 -0
- data/yaml/docs/assets/js/snippet/snippet.css +296 -0
- data/yaml/docs/index.html +3845 -0
- data/yaml/lib/html5shiv/html5shiv-printshiv.js +11 -0
- data/yaml/lib/html5shiv/html5shiv.js +8 -0
- data/yaml/lib/jquery-1.10.1.min.js +6 -0
- data/yaml/lib/jquery-migrate-1.2.1.min.js +2 -0
- data/yaml/package.json +20 -0
- data/yaml/sass/docs/assets/css/_screen.scss +786 -0
- data/yaml/sass/docs/assets/css/layout.scss +28 -0
- data/yaml/sass/static-build/add-ons/accessible-tabs/tabs.scss +15 -0
- data/yaml/sass/static-build/add-ons/microformats/microformats.scss +18 -0
- data/yaml/sass/static-build/add-ons/rtl-support/core/base-rtl.scss +20 -0
- data/yaml/sass/static-build/add-ons/rtl-support/forms/gray-theme-rtl.scss +16 -0
- data/yaml/sass/static-build/add-ons/rtl-support/navigation/hlist-rtl.scss +18 -0
- data/yaml/sass/static-build/add-ons/rtl-support/navigation/vlist-rtl.scss +18 -0
- data/yaml/sass/static-build/add-ons/rtl-support/screen/typography-rtl.scss +16 -0
- data/yaml/sass/static-build/core/base.scss +19 -0
- data/yaml/sass/static-build/core/iehacks.scss +19 -0
- data/yaml/sass/static-build/forms/gray-theme.scss +14 -0
- data/yaml/sass/static-build/navigation/hlist.scss +16 -0
- data/yaml/sass/static-build/navigation/vlist.scss +16 -0
- data/yaml/sass/static-build/print/print.scss +15 -0
- data/yaml/sass/static-build/screen/grid-960gs-12.scss +15 -0
- data/yaml/sass/static-build/screen/grid-960gs-16.scss +15 -0
- data/yaml/sass/static-build/screen/grid-blueprint.scss +15 -0
- data/yaml/sass/static-build/screen/grid-fluid-12col.scss +15 -0
- data/yaml/sass/static-build/screen/screen-FULLPAGE-layout.scss +15 -0
- data/yaml/sass/static-build/screen/screen-PAGE-layout.scss +15 -0
- data/yaml/sass/static-build/screen/typography.scss +16 -0
- data/yaml/sass/yaml-sass/_yaml-var-globals.scss +39 -0
- data/yaml/sass/yaml-sass/_yaml-var-typography.scss +80 -0
- data/yaml/sass/yaml-sass/add-ons/accessible-tabs/_tabs.scss +139 -0
- data/yaml/sass/yaml-sass/add-ons/accessible-tabs/jquery.tabs.js +266 -0
- data/yaml/sass/yaml-sass/add-ons/microformats/_microformats.scss +179 -0
- data/yaml/sass/yaml-sass/add-ons/microformats/icons/external_link.png +0 -0
- data/yaml/sass/yaml-sass/add-ons/microformats/icons/hcalendar.png +0 -0
- data/yaml/sass/yaml-sass/add-ons/microformats/icons/hcard.png +0 -0
- data/yaml/sass/yaml-sass/add-ons/microformats/icons/icon-geo.png +0 -0
- data/yaml/sass/yaml-sass/add-ons/microformats/icons/icon-hatom.png +0 -0
- data/yaml/sass/yaml-sass/add-ons/microformats/icons/icon-haudio.png +0 -0
- data/yaml/sass/yaml-sass/add-ons/microformats/icons/icon-hcalendar-add.png +0 -0
- data/yaml/sass/yaml-sass/add-ons/microformats/icons/icon-hcalendar-download.png +0 -0
- data/yaml/sass/yaml-sass/add-ons/microformats/icons/icon-hcalendar.png +0 -0
- data/yaml/sass/yaml-sass/add-ons/microformats/icons/icon-hcard-add.png +0 -0
- data/yaml/sass/yaml-sass/add-ons/microformats/icons/icon-hcard-download.png +0 -0
- data/yaml/sass/yaml-sass/add-ons/microformats/icons/icon-hcard.png +0 -0
- data/yaml/sass/yaml-sass/add-ons/microformats/icons/icon-hresume.png +0 -0
- data/yaml/sass/yaml-sass/add-ons/microformats/icons/icon-rel-tag.png +0 -0
- data/yaml/sass/yaml-sass/add-ons/microformats/icons/icon-xfn.png +0 -0
- data/yaml/sass/yaml-sass/add-ons/microformats/icons/xfn/xfn-child.png +0 -0
- data/yaml/sass/yaml-sass/add-ons/microformats/icons/xfn/xfn-colleague-met.png +0 -0
- data/yaml/sass/yaml-sass/add-ons/microformats/icons/xfn/xfn-colleague.png +0 -0
- data/yaml/sass/yaml-sass/add-ons/microformats/icons/xfn/xfn-friend-met.png +0 -0
- data/yaml/sass/yaml-sass/add-ons/microformats/icons/xfn/xfn-friend.png +0 -0
- data/yaml/sass/yaml-sass/add-ons/microformats/icons/xfn/xfn-me.png +0 -0
- data/yaml/sass/yaml-sass/add-ons/microformats/icons/xfn/xfn-parent.png +0 -0
- data/yaml/sass/yaml-sass/add-ons/microformats/icons/xfn/xfn-small.png +0 -0
- data/yaml/sass/yaml-sass/add-ons/microformats/icons/xfn/xfn-spouse.png +0 -0
- data/yaml/sass/yaml-sass/add-ons/microformats/icons/xfn/xfn-sweetheart-met.png +0 -0
- data/yaml/sass/yaml-sass/add-ons/microformats/icons/xfn/xfn-sweetheart.png +0 -0
- data/yaml/sass/yaml-sass/add-ons/rtl-support/core/_base-rtl.scss +177 -0
- data/yaml/sass/yaml-sass/add-ons/rtl-support/forms/_gray-theme-rtl.scss +34 -0
- data/yaml/sass/yaml-sass/add-ons/rtl-support/navigation/_hlist-rtl.scss +42 -0
- data/yaml/sass/yaml-sass/add-ons/rtl-support/navigation/_vlist-rtl.scss +45 -0
- data/yaml/sass/yaml-sass/add-ons/rtl-support/screen/_typography-rtl.scss +30 -0
- data/yaml/sass/yaml-sass/add-ons/syncheight/jquery.syncheight.js +112 -0
- data/yaml/sass/yaml-sass/core/_base.scss +15 -0
- data/yaml/sass/yaml-sass/core/_iehacks.scss +426 -0
- data/yaml/sass/yaml-sass/core/base-modules/_accessibility.scss +48 -0
- data/yaml/sass/yaml-sass/core/base-modules/_columns.scss +27 -0
- data/yaml/sass/yaml-sass/core/base-modules/_float-handling.scss +32 -0
- data/yaml/sass/yaml-sass/core/base-modules/_forms-core.scss +296 -0
- data/yaml/sass/yaml-sass/core/base-modules/_grids-core.scss +55 -0
- data/yaml/sass/yaml-sass/core/base-modules/_normalization.scss +165 -0
- data/yaml/sass/yaml-sass/core/base-modules/_print-core.scss +36 -0
- data/yaml/sass/yaml-sass/core/js/yaml-focusfix.js +70 -0
- data/yaml/sass/yaml-sass/forms/_gray-theme.scss +475 -0
- data/yaml/sass/yaml-sass/mixins/_yaml-mixins-core.scss +248 -0
- data/yaml/sass/yaml-sass/navigation/_hlist.scss +106 -0
- data/yaml/sass/yaml-sass/navigation/_vlist.scss +129 -0
- data/yaml/sass/yaml-sass/print/_print.scss +61 -0
- data/yaml/sass/yaml-sass/screen/_grid-960gs-12.scss +4 -0
- data/yaml/sass/yaml-sass/screen/_grid-960gs-16.scss +4 -0
- data/yaml/sass/yaml-sass/screen/_grid-blueprint.scss +4 -0
- data/yaml/sass/yaml-sass/screen/_grid-fluid-12col.scss +4 -0
- data/yaml/sass/yaml-sass/screen/_screen-FULLPAGE-layout.scss +171 -0
- data/yaml/sass/yaml-sass/screen/_screen-PAGE-layout.scss +165 -0
- data/yaml/sass/yaml-sass/screen/_typography.scss +485 -0
- data/yaml/yaml/add-ons/accessible-tabs/jquery.tabs.js +266 -0
- data/yaml/yaml/add-ons/accessible-tabs/tabs.css +136 -0
- data/yaml/yaml/add-ons/microformats/icons/external_link.png +0 -0
- data/yaml/yaml/add-ons/microformats/icons/hcalendar.png +0 -0
- data/yaml/yaml/add-ons/microformats/icons/hcard.png +0 -0
- data/yaml/yaml/add-ons/microformats/icons/icon-geo.png +0 -0
- data/yaml/yaml/add-ons/microformats/icons/icon-hatom.png +0 -0
- data/yaml/yaml/add-ons/microformats/icons/icon-haudio.png +0 -0
- data/yaml/yaml/add-ons/microformats/icons/icon-hcalendar-add.png +0 -0
- data/yaml/yaml/add-ons/microformats/icons/icon-hcalendar-download.png +0 -0
- data/yaml/yaml/add-ons/microformats/icons/icon-hcalendar.png +0 -0
- data/yaml/yaml/add-ons/microformats/icons/icon-hcard-add.png +0 -0
- data/yaml/yaml/add-ons/microformats/icons/icon-hcard-download.png +0 -0
- data/yaml/yaml/add-ons/microformats/icons/icon-hcard.png +0 -0
- data/yaml/yaml/add-ons/microformats/icons/icon-hresume.png +0 -0
- data/yaml/yaml/add-ons/microformats/icons/icon-rel-tag.png +0 -0
- data/yaml/yaml/add-ons/microformats/icons/icon-xfn.png +0 -0
- data/yaml/yaml/add-ons/microformats/icons/xfn/xfn-child.png +0 -0
- data/yaml/yaml/add-ons/microformats/icons/xfn/xfn-colleague-met.png +0 -0
- data/yaml/yaml/add-ons/microformats/icons/xfn/xfn-colleague.png +0 -0
- data/yaml/yaml/add-ons/microformats/icons/xfn/xfn-friend-met.png +0 -0
- data/yaml/yaml/add-ons/microformats/icons/xfn/xfn-friend.png +0 -0
- data/yaml/yaml/add-ons/microformats/icons/xfn/xfn-me.png +0 -0
- data/yaml/yaml/add-ons/microformats/icons/xfn/xfn-parent.png +0 -0
- data/yaml/yaml/add-ons/microformats/icons/xfn/xfn-small.png +0 -0
- data/yaml/yaml/add-ons/microformats/icons/xfn/xfn-spouse.png +0 -0
- data/yaml/yaml/add-ons/microformats/icons/xfn/xfn-sweetheart-met.png +0 -0
- data/yaml/yaml/add-ons/microformats/icons/xfn/xfn-sweetheart.png +0 -0
- data/yaml/yaml/add-ons/microformats/microformats.css +167 -0
- data/yaml/yaml/add-ons/rtl-support/core/base-rtl.css +167 -0
- data/yaml/yaml/add-ons/rtl-support/core/base-rtl.min.css +3 -0
- data/yaml/yaml/add-ons/rtl-support/forms/gray-theme-rtl.css +44 -0
- data/yaml/yaml/add-ons/rtl-support/navigation/hlist-rtl.css +48 -0
- data/yaml/yaml/add-ons/rtl-support/navigation/vlist-rtl.css +54 -0
- data/yaml/yaml/add-ons/rtl-support/screen/typography-rtl.css +38 -0
- data/yaml/yaml/add-ons/syncheight/jquery.syncheight.js +112 -0
- data/yaml/yaml/core/base.css +705 -0
- data/yaml/yaml/core/base.min.css +3 -0
- data/yaml/yaml/core/iehacks.css +468 -0
- data/yaml/yaml/core/iehacks.min.css +3 -0
- data/yaml/yaml/core/js/yaml-focusfix.js +70 -0
- data/yaml/yaml/forms/gray-theme.css +676 -0
- data/yaml/yaml/navigation/hlist.css +109 -0
- data/yaml/yaml/navigation/vlist.css +144 -0
- data/yaml/yaml/print/print.css +42 -0
- data/yaml/yaml/screen/grid-960gs-12.css +164 -0
- data/yaml/yaml/screen/grid-960gs-16.css +212 -0
- data/yaml/yaml/screen/grid-blueprint.css +308 -0
- data/yaml/yaml/screen/grid-fluid-12col.css +164 -0
- data/yaml/yaml/screen/screen-FULLPAGE-layout.css +184 -0
- data/yaml/yaml/screen/screen-PAGE-layout.css +196 -0
- data/yaml/yaml/screen/typography.css +486 -0
- data/yamlcss.gemspec +30 -0
- metadata +314 -0
@@ -0,0 +1,3 @@
|
|
1
|
+
/*! yamlcss v4.1.2 (2013-07-28) */
|
2
|
+
|
3
|
+
@media all{*{margin:0;padding:0}option{padding-left:.4em}select{padding:1px}* html body *{overflow:visible}body{font-size:100%;background:#fff;color:#000;text-align:left}div:target,h1:target,h2:target,h3:target,h4:target,h5:target,h6:target{outline:0 none}article,aside,details,figcaption,figure,footer,header,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none}[hidden]{display:none}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}svg:not(:root){overflow:hidden}figure{margin:0}fieldset,img{border:0 solid}ul,ol,dl{margin:0 0 1em 1em}li{line-height:1.5em;margin-left:.8em}dt{font-weight:700}dd{margin:0 0 1em .8em}blockquote{margin:0 0 1em .8em}q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}.ym-clearfix:before{content:"";display:table}.ym-clearfix:after{clear:both;content:".";display:block;font-size:0;height:0;visibility:hidden}.ym-contain-dt{display:table;table-layout:fixed;width:100%}.ym-contain-oh{display:block;overflow:hidden;width:100%}.ym-contain-fl{float:left;width:100%}.ym-column{display:table;table-layout:fixed;width:100%}.ym-col1{float:left;width:20%}.ym-col2{float:right;width:20%}.ym-col3{width:auto;margin:0 20%}.ym-cbox{padding:0 10px}.ym-cbox-left{padding:0 10px 0 0}.ym-cbox-right{padding:0 0 0 10px}.ym-ie-clearing{display:none}.ym-grid{display:table;table-layout:fixed;width:100%;list-style-type:none;padding-left:0;padding-right:0;margin-left:0;margin-right:0}.ym-gl{float:left;margin:0}.ym-gr{float:right;margin:0 0 0 -5px}.ym-g20{width:20%}.ym-g40{width:40%}.ym-g60{width:60%}.ym-g80{width:80%}.ym-g25{width:25%}.ym-g33{width:33.333%}.ym-g50{width:50%}.ym-g66{width:66.666%}.ym-g75{width:75%}.ym-g38{width:38.2%}.ym-g62{width:61.8%}.ym-gbox{padding:0 10px}.ym-gbox-left{padding:0 10px 0 0}.ym-gbox-right{padding:0 0 0 10px}.ym-equalize{overflow:hidden}.ym-equalize>[class*=ym-g]{display:table-cell;float:none;margin:0;vertical-align:top}.ym-equalize>[class*=ym-g]>[class*=ym-gbox]{padding-bottom:10000px;margin-bottom:-10000px}.ym-form,.ym-form fieldset{overflow:hidden}.ym-form div{position:relative}.ym-form label,.ym-form .ym-label,.ym-form .ym-message{position:relative;line-height:1.5;display:block}.ym-form .ym-message{clear:both}.ym-form .ym-fbox-check label{display:inline}.ym-form input,.ym-form textarea{cursor:text}.ym-form .ym-fbox-check input,.ym-form input[type=image],.ym-form input[type=radio],.ym-form input[type=checkbox],.ym-form select,.ym-form label{cursor:pointer}.ym-form textarea{overflow:auto}.ym-form input.hidden,.ym-form input[type=hidden]{display:none!important}.ym-form .ym-fbox:before,.ym-form .ym-fbox-text:before,.ym-form .ym-fbox-select:before,.ym-form .ym-fbox-check:before,.ym-form .ym-fbox-button:before{content:"";display:table}.ym-form .ym-fbox:after,.ym-form .ym-fbox-text:after,.ym-form .ym-fbox-select:after,.ym-form .ym-fbox-check:after,.ym-form .ym-fbox-button:after{clear:both;content:".";display:block;font-size:0;height:0;visibility:hidden}.ym-form .ym-fbox-check input:focus,.ym-form .ym-fbox-check input:hover,.ym-form .ym-fbox-check input:active,.ym-form input[type=radio]:focus,.ym-form input[type=radio]:hover,.ym-form input[type=radio]:active,.ym-form input[type=checkbox]:focus,.ym-form input[type=checkbox]:hover,.ym-form input[type=checkbox]:active{border:0 none}.ym-form input,.ym-form textarea,.ym-form select{display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:70%}.ym-form .ym-fbox-check input,.ym-form input[type=radio],.ym-form input[type=checkbox]{display:inline;margin-left:0;margin-right:.5ex;width:auto;height:auto}.ym-form input[type=image]{border:0;display:inline;height:auto;margin:0;padding:0;width:auto}.ym-form label,.ym-form .ym-label{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ym-form .ym-fbox-button input{display:inline;overflow:visible;width:auto}.ym-form .ym-inline{display:inline-block;float:none;margin-right:0;width:auto;vertical-align:baseline}.ym-fbox-wrap{display:table;table-layout:fixed;width:70%}.ym-fbox-wrap input,.ym-fbox-wrap textarea,.ym-fbox-wrap select{width:100%}.ym-fbox-wrap input[type=image]{width:auto}.ym-fbox-wrap input[type=radio],.ym-fbox-wrap input[type=checkbox]{display:inline;width:auto;margin-left:0;margin-right:.5ex}.ym-fbox-wrap label,.ym-fbox-wrap .ym-label{display:inline}.ym-full input,.ym-full textarea,.ym-full select{width:100%}.ym-full .ym-fbox-wrap{width:100%}.ym-columnar input,.ym-columnar textarea,.ym-columnar select{float:left;margin-right:-3px}.ym-columnar label,.ym-columnar .ym-label{display:inline;float:left;width:30%;z-index:1}.ym-columnar .ym-fbox-check input,.ym-columnar .ym-message{margin-left:30%}.ym-columnar .ym-fbox-wrap{margin-left:30%;margin-right:-3px}.ym-columnar .ym-fbox-wrap .ym-message{margin-left:0}.ym-columnar .ym-fbox-wrap label{float:none;width:auto;z-index:1;margin-left:0}.ym-columnar .ym-fbox-wrap input{margin-left:0;position:relative}.ym-columnar .ym-fbox-check{position:relative}.ym-columnar .ym-fbox-check label,.ym-columnar .ym-fbox-check .ym-label{padding-top:0}.ym-columnar .ym-fbox-check input{top:3px}.ym-columnar .ym-fbox-button input{float:none;margin-right:1em}.ym-fbox-wrap+.ym-fbox-wrap{margin-top:.5em}.ym-columnar fieldset .ym-fbox-button,fieldset.ym-columnar .ym-fbox-button{padding-left:30%}.ym-skip,.ym-hideme,.ym-print{position:absolute;top:-32768px;left:-32768px}.ym-skip:focus,.ym-skip:active{position:static;top:0;left:0}.ym-skiplinks{position:absolute;top:0;left:-32768px;z-index:1000;width:100%;margin:0;padding:0;list-style-type:none}.ym-skiplinks .ym-skip:focus,.ym-skiplinks .ym-skip:active{left:32768px;outline:0 none;position:absolute;width:100%}}@media print{.ym-grid>.ym-gl,.ym-grid>.ym-gr{overflow:visible;display:table;table-layout:fixed}.ym-print{position:static;left:0}.ym-noprint{display:none!important}}
|
@@ -0,0 +1,468 @@
|
|
1
|
+
/**
|
2
|
+
* "Yet Another Multicolumn Layout" - YAML CSS Framework
|
3
|
+
*
|
4
|
+
* (en) YAML core stylesheet - structure-independent bugfixes of IE/Win CSS-bugs
|
5
|
+
* (de) YAML Basis-Stylesheet - Strukturunabhängige Bugfixes von CSS-Bugs des IE/Win
|
6
|
+
*
|
7
|
+
* Don't make any changes in this file!
|
8
|
+
*
|
9
|
+
* @copyright © 2005-2013, Dirk Jesse
|
10
|
+
* @license CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
|
11
|
+
* YAML-CDL (http://www.yaml.de/license.html)
|
12
|
+
* @link http://www.yaml.de
|
13
|
+
* @package yaml
|
14
|
+
* @version 4.1.2
|
15
|
+
* @appdef yaml
|
16
|
+
*/
|
17
|
+
@media all {
|
18
|
+
/**
|
19
|
+
* (en) Debugging:When you see a green background, IE is getting this stylesheet
|
20
|
+
* (de) Fehlersuche:Hintergrund leuchtet grün, wenn das Stylesheet korrekt geladen wurde
|
21
|
+
*
|
22
|
+
* @debug
|
23
|
+
* @app-yaml-default disabled
|
24
|
+
*/
|
25
|
+
/* body { background:#0f0; background-image:none; } */
|
26
|
+
/**
|
27
|
+
* Correct inline positioning for unknown HTML5 elements in IE 6 & 7
|
28
|
+
*
|
29
|
+
* @workaround
|
30
|
+
* @affected IE6, IE7
|
31
|
+
* @css-for IE6, IE7
|
32
|
+
* @valid no
|
33
|
+
*/
|
34
|
+
/*------------------------------------------------------------------------------------------------------*/
|
35
|
+
/**
|
36
|
+
* (en) No need to force scrollbars in older IE's - it even makes problems in IE6 when set
|
37
|
+
* (de) Scrollbar-Fix wird in alten IE's nicht benötigt, zudem verursacht der Fix Probleme im IE6
|
38
|
+
*
|
39
|
+
* @workaround
|
40
|
+
* @affected IE6, IE7
|
41
|
+
* @css-for IE6, IE7
|
42
|
+
* @valid no
|
43
|
+
*/
|
44
|
+
body {
|
45
|
+
o\verflow: visible;
|
46
|
+
}
|
47
|
+
|
48
|
+
/**
|
49
|
+
* (en) HTML5 - default media element styles
|
50
|
+
* (de) HTML5 - Standard Eigenschaften für Media-Elemente
|
51
|
+
*/
|
52
|
+
article, aside, details, figcaption, figure,
|
53
|
+
footer, header, main, nav, section {
|
54
|
+
zoom: 1;
|
55
|
+
}
|
56
|
+
|
57
|
+
audio,
|
58
|
+
canvas,
|
59
|
+
video {
|
60
|
+
*display: inline;
|
61
|
+
*zoom: 1;
|
62
|
+
}
|
63
|
+
|
64
|
+
/**
|
65
|
+
* (en) enable bicubic interpolation of images on scaling
|
66
|
+
* (de) aktiviert bikubische Interpolation beim Skalieren von Bildern
|
67
|
+
*/
|
68
|
+
img {
|
69
|
+
-ms-interpolation-mode: bicubic;
|
70
|
+
zoom: 1;
|
71
|
+
}
|
72
|
+
|
73
|
+
/*------------------------------------------------------------------------------------------------------*/
|
74
|
+
/**
|
75
|
+
* (en) Fixes IE5.x and IE6 overflow behavior of textarea and input elements elements
|
76
|
+
* (de) Korrigiert das fehlerhafte overflow-Verhalten von textarea und input-Elementen
|
77
|
+
*
|
78
|
+
* @workaround
|
79
|
+
* @affected IE 5.x/Win, IE6
|
80
|
+
* @css-for IE 5.x/Win, IE6
|
81
|
+
* @valid no
|
82
|
+
*/
|
83
|
+
* html iframe,
|
84
|
+
* html frame {
|
85
|
+
overflow: auto;
|
86
|
+
}
|
87
|
+
|
88
|
+
* html input,
|
89
|
+
* html frameset {
|
90
|
+
overflow: hidden;
|
91
|
+
}
|
92
|
+
|
93
|
+
* html textarea {
|
94
|
+
overflow: scroll;
|
95
|
+
overflow-x: hidden;
|
96
|
+
}
|
97
|
+
|
98
|
+
/*------------------------------------------------------------------------------------------------------*/
|
99
|
+
/**
|
100
|
+
* (en) Stability fixes with 'position:relative'
|
101
|
+
* (de) Stabilitätsverbesserungen durch 'position:relative'
|
102
|
+
*
|
103
|
+
* Essential for correct scaling in IE7 (body). IE5 must get static positioned body instead.
|
104
|
+
* Helpful to fix several possible problems in older IE versions (#main).
|
105
|
+
*
|
106
|
+
* @bugfix
|
107
|
+
* @affected IE 5.x/Win, IE6, IE7
|
108
|
+
* @css-for IE 5.x/Win, IE6, IE7
|
109
|
+
* @valid yes
|
110
|
+
*/
|
111
|
+
body, #main {
|
112
|
+
position: relative;
|
113
|
+
}
|
114
|
+
|
115
|
+
* html body {
|
116
|
+
position: static;
|
117
|
+
}
|
118
|
+
|
119
|
+
/*------------------------------------------------------------------------------------------------------*/
|
120
|
+
/**
|
121
|
+
* (en) Clearfix adjustents for containing floats in IE
|
122
|
+
* (de) Clearfix-Anpassung für diverse IE-Versionen
|
123
|
+
*
|
124
|
+
* @workaround
|
125
|
+
* @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack/
|
126
|
+
* @affected IE 5.x/Win, IE6, IE7
|
127
|
+
* @css-for IE 5.x/Win, IE6, IE7
|
128
|
+
* @valid yes
|
129
|
+
*/
|
130
|
+
.ym-clearfix {
|
131
|
+
zoom: 1;
|
132
|
+
}
|
133
|
+
|
134
|
+
/* hasLayout aktivieren */
|
135
|
+
/*------------------------------------------------------------------------------------------------------*/
|
136
|
+
/**
|
137
|
+
* (en) Bugfix for partially displayed column separators
|
138
|
+
* (de) Bugfix für unvollständige Darstellung der Spalteninhalte / Spaltentrenner
|
139
|
+
*
|
140
|
+
* @bugfix
|
141
|
+
* @affected IE 5.x/Win, IE6
|
142
|
+
* @css-for IE 5.x/Win, IE6
|
143
|
+
* @valid yes
|
144
|
+
*/
|
145
|
+
* html .ym-col1,
|
146
|
+
* html .ym-col2,
|
147
|
+
* html .ym-col3 {
|
148
|
+
position: relative;
|
149
|
+
}
|
150
|
+
|
151
|
+
/*------------------------------------------------------------------------------------------------------*/
|
152
|
+
/**
|
153
|
+
* (en) Preventing several css bugs by forcing "hasLayout"
|
154
|
+
* (de) Vermeidung verschiedenster Bugs durch Erzwingen von "hasLayout"
|
155
|
+
*
|
156
|
+
* @workaround
|
157
|
+
* @affected IE 5.x/Win, IE6, IE7
|
158
|
+
* @css-for IE 5.x/Win, IE6, IE7
|
159
|
+
* @valid no
|
160
|
+
*/
|
161
|
+
body {
|
162
|
+
height: 1%;
|
163
|
+
}
|
164
|
+
|
165
|
+
.ym-wrapper, .ym-wbox, #header, #nav, #main, #footer {
|
166
|
+
zoom: 1;
|
167
|
+
}
|
168
|
+
|
169
|
+
/* IE6 & IE7 */
|
170
|
+
* html .ym-wrapper, * html .ym-wbox {
|
171
|
+
height: 1%;
|
172
|
+
hei\ght: auto;
|
173
|
+
}
|
174
|
+
|
175
|
+
/* IE 5.x & IE6 | IE6 only */
|
176
|
+
* html #header, * html #nav, * html #main, * html #footer {
|
177
|
+
width: 100%;
|
178
|
+
wid\th: auto;
|
179
|
+
}
|
180
|
+
|
181
|
+
/* IE 5.x & IE6 | IE6 only */
|
182
|
+
/* trigger hasLayout to force containing content */
|
183
|
+
.ym-gbox, .ym-gbox-left, .ym-gbox-right {
|
184
|
+
height: 1%;
|
185
|
+
}
|
186
|
+
|
187
|
+
/*------------------------------------------------------------------------------------------------------*/
|
188
|
+
/**
|
189
|
+
* Disappearing List-Background Bug
|
190
|
+
* @see http://www.positioniseverything.net/explorer/ie-listbug.html
|
191
|
+
*
|
192
|
+
* @bugfix
|
193
|
+
* @affected IE 5.x/Win, IE6
|
194
|
+
* @css-for IE 5.x/Win, IE6
|
195
|
+
* @valid yes
|
196
|
+
*/
|
197
|
+
* html ul, * html ol, * html dl {
|
198
|
+
position: relative;
|
199
|
+
}
|
200
|
+
|
201
|
+
/*------------------------------------------------------------------------------------------------------*/
|
202
|
+
/**
|
203
|
+
* List-Numbering Bug
|
204
|
+
*
|
205
|
+
* @bugfix
|
206
|
+
* @affected IE 5.x/Win, IE6, IE7
|
207
|
+
* @css-for IE 5.x/Win, IE6, IE7
|
208
|
+
* @valid yes
|
209
|
+
*/
|
210
|
+
body ol li {
|
211
|
+
display: list-item;
|
212
|
+
}
|
213
|
+
|
214
|
+
/*------------------------------------------------------------------------------------------------------*/
|
215
|
+
/**
|
216
|
+
* Browser-based image scaling (not)
|
217
|
+
*
|
218
|
+
* @workaround
|
219
|
+
* @affected IE 5.x/Win, IE6
|
220
|
+
* @css-for IE 5.x/Win, IE6
|
221
|
+
* @valid yes
|
222
|
+
*/
|
223
|
+
* html .flexible {
|
224
|
+
zoom: 1;
|
225
|
+
}
|
226
|
+
|
227
|
+
/**
|
228
|
+
* Form related bugfixes
|
229
|
+
*
|
230
|
+
* @bugfix
|
231
|
+
* @affected IE 5.x/Win, IE6, IE7
|
232
|
+
* @css-for IE 5.x/Win, IE6, IE7
|
233
|
+
* @valid no
|
234
|
+
*/
|
235
|
+
button, input {
|
236
|
+
*overflow: visible !important;
|
237
|
+
}
|
238
|
+
|
239
|
+
table button, table input {
|
240
|
+
*overflow: auto;
|
241
|
+
}
|
242
|
+
|
243
|
+
fieldset, legend {
|
244
|
+
position: relative;
|
245
|
+
}
|
246
|
+
|
247
|
+
/*------------------------------------------------------------------------------------------------------*/
|
248
|
+
/**
|
249
|
+
* Global adjustments/fixes for YAML's form module
|
250
|
+
*
|
251
|
+
* @workaround
|
252
|
+
* @affected IE 5.x/Win, IE6, IE7
|
253
|
+
* @css-for IE 5.x/Win, IE6, IE7
|
254
|
+
* @valid no
|
255
|
+
*/
|
256
|
+
.ym-form,
|
257
|
+
.ym-form div,
|
258
|
+
.ym-form div * {
|
259
|
+
zoom: 1;
|
260
|
+
}
|
261
|
+
|
262
|
+
.ym-form input,
|
263
|
+
.ym-form textarea {
|
264
|
+
width: 68%;
|
265
|
+
padding-left: 1% !important;
|
266
|
+
padding-right: 1% !important;
|
267
|
+
}
|
268
|
+
.ym-form select {
|
269
|
+
width: 70%;
|
270
|
+
padding-left: 1% !important;
|
271
|
+
padding-right: 1% !important;
|
272
|
+
}
|
273
|
+
.ym-form .ym-fbox-wrap {
|
274
|
+
display: block;
|
275
|
+
overflow: hidden;
|
276
|
+
margin-right: -5px;
|
277
|
+
}
|
278
|
+
|
279
|
+
.ym-fbox-wrap input,
|
280
|
+
.ym-fbox-wrap textarea,
|
281
|
+
.ym-full input,
|
282
|
+
.ym-full textarea {
|
283
|
+
width: 98%;
|
284
|
+
margin-right: -3px;
|
285
|
+
}
|
286
|
+
.ym-fbox-wrap select,
|
287
|
+
.ym-full select {
|
288
|
+
width: 100%;
|
289
|
+
margin-right: -3px;
|
290
|
+
}
|
291
|
+
|
292
|
+
/* ie6 support helper class */
|
293
|
+
* html .ym-form .ym-fbox-check input {
|
294
|
+
display: inline !important;
|
295
|
+
width: auto !important;
|
296
|
+
background: transparent !important;
|
297
|
+
border: 0 none !important;
|
298
|
+
padding: 0 !important;
|
299
|
+
}
|
300
|
+
* html .ym-form .ym-fbox-wrap .ym-fbox-check input {
|
301
|
+
margin-left: 0;
|
302
|
+
}
|
303
|
+
|
304
|
+
/*------------------------------------------------------------------------------------------------------*/
|
305
|
+
/**
|
306
|
+
* (en) Workaround for 'collapsing margin at #col3' when using CSS-property clear
|
307
|
+
* Left margin of #col3 collapses when using clear:both in 1-3-2 (or 2-3-1) layout and right column is the
|
308
|
+
* longest and left column is the shortest one. For IE6 and IE7 a special workaround was developed
|
309
|
+
* in YAML.
|
310
|
+
*
|
311
|
+
* (de) Workaround für 'kollabierenden Margin an #col3' bei Verwendung der CSS-Eigenschaft clear
|
312
|
+
* Der linke Margin von #col3 kollabiert bei der Verwendung von clear:both im 1-3-2 (oder 2-3-1) Layout
|
313
|
+
* wenn gleichzeitig die linke Spalte die kürzeste und die rechte die längste ist. Im IE6 und IE7 lässt
|
314
|
+
* sich der Bug durch eine speziell für YAML entwickelten Workaround umgehen.
|
315
|
+
*
|
316
|
+
* @workaround
|
317
|
+
* @affected IE 5.x/Win, IE6, IE7
|
318
|
+
* @css-for IE 5.x/Win, IE6, IE7
|
319
|
+
* @valid no
|
320
|
+
*/
|
321
|
+
html .ym-ie-clearing {
|
322
|
+
/* (en) Only a small help for debugging */
|
323
|
+
/* (de) Nur eine kleine Hilfe zur Fehlersuche */
|
324
|
+
position: static;
|
325
|
+
/* (en) Make container visible in IE */
|
326
|
+
/* (de) Container sichtbar machen im IE */
|
327
|
+
display: block;
|
328
|
+
/* (en) No fix possible in IE5.x, normal clearing used instead */
|
329
|
+
/* (de) Kein Fix im IE5.x möglich, daher normales Clearing */
|
330
|
+
\clear: both;
|
331
|
+
/* (en) forcing clearing-like behavior with a simple oversized container in IE6 & IE7*/
|
332
|
+
/* (de) IE-Clearing mit 100%-DIV für IE6 bzw. übergroßem Container im IE7 */
|
333
|
+
width: 100%;
|
334
|
+
line-height: 0;
|
335
|
+
font-size: 0px;
|
336
|
+
margin: -2px 0 -1em 1px;
|
337
|
+
}
|
338
|
+
|
339
|
+
* html .ym-ie-clearing {
|
340
|
+
margin: -2px 0 -1em 0;
|
341
|
+
}
|
342
|
+
|
343
|
+
.ym-cbox {
|
344
|
+
margin-bottom: -2px;
|
345
|
+
}
|
346
|
+
|
347
|
+
/* (en) avoid horizontal scrollbars in IE7 in borderless layouts because of negative margins */
|
348
|
+
/* (de) Vermeidung horizontaler Scrollbalken bei randabfallenden Layouts im IE7 */
|
349
|
+
html {
|
350
|
+
margin-right: 1px;
|
351
|
+
}
|
352
|
+
|
353
|
+
* html {
|
354
|
+
margin-right: 0;
|
355
|
+
}
|
356
|
+
|
357
|
+
/* (en) Bugfix:Essential for IE7 */
|
358
|
+
/* (de) Bugfix:Notwendig im IE7 */
|
359
|
+
.ym-col3 {
|
360
|
+
position: relative;
|
361
|
+
}
|
362
|
+
|
363
|
+
/*------------------------------------------------------------------------------------------------------*/
|
364
|
+
/**
|
365
|
+
* IE/Win Guillotine Bug
|
366
|
+
* @see http://www.positioniseverything.net/explorer/guillotine.html
|
367
|
+
*
|
368
|
+
* @workaround
|
369
|
+
* @affected IE 5.x/Win, IE6
|
370
|
+
* @css-for IE 5.x/Win, IE6
|
371
|
+
* @valid yes
|
372
|
+
*/
|
373
|
+
}
|
374
|
+
@media screen, projection {
|
375
|
+
/**
|
376
|
+
* (en) IE-Adjustments for content columns and subtemplates
|
377
|
+
* (de) IE-Anpassung für Spaltencontainer und Subtemplates
|
378
|
+
*
|
379
|
+
* Doubled Float-Margin Bug
|
380
|
+
* @see http://positioniseverything.net/explorer/doubled-margin.html
|
381
|
+
*
|
382
|
+
* @bugfix
|
383
|
+
* @affected IE 5.x/Win, IE6
|
384
|
+
* @css-for IE 5.x/Win, IE6, IE7
|
385
|
+
* @valid yes
|
386
|
+
*/
|
387
|
+
.ym-col1, .ym-col2 {
|
388
|
+
display: inline;
|
389
|
+
}
|
390
|
+
|
391
|
+
/* Fix for:"Linking to anchors in elements within the containing block" Problem in IE5.x & IE 6.0 */
|
392
|
+
.ym-grid {
|
393
|
+
overflow: hidden;
|
394
|
+
display: block;
|
395
|
+
}
|
396
|
+
|
397
|
+
* html .ym-grid {
|
398
|
+
overflow: visible;
|
399
|
+
}
|
400
|
+
|
401
|
+
.ym-gl,
|
402
|
+
.ym-gr {
|
403
|
+
display: inline;
|
404
|
+
}
|
405
|
+
|
406
|
+
/* transform CSS tables back into floats */
|
407
|
+
.ym-equalize .ym-gl {
|
408
|
+
float: left;
|
409
|
+
display: inline;
|
410
|
+
padding-bottom: 32767px;
|
411
|
+
margin-bottom: -32767px;
|
412
|
+
}
|
413
|
+
|
414
|
+
.ym-equalize .ym-gr {
|
415
|
+
float: right;
|
416
|
+
margin-left: -5px;
|
417
|
+
display: inline;
|
418
|
+
padding-bottom: 32767px;
|
419
|
+
margin-bottom: -32767px;
|
420
|
+
}
|
421
|
+
|
422
|
+
.no-ie-padding .ym-gl,
|
423
|
+
.no-ie-padding .ym-gr {
|
424
|
+
padding-bottom: 0;
|
425
|
+
margin-bottom: 0;
|
426
|
+
}
|
427
|
+
|
428
|
+
/*------------------------------------------------------------------------------------------------------*/
|
429
|
+
/**
|
430
|
+
* Internet Explorer and the Expanding Box Problem
|
431
|
+
* @see http://www.positioniseverything.net/explorer/expandingboxbug.html
|
432
|
+
*
|
433
|
+
* @workaround
|
434
|
+
* @affected IE 5.x/Win, IE6
|
435
|
+
* @css-for IE 5.x/Win, IE6
|
436
|
+
* @valid yes
|
437
|
+
*/
|
438
|
+
* html .ym-cbox-left,
|
439
|
+
* html .ym-cbox-right,
|
440
|
+
* html .ym-cbox {
|
441
|
+
word-wrap: break-word;
|
442
|
+
}
|
443
|
+
|
444
|
+
/* avoid growing widths */
|
445
|
+
* html .ym-gbox,
|
446
|
+
* html .ym-gbox-left,
|
447
|
+
* html .ym-gbox-right {
|
448
|
+
word-wrap: break-word;
|
449
|
+
o\verflow: hidden;
|
450
|
+
}
|
451
|
+
}
|
452
|
+
@media print {
|
453
|
+
/**
|
454
|
+
* (en) Avoid unneeded page breaks of .ym-col3 content in print layout and containing floats.
|
455
|
+
* (de) Vermeiden von unnötigen Seitenumbrüchen beim Ausdruck der Spalte .ym-col3 und Einschluss von Floats.
|
456
|
+
*
|
457
|
+
* @bugfix
|
458
|
+
* @affected IE7
|
459
|
+
* @css-for IE 5.x/Win, IE6, IE7
|
460
|
+
* @valid yes
|
461
|
+
*/
|
462
|
+
.ym-gbox,
|
463
|
+
.ym-gbox-left,
|
464
|
+
.ym-gbox-right,
|
465
|
+
.ym-col3 {
|
466
|
+
height: 1%;
|
467
|
+
}
|
468
|
+
}
|