yamlcss 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* "Yet Another Multicolumn Layout" - YAML CSS Framework
|
|
3
|
+
*
|
|
4
|
+
* (en) Uniform design of standard content elements
|
|
5
|
+
* (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
|
|
6
|
+
*
|
|
7
|
+
* @copyright © 2005-2013, Dirk Jesse
|
|
8
|
+
* @license CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
|
|
9
|
+
* YAML-CDL (http://www.yaml.de/license.html)
|
|
10
|
+
* @link http://www.yaml.de
|
|
11
|
+
* @package yaml
|
|
12
|
+
* @version 4.1.2
|
|
13
|
+
*/
|
|
14
|
+
@media all {
|
|
15
|
+
/* --- Lists | Listen -------------------------------------------------------------------------------- */
|
|
16
|
+
ul,
|
|
17
|
+
ol,
|
|
18
|
+
dl {
|
|
19
|
+
margin-left: 0;
|
|
20
|
+
margin-right: 1em;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
li {
|
|
24
|
+
margin-left: 0;
|
|
25
|
+
margin-right: 0.8em;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
dd {
|
|
29
|
+
margin-left: 0;
|
|
30
|
+
margin-right: 0.8em;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
/* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */
|
|
34
|
+
blockquote {
|
|
35
|
+
margin-left: 0;
|
|
36
|
+
margin-right: 1.5em;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* syncHeight - jQuery plugin to automagically Sync the heights of columns
|
|
3
|
+
* Made to seemlessly work with the CCS-Framework YAML (yaml.de)
|
|
4
|
+
* @requires jQuery v1.0.3 or newer
|
|
5
|
+
*
|
|
6
|
+
* http://blog.ginader.de/dev/syncheight/
|
|
7
|
+
*
|
|
8
|
+
* Copyright (c) 2007-2013
|
|
9
|
+
* Dirk Ginader (ginader.de)
|
|
10
|
+
* Dirk Jesse (yaml.de)
|
|
11
|
+
* Dual licensed under the MIT and GPL licenses:
|
|
12
|
+
* http://www.opensource.org/licenses/mit-license.php
|
|
13
|
+
* http://www.gnu.org/licenses/gpl.html
|
|
14
|
+
*
|
|
15
|
+
* Version: 1.5
|
|
16
|
+
*
|
|
17
|
+
* Changelog
|
|
18
|
+
* * v1.5 fixes issue with box-sizing: border-box
|
|
19
|
+
* * v1.4: new Method unSyncHeight() that removes previously added syncs i.e. for responsive layouts
|
|
20
|
+
* * v1.3: compatibility fix for jQuery 1.9.x (removed $.browser)
|
|
21
|
+
*
|
|
22
|
+
* Usage sync:
|
|
23
|
+
$(window).load(function(){
|
|
24
|
+
$('p').syncHeight();
|
|
25
|
+
});
|
|
26
|
+
* Usage unsync:
|
|
27
|
+
$(window).resize(function(){
|
|
28
|
+
if($(window).width() < 500){
|
|
29
|
+
$('p').unSyncHeight();
|
|
30
|
+
}
|
|
31
|
+
});
|
|
32
|
+
*/
|
|
33
|
+
|
|
34
|
+
(function($) {
|
|
35
|
+
var getHeightProperty = function() {
|
|
36
|
+
var browser_id = 0;
|
|
37
|
+
var property = [
|
|
38
|
+
// To avoid content overflow in synchronised boxes on font scaling, we
|
|
39
|
+
// use 'min-height' property for modern browsers ...
|
|
40
|
+
['min-height','0px'],
|
|
41
|
+
// and 'height' property for Internet Explorer.
|
|
42
|
+
['height','1%']
|
|
43
|
+
];
|
|
44
|
+
|
|
45
|
+
var bMatch = /(msie) ([\w.]+)/.exec(navigator.userAgent.toLowerCase()) || [],
|
|
46
|
+
browser = bMatch[1] || "",
|
|
47
|
+
browserVersion = bMatch[2] || "0";
|
|
48
|
+
|
|
49
|
+
// check for IE6 ...
|
|
50
|
+
if(browser === 'msie' && browserVersion < 7){
|
|
51
|
+
browser_id = 1;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
return {
|
|
55
|
+
'name': property[browser_id][0],
|
|
56
|
+
'autoheightVal': property[browser_id][1]
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
$.getSyncedHeight = function(selector) {
|
|
61
|
+
var max = 0;
|
|
62
|
+
var heightProperty = getHeightProperty();
|
|
63
|
+
// get maximum element height ...
|
|
64
|
+
$(selector).each(function() {
|
|
65
|
+
// fallback to auto height before height check ...
|
|
66
|
+
$(this).css(heightProperty.name, heightProperty.autoheightVal);
|
|
67
|
+
var val = parseInt($(this).css('height'),10);
|
|
68
|
+
if(val > max){
|
|
69
|
+
max = val;
|
|
70
|
+
}
|
|
71
|
+
});
|
|
72
|
+
return max;
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
$.fn.syncHeight = function(config) {
|
|
76
|
+
var defaults = {
|
|
77
|
+
updateOnResize: false, // re-sync element heights after a browser resize event (useful in flexible layouts)
|
|
78
|
+
height: false
|
|
79
|
+
};
|
|
80
|
+
|
|
81
|
+
var options = $.extend(defaults, config);
|
|
82
|
+
var e = this;
|
|
83
|
+
var max = 0;
|
|
84
|
+
var heightPropertyName = getHeightProperty().name;
|
|
85
|
+
|
|
86
|
+
if(typeof(options.height) === "number") {
|
|
87
|
+
max = options.height;
|
|
88
|
+
} else {
|
|
89
|
+
max = $.getSyncedHeight(this);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
// set synchronized element height ...
|
|
93
|
+
$(this).each(function() {
|
|
94
|
+
$(this).css(heightPropertyName, max+'px');
|
|
95
|
+
});
|
|
96
|
+
|
|
97
|
+
// optional sync refresh on resize event ...
|
|
98
|
+
if (options.updateOnResize === true) {
|
|
99
|
+
$(window).resize(function(){
|
|
100
|
+
$(e).syncHeight();
|
|
101
|
+
});
|
|
102
|
+
}
|
|
103
|
+
return this;
|
|
104
|
+
};
|
|
105
|
+
|
|
106
|
+
$.fn.unSyncHeight = function() {
|
|
107
|
+
var heightPropertyName = getHeightProperty().name;
|
|
108
|
+
$(this).each(function() {
|
|
109
|
+
$(this).css(heightPropertyName, '');
|
|
110
|
+
});
|
|
111
|
+
};
|
|
112
|
+
})(jQuery);
|
|
@@ -0,0 +1,705 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* "Yet Another Multicolumn Layout" - YAML CSS Framework
|
|
3
|
+
*
|
|
4
|
+
* (en) YAML core stylesheet
|
|
5
|
+
* (de) YAML Basis-Stylesheet
|
|
6
|
+
*
|
|
7
|
+
* Don't make any changes in this file!
|
|
8
|
+
* Your changes should be placed in any css-file in your own stylesheet folder.
|
|
9
|
+
*
|
|
10
|
+
* @copyright © 2005-2013, Dirk Jesse
|
|
11
|
+
* @license CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
|
|
12
|
+
* YAML-CDL (http://www.yaml.de/license.html)
|
|
13
|
+
* @link http://www.yaml.de
|
|
14
|
+
* @package yaml
|
|
15
|
+
* @version 4.1.2
|
|
16
|
+
*/
|
|
17
|
+
@media all {
|
|
18
|
+
/**
|
|
19
|
+
* @section Normalisation Module
|
|
20
|
+
*/
|
|
21
|
+
/* (en) Global reset of paddings and margins for all HTML elements */
|
|
22
|
+
/* (de) Globales Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente */
|
|
23
|
+
* {
|
|
24
|
+
margin: 0;
|
|
25
|
+
padding: 0;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
/* (en) Correction: margin/padding reset caused too small select boxes. */
|
|
29
|
+
/* (de) Korrektur: Das Zurücksetzen der Abstände verursacht zu kleine Selectboxen. */
|
|
30
|
+
option {
|
|
31
|
+
padding-left: 0.4em;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
select {
|
|
35
|
+
padding: 1px;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
/*
|
|
39
|
+
* (en) Global fix of the Italics bugs in IE 5.x and IE 6
|
|
40
|
+
* (de) Globale Korrektur des Italics Bugs des IE 5.x und IE 6
|
|
41
|
+
*
|
|
42
|
+
* @bugfix
|
|
43
|
+
* @affected IE 5.x/Win, IE6
|
|
44
|
+
* @css-for IE 5.x/Win, IE6
|
|
45
|
+
* @valid yes
|
|
46
|
+
*/
|
|
47
|
+
* html body * {
|
|
48
|
+
overflow: visible;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
/*
|
|
52
|
+
* (en) Fix for rounding errors when scaling font sizes in older versions of Opera browser
|
|
53
|
+
* Standard values for colors and text alignment
|
|
54
|
+
*
|
|
55
|
+
* (de) Beseitigung von Rundungsfehler beim Skalieren von Schriftgrößen in älteren Opera Versionen
|
|
56
|
+
* Vorgabe der Standardfarben und Textausrichtung
|
|
57
|
+
*/
|
|
58
|
+
body {
|
|
59
|
+
font-size: 100%;
|
|
60
|
+
background: #fff;
|
|
61
|
+
color: #000;
|
|
62
|
+
text-align: left;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
/* (en) avoid visible outlines on DIV and h[x] elements in Webkit browsers */
|
|
66
|
+
/* (de) Vermeidung sichtbarer Outline-Rahmen in Webkit-Browsern */
|
|
67
|
+
div:target,
|
|
68
|
+
h1:target,
|
|
69
|
+
h2:target,
|
|
70
|
+
h3:target,
|
|
71
|
+
h4:target,
|
|
72
|
+
h5:target,
|
|
73
|
+
h6:target {
|
|
74
|
+
outline: 0 none;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
/* (en) HTML5 - adjusting visual formatting model to block level */
|
|
78
|
+
/* (de) HTML5 - Elements werden als Blockelemente definiert */
|
|
79
|
+
article,
|
|
80
|
+
aside,
|
|
81
|
+
details,
|
|
82
|
+
figcaption,
|
|
83
|
+
figure,
|
|
84
|
+
footer,
|
|
85
|
+
header,
|
|
86
|
+
main,
|
|
87
|
+
nav,
|
|
88
|
+
section,
|
|
89
|
+
summary {
|
|
90
|
+
display: block;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
/* (en) HTML5 - default media element styles */
|
|
94
|
+
/* (de) HTML5 - Standard Eigenschaften für Media-Elemente */
|
|
95
|
+
audio,
|
|
96
|
+
canvas,
|
|
97
|
+
video {
|
|
98
|
+
display: inline-block;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
/* (en) HTML5 - don't show <audio> element if there aren't controls */
|
|
102
|
+
/* (de) HTML5 - <audio> ohne Kontrollelemente sollten nicht angezeigt werden */
|
|
103
|
+
audio:not([controls]) {
|
|
104
|
+
display: none;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
/* (en) HTML5 - add missing styling in IE & old FF for hidden attribute */
|
|
108
|
+
/* (de) HTML5 - Eigenschaften für das hidden-Attribut in älteren IEs und FF nachrüsten */
|
|
109
|
+
[hidden] {
|
|
110
|
+
display: none;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
/* (en) Prevent iOS text size adjust after orientation change, without disabling user zoom. */
|
|
114
|
+
/* (de) Verdindert die automatische Textanpassung bei Orientierungswechsel, ohne Zoom zu blockieren */
|
|
115
|
+
html {
|
|
116
|
+
-ms-text-size-adjust: 100%;
|
|
117
|
+
-webkit-text-size-adjust: 100%;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
/* (en) set correct box-modell in IE8/9 plus remove padding */
|
|
121
|
+
/* (de) Setze das richtige Box-Modell im IE8/9 und entferne unnötiges Padding */
|
|
122
|
+
input[type="checkbox"],
|
|
123
|
+
input[type="radio"] {
|
|
124
|
+
box-sizing: border-box;
|
|
125
|
+
padding: 0;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
/* (en) force consistant appearance of input[type="search"] elements in all browser */
|
|
129
|
+
/* (de) Einheitliches Erscheinungsbild für input[type="search"] Elemente erzwingen */
|
|
130
|
+
input[type="search"] {
|
|
131
|
+
-webkit-appearance: textfield;
|
|
132
|
+
-webkit-box-sizing: content-box;
|
|
133
|
+
-moz-box-sizing: content-box;
|
|
134
|
+
box-sizing: content-box;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
input[type="search"]::-webkit-search-cancel-button,
|
|
138
|
+
input[type="search"]::-webkit-search-decoration {
|
|
139
|
+
-webkit-appearance: none;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
/* (en) Correct overflow displayed oddly in IE 9 */
|
|
143
|
+
/* (de) Korrigiert fehlerhafte overflow Voreinstellung des IE 9 */
|
|
144
|
+
svg:not(:root) {
|
|
145
|
+
overflow: hidden;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
/* (en) Address margin not present in IE 8/9 and Safari 5 */
|
|
149
|
+
/* (en) Ergänzt fehlenden Margin in IE 8/9 und Safari 5 */
|
|
150
|
+
figure {
|
|
151
|
+
margin: 0;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
/* (en) Clear borders for <fieldset> and <img> elements */
|
|
155
|
+
/* (de) Rahmen für <fieldset> und <img> Elemente löschen */
|
|
156
|
+
fieldset,
|
|
157
|
+
img {
|
|
158
|
+
border: 0 solid;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
/* (en) new standard values for lists, blockquote, cite and tables */
|
|
162
|
+
/* (de) Neue Standardwerte für Listen, Zitate und Tabellen */
|
|
163
|
+
ul,
|
|
164
|
+
ol,
|
|
165
|
+
dl {
|
|
166
|
+
margin: 0 0 1em 1em;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
li {
|
|
170
|
+
line-height: 1.5em;
|
|
171
|
+
margin-left: 0.8em;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
dt {
|
|
175
|
+
font-weight: bold;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
dd {
|
|
179
|
+
margin: 0 0 1em 0.8em;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
blockquote {
|
|
183
|
+
margin: 0 0 1em 0.8em;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
q {
|
|
187
|
+
quotes: none;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
blockquote:before,
|
|
191
|
+
blockquote:after,
|
|
192
|
+
q:before,
|
|
193
|
+
q:after {
|
|
194
|
+
content: '';
|
|
195
|
+
content: none;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
table {
|
|
199
|
+
border-collapse: collapse;
|
|
200
|
+
border-spacing: 0;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
/**
|
|
204
|
+
* @section Float Handling Module
|
|
205
|
+
*/
|
|
206
|
+
/* (en) clearfix method for clearing floats */
|
|
207
|
+
/* (de) Clearfix-Methode zum Clearen der Float-Umgebungen */
|
|
208
|
+
.ym-clearfix:before {
|
|
209
|
+
content: "";
|
|
210
|
+
display: table;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.ym-clearfix:after {
|
|
214
|
+
clear: both;
|
|
215
|
+
content: ".";
|
|
216
|
+
display: block;
|
|
217
|
+
font-size: 0;
|
|
218
|
+
height: 0;
|
|
219
|
+
visibility: hidden;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
/* (en) alternative solutions to contain floats */
|
|
223
|
+
/* (de) Alternative Methoden zum Einschließen von Float-Umgebungen */
|
|
224
|
+
.ym-contain-dt {
|
|
225
|
+
display: table;
|
|
226
|
+
table-layout: fixed;
|
|
227
|
+
width: 100%;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.ym-contain-oh {
|
|
231
|
+
display: block;
|
|
232
|
+
overflow: hidden;
|
|
233
|
+
width: 100%;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
.ym-contain-fl {
|
|
237
|
+
float: left;
|
|
238
|
+
width: 100%;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
/**
|
|
242
|
+
* @section Column Module
|
|
243
|
+
*
|
|
244
|
+
* default column config:
|
|
245
|
+
* |-------------------------------|
|
|
246
|
+
* | col1 | col3 | col2 |
|
|
247
|
+
* | 20% | flexible | 20% |
|
|
248
|
+
* |-------------------------------|
|
|
249
|
+
*/
|
|
250
|
+
.ym-column {
|
|
251
|
+
display: table;
|
|
252
|
+
table-layout: fixed;
|
|
253
|
+
width: 100%;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.ym-col1 {
|
|
257
|
+
float: left;
|
|
258
|
+
width: 20%;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.ym-col2 {
|
|
262
|
+
float: right;
|
|
263
|
+
width: 20%;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
.ym-col3 {
|
|
267
|
+
width: auto;
|
|
268
|
+
margin: 0 20%;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.ym-cbox {
|
|
272
|
+
padding: 0 10px;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.ym-cbox-left {
|
|
276
|
+
padding: 0 10px 0 0;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
.ym-cbox-right {
|
|
280
|
+
padding: 0 0 0 10px;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
/* (en) IE-Clearing: Only used in Internet Explorer, switched on in iehacks.css */
|
|
284
|
+
/* (de) IE-Clearing: Benötigt nur der Internet Explorer und über iehacks.css zugeschaltet */
|
|
285
|
+
.ym-ie-clearing {
|
|
286
|
+
display: none;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
/**
|
|
290
|
+
* @section Grid Module
|
|
291
|
+
*/
|
|
292
|
+
.ym-grid {
|
|
293
|
+
display: table;
|
|
294
|
+
table-layout: fixed;
|
|
295
|
+
width: 100%;
|
|
296
|
+
list-style-type: none;
|
|
297
|
+
padding-left: 0;
|
|
298
|
+
padding-right: 0;
|
|
299
|
+
margin-left: 0;
|
|
300
|
+
margin-right: 0;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.ym-gl {
|
|
304
|
+
float: left;
|
|
305
|
+
margin: 0;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
.ym-gr {
|
|
309
|
+
float: right;
|
|
310
|
+
margin: 0 0 0 -5px;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
.ym-g20 {
|
|
314
|
+
width: 20%;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
.ym-g40 {
|
|
318
|
+
width: 40%;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
.ym-g60 {
|
|
322
|
+
width: 60%;
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
.ym-g80 {
|
|
326
|
+
width: 80%;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
.ym-g25 {
|
|
330
|
+
width: 25%;
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
.ym-g33 {
|
|
334
|
+
width: 33.333%;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
.ym-g50 {
|
|
338
|
+
width: 50%;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
.ym-g66 {
|
|
342
|
+
width: 66.666%;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
.ym-g75 {
|
|
346
|
+
width: 75%;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
.ym-g38 {
|
|
350
|
+
width: 38.2%;
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
.ym-g62 {
|
|
354
|
+
width: 61.8%;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
.ym-gbox {
|
|
358
|
+
padding: 0 10px;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
.ym-gbox-left {
|
|
362
|
+
padding: 0 10px 0 0;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
.ym-gbox-right {
|
|
366
|
+
padding: 0 0 0 10px;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
.ym-equalize {
|
|
370
|
+
overflow: hidden;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
.ym-equalize > [class*="ym-g"] {
|
|
374
|
+
display: table-cell;
|
|
375
|
+
float: none;
|
|
376
|
+
margin: 0;
|
|
377
|
+
vertical-align: top;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
.ym-equalize > [class*="ym-g"] > [class*="ym-gbox"] {
|
|
381
|
+
padding-bottom: 10000px;
|
|
382
|
+
margin-bottom: -10000px;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
/**
|
|
386
|
+
* @section Form Module
|
|
387
|
+
*/
|
|
388
|
+
/** Vertical-Forms - technical base (standard)
|
|
389
|
+
*
|
|
390
|
+
* |-------------------------------|
|
|
391
|
+
* | form |
|
|
392
|
+
* |-------------------------------|
|
|
393
|
+
* | label |
|
|
394
|
+
* | input / select / textarea |
|
|
395
|
+
* |-------------------------------|
|
|
396
|
+
* | /form |
|
|
397
|
+
* |-------------------------------|
|
|
398
|
+
*
|
|
399
|
+
* (en) Styling of forms where both label and input/select/textarea are styled with display:block;
|
|
400
|
+
* (de) Formulargestaltung, bei der sowohl label als auch input/select/textarea mit display:block; gestaltet werden
|
|
401
|
+
*/
|
|
402
|
+
.ym-form,
|
|
403
|
+
.ym-form fieldset {
|
|
404
|
+
overflow: hidden;
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
.ym-form div {
|
|
408
|
+
position: relative;
|
|
409
|
+
}
|
|
410
|
+
.ym-form label,
|
|
411
|
+
.ym-form .ym-label,
|
|
412
|
+
.ym-form .ym-message {
|
|
413
|
+
position: relative;
|
|
414
|
+
line-height: 1.5;
|
|
415
|
+
display: block;
|
|
416
|
+
}
|
|
417
|
+
.ym-form .ym-message {
|
|
418
|
+
clear: both;
|
|
419
|
+
}
|
|
420
|
+
.ym-form .ym-fbox-check label {
|
|
421
|
+
display: inline;
|
|
422
|
+
}
|
|
423
|
+
.ym-form input,
|
|
424
|
+
.ym-form textarea {
|
|
425
|
+
cursor: text;
|
|
426
|
+
}
|
|
427
|
+
.ym-form .ym-fbox-check input,
|
|
428
|
+
.ym-form input[type="image"],
|
|
429
|
+
.ym-form input[type="radio"],
|
|
430
|
+
.ym-form input[type="checkbox"],
|
|
431
|
+
.ym-form select,
|
|
432
|
+
.ym-form label {
|
|
433
|
+
cursor: pointer;
|
|
434
|
+
}
|
|
435
|
+
.ym-form textarea {
|
|
436
|
+
overflow: auto;
|
|
437
|
+
}
|
|
438
|
+
.ym-form input.hidden,
|
|
439
|
+
.ym-form input[type=hidden] {
|
|
440
|
+
display: none !important;
|
|
441
|
+
}
|
|
442
|
+
.ym-form .ym-fbox:before,
|
|
443
|
+
.ym-form .ym-fbox-text:before,
|
|
444
|
+
.ym-form .ym-fbox-select:before,
|
|
445
|
+
.ym-form .ym-fbox-check:before,
|
|
446
|
+
.ym-form .ym-fbox-button:before {
|
|
447
|
+
content: "";
|
|
448
|
+
display: table;
|
|
449
|
+
}
|
|
450
|
+
.ym-form .ym-fbox:after,
|
|
451
|
+
.ym-form .ym-fbox-text:after,
|
|
452
|
+
.ym-form .ym-fbox-select:after,
|
|
453
|
+
.ym-form .ym-fbox-check:after,
|
|
454
|
+
.ym-form .ym-fbox-button:after {
|
|
455
|
+
clear: both;
|
|
456
|
+
content: ".";
|
|
457
|
+
display: block;
|
|
458
|
+
font-size: 0;
|
|
459
|
+
height: 0;
|
|
460
|
+
visibility: hidden;
|
|
461
|
+
}
|
|
462
|
+
.ym-form .ym-fbox-check input:focus,
|
|
463
|
+
.ym-form .ym-fbox-check input:hover,
|
|
464
|
+
.ym-form .ym-fbox-check input:active,
|
|
465
|
+
.ym-form input[type="radio"]:focus,
|
|
466
|
+
.ym-form input[type="radio"]:hover,
|
|
467
|
+
.ym-form input[type="radio"]:active,
|
|
468
|
+
.ym-form input[type="checkbox"]:focus,
|
|
469
|
+
.ym-form input[type="checkbox"]:hover,
|
|
470
|
+
.ym-form input[type="checkbox"]:active {
|
|
471
|
+
border: 0 none;
|
|
472
|
+
}
|
|
473
|
+
.ym-form input,
|
|
474
|
+
.ym-form textarea,
|
|
475
|
+
.ym-form select {
|
|
476
|
+
display: block;
|
|
477
|
+
position: relative;
|
|
478
|
+
-webkit-box-sizing: border-box;
|
|
479
|
+
-moz-box-sizing: border-box;
|
|
480
|
+
box-sizing: border-box;
|
|
481
|
+
width: 70%;
|
|
482
|
+
}
|
|
483
|
+
.ym-form .ym-fbox-check input,
|
|
484
|
+
.ym-form input[type="radio"],
|
|
485
|
+
.ym-form input[type="checkbox"] {
|
|
486
|
+
display: inline;
|
|
487
|
+
margin-left: 0;
|
|
488
|
+
margin-right: 0.5ex;
|
|
489
|
+
width: auto;
|
|
490
|
+
height: auto;
|
|
491
|
+
}
|
|
492
|
+
.ym-form input[type="image"] {
|
|
493
|
+
border: 0;
|
|
494
|
+
display: inline;
|
|
495
|
+
height: auto;
|
|
496
|
+
margin: 0;
|
|
497
|
+
padding: 0;
|
|
498
|
+
width: auto;
|
|
499
|
+
}
|
|
500
|
+
.ym-form label,
|
|
501
|
+
.ym-form .ym-label {
|
|
502
|
+
-webkit-box-sizing: border-box;
|
|
503
|
+
-moz-box-sizing: border-box;
|
|
504
|
+
box-sizing: border-box;
|
|
505
|
+
}
|
|
506
|
+
.ym-form .ym-fbox-button input {
|
|
507
|
+
display: inline;
|
|
508
|
+
overflow: visible;
|
|
509
|
+
width: auto;
|
|
510
|
+
}
|
|
511
|
+
.ym-form .ym-inline {
|
|
512
|
+
display: inline-block;
|
|
513
|
+
float: none;
|
|
514
|
+
margin-right: 0;
|
|
515
|
+
width: auto;
|
|
516
|
+
vertical-align: baseline;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
/* default form wrapper width */
|
|
520
|
+
.ym-fbox-wrap {
|
|
521
|
+
display: table;
|
|
522
|
+
table-layout: fixed;
|
|
523
|
+
width: 70%;
|
|
524
|
+
}
|
|
525
|
+
.ym-fbox-wrap input,
|
|
526
|
+
.ym-fbox-wrap textarea,
|
|
527
|
+
.ym-fbox-wrap select {
|
|
528
|
+
width: 100%;
|
|
529
|
+
}
|
|
530
|
+
.ym-fbox-wrap input[type="image"] {
|
|
531
|
+
width: auto;
|
|
532
|
+
}
|
|
533
|
+
.ym-fbox-wrap input[type="radio"],
|
|
534
|
+
.ym-fbox-wrap input[type="checkbox"] {
|
|
535
|
+
display: inline;
|
|
536
|
+
width: auto;
|
|
537
|
+
margin-left: 0;
|
|
538
|
+
margin-right: 0.5ex;
|
|
539
|
+
}
|
|
540
|
+
.ym-fbox-wrap label,
|
|
541
|
+
.ym-fbox-wrap .ym-label {
|
|
542
|
+
display: inline;
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
.ym-full input,
|
|
546
|
+
.ym-full textarea,
|
|
547
|
+
.ym-full select {
|
|
548
|
+
width: 100%;
|
|
549
|
+
}
|
|
550
|
+
.ym-full .ym-fbox-wrap {
|
|
551
|
+
width: 100%;
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
/**
|
|
555
|
+
* Columnar forms display - technical base (optional)
|
|
556
|
+
*
|
|
557
|
+
* |-------------------------------------------|
|
|
558
|
+
* | form |
|
|
559
|
+
* |-------------------------------------------|
|
|
560
|
+
* | |
|
|
561
|
+
* | label | input / select / textarea |
|
|
562
|
+
* | |
|
|
563
|
+
* |-------------------------------------------|
|
|
564
|
+
* | /form |
|
|
565
|
+
* |-------------------------------------------|
|
|
566
|
+
*
|
|
567
|
+
* (en) Styling of forms where label floats left of form-elements
|
|
568
|
+
* (de) Formulargestaltung, bei der die label-Elemente nach links fließen
|
|
569
|
+
*/
|
|
570
|
+
.ym-columnar input,
|
|
571
|
+
.ym-columnar textarea,
|
|
572
|
+
.ym-columnar select {
|
|
573
|
+
float: left;
|
|
574
|
+
margin-right: -3px;
|
|
575
|
+
}
|
|
576
|
+
.ym-columnar label,
|
|
577
|
+
.ym-columnar .ym-label {
|
|
578
|
+
display: inline;
|
|
579
|
+
float: left;
|
|
580
|
+
width: 30%;
|
|
581
|
+
z-index: 1;
|
|
582
|
+
}
|
|
583
|
+
.ym-columnar .ym-fbox-check input,
|
|
584
|
+
.ym-columnar .ym-message {
|
|
585
|
+
margin-left: 30%;
|
|
586
|
+
}
|
|
587
|
+
.ym-columnar .ym-fbox-wrap {
|
|
588
|
+
margin-left: 30%;
|
|
589
|
+
margin-right: -3px;
|
|
590
|
+
}
|
|
591
|
+
.ym-columnar .ym-fbox-wrap .ym-message {
|
|
592
|
+
margin-left: 0%;
|
|
593
|
+
}
|
|
594
|
+
.ym-columnar .ym-fbox-wrap label {
|
|
595
|
+
float: none;
|
|
596
|
+
width: auto;
|
|
597
|
+
z-index: 1;
|
|
598
|
+
margin-left: 0;
|
|
599
|
+
}
|
|
600
|
+
.ym-columnar .ym-fbox-wrap input {
|
|
601
|
+
margin-left: 0;
|
|
602
|
+
position: relative;
|
|
603
|
+
}
|
|
604
|
+
.ym-columnar .ym-fbox-check {
|
|
605
|
+
position: relative;
|
|
606
|
+
}
|
|
607
|
+
.ym-columnar .ym-fbox-check label,
|
|
608
|
+
.ym-columnar .ym-fbox-check .ym-label {
|
|
609
|
+
padding-top: 0;
|
|
610
|
+
}
|
|
611
|
+
.ym-columnar .ym-fbox-check input {
|
|
612
|
+
top: 3px;
|
|
613
|
+
}
|
|
614
|
+
.ym-columnar .ym-fbox-button input {
|
|
615
|
+
float: none;
|
|
616
|
+
margin-right: 1em;
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
.ym-fbox-wrap + .ym-fbox-wrap {
|
|
620
|
+
margin-top: 0.5em;
|
|
621
|
+
}
|
|
622
|
+
|
|
623
|
+
/* global and local columnar settings for button alignment */
|
|
624
|
+
.ym-columnar fieldset .ym-fbox-button,
|
|
625
|
+
fieldset.ym-columnar .ym-fbox-button {
|
|
626
|
+
padding-left: 30%;
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
/**
|
|
630
|
+
* @section Accessibility Module
|
|
631
|
+
*
|
|
632
|
+
* (en) skip links and hidden content
|
|
633
|
+
* (de) Skip-Links und versteckte Inhalte
|
|
634
|
+
*/
|
|
635
|
+
/* (en) classes for invisible elements in the base layout */
|
|
636
|
+
/* (de) Klassen für unsichtbare Elemente im Basislayout */
|
|
637
|
+
.ym-skip,
|
|
638
|
+
.ym-hideme,
|
|
639
|
+
.ym-print {
|
|
640
|
+
position: absolute;
|
|
641
|
+
top: -32768px;
|
|
642
|
+
left: -32768px;
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
/* (en) make skip links visible when using tab navigation */
|
|
646
|
+
/* (de) Skip-Links für Tab-Navigation sichtbar schalten */
|
|
647
|
+
.ym-skip:focus,
|
|
648
|
+
.ym-skip:active {
|
|
649
|
+
position: static;
|
|
650
|
+
top: 0;
|
|
651
|
+
left: 0;
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
/* skiplinks:technical setup */
|
|
655
|
+
.ym-skiplinks {
|
|
656
|
+
position: absolute;
|
|
657
|
+
top: 0px;
|
|
658
|
+
left: -32768px;
|
|
659
|
+
z-index: 1000;
|
|
660
|
+
width: 100%;
|
|
661
|
+
margin: 0;
|
|
662
|
+
padding: 0;
|
|
663
|
+
list-style-type: none;
|
|
664
|
+
}
|
|
665
|
+
.ym-skiplinks .ym-skip:focus,
|
|
666
|
+
.ym-skiplinks .ym-skip:active {
|
|
667
|
+
left: 32768px;
|
|
668
|
+
outline: 0 none;
|
|
669
|
+
position: absolute;
|
|
670
|
+
width: 100%;
|
|
671
|
+
}
|
|
672
|
+
}
|
|
673
|
+
@media print {
|
|
674
|
+
/**
|
|
675
|
+
* @section print adjustments for core modules
|
|
676
|
+
*
|
|
677
|
+
* (en) float containment for grids. Uses display:table to avoid bugs in FF & IE
|
|
678
|
+
* (de) Floats in Grids einschließen. Verwendet display:table, um Darstellungsprobleme im FF & IE zu vermeiden
|
|
679
|
+
*
|
|
680
|
+
* @bugfix
|
|
681
|
+
* @since 3.0
|
|
682
|
+
* @affected FF2.0, FF3.0, IE7
|
|
683
|
+
* @css-for all browsers
|
|
684
|
+
* @valid yes
|
|
685
|
+
*/
|
|
686
|
+
.ym-grid > .ym-gl,
|
|
687
|
+
.ym-grid > .ym-gr {
|
|
688
|
+
overflow: visible;
|
|
689
|
+
display: table;
|
|
690
|
+
table-layout: fixed;
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
/* (en) make .ym-print class visible */
|
|
694
|
+
/* (de) .ym-print-Klasse sichtbar schalten */
|
|
695
|
+
.ym-print {
|
|
696
|
+
position: static;
|
|
697
|
+
left: 0;
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
/* (en) generic class to hide elements for print */
|
|
701
|
+
/* (de) Allgemeine CSS Klasse, um beliebige Elemente in der Druckausgabe auszublenden */
|
|
702
|
+
.ym-noprint {
|
|
703
|
+
display: none !important;
|
|
704
|
+
}
|
|
705
|
+
}
|