diff options
Diffstat (limited to 'css/yaml4/add-ons')
126 files changed, 3867 insertions, 0 deletions
diff --git a/css/yaml4/add-ons/.svn/all-wcprops b/css/yaml4/add-ons/.svn/all-wcprops new file mode 100644 index 0000000..b37d385 --- /dev/null +++ b/css/yaml4/add-ons/.svn/all-wcprops @@ -0,0 +1,5 @@ +K 25 +svn:wc:ra_dav:version-url +V 74 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons +END diff --git a/css/yaml4/add-ons/.svn/entries b/css/yaml4/add-ons/.svn/entries new file mode 100644 index 0000000..81b0fc8 --- /dev/null +++ b/css/yaml4/add-ons/.svn/entries @@ -0,0 +1,47 @@ +9 + +dir +206 +https://intern.ccwn.org/svn/Themis/ccwn-themis-static/trunk/WebContent/yaml4/add-ons +https://intern.ccwn.org/svn/Themis + + + +2012-03-01T08:51:06.040110Z +202 +pseeger + + +svn:special svn:externals svn:needs-lock + + + + + + + + + + + +e7c95c98-50ad-428d-8ede-669ef7f8c951 + + + + + + +0 + +accessible-tabs +dir + +microformats +dir + +syncheight +dir + +rtl-support +dir + diff --git a/css/yaml4/add-ons/.svn/format b/css/yaml4/add-ons/.svn/format new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/css/yaml4/add-ons/.svn/format @@ -0,0 +1 @@ +9 diff --git a/css/yaml4/add-ons/accessible-tabs/.svn/all-wcprops b/css/yaml4/add-ons/accessible-tabs/.svn/all-wcprops new file mode 100644 index 0000000..f799dff --- /dev/null +++ b/css/yaml4/add-ons/accessible-tabs/.svn/all-wcprops @@ -0,0 +1,17 @@ +K 25 +svn:wc:ra_dav:version-url +V 90 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/accessible-tabs +END +tabs.css +K 25 +svn:wc:ra_dav:version-url +V 99 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/accessible-tabs/tabs.css +END +jquery.tabs.js +K 25 +svn:wc:ra_dav:version-url +V 105 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/accessible-tabs/jquery.tabs.js +END diff --git a/css/yaml4/add-ons/accessible-tabs/.svn/entries b/css/yaml4/add-ons/accessible-tabs/.svn/entries new file mode 100644 index 0000000..896bb97 --- /dev/null +++ b/css/yaml4/add-ons/accessible-tabs/.svn/entries @@ -0,0 +1,103 @@ +9 + +dir +206 +https://intern.ccwn.org/svn/Themis/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/accessible-tabs +https://intern.ccwn.org/svn/Themis + + + +2012-03-01T08:51:06.040110Z +202 +pseeger + + +svn:special svn:externals svn:needs-lock + + + + + + + + + + + +e7c95c98-50ad-428d-8ede-669ef7f8c951 + + + + + + +0 + +tabs.css +file + + + + +2012-01-29T22:53:54.000000Z +e39979c8568a94645e8410871f7a747a +2012-03-01T08:51:06.040110Z +202 +pseeger + + + + + + + + + + + + + + + + + + + + + +3028 + +jquery.tabs.js +file + + + + +2012-01-07T10:52:00.000000Z +ff357b48b6fff145d0f276ce265869e2 +2012-03-01T08:51:06.040110Z +202 +pseeger + + + + + + + + + + + + + + + + + + + + + +15059 + diff --git a/css/yaml4/add-ons/accessible-tabs/.svn/format b/css/yaml4/add-ons/accessible-tabs/.svn/format new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/css/yaml4/add-ons/accessible-tabs/.svn/format @@ -0,0 +1 @@ +9 diff --git a/css/yaml4/add-ons/accessible-tabs/.svn/text-base/jquery.tabs.js.svn-base b/css/yaml4/add-ons/accessible-tabs/.svn/text-base/jquery.tabs.js.svn-base new file mode 100644 index 0000000..b028f06 --- /dev/null +++ b/css/yaml4/add-ons/accessible-tabs/.svn/text-base/jquery.tabs.js.svn-base @@ -0,0 +1,314 @@ +/** + * Accessible Tabs - jQuery plugin for accessible, unobtrusive tabs + * Build to seemlessly work with the CCS-Framework YAML (yaml.de) not depending on YAML though + * @requires jQuery - tested with 1.4.2 but might as well work with older versions + * + * english article: http://blog.ginader.de/archives/2009/02/07/jQuery-Accessible-Tabs-How-to-make-tabs-REALLY-accessible.php + * german article: http://blog.ginader.de/archives/2009/02/07/jQuery-Accessible-Tabs-Wie-man-Tabs-WIRKLICH-zugaenglich-macht.php + * + * code: http://github.com/ginader/Accessible-Tabs + * please report issues at: http://github.com/ginader/Accessible-Tabs/issues + * + * Copyright (c) 2007 Dirk Ginader (ginader.de) + * Dual licensed under the MIT and GPL licenses: + * http://www.opensource.org/licenses/mit-license.php + * http://www.gnu.org/licenses/gpl.html + * + * Version: 1.9.2 + * + * History: + * * 1.0 initial release + * * 1.1 added a lot of Accessibility enhancements + * * * rewrite to use "fn.extend" structure + * * * added check for existing ids on the content containers to use to proper anchors in the tabs + * * 1.1.1 changed the headline markup. thanks to Mike Davies for the hint. + * * 1.5 thanks to Dirk Jesse, Ansgar Hein, David Maciejewski and Mike West for commiting patches to this release + * * * new option syncheights that syncs the heights of the tab contents when the SyncHeight plugin + * * is available http://blog.ginader.de/dev/jquery/syncheight/index.php + * * * fixed the hardcoded current class + * * * new option tabsListClass to be applied to the generated list of tabs above the content so lists + * * inside the tabscontent can be styled differently + * * * added clearfix and tabcounter that adds a class in the schema "tabamount{number amount of tabs}" + * * to the ul containg the tabs so one can style the tabs to fit 100% into the width + * * * new option "syncHeightMethodName" fixed issue: http://github.com/ginader/Accessible-Tabs/issues/2/find + * * * new Method showAccessibleTab({index number of the tab to show starting with 0}) fixed issue: http://github.com/ginader/Accessible-Tabs/issues/3/find + * * * added support for the Cursor Keys to come closer to the WAI ARIA Tab Panel Best Practices http://github.com/ginader/Accessible-Tabs/issues/1/find + * * 1.6 + * * * new option "saveState" to allow tabs remember their selected state using cookies requires the cookie plugin: http://plugins.jquery.com/project/Cookie + * * * changed supported jquery version to 1.4.2 to make sure it's future compatible + * * * new option "autoAnchor" which allows to add ID's to headlines in the tabs markup that allow direct linking into a tab i.e.: file.html#headlineID + * * 1.7 + * * * new option "pagination" that adds links to show the next/previous tab. This adds the following markup to each tab for you to style: + * * * <ul class="pagination"> + * * * <li class="previous"><a href="#{the-id-of-the-previous-tab}"><span>{the headline of the previous tab}</span></a></li> + * * * <li class="next"><a href="#{the-id-of-the-next-tab}"><span>{the headline of the previous tab}</span></a></li> + * * * </ul> + * * 1.8 + * * * new option "position" can be 'top' or 'bottom'. Defines where the tabs list is inserted. + * * 1.8.1 + * * * Bugfix for broken pagination in ie6 and 7: Selector and object access modified by Daniel Köntös (www.MilkmanMedia.de). Thanks to Carolin Moll for the report. + * * 1.8.2 + * * * Bugfix for issue described by Sunshine here: http://blog.ginader.de/archives/2009/02/07/jQuery-Accessible-Tabs-How-to-make-tabs-REALLY-accessible.php#c916 + * * 1.8.3 + * * * Bugfix by Michael Schulze: Only change current class in tab navigation and not in all unordered lists inside the tabs. + * * 1.9 + * * * new method showAccessibleTabSelector({valid jQuery selector of the tab to show}) that allows the opening of tabs \ + * * * by jQuery Selector instead of the index in showAccessibleTab() fixing issue https://github.com/ginader/Accessible-Tabs/issues/15 + * * 1.9.1 by Michael Schulze: + * * * firstNavItemClass and lastNavItemClass to define a custom classname on the first and last tab + * * * wrapInnerNavLinks: inner wrap for a-tags in tab navigation. + * * 1.9.2 + * * * Bugfix by Dirk Jesse: fixing an issue that happened when passing multiple selectors to the init call instead of one + * * * Bugfix that fixes a reset of the tabs counter when accessibleTabs() was called more than once on a page + */ + + +(function($) { + var debugMode = true; + $.fn.extend({ + // We assume there could be multiple sets of tabs on a page, so, + // the unique id for each invididual tab's heading is identified with params q and r (e.g., id="accessibletabscontent0-2") + getUniqueId: function(p, q, r){ + if (r===undefined) {r='';} else {r='-'+r;} + return p + q + r; + }, + accessibleTabs: function(config) { + var defaults = { + wrapperClass: 'content', // Classname to apply to the div that is wrapped around the original Markup + currentClass: 'current', // Classname to apply to the LI of the selected Tab + tabhead: 'h4', // Tag or valid Query Selector of the Elements to Transform the Tabs-Navigation from (originals are removed) + tabheadClass: 'tabhead', // Classname to apply to the target heading element for each tab div + tabbody: '.tabbody', // Tag or valid Query Selector of the Elements to be treated as the Tab Body + fx:'show', // can be "fadeIn", "slideDown", "show" + fxspeed: 'normal', // speed (String|Number): "slow", "normal", or "fast") or the number of milliseconds to run the animation + currentInfoText: 'current tab: ', // text to indicate for screenreaders which tab is the current one + currentInfoPosition: 'prepend', // Definition where to insert the Info Text. Can be either "prepend" or "append" + currentInfoClass: 'current-info', // Class to apply to the span wrapping the CurrentInfoText + tabsListClass:'tabs-list', // Class to apply to the generated list of tabs above the content + syncheights:false, // syncs the heights of the tab contents when the SyncHeight plugin is available http://blog.ginader.de/dev/jquery/syncheight/index.php + syncHeightMethodName:'syncHeight', // set the Method name of the plugin you want to use to sync the tab contents. Defaults to the SyncHeight plugin: http://github.com/ginader/syncHeight + cssClassAvailable:false, // Enable individual css classes for tabs. Gets the appropriate class name of a tabhead element and apply it to the tab list element. Boolean value + saveState:false, // save the selected tab into a cookie so it stays selected after a reload. This requires that the wrapping div needs to have an ID (so we know which tab we're saving) + autoAnchor:false, // will move over any existing id of a headline in tabs markup so it can be linked to it + pagination:false, // adds buttons to each tab to switch to the next/previous tab + position:'top', // can be 'top' or 'bottom'. Defines where the tabs list is inserted. + wrapInnerNavLinks: '', // inner wrap for a-tags in tab navigation. See http://api.jquery.com/wrapInner/ for further informations + firstNavItemClass: 'first', // Classname of the first list item in the tab navigation + lastNavItemClass: 'last' // Classname of the last list item in the tab navigation + }; + var keyCodes = { + 37 : -1, //LEFT + 38 : -1, //UP + 39 : +1, //RIGHT + 40 : +1 //DOWN + }; + var positions = { + top : 'prepend', + bottom : 'append' + }; + this.options = $.extend(defaults, config); + + var tabsCount = 0; + if($("body").data('accessibleTabsCount') !== undefined){ + tabsCount = $("body").data('accessibleTabsCount'); + } + $("body").data('accessibleTabsCount',this.size()+tabsCount); + + var o = this; + return this.each(function(t) { + var el = $(this); + var list = ''; + var tabCount = 0; + var ids = []; + + $(el).wrapInner('<div class="'+o.options.wrapperClass+'"></div>'); + + $(el).find(o.options.tabhead).each(function(i){ + var id = ''; + elId = $(this).attr('id'); + if(elId){ + // Skip this item if it already exists. + if(elId.indexOf('accessibletabscontent') === 0) { + return; + } + id =' id="'+elId+'"'; + } + var tabId = o.getUniqueId('accessibletabscontent', tabsCount+t, i);//get a unique id to assign to this tab's heading + var navItemId = o.getUniqueId('accessibletabsnavigation', tabsCount+t, i);//get a unique id for this navigation item + ids.push(tabId); + if(o.options.cssClassAvailable === true) { + var cssClass = ''; + if($(this).attr('class')) { + cssClass = $(this).attr('class'); + cssClass = ' class="'+cssClass+'"'; + list += '<li id="'+navItemId+'"><a'+id+''+cssClass+' href="#'+tabId+'">'+$(this).html()+'</a></li>'; + } + } else { + list += '<li id="'+navItemId+'"><a'+id+' href="#'+tabId+'">'+$(this).html()+'</a></li>'; + } + $(this).attr({"id": tabId, "class": o.options.tabheadClass, "tabindex": "-1"});//assign the unique id and the tabheadClass class name to this tab's heading + tabCount++; + }); + + if (o.options.syncheights && $.fn[o.options.syncHeightMethodName]) { + $(el).find(o.options.tabbody)[o.options.syncHeightMethodName](); + $(window).resize(function(){ + $(el).find(o.options.tabbody)[o.options.syncHeightMethodName](); + }); + } + + // Ensure that the call to setup tabs is re-runnable + var tabs_selector = '.' + o.options.tabsListClass; + if(!$(el).find(tabs_selector).length) { + $(el)[positions[o.options.position]]('<ul class="clearfix '+o.options.tabsListClass+' tabamount'+tabCount+'"></ul>'); + } + + $(el).find(tabs_selector).append(list); + + // initial show first content block and hide the others + var content = $(el).find(o.options.tabbody); + if (content.length > 0) { + $(content).hide(); + $(content[0]).show(); + } + $(el).find("ul."+o.options.tabsListClass+">li:first").addClass(o.options.currentClass).addClass(o.options.firstNavItemClass) + .find('a')[o.options.currentInfoPosition]('<span class="'+o.options.currentInfoClass+'">'+o.options.currentInfoText+'</span>') + .parents("ul."+o.options.tabsListClass).children('li:last').addClass(o.options.lastNavItemClass); + + if (o.options.wrapInnerNavLinks) { + $(el).find('ul.'+o.options.tabsListClass+'>li>a').wrapInner(o.options.wrapInnerNavLinks); + } + + $(el).find('ul.'+o.options.tabsListClass+'>li>a').each(function(i){ + $(this).click(function(event){ + event.preventDefault(); + el.trigger("showTab.accessibleTabs", [$(event.target)]); + if(o.options.saveState && $.cookie){ + $.cookie('accessibletab_'+el.attr('id')+'_active',i); + } + $(el).find('ul.'+o.options.tabsListClass+'>li.'+o.options.currentClass).removeClass(o.options.currentClass) + .find("span."+o.options.currentInfoClass).remove(); + $(this).blur(); + $(el).find(o.options.tabbody+':visible').hide(); + $(el).find(o.options.tabbody).eq(i)[o.options.fx](o.options.fxspeed); + $(this)[o.options.currentInfoPosition]('<span class="'+o.options.currentInfoClass+'">'+o.options.currentInfoText+'</span>') + .parent().addClass(o.options.currentClass); + //now, only after writing the currentInfoText span to the tab list link, set focus to the tab's heading + $($(this).attr("href")).focus().keyup(function(event){ + if(keyCodes[event.keyCode]){ + o.showAccessibleTab(i+keyCodes[event.keyCode]); + $(this).unbind( "keyup" ); + } + }); + + // $(el).find('.accessibletabsanchor').keyup(function(event){ + // if(keyCodes[event.keyCode]){ + // o.showAccessibleTab(i+keyCodes[event.keyCode]); + // } + // }); + + + }); + + $(this).focus(function(event){ + $(document).keyup(function(event){ + if(keyCodes[event.keyCode]){ + o.showAccessibleTab(i+keyCodes[event.keyCode]); + } + }); + }); + $(this).blur(function(event){ + $(document).unbind( "keyup" ); + }); + + }); + + if(o.options.saveState && $.cookie){ + var savedState = $.cookie('accessibletab_'+el.attr('id')+'_active'); + debug($.cookie('accessibletab_'+el.attr('id')+'_active')); + if(savedState !== null){ + o.showAccessibleTab(savedState,el.attr('id')); + } + } + + if(o.options.autoAnchor && window.location.hash){ + var anchorTab = $('.'+o.options.tabsListClass).find(window.location.hash); + if(anchorTab.size()){ + anchorTab.click(); + } + } + + if(o.options.pagination){ + var m = '<ul class="pagination">'; + m +=' <li class="previous"><a href="#{previousAnchor}"><span>{previousHeadline}</span></a></li>'; + m +=' <li class="next"><a href="#{nextAnchor}"><span>{nextHeadline}</span></a></li>'; + m +='</ul>'; + var tabs = $(el).find('.tabbody'); + var tabcount = tabs.size(); + tabs.each(function(idx){ + $(this).append(m); + var next = idx+1; + if(next>=tabcount){next = 0;} + var previous = idx-1; + if(previous<0){previous = tabcount-1;} + var p = $(this).find('.pagination'); + var previousEl = p.find('.previous'); + previousEl.find('span').text($('#'+ids[previous]).text()); + previousEl.find('a').attr('href','#'+ids[previous]) + .click(function(event){ + event.preventDefault(); + $(el).find('.tabs-list a').eq(previous).click(); + }); + var nextEl = p.find('.next'); + nextEl.find('span').text($('#'+ids[next]).text()); + nextEl.find('a').attr('href','#'+ids[next]) + .click(function(event){ + event.preventDefault(); + $(el).find('.tabs-list a').eq(next).click(); + }); + }); + } + }); + }, + showAccessibleTab: function(index,id){ + debug('showAccessibleTab'); + var o = this; + if(id) { + var el = $('#'+id); + var links = el.find('ul.'+o.options.tabsListClass+'>li>a'); + el.trigger("showTab.accessibleTabs", [links.eq(index)]); + links.eq(index).click(); + } else { + return this.each(function() { + var el = $(this); + el.trigger("showTab.accessibleTabs"); + var links = el.find('ul.'+o.options.tabsListClass+'>li>a'); + el.trigger("showTab.accessibleTabs", [links.eq(index)]); + links.eq(index).click(); + }); + } + }, + showAccessibleTabSelector: function(selector){ + debug('showAccessibleTabSelector'); + var o = this; + var el = $(selector); + if(el){ + if(el.get(0).nodeName.toLowerCase() == 'a'){ + el.click(); + }else{ + debug('the selector of a showAccessibleTabSelector() call needs to point to a tabs headline!'); + } + } + } + }); + // private Methods + function debug(msg,info){ + if(debugMode && window.console && window.console.log){ + if(info){ + window.console.log(info+': ',msg); + }else{ + window.console.log(msg); + } + } + } +})(jQuery); diff --git a/css/yaml4/add-ons/accessible-tabs/.svn/text-base/tabs.css.svn-base b/css/yaml4/add-ons/accessible-tabs/.svn/text-base/tabs.css.svn-base new file mode 100644 index 0000000..6e88cf7 --- /dev/null +++ b/css/yaml4/add-ons/accessible-tabs/.svn/text-base/tabs.css.svn-base @@ -0,0 +1,136 @@ +/** + * "Yet Another Multicolumn Layout" - YAML CSS Framework + * + * (en) Styles for Accessible-Tabs plugin for jQuery + * (de) Gestaltung des Acessible-Tabs Plugins für jQuery + * + * @copyright Copyright 2005-2012, Dirk Jesse + * @license CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/), + * YAML-CDL (http://www.yaml.de/license.html) + * @link http://www.yaml.de + * @package yaml + * @version v4.0 + * @revision $Revision: 693 $ + * @lastmodified $Date: 2012-01-29 23:53:53 +0100 (So, 29 Jan 2012) $ + */ + +@media screen, projection { + + .jquery_tabs { + margin:1.5em 0 0; + } + + .jquery_tabs ul.tabs-list { + display:table; + font-size:1em; + line-height:1.5em; + list-style-type:none; + margin: 0; + position:relative; + z-index:1; + } + + .jquery_tabs ul.tabs-list li a { + font-size:1em; + line-height: 1.5em; + padding:0.75em; + } + + .jquery_tabs .tabhead { + position:absolute; + left:-32768px; /* LTR */ + } + + .jquery_tabs .content { + border-top:1px #ccc solid; + clear:both; + padding: 0; + position:relative; + top:-1px; + margin-bottom:-1px; + } + + .jquery_tabs ul.tabs-list li { + border:0 none; + display:inline; + float:left; + margin:0 0.3em 0 0; + padding:0; + } + + .jquery_tabs ul.tabs-list li a { + background: transparent; + color:#008; + display:block; + float:left; + font-weight:normal; + margin:0; + } + + .jquery_tabs ul.tabs-list li a:focus, + .jquery_tabs ul.tabs-list li a:hover, + .jquery_tabs ul.tabs-list li a:active { + background:#eee; + border-radius: 0.2em 0.2em 0 0; + color:#000; + font-weight:normal; + outline: 0 none; + text-decoration:none; + } + + .jquery_tabs ul.tabs-list li.current a, + .jquery_tabs ul.tabs-list li.current a:focus, + .jquery_tabs ul.tabs-list li.current a:hover, + .jquery_tabs ul.tabs-list li.current a:active { + background:#fff; + border:1px #ccc solid; + border-bottom:0 none; + border-radius: 0.2em 0.2em 0 0; + color:#000; + font-weight:bold; + text-decoration:none; + } + + .jquery_tabs .current-info, + .jquery_tabs .accessibletabsanchor { + left:-999em; + position:absolute; + } + + /** + * Avoid margin collapsing to enable correct sync of all tabs + * + * @workaround + * @affected all browsers + * @css-for all browsers + * @valid yes + */ + + .jquery_tabs .tab-content { + border-bottom: 1px transparent solid; + border-top: 1px transparent solid; + *overflow:hidden; + } + + /* IE < 7 don't support transparent borders */ + * html .jquery_tabs .tab-content { + border-bottom: 1px #fff solid; + border-top: 1px #fff solid; + } + + /** + * Containing floats adjustment and stability fixes for Internet Explorer + * + * @workaround + * @affected IE 5.x/Win, IE6, IE7 + * @css-for IE 5.x/Win, IE6, IE7 + * @valid no + */ + + * html .jquery_tabs .content { z-index:-1; } + + * html .jquery_tabs { zoom:1; width:auto; position:relative; } + *+html .jquery_tabs { zoom:1; width:auto; } + + .jquery_tabs * { zoom:1; } +}
\ No newline at end of file diff --git a/css/yaml4/add-ons/accessible-tabs/jquery.tabs.js b/css/yaml4/add-ons/accessible-tabs/jquery.tabs.js new file mode 100644 index 0000000..b028f06 --- /dev/null +++ b/css/yaml4/add-ons/accessible-tabs/jquery.tabs.js @@ -0,0 +1,314 @@ +/** + * Accessible Tabs - jQuery plugin for accessible, unobtrusive tabs + * Build to seemlessly work with the CCS-Framework YAML (yaml.de) not depending on YAML though + * @requires jQuery - tested with 1.4.2 but might as well work with older versions + * + * english article: http://blog.ginader.de/archives/2009/02/07/jQuery-Accessible-Tabs-How-to-make-tabs-REALLY-accessible.php + * german article: http://blog.ginader.de/archives/2009/02/07/jQuery-Accessible-Tabs-Wie-man-Tabs-WIRKLICH-zugaenglich-macht.php + * + * code: http://github.com/ginader/Accessible-Tabs + * please report issues at: http://github.com/ginader/Accessible-Tabs/issues + * + * Copyright (c) 2007 Dirk Ginader (ginader.de) + * Dual licensed under the MIT and GPL licenses: + * http://www.opensource.org/licenses/mit-license.php + * http://www.gnu.org/licenses/gpl.html + * + * Version: 1.9.2 + * + * History: + * * 1.0 initial release + * * 1.1 added a lot of Accessibility enhancements + * * * rewrite to use "fn.extend" structure + * * * added check for existing ids on the content containers to use to proper anchors in the tabs + * * 1.1.1 changed the headline markup. thanks to Mike Davies for the hint. + * * 1.5 thanks to Dirk Jesse, Ansgar Hein, David Maciejewski and Mike West for commiting patches to this release + * * * new option syncheights that syncs the heights of the tab contents when the SyncHeight plugin + * * is available http://blog.ginader.de/dev/jquery/syncheight/index.php + * * * fixed the hardcoded current class + * * * new option tabsListClass to be applied to the generated list of tabs above the content so lists + * * inside the tabscontent can be styled differently + * * * added clearfix and tabcounter that adds a class in the schema "tabamount{number amount of tabs}" + * * to the ul containg the tabs so one can style the tabs to fit 100% into the width + * * * new option "syncHeightMethodName" fixed issue: http://github.com/ginader/Accessible-Tabs/issues/2/find + * * * new Method showAccessibleTab({index number of the tab to show starting with 0}) fixed issue: http://github.com/ginader/Accessible-Tabs/issues/3/find + * * * added support for the Cursor Keys to come closer to the WAI ARIA Tab Panel Best Practices http://github.com/ginader/Accessible-Tabs/issues/1/find + * * 1.6 + * * * new option "saveState" to allow tabs remember their selected state using cookies requires the cookie plugin: http://plugins.jquery.com/project/Cookie + * * * changed supported jquery version to 1.4.2 to make sure it's future compatible + * * * new option "autoAnchor" which allows to add ID's to headlines in the tabs markup that allow direct linking into a tab i.e.: file.html#headlineID + * * 1.7 + * * * new option "pagination" that adds links to show the next/previous tab. This adds the following markup to each tab for you to style: + * * * <ul class="pagination"> + * * * <li class="previous"><a href="#{the-id-of-the-previous-tab}"><span>{the headline of the previous tab}</span></a></li> + * * * <li class="next"><a href="#{the-id-of-the-next-tab}"><span>{the headline of the previous tab}</span></a></li> + * * * </ul> + * * 1.8 + * * * new option "position" can be 'top' or 'bottom'. Defines where the tabs list is inserted. + * * 1.8.1 + * * * Bugfix for broken pagination in ie6 and 7: Selector and object access modified by Daniel Köntös (www.MilkmanMedia.de). Thanks to Carolin Moll for the report. + * * 1.8.2 + * * * Bugfix for issue described by Sunshine here: http://blog.ginader.de/archives/2009/02/07/jQuery-Accessible-Tabs-How-to-make-tabs-REALLY-accessible.php#c916 + * * 1.8.3 + * * * Bugfix by Michael Schulze: Only change current class in tab navigation and not in all unordered lists inside the tabs. + * * 1.9 + * * * new method showAccessibleTabSelector({valid jQuery selector of the tab to show}) that allows the opening of tabs \ + * * * by jQuery Selector instead of the index in showAccessibleTab() fixing issue https://github.com/ginader/Accessible-Tabs/issues/15 + * * 1.9.1 by Michael Schulze: + * * * firstNavItemClass and lastNavItemClass to define a custom classname on the first and last tab + * * * wrapInnerNavLinks: inner wrap for a-tags in tab navigation. + * * 1.9.2 + * * * Bugfix by Dirk Jesse: fixing an issue that happened when passing multiple selectors to the init call instead of one + * * * Bugfix that fixes a reset of the tabs counter when accessibleTabs() was called more than once on a page + */ + + +(function($) { + var debugMode = true; + $.fn.extend({ + // We assume there could be multiple sets of tabs on a page, so, + // the unique id for each invididual tab's heading is identified with params q and r (e.g., id="accessibletabscontent0-2") + getUniqueId: function(p, q, r){ + if (r===undefined) {r='';} else {r='-'+r;} + return p + q + r; + }, + accessibleTabs: function(config) { + var defaults = { + wrapperClass: 'content', // Classname to apply to the div that is wrapped around the original Markup + currentClass: 'current', // Classname to apply to the LI of the selected Tab + tabhead: 'h4', // Tag or valid Query Selector of the Elements to Transform the Tabs-Navigation from (originals are removed) + tabheadClass: 'tabhead', // Classname to apply to the target heading element for each tab div + tabbody: '.tabbody', // Tag or valid Query Selector of the Elements to be treated as the Tab Body + fx:'show', // can be "fadeIn", "slideDown", "show" + fxspeed: 'normal', // speed (String|Number): "slow", "normal", or "fast") or the number of milliseconds to run the animation + currentInfoText: 'current tab: ', // text to indicate for screenreaders which tab is the current one + currentInfoPosition: 'prepend', // Definition where to insert the Info Text. Can be either "prepend" or "append" + currentInfoClass: 'current-info', // Class to apply to the span wrapping the CurrentInfoText + tabsListClass:'tabs-list', // Class to apply to the generated list of tabs above the content + syncheights:false, // syncs the heights of the tab contents when the SyncHeight plugin is available http://blog.ginader.de/dev/jquery/syncheight/index.php + syncHeightMethodName:'syncHeight', // set the Method name of the plugin you want to use to sync the tab contents. Defaults to the SyncHeight plugin: http://github.com/ginader/syncHeight + cssClassAvailable:false, // Enable individual css classes for tabs. Gets the appropriate class name of a tabhead element and apply it to the tab list element. Boolean value + saveState:false, // save the selected tab into a cookie so it stays selected after a reload. This requires that the wrapping div needs to have an ID (so we know which tab we're saving) + autoAnchor:false, // will move over any existing id of a headline in tabs markup so it can be linked to it + pagination:false, // adds buttons to each tab to switch to the next/previous tab + position:'top', // can be 'top' or 'bottom'. Defines where the tabs list is inserted. + wrapInnerNavLinks: '', // inner wrap for a-tags in tab navigation. See http://api.jquery.com/wrapInner/ for further informations + firstNavItemClass: 'first', // Classname of the first list item in the tab navigation + lastNavItemClass: 'last' // Classname of the last list item in the tab navigation + }; + var keyCodes = { + 37 : -1, //LEFT + 38 : -1, //UP + 39 : +1, //RIGHT + 40 : +1 //DOWN + }; + var positions = { + top : 'prepend', + bottom : 'append' + }; + this.options = $.extend(defaults, config); + + var tabsCount = 0; + if($("body").data('accessibleTabsCount') !== undefined){ + tabsCount = $("body").data('accessibleTabsCount'); + } + $("body").data('accessibleTabsCount',this.size()+tabsCount); + + var o = this; + return this.each(function(t) { + var el = $(this); + var list = ''; + var tabCount = 0; + var ids = []; + + $(el).wrapInner('<div class="'+o.options.wrapperClass+'"></div>'); + + $(el).find(o.options.tabhead).each(function(i){ + var id = ''; + elId = $(this).attr('id'); + if(elId){ + // Skip this item if it already exists. + if(elId.indexOf('accessibletabscontent') === 0) { + return; + } + id =' id="'+elId+'"'; + } + var tabId = o.getUniqueId('accessibletabscontent', tabsCount+t, i);//get a unique id to assign to this tab's heading + var navItemId = o.getUniqueId('accessibletabsnavigation', tabsCount+t, i);//get a unique id for this navigation item + ids.push(tabId); + if(o.options.cssClassAvailable === true) { + var cssClass = ''; + if($(this).attr('class')) { + cssClass = $(this).attr('class'); + cssClass = ' class="'+cssClass+'"'; + list += '<li id="'+navItemId+'"><a'+id+''+cssClass+' href="#'+tabId+'">'+$(this).html()+'</a></li>'; + } + } else { + list += '<li id="'+navItemId+'"><a'+id+' href="#'+tabId+'">'+$(this).html()+'</a></li>'; + } + $(this).attr({"id": tabId, "class": o.options.tabheadClass, "tabindex": "-1"});//assign the unique id and the tabheadClass class name to this tab's heading + tabCount++; + }); + + if (o.options.syncheights && $.fn[o.options.syncHeightMethodName]) { + $(el).find(o.options.tabbody)[o.options.syncHeightMethodName](); + $(window).resize(function(){ + $(el).find(o.options.tabbody)[o.options.syncHeightMethodName](); + }); + } + + // Ensure that the call to setup tabs is re-runnable + var tabs_selector = '.' + o.options.tabsListClass; + if(!$(el).find(tabs_selector).length) { + $(el)[positions[o.options.position]]('<ul class="clearfix '+o.options.tabsListClass+' tabamount'+tabCount+'"></ul>'); + } + + $(el).find(tabs_selector).append(list); + + // initial show first content block and hide the others + var content = $(el).find(o.options.tabbody); + if (content.length > 0) { + $(content).hide(); + $(content[0]).show(); + } + $(el).find("ul."+o.options.tabsListClass+">li:first").addClass(o.options.currentClass).addClass(o.options.firstNavItemClass) + .find('a')[o.options.currentInfoPosition]('<span class="'+o.options.currentInfoClass+'">'+o.options.currentInfoText+'</span>') + .parents("ul."+o.options.tabsListClass).children('li:last').addClass(o.options.lastNavItemClass); + + if (o.options.wrapInnerNavLinks) { + $(el).find('ul.'+o.options.tabsListClass+'>li>a').wrapInner(o.options.wrapInnerNavLinks); + } + + $(el).find('ul.'+o.options.tabsListClass+'>li>a').each(function(i){ + $(this).click(function(event){ + event.preventDefault(); + el.trigger("showTab.accessibleTabs", [$(event.target)]); + if(o.options.saveState && $.cookie){ + $.cookie('accessibletab_'+el.attr('id')+'_active',i); + } + $(el).find('ul.'+o.options.tabsListClass+'>li.'+o.options.currentClass).removeClass(o.options.currentClass) + .find("span."+o.options.currentInfoClass).remove(); + $(this).blur(); + $(el).find(o.options.tabbody+':visible').hide(); + $(el).find(o.options.tabbody).eq(i)[o.options.fx](o.options.fxspeed); + $(this)[o.options.currentInfoPosition]('<span class="'+o.options.currentInfoClass+'">'+o.options.currentInfoText+'</span>') + .parent().addClass(o.options.currentClass); + //now, only after writing the currentInfoText span to the tab list link, set focus to the tab's heading + $($(this).attr("href")).focus().keyup(function(event){ + if(keyCodes[event.keyCode]){ + o.showAccessibleTab(i+keyCodes[event.keyCode]); + $(this).unbind( "keyup" ); + } + }); + + // $(el).find('.accessibletabsanchor').keyup(function(event){ + // if(keyCodes[event.keyCode]){ + // o.showAccessibleTab(i+keyCodes[event.keyCode]); + // } + // }); + + + }); + + $(this).focus(function(event){ + $(document).keyup(function(event){ + if(keyCodes[event.keyCode]){ + o.showAccessibleTab(i+keyCodes[event.keyCode]); + } + }); + }); + $(this).blur(function(event){ + $(document).unbind( "keyup" ); + }); + + }); + + if(o.options.saveState && $.cookie){ + var savedState = $.cookie('accessibletab_'+el.attr('id')+'_active'); + debug($.cookie('accessibletab_'+el.attr('id')+'_active')); + if(savedState !== null){ + o.showAccessibleTab(savedState,el.attr('id')); + } + } + + if(o.options.autoAnchor && window.location.hash){ + var anchorTab = $('.'+o.options.tabsListClass).find(window.location.hash); + if(anchorTab.size()){ + anchorTab.click(); + } + } + + if(o.options.pagination){ + var m = '<ul class="pagination">'; + m +=' <li class="previous"><a href="#{previousAnchor}"><span>{previousHeadline}</span></a></li>'; + m +=' <li class="next"><a href="#{nextAnchor}"><span>{nextHeadline}</span></a></li>'; + m +='</ul>'; + var tabs = $(el).find('.tabbody'); + var tabcount = tabs.size(); + tabs.each(function(idx){ + $(this).append(m); + var next = idx+1; + if(next>=tabcount){next = 0;} + var previous = idx-1; + if(previous<0){previous = tabcount-1;} + var p = $(this).find('.pagination'); + var previousEl = p.find('.previous'); + previousEl.find('span').text($('#'+ids[previous]).text()); + previousEl.find('a').attr('href','#'+ids[previous]) + .click(function(event){ + event.preventDefault(); + $(el).find('.tabs-list a').eq(previous).click(); + }); + var nextEl = p.find('.next'); + nextEl.find('span').text($('#'+ids[next]).text()); + nextEl.find('a').attr('href','#'+ids[next]) + .click(function(event){ + event.preventDefault(); + $(el).find('.tabs-list a').eq(next).click(); + }); + }); + } + }); + }, + showAccessibleTab: function(index,id){ + debug('showAccessibleTab'); + var o = this; + if(id) { + var el = $('#'+id); + var links = el.find('ul.'+o.options.tabsListClass+'>li>a'); + el.trigger("showTab.accessibleTabs", [links.eq(index)]); + links.eq(index).click(); + } else { + return this.each(function() { + var el = $(this); + el.trigger("showTab.accessibleTabs"); + var links = el.find('ul.'+o.options.tabsListClass+'>li>a'); + el.trigger("showTab.accessibleTabs", [links.eq(index)]); + links.eq(index).click(); + }); + } + }, + showAccessibleTabSelector: function(selector){ + debug('showAccessibleTabSelector'); + var o = this; + var el = $(selector); + if(el){ + if(el.get(0).nodeName.toLowerCase() == 'a'){ + el.click(); + }else{ + debug('the selector of a showAccessibleTabSelector() call needs to point to a tabs headline!'); + } + } + } + }); + // private Methods + function debug(msg,info){ + if(debugMode && window.console && window.console.log){ + if(info){ + window.console.log(info+': ',msg); + }else{ + window.console.log(msg); + } + } + } +})(jQuery); diff --git a/css/yaml4/add-ons/accessible-tabs/tabs.css b/css/yaml4/add-ons/accessible-tabs/tabs.css new file mode 100644 index 0000000..6e88cf7 --- /dev/null +++ b/css/yaml4/add-ons/accessible-tabs/tabs.css @@ -0,0 +1,136 @@ +/** + * "Yet Another Multicolumn Layout" - YAML CSS Framework + * + * (en) Styles for Accessible-Tabs plugin for jQuery + * (de) Gestaltung des Acessible-Tabs Plugins für jQuery + * + * @copyright Copyright 2005-2012, Dirk Jesse + * @license CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/), + * YAML-CDL (http://www.yaml.de/license.html) + * @link http://www.yaml.de + * @package yaml + * @version v4.0 + * @revision $Revision: 693 $ + * @lastmodified $Date: 2012-01-29 23:53:53 +0100 (So, 29 Jan 2012) $ + */ + +@media screen, projection { + + .jquery_tabs { + margin:1.5em 0 0; + } + + .jquery_tabs ul.tabs-list { + display:table; + font-size:1em; + line-height:1.5em; + list-style-type:none; + margin: 0; + position:relative; + z-index:1; + } + + .jquery_tabs ul.tabs-list li a { + font-size:1em; + line-height: 1.5em; + padding:0.75em; + } + + .jquery_tabs .tabhead { + position:absolute; + left:-32768px; /* LTR */ + } + + .jquery_tabs .content { + border-top:1px #ccc solid; + clear:both; + padding: 0; + position:relative; + top:-1px; + margin-bottom:-1px; + } + + .jquery_tabs ul.tabs-list li { + border:0 none; + display:inline; + float:left; + margin:0 0.3em 0 0; + padding:0; + } + + .jquery_tabs ul.tabs-list li a { + background: transparent; + color:#008; + display:block; + float:left; + font-weight:normal; + margin:0; + } + + .jquery_tabs ul.tabs-list li a:focus, + .jquery_tabs ul.tabs-list li a:hover, + .jquery_tabs ul.tabs-list li a:active { + background:#eee; + border-radius: 0.2em 0.2em 0 0; + color:#000; + font-weight:normal; + outline: 0 none; + text-decoration:none; + } + + .jquery_tabs ul.tabs-list li.current a, + .jquery_tabs ul.tabs-list li.current a:focus, + .jquery_tabs ul.tabs-list li.current a:hover, + .jquery_tabs ul.tabs-list li.current a:active { + background:#fff; + border:1px #ccc solid; + border-bottom:0 none; + border-radius: 0.2em 0.2em 0 0; + color:#000; + font-weight:bold; + text-decoration:none; + } + + .jquery_tabs .current-info, + .jquery_tabs .accessibletabsanchor { + left:-999em; + position:absolute; + } + + /** + * Avoid margin collapsing to enable correct sync of all tabs + * + * @workaround + * @affected all browsers + * @css-for all browsers + * @valid yes + */ + + .jquery_tabs .tab-content { + border-bottom: 1px transparent solid; + border-top: 1px transparent solid; + *overflow:hidden; + } + + /* IE < 7 don't support transparent borders */ + * html .jquery_tabs .tab-content { + border-bottom: 1px #fff solid; + border-top: 1px #fff solid; + } + + /** + * Containing floats adjustment and stability fixes for Internet Explorer + * + * @workaround + * @affected IE 5.x/Win, IE6, IE7 + * @css-for IE 5.x/Win, IE6, IE7 + * @valid no + */ + + * html .jquery_tabs .content { z-index:-1; } + + * html .jquery_tabs { zoom:1; width:auto; position:relative; } + *+html .jquery_tabs { zoom:1; width:auto; } + + .jquery_tabs * { zoom:1; } +}
\ No newline at end of file diff --git a/css/yaml4/add-ons/microformats/.svn/all-wcprops b/css/yaml4/add-ons/microformats/.svn/all-wcprops new file mode 100644 index 0000000..1367b5c --- /dev/null +++ b/css/yaml4/add-ons/microformats/.svn/all-wcprops @@ -0,0 +1,11 @@ +K 25 +svn:wc:ra_dav:version-url +V 87 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/microformats +END +microformats.css +K 25 +svn:wc:ra_dav:version-url +V 104 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/microformats/microformats.css +END diff --git a/css/yaml4/add-ons/microformats/.svn/entries b/css/yaml4/add-ons/microformats/.svn/entries new file mode 100644 index 0000000..d99f727 --- /dev/null +++ b/css/yaml4/add-ons/microformats/.svn/entries @@ -0,0 +1,72 @@ +9 + +dir +206 +https://intern.ccwn.org/svn/Themis/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/microformats +https://intern.ccwn.org/svn/Themis + + + +2012-03-01T08:51:06.040110Z +202 +pseeger + + +svn:special svn:externals svn:needs-lock + + + + + + + + + + + +e7c95c98-50ad-428d-8ede-669ef7f8c951 + + + + + + +0 + +icons +dir + +microformats.css +file + + + + +2012-01-25T10:37:32.000000Z +46cca8b3bd673a6f6b1fcd5389eaeb4c +2012-03-01T08:51:06.040110Z +202 +pseeger + + + + + + + + + + + + + + + + + + + + + +3974 + diff --git a/css/yaml4/add-ons/microformats/.svn/format b/css/yaml4/add-ons/microformats/.svn/format new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/css/yaml4/add-ons/microformats/.svn/format @@ -0,0 +1 @@ +9 diff --git a/css/yaml4/add-ons/microformats/.svn/text-base/microformats.css.svn-base b/css/yaml4/add-ons/microformats/.svn/text-base/microformats.css.svn-base new file mode 100644 index 0000000..6258589 --- /dev/null +++ b/css/yaml4/add-ons/microformats/.svn/text-base/microformats.css.svn-base @@ -0,0 +1,175 @@ + +/** + * "Yet Another Multicolumn Layout" - YAML CSS Framework + * + * (en) YAML-Addon:Microformats Support + * (de) YAML-Addon:Unterstützung für Microformate + * + * @note Many thanks to Michael Jendryschik (http://jendryschik.de/) for contribution + * + * @copyright Copyright 2005-2012, Dirk Jesse + * @license CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/), + * YAML-CDL (http://www.yaml.de/license.html) + * @link http://www.yaml.de + * @package yaml + * @version v4.0 + * @revision $Revision: 692 $ + * @lastmodified $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $ + */ + +/* hCards + hCalendars */ + +@media all { + + .vcard, + .vevent { + line-height: 1.5em; + border:2px solid #e0e7b8 !important; + padding:30px 5px 5px 5px !important; + border-radius:8px; + -moz-border-radius:8px; + -webkit-border-radius:8px; + margin: 1.5em 0 0 0 !important; + /* small IE-Fix for background images */ + zoom:1; + } + + span.vcard, + span.vevent { + padding:2px 1px 2px 70px !important; + margin:0 2px 0 !important; + } + + .vcard { + background:#f8f8ec url(icons/hcard.png) 5px 5px no-repeat !important; + } + + .vcard a { + padding-left:11px; + background:url(icons/external_link.png) top left no-repeat; + color:#679A06; + } + + .vcard .adr { + display:block; + margin:0.5em 0; + } + + .vcard .email { + font-family:Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier; + } + + .vevent { + background:#f8f8ec url(icons/hcalendar.png) 5px 5px no-repeat !important; + } + + .vevent a { + padding-left:11px; + background:url(icons/external_link.png) top left no-repeat; + color:#679A06; + } + + .vevent p { + margin: 0; + } + + .vevent .description { + display:block; + margin-top:1em; + } + + .vevent .location { + display:block; + color:#679A06; + } + + .vevent .summary { + display:block; + color:#679A06; + font-weight:bold; + } + + /* XFN relationship */ + + a.xfnRelationship { + padding-right:26px; + background-image:url(icons/xfn/xfn-small.png); + background-repeat: no-repeat; + background-position: right; + } + + a.xfnRelationship[rel~="colleague"], + a.xfnRelationship[rel~="co-worker"] { + padding-right:21px; + background-image:url(icons/xfn/xfn-colleague.png); + } + + a.xfnRelationship[rel~="met"] { + padding-right:32px; + background-image:url(icons/icon-xfn.png) no-repeat right; + } + + a.xfnRelationship[rel~="colleague"][rel~="met"], + a.xfnRelationship[rel~="co-worker"][rel~="met"] { + padding-right:26px; + background-image:url(icons/xfn/xfn-colleague-met.png); + } + + a.xfnRelationship[rel~="friend"] { + padding-right:21px; + background-image:url(icons/xfn/xfn-friend.png); + } + + a.xfnRelationship[rel~="friend"][rel~="met"] { + padding-right:26px; + background-image:url(icons/xfn/xfn-friend-met.png); + } + + a.xfnRelationship[rel~="sweetheart"] { + padding-right:21px; + background-image:url(icons/xfn/xfn-sweetheart.png); + } + + a.xfnRelationship[rel~="sweetheart"][rel~="met"] { + padding-right:26px; + background-image:url(icons/xfn/xfn-sweetheart-met.png); + } + + a.xfnRelationship[rel~="child"] { + padding-right:21px; + background-image:url(icons/xfn/xfn-child.png); + } + + a.xfnRelationship[rel~="parent"] { + padding-right:21px; + background-image:url(icons/xfn/xfn-parent.png); + } + + a.xfnRelationship[rel~="spouse"] { + padding-right:21px; + background-image:url(icons/xfn/xfn-spouse.png); + } + + a.xfnRelationship[rel~="me"] { + padding-right:21px; + background-image:url(icons/xfn/xfn-me.png); + } + + /* rel-tag */ + + a[rel~="tag"] { + padding-right:32px; + background-image:url(icons/icon-rel-tag.png); + background-repeat: no-repeat; + background-position: right; + } + + /* geo */ + + abbr[class~="geo"] { + padding-right:32px; + background:url(icons/icon-geo.png) no-repeat right; + border:none; + cursor:default; + } +}
\ No newline at end of file diff --git a/css/yaml4/add-ons/microformats/icons/.svn/all-wcprops b/css/yaml4/add-ons/microformats/icons/.svn/all-wcprops new file mode 100644 index 0000000..badcdd5 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/.svn/all-wcprops @@ -0,0 +1,95 @@ +K 25 +svn:wc:ra_dav:version-url +V 93 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/microformats/icons +END +icon-hcard-add.png +K 25 +svn:wc:ra_dav:version-url +V 112 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/microformats/icons/icon-hcard-add.png +END +icon-hcalendar-add.png +K 25 +svn:wc:ra_dav:version-url +V 116 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/microformats/icons/icon-hcalendar-add.png +END +icon-hresume.png +K 25 +svn:wc:ra_dav:version-url +V 110 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/microformats/icons/icon-hresume.png +END +icon-hatom.png +K 25 +svn:wc:ra_dav:version-url +V 108 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/microformats/icons/icon-hatom.png +END +icon-haudio.png +K 25 +svn:wc:ra_dav:version-url +V 109 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/microformats/icons/icon-haudio.png +END +external_link.png +K 25 +svn:wc:ra_dav:version-url +V 111 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/microformats/icons/external_link.png +END +icon-geo.png +K 25 +svn:wc:ra_dav:version-url +V 106 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/microformats/icons/icon-geo.png +END +icon-hcard.png +K 25 +svn:wc:ra_dav:version-url +V 108 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/microformats/icons/icon-hcard.png +END +icon-hcalendar.png +K 25 +svn:wc:ra_dav:version-url +V 112 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/microformats/icons/icon-hcalendar.png +END +icon-hcard-download.png +K 25 +svn:wc:ra_dav:version-url +V 117 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/microformats/icons/icon-hcard-download.png +END +icon-hcalendar-download.png +K 25 +svn:wc:ra_dav:version-url +V 121 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/microformats/icons/icon-hcalendar-download.png +END +icon-xfn.png +K 25 +svn:wc:ra_dav:version-url +V 106 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/microformats/icons/icon-xfn.png +END +icon-rel-tag.png +K 25 +svn:wc:ra_dav:version-url +V 110 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/microformats/icons/icon-rel-tag.png +END +hcard.png +K 25 +svn:wc:ra_dav:version-url +V 103 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/microformats/icons/hcard.png +END +hcalendar.png +K 25 +svn:wc:ra_dav:version-url +V 107 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/microformats/icons/hcalendar.png +END diff --git a/css/yaml4/add-ons/microformats/icons/.svn/entries b/css/yaml4/add-ons/microformats/icons/.svn/entries new file mode 100644 index 0000000..6a966e9 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/.svn/entries @@ -0,0 +1,548 @@ +9 + +dir +206 +https://intern.ccwn.org/svn/Themis/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/microformats/icons +https://intern.ccwn.org/svn/Themis + + + +2012-03-01T08:51:06.040110Z +202 +pseeger + + +svn:special svn:externals svn:needs-lock + + + + + + + + + + + +e7c95c98-50ad-428d-8ede-669ef7f8c951 + + + + + + +0 + +icon-hcard-add.png +file + + + + +2011-12-10T13:30:10.000000Z +c776d254691b718eaa25cdcaad0843df +2012-03-01T08:51:06.040110Z +202 +pseeger +has-props + + + + + + + + + + + + + + + + + + + + +707 + +icon-hcalendar-add.png +file + + + + +2011-12-10T13:30:10.000000Z +2f6e82386ed9ecc3f98f70221d484299 +2012-03-01T08:51:06.040110Z +202 +pseeger +has-props + + + + + + + + + + + + + + + + + + + + +1106 + +icon-hatom.png +file + + + + +2011-12-10T13:30:10.000000Z +158fcb01076532fffeea979c45a48900 +2012-03-01T08:51:06.040110Z +202 +pseeger +has-props + + + + + + + + + + + + + + + + + + + + +713 + +icon-hresume.png +file + + + + +2011-12-10T13:30:10.000000Z +59472ceb7ca2a57bf415e824f9cdf5c2 +2012-03-01T08:51:06.040110Z +202 +pseeger +has-props + + + + + + + + + + + + + + + + + + + + +724 + +icon-haudio.png +file + + + + +2011-12-10T13:30:10.000000Z +98d4375db59afe6c204b2af64381e9b8 +2012-03-01T08:51:06.040110Z +202 +pseeger +has-props + + + + + + + + + + + + + + + + + + + + +1092 + +external_link.png +file + + + + +2011-12-10T13:30:10.000000Z +efd0836b5c3180a1640dff0fc8cdc8be +2012-03-01T08:51:06.040110Z +202 +pseeger +has-props + + + + + + + + + + + + + + + + + + + + +232 + +icon-geo.png +file + + + + +2011-12-10T13:30:10.000000Z +e322c93d73de964a8b49f5370e643f0c +2012-03-01T08:51:06.040110Z +202 +pseeger +has-props + + + + + + + + + + + + + + + + + + + + +4707 + +icon-hcalendar.png +file + + + + +2011-12-10T13:30:10.000000Z +975e74006b7b50cf93ff58dbf561c0e9 +2012-03-01T08:51:06.040110Z +202 +pseeger +has-props + + + + + + + + + + + + + + + + + + + + +707 + +icon-hcard.png +file + + + + +2011-12-10T13:30:10.000000Z +273fabe799f4500a71b94a3370dca2be +2012-03-01T08:51:06.040110Z +202 +pseeger +has-props + + + + + + + + + + + + + + + + + + + + +1052 + +xfn +dir + +icon-hcard-download.png +file + + + + +2011-12-10T13:30:10.000000Z +551af1c2986e8d15d4f93c452669fa07 +2012-03-01T08:51:06.040110Z +202 +pseeger +has-props + + + + + + + + + + + + + + + + + + + + +721 + +icon-hcalendar-download.png +file + + + + +2011-12-10T13:30:10.000000Z +0f7410d74fa7b39b76b802ad7f66ad89 +2012-03-01T08:51:06.040110Z +202 +pseeger +has-props + + + + + + + + + + + + + + + + + + + + +1118 + +hcard.png +file + + + + +2011-12-10T13:30:10.000000Z +e5a892e06b790e6ce10d71cbd597408c +2012-03-01T08:51:06.040110Z +202 +pseeger +has-props + + + + + + + + + + + + + + + + + + + + +673 + +icon-rel-tag.png +file + + + + +2011-12-10T13:30:10.000000Z +d2a2b3b0dfc56c216fd93cad76ac76cf +2012-03-01T08:51:06.040110Z +202 +pseeger +has-props + + + + + + + + + + + + + + + + + + + + +720 + +hcalendar.png +file + + + + +2011-12-10T13:30:10.000000Z +8efdce2dccaa14fa7a1b03256ec0f986 +2012-03-01T08:51:06.040110Z +202 +pseeger +has-props + + + + + + + + + + + + + + + + + + + + +633 + +icon-xfn.png +file + + + + +2011-12-10T13:30:10.000000Z +8b298131b8dc7ff489d462f3d40facd3 +2012-03-01T08:51:06.040110Z +202 +pseeger +has-props + + + + + + + + + + + + + + + + + + + + +721 + diff --git a/css/yaml4/add-ons/microformats/icons/.svn/format b/css/yaml4/add-ons/microformats/icons/.svn/format new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/.svn/format @@ -0,0 +1 @@ +9 diff --git a/css/yaml4/add-ons/microformats/icons/.svn/prop-base/external_link.png.svn-base b/css/yaml4/add-ons/microformats/icons/.svn/prop-base/external_link.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/.svn/prop-base/external_link.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/css/yaml4/add-ons/microformats/icons/.svn/prop-base/hcalendar.png.svn-base b/css/yaml4/add-ons/microformats/icons/.svn/prop-base/hcalendar.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/.svn/prop-base/hcalendar.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/css/yaml4/add-ons/microformats/icons/.svn/prop-base/hcard.png.svn-base b/css/yaml4/add-ons/microformats/icons/.svn/prop-base/hcard.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/.svn/prop-base/hcard.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-geo.png.svn-base b/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-geo.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-geo.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-hatom.png.svn-base b/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-hatom.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-hatom.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-haudio.png.svn-base b/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-haudio.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-haudio.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-hcalendar-add.png.svn-base b/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-hcalendar-add.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-hcalendar-add.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-hcalendar-download.png.svn-base b/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-hcalendar-download.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-hcalendar-download.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-hcalendar.png.svn-base b/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-hcalendar.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-hcalendar.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-hcard-add.png.svn-base b/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-hcard-add.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-hcard-add.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-hcard-download.png.svn-base b/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-hcard-download.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-hcard-download.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-hcard.png.svn-base b/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-hcard.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-hcard.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-hresume.png.svn-base b/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-hresume.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-hresume.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-rel-tag.png.svn-base b/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-rel-tag.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-rel-tag.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-xfn.png.svn-base b/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-xfn.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/.svn/prop-base/icon-xfn.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/css/yaml4/add-ons/microformats/icons/.svn/text-base/external_link.png.svn-base b/css/yaml4/add-ons/microformats/icons/.svn/text-base/external_link.png.svn-base Binary files differnew file mode 100644 index 0000000..f90658c --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/.svn/text-base/external_link.png.svn-base diff --git a/css/yaml4/add-ons/microformats/icons/.svn/text-base/hcalendar.png.svn-base b/css/yaml4/add-ons/microformats/icons/.svn/text-base/hcalendar.png.svn-base Binary files differnew file mode 100644 index 0000000..5cf931a --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/.svn/text-base/hcalendar.png.svn-base diff --git a/css/yaml4/add-ons/microformats/icons/.svn/text-base/hcard.png.svn-base b/css/yaml4/add-ons/microformats/icons/.svn/text-base/hcard.png.svn-base Binary files differnew file mode 100644 index 0000000..f102f51 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/.svn/text-base/hcard.png.svn-base diff --git a/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-geo.png.svn-base b/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-geo.png.svn-base Binary files differnew file mode 100644 index 0000000..daf497c --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-geo.png.svn-base diff --git a/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-hatom.png.svn-base b/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-hatom.png.svn-base Binary files differnew file mode 100644 index 0000000..d7662e7 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-hatom.png.svn-base diff --git a/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-haudio.png.svn-base b/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-haudio.png.svn-base Binary files differnew file mode 100644 index 0000000..d80b83a --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-haudio.png.svn-base diff --git a/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-hcalendar-add.png.svn-base b/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-hcalendar-add.png.svn-base Binary files differnew file mode 100644 index 0000000..8068a86 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-hcalendar-add.png.svn-base diff --git a/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-hcalendar-download.png.svn-base b/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-hcalendar-download.png.svn-base Binary files differnew file mode 100644 index 0000000..b3a6e31 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-hcalendar-download.png.svn-base diff --git a/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-hcalendar.png.svn-base b/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-hcalendar.png.svn-base Binary files differnew file mode 100644 index 0000000..cbbf7ba --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-hcalendar.png.svn-base diff --git a/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-hcard-add.png.svn-base b/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-hcard-add.png.svn-base Binary files differnew file mode 100644 index 0000000..07d0de7 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-hcard-add.png.svn-base diff --git a/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-hcard-download.png.svn-base b/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-hcard-download.png.svn-base Binary files differnew file mode 100644 index 0000000..42888ae --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-hcard-download.png.svn-base diff --git a/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-hcard.png.svn-base b/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-hcard.png.svn-base Binary files differnew file mode 100644 index 0000000..11a186c --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-hcard.png.svn-base diff --git a/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-hresume.png.svn-base b/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-hresume.png.svn-base Binary files differnew file mode 100644 index 0000000..78820de --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-hresume.png.svn-base diff --git a/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-rel-tag.png.svn-base b/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-rel-tag.png.svn-base Binary files differnew file mode 100644 index 0000000..3d380d2 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-rel-tag.png.svn-base diff --git a/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-xfn.png.svn-base b/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-xfn.png.svn-base Binary files differnew file mode 100644 index 0000000..8c48029 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/.svn/text-base/icon-xfn.png.svn-base diff --git a/css/yaml4/add-ons/microformats/icons/external_link.png b/css/yaml4/add-ons/microformats/icons/external_link.png Binary files differnew file mode 100644 index 0000000..f90658c --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/external_link.png diff --git a/css/yaml4/add-ons/microformats/icons/hcalendar.png b/css/yaml4/add-ons/microformats/icons/hcalendar.png Binary files differnew file mode 100644 index 0000000..5cf931a --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/hcalendar.png diff --git a/css/yaml4/add-ons/microformats/icons/hcard.png b/css/yaml4/add-ons/microformats/icons/hcard.png Binary files differnew file mode 100644 index 0000000..f102f51 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/hcard.png diff --git a/css/yaml4/add-ons/microformats/icons/icon-geo.png b/css/yaml4/add-ons/microformats/icons/icon-geo.png Binary files differnew file mode 100644 index 0000000..daf497c --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/icon-geo.png diff --git a/css/yaml4/add-ons/microformats/icons/icon-hatom.png b/css/yaml4/add-ons/microformats/icons/icon-hatom.png Binary files differnew file mode 100644 index 0000000..d7662e7 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/icon-hatom.png diff --git a/css/yaml4/add-ons/microformats/icons/icon-haudio.png b/css/yaml4/add-ons/microformats/icons/icon-haudio.png Binary files differnew file mode 100644 index 0000000..d80b83a --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/icon-haudio.png diff --git a/css/yaml4/add-ons/microformats/icons/icon-hcalendar-add.png b/css/yaml4/add-ons/microformats/icons/icon-hcalendar-add.png Binary files differnew file mode 100644 index 0000000..8068a86 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/icon-hcalendar-add.png diff --git a/css/yaml4/add-ons/microformats/icons/icon-hcalendar-download.png b/css/yaml4/add-ons/microformats/icons/icon-hcalendar-download.png Binary files differnew file mode 100644 index 0000000..b3a6e31 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/icon-hcalendar-download.png diff --git a/css/yaml4/add-ons/microformats/icons/icon-hcalendar.png b/css/yaml4/add-ons/microformats/icons/icon-hcalendar.png Binary files differnew file mode 100644 index 0000000..cbbf7ba --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/icon-hcalendar.png diff --git a/css/yaml4/add-ons/microformats/icons/icon-hcard-add.png b/css/yaml4/add-ons/microformats/icons/icon-hcard-add.png Binary files differnew file mode 100644 index 0000000..07d0de7 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/icon-hcard-add.png diff --git a/css/yaml4/add-ons/microformats/icons/icon-hcard-download.png b/css/yaml4/add-ons/microformats/icons/icon-hcard-download.png Binary files differnew file mode 100644 index 0000000..42888ae --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/icon-hcard-download.png diff --git a/css/yaml4/add-ons/microformats/icons/icon-hcard.png b/css/yaml4/add-ons/microformats/icons/icon-hcard.png Binary files differnew file mode 100644 index 0000000..11a186c --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/icon-hcard.png diff --git a/css/yaml4/add-ons/microformats/icons/icon-hresume.png b/css/yaml4/add-ons/microformats/icons/icon-hresume.png Binary files differnew file mode 100644 index 0000000..78820de --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/icon-hresume.png diff --git a/css/yaml4/add-ons/microformats/icons/icon-rel-tag.png b/css/yaml4/add-ons/microformats/icons/icon-rel-tag.png Binary files differnew file mode 100644 index 0000000..3d380d2 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/icon-rel-tag.png diff --git a/css/yaml4/add-ons/microformats/icons/icon-xfn.png b/css/yaml4/add-ons/microformats/icons/icon-xfn.png Binary files differnew file mode 100644 index 0000000..8c48029 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/icon-xfn.png diff --git a/css/yaml4/add-ons/microformats/icons/xfn/.svn/all-wcprops b/css/yaml4/add-ons/microformats/icons/xfn/.svn/all-wcprops new file mode 100644 index 0000000..f980bfe --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/.svn/all-wcprops @@ -0,0 +1,71 @@ +K 25 +svn:wc:ra_dav:version-url +V 97 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/microformats/icons/xfn +END +xfn-child.png +K 25 +svn:wc:ra_dav:version-url +V 111 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/microformats/icons/xfn/xfn-child.png +END +xfn-colleague-met.png +K 25 +svn:wc:ra_dav:version-url +V 119 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/microformats/icons/xfn/xfn-colleague-met.png +END +xfn-friend.png +K 25 +svn:wc:ra_dav:version-url +V 112 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/microformats/icons/xfn/xfn-friend.png +END +xfn-small.png +K 25 +svn:wc:ra_dav:version-url +V 111 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/microformats/icons/xfn/xfn-small.png +END +xfn-parent.png +K 25 +svn:wc:ra_dav:version-url +V 112 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/microformats/icons/xfn/xfn-parent.png +END +xfn-friend-met.png +K 25 +svn:wc:ra_dav:version-url +V 116 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/microformats/icons/xfn/xfn-friend-met.png +END +xfn-sweetheart.png +K 25 +svn:wc:ra_dav:version-url +V 116 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/microformats/icons/xfn/xfn-sweetheart.png +END +xfn-spouse.png +K 25 +svn:wc:ra_dav:version-url +V 112 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/microformats/icons/xfn/xfn-spouse.png +END +xfn-sweetheart-met.png +K 25 +svn:wc:ra_dav:version-url +V 120 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/microformats/icons/xfn/xfn-sweetheart-met.png +END +xfn-colleague.png +K 25 +svn:wc:ra_dav:version-url +V 115 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/microformats/icons/xfn/xfn-colleague.png +END +xfn-me.png +K 25 +svn:wc:ra_dav:version-url +V 108 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/microformats/icons/xfn/xfn-me.png +END diff --git a/css/yaml4/add-ons/microformats/icons/xfn/.svn/entries b/css/yaml4/add-ons/microformats/icons/xfn/.svn/entries new file mode 100644 index 0000000..dcf92f9 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/.svn/entries @@ -0,0 +1,409 @@ +9 + +dir +206 +https://intern.ccwn.org/svn/Themis/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/microformats/icons/xfn +https://intern.ccwn.org/svn/Themis + + + +2012-03-01T08:51:06.040110Z +202 +pseeger + + +svn:special svn:externals svn:needs-lock + + + + + + + + + + + +e7c95c98-50ad-428d-8ede-669ef7f8c951 + + + + + + +0 + +xfn-child.png +file + + + + +2011-12-10T13:30:10.000000Z +030ec50edf668bbf126def21323a2531 +2012-03-01T08:51:06.040110Z +202 +pseeger +has-props + + + + + + + + + + + + + + + + + + + + +429 + +xfn-colleague-met.png +file + + + + +2011-12-10T13:30:10.000000Z +b3c37c9714571d5d0e42fcae8329d987 +2012-03-01T08:51:06.040110Z +202 +pseeger +has-props + + + + + + + + + + + + + + + + + + + + +430 + +xfn-friend.png +file + + + + +2011-12-10T13:30:10.000000Z +4ed1950c43568f15757e221802e52b01 +2012-03-01T08:51:06.040110Z +202 +pseeger +has-props + + + + + + + + + + + + + + + + + + + + +413 + +xfn-small.png +file + + + + +2011-12-10T13:30:10.000000Z +4a152128052ff6961f50046af2822b0b +2012-03-01T08:51:06.040110Z +202 +pseeger +has-props + + + + + + + + + + + + + + + + + + + + +474 + +xfn-parent.png +file + + + + +2011-12-10T13:30:10.000000Z +fdd8bf09d589e639fdb7654c1fda0447 +2012-03-01T08:51:06.040110Z +202 +pseeger +has-props + + + + + + + + + + + + + + + + + + + + +488 + +xfn-friend-met.png +file + + + + +2011-12-10T13:30:10.000000Z +56188e559022b2d69677c771c4e9e3f9 +2012-03-01T08:51:06.040110Z +202 +pseeger +has-props + + + + + + + + + + + + + + + + + + + + +435 + +xfn-sweetheart.png +file + + + + +2011-12-10T13:30:10.000000Z +7347484705887a1f64962462299e2fa5 +2012-03-01T08:51:06.040110Z +202 +pseeger +has-props + + + + + + + + + + + + + + + + + + + + +390 + +xfn-sweetheart-met.png +file + + + + +2011-12-10T13:30:10.000000Z +f69cccfa7663833216004ab729fb72d9 +2012-03-01T08:51:06.040110Z +202 +pseeger +has-props + + + + + + + + + + + + + + + + + + + + +402 + +xfn-spouse.png +file + + + + +2011-12-10T13:30:10.000000Z +414cd39bf78b7a27c041fdbe60f9b015 +2012-03-01T08:51:06.040110Z +202 +pseeger +has-props + + + + + + + + + + + + + + + + + + + + +664 + +xfn-colleague.png +file + + + + +2011-12-10T13:30:10.000000Z +3d24b7f6d228a350524f2a6537b320fe +2012-03-01T08:51:06.040110Z +202 +pseeger +has-props + + + + + + + + + + + + + + + + + + + + +413 + +xfn-me.png +file + + + + +2011-12-10T13:30:10.000000Z +a524cb846380b90e93ae62321c2be28c +2012-03-01T08:51:06.040110Z +202 +pseeger +has-props + + + + + + + + + + + + + + + + + + + + +385 + diff --git a/css/yaml4/add-ons/microformats/icons/xfn/.svn/format b/css/yaml4/add-ons/microformats/icons/xfn/.svn/format new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/.svn/format @@ -0,0 +1 @@ +9 diff --git a/css/yaml4/add-ons/microformats/icons/xfn/.svn/prop-base/xfn-child.png.svn-base b/css/yaml4/add-ons/microformats/icons/xfn/.svn/prop-base/xfn-child.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/.svn/prop-base/xfn-child.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/css/yaml4/add-ons/microformats/icons/xfn/.svn/prop-base/xfn-colleague-met.png.svn-base b/css/yaml4/add-ons/microformats/icons/xfn/.svn/prop-base/xfn-colleague-met.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/.svn/prop-base/xfn-colleague-met.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/css/yaml4/add-ons/microformats/icons/xfn/.svn/prop-base/xfn-colleague.png.svn-base b/css/yaml4/add-ons/microformats/icons/xfn/.svn/prop-base/xfn-colleague.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/.svn/prop-base/xfn-colleague.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/css/yaml4/add-ons/microformats/icons/xfn/.svn/prop-base/xfn-friend-met.png.svn-base b/css/yaml4/add-ons/microformats/icons/xfn/.svn/prop-base/xfn-friend-met.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/.svn/prop-base/xfn-friend-met.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/css/yaml4/add-ons/microformats/icons/xfn/.svn/prop-base/xfn-friend.png.svn-base b/css/yaml4/add-ons/microformats/icons/xfn/.svn/prop-base/xfn-friend.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/.svn/prop-base/xfn-friend.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/css/yaml4/add-ons/microformats/icons/xfn/.svn/prop-base/xfn-me.png.svn-base b/css/yaml4/add-ons/microformats/icons/xfn/.svn/prop-base/xfn-me.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/.svn/prop-base/xfn-me.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/css/yaml4/add-ons/microformats/icons/xfn/.svn/prop-base/xfn-parent.png.svn-base b/css/yaml4/add-ons/microformats/icons/xfn/.svn/prop-base/xfn-parent.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/.svn/prop-base/xfn-parent.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/css/yaml4/add-ons/microformats/icons/xfn/.svn/prop-base/xfn-small.png.svn-base b/css/yaml4/add-ons/microformats/icons/xfn/.svn/prop-base/xfn-small.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/.svn/prop-base/xfn-small.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/css/yaml4/add-ons/microformats/icons/xfn/.svn/prop-base/xfn-spouse.png.svn-base b/css/yaml4/add-ons/microformats/icons/xfn/.svn/prop-base/xfn-spouse.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/.svn/prop-base/xfn-spouse.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/css/yaml4/add-ons/microformats/icons/xfn/.svn/prop-base/xfn-sweetheart-met.png.svn-base b/css/yaml4/add-ons/microformats/icons/xfn/.svn/prop-base/xfn-sweetheart-met.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/.svn/prop-base/xfn-sweetheart-met.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/css/yaml4/add-ons/microformats/icons/xfn/.svn/prop-base/xfn-sweetheart.png.svn-base b/css/yaml4/add-ons/microformats/icons/xfn/.svn/prop-base/xfn-sweetheart.png.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/.svn/prop-base/xfn-sweetheart.png.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/css/yaml4/add-ons/microformats/icons/xfn/.svn/text-base/xfn-child.png.svn-base b/css/yaml4/add-ons/microformats/icons/xfn/.svn/text-base/xfn-child.png.svn-base Binary files differnew file mode 100644 index 0000000..9995960 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/.svn/text-base/xfn-child.png.svn-base diff --git a/css/yaml4/add-ons/microformats/icons/xfn/.svn/text-base/xfn-colleague-met.png.svn-base b/css/yaml4/add-ons/microformats/icons/xfn/.svn/text-base/xfn-colleague-met.png.svn-base Binary files differnew file mode 100644 index 0000000..c8ffa0f --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/.svn/text-base/xfn-colleague-met.png.svn-base diff --git a/css/yaml4/add-ons/microformats/icons/xfn/.svn/text-base/xfn-colleague.png.svn-base b/css/yaml4/add-ons/microformats/icons/xfn/.svn/text-base/xfn-colleague.png.svn-base Binary files differnew file mode 100644 index 0000000..d79e525 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/.svn/text-base/xfn-colleague.png.svn-base diff --git a/css/yaml4/add-ons/microformats/icons/xfn/.svn/text-base/xfn-friend-met.png.svn-base b/css/yaml4/add-ons/microformats/icons/xfn/.svn/text-base/xfn-friend-met.png.svn-base Binary files differnew file mode 100644 index 0000000..477f751 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/.svn/text-base/xfn-friend-met.png.svn-base diff --git a/css/yaml4/add-ons/microformats/icons/xfn/.svn/text-base/xfn-friend.png.svn-base b/css/yaml4/add-ons/microformats/icons/xfn/.svn/text-base/xfn-friend.png.svn-base Binary files differnew file mode 100644 index 0000000..60563f6 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/.svn/text-base/xfn-friend.png.svn-base diff --git a/css/yaml4/add-ons/microformats/icons/xfn/.svn/text-base/xfn-me.png.svn-base b/css/yaml4/add-ons/microformats/icons/xfn/.svn/text-base/xfn-me.png.svn-base Binary files differnew file mode 100644 index 0000000..5073022 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/.svn/text-base/xfn-me.png.svn-base diff --git a/css/yaml4/add-ons/microformats/icons/xfn/.svn/text-base/xfn-parent.png.svn-base b/css/yaml4/add-ons/microformats/icons/xfn/.svn/text-base/xfn-parent.png.svn-base Binary files differnew file mode 100644 index 0000000..5a7e298 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/.svn/text-base/xfn-parent.png.svn-base diff --git a/css/yaml4/add-ons/microformats/icons/xfn/.svn/text-base/xfn-small.png.svn-base b/css/yaml4/add-ons/microformats/icons/xfn/.svn/text-base/xfn-small.png.svn-base Binary files differnew file mode 100644 index 0000000..8eed881 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/.svn/text-base/xfn-small.png.svn-base diff --git a/css/yaml4/add-ons/microformats/icons/xfn/.svn/text-base/xfn-spouse.png.svn-base b/css/yaml4/add-ons/microformats/icons/xfn/.svn/text-base/xfn-spouse.png.svn-base Binary files differnew file mode 100644 index 0000000..f44fee7 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/.svn/text-base/xfn-spouse.png.svn-base diff --git a/css/yaml4/add-ons/microformats/icons/xfn/.svn/text-base/xfn-sweetheart-met.png.svn-base b/css/yaml4/add-ons/microformats/icons/xfn/.svn/text-base/xfn-sweetheart-met.png.svn-base Binary files differnew file mode 100644 index 0000000..6982fa4 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/.svn/text-base/xfn-sweetheart-met.png.svn-base diff --git a/css/yaml4/add-ons/microformats/icons/xfn/.svn/text-base/xfn-sweetheart.png.svn-base b/css/yaml4/add-ons/microformats/icons/xfn/.svn/text-base/xfn-sweetheart.png.svn-base Binary files differnew file mode 100644 index 0000000..04b7ec9 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/.svn/text-base/xfn-sweetheart.png.svn-base diff --git a/css/yaml4/add-ons/microformats/icons/xfn/xfn-child.png b/css/yaml4/add-ons/microformats/icons/xfn/xfn-child.png Binary files differnew file mode 100644 index 0000000..9995960 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/xfn-child.png diff --git a/css/yaml4/add-ons/microformats/icons/xfn/xfn-colleague-met.png b/css/yaml4/add-ons/microformats/icons/xfn/xfn-colleague-met.png Binary files differnew file mode 100644 index 0000000..c8ffa0f --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/xfn-colleague-met.png diff --git a/css/yaml4/add-ons/microformats/icons/xfn/xfn-colleague.png b/css/yaml4/add-ons/microformats/icons/xfn/xfn-colleague.png Binary files differnew file mode 100644 index 0000000..d79e525 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/xfn-colleague.png diff --git a/css/yaml4/add-ons/microformats/icons/xfn/xfn-friend-met.png b/css/yaml4/add-ons/microformats/icons/xfn/xfn-friend-met.png Binary files differnew file mode 100644 index 0000000..477f751 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/xfn-friend-met.png diff --git a/css/yaml4/add-ons/microformats/icons/xfn/xfn-friend.png b/css/yaml4/add-ons/microformats/icons/xfn/xfn-friend.png Binary files differnew file mode 100644 index 0000000..60563f6 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/xfn-friend.png diff --git a/css/yaml4/add-ons/microformats/icons/xfn/xfn-me.png b/css/yaml4/add-ons/microformats/icons/xfn/xfn-me.png Binary files differnew file mode 100644 index 0000000..5073022 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/xfn-me.png diff --git a/css/yaml4/add-ons/microformats/icons/xfn/xfn-parent.png b/css/yaml4/add-ons/microformats/icons/xfn/xfn-parent.png Binary files differnew file mode 100644 index 0000000..5a7e298 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/xfn-parent.png diff --git a/css/yaml4/add-ons/microformats/icons/xfn/xfn-small.png b/css/yaml4/add-ons/microformats/icons/xfn/xfn-small.png Binary files differnew file mode 100644 index 0000000..8eed881 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/xfn-small.png diff --git a/css/yaml4/add-ons/microformats/icons/xfn/xfn-spouse.png b/css/yaml4/add-ons/microformats/icons/xfn/xfn-spouse.png Binary files differnew file mode 100644 index 0000000..f44fee7 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/xfn-spouse.png diff --git a/css/yaml4/add-ons/microformats/icons/xfn/xfn-sweetheart-met.png b/css/yaml4/add-ons/microformats/icons/xfn/xfn-sweetheart-met.png Binary files differnew file mode 100644 index 0000000..6982fa4 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/xfn-sweetheart-met.png diff --git a/css/yaml4/add-ons/microformats/icons/xfn/xfn-sweetheart.png b/css/yaml4/add-ons/microformats/icons/xfn/xfn-sweetheart.png Binary files differnew file mode 100644 index 0000000..04b7ec9 --- /dev/null +++ b/css/yaml4/add-ons/microformats/icons/xfn/xfn-sweetheart.png diff --git a/css/yaml4/add-ons/microformats/microformats.css b/css/yaml4/add-ons/microformats/microformats.css new file mode 100644 index 0000000..6258589 --- /dev/null +++ b/css/yaml4/add-ons/microformats/microformats.css @@ -0,0 +1,175 @@ + +/** + * "Yet Another Multicolumn Layout" - YAML CSS Framework + * + * (en) YAML-Addon:Microformats Support + * (de) YAML-Addon:Unterstützung für Microformate + * + * @note Many thanks to Michael Jendryschik (http://jendryschik.de/) for contribution + * + * @copyright Copyright 2005-2012, Dirk Jesse + * @license CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/), + * YAML-CDL (http://www.yaml.de/license.html) + * @link http://www.yaml.de + * @package yaml + * @version v4.0 + * @revision $Revision: 692 $ + * @lastmodified $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $ + */ + +/* hCards + hCalendars */ + +@media all { + + .vcard, + .vevent { + line-height: 1.5em; + border:2px solid #e0e7b8 !important; + padding:30px 5px 5px 5px !important; + border-radius:8px; + -moz-border-radius:8px; + -webkit-border-radius:8px; + margin: 1.5em 0 0 0 !important; + /* small IE-Fix for background images */ + zoom:1; + } + + span.vcard, + span.vevent { + padding:2px 1px 2px 70px !important; + margin:0 2px 0 !important; + } + + .vcard { + background:#f8f8ec url(icons/hcard.png) 5px 5px no-repeat !important; + } + + .vcard a { + padding-left:11px; + background:url(icons/external_link.png) top left no-repeat; + color:#679A06; + } + + .vcard .adr { + display:block; + margin:0.5em 0; + } + + .vcard .email { + font-family:Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier; + } + + .vevent { + background:#f8f8ec url(icons/hcalendar.png) 5px 5px no-repeat !important; + } + + .vevent a { + padding-left:11px; + background:url(icons/external_link.png) top left no-repeat; + color:#679A06; + } + + .vevent p { + margin: 0; + } + + .vevent .description { + display:block; + margin-top:1em; + } + + .vevent .location { + display:block; + color:#679A06; + } + + .vevent .summary { + display:block; + color:#679A06; + font-weight:bold; + } + + /* XFN relationship */ + + a.xfnRelationship { + padding-right:26px; + background-image:url(icons/xfn/xfn-small.png); + background-repeat: no-repeat; + background-position: right; + } + + a.xfnRelationship[rel~="colleague"], + a.xfnRelationship[rel~="co-worker"] { + padding-right:21px; + background-image:url(icons/xfn/xfn-colleague.png); + } + + a.xfnRelationship[rel~="met"] { + padding-right:32px; + background-image:url(icons/icon-xfn.png) no-repeat right; + } + + a.xfnRelationship[rel~="colleague"][rel~="met"], + a.xfnRelationship[rel~="co-worker"][rel~="met"] { + padding-right:26px; + background-image:url(icons/xfn/xfn-colleague-met.png); + } + + a.xfnRelationship[rel~="friend"] { + padding-right:21px; + background-image:url(icons/xfn/xfn-friend.png); + } + + a.xfnRelationship[rel~="friend"][rel~="met"] { + padding-right:26px; + background-image:url(icons/xfn/xfn-friend-met.png); + } + + a.xfnRelationship[rel~="sweetheart"] { + padding-right:21px; + background-image:url(icons/xfn/xfn-sweetheart.png); + } + + a.xfnRelationship[rel~="sweetheart"][rel~="met"] { + padding-right:26px; + background-image:url(icons/xfn/xfn-sweetheart-met.png); + } + + a.xfnRelationship[rel~="child"] { + padding-right:21px; + background-image:url(icons/xfn/xfn-child.png); + } + + a.xfnRelationship[rel~="parent"] { + padding-right:21px; + background-image:url(icons/xfn/xfn-parent.png); + } + + a.xfnRelationship[rel~="spouse"] { + padding-right:21px; + background-image:url(icons/xfn/xfn-spouse.png); + } + + a.xfnRelationship[rel~="me"] { + padding-right:21px; + background-image:url(icons/xfn/xfn-me.png); + } + + /* rel-tag */ + + a[rel~="tag"] { + padding-right:32px; + background-image:url(icons/icon-rel-tag.png); + background-repeat: no-repeat; + background-position: right; + } + + /* geo */ + + abbr[class~="geo"] { + padding-right:32px; + background:url(icons/icon-geo.png) no-repeat right; + border:none; + cursor:default; + } +}
\ No newline at end of file diff --git a/css/yaml4/add-ons/rtl-support/.svn/all-wcprops b/css/yaml4/add-ons/rtl-support/.svn/all-wcprops new file mode 100644 index 0000000..9ed4571 --- /dev/null +++ b/css/yaml4/add-ons/rtl-support/.svn/all-wcprops @@ -0,0 +1,5 @@ +K 25 +svn:wc:ra_dav:version-url +V 86 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/rtl-support +END diff --git a/css/yaml4/add-ons/rtl-support/.svn/entries b/css/yaml4/add-ons/rtl-support/.svn/entries new file mode 100644 index 0000000..2ddbe0d --- /dev/null +++ b/css/yaml4/add-ons/rtl-support/.svn/entries @@ -0,0 +1,44 @@ +9 + +dir +206 +https://intern.ccwn.org/svn/Themis/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/rtl-support +https://intern.ccwn.org/svn/Themis + + + +2012-03-01T08:51:06.040110Z +202 +pseeger + + +svn:special svn:externals svn:needs-lock + + + + + + + + + + + +e7c95c98-50ad-428d-8ede-669ef7f8c951 + + + + + + +0 + +navigation +dir + +screen +dir + +core +dir + diff --git a/css/yaml4/add-ons/rtl-support/.svn/format b/css/yaml4/add-ons/rtl-support/.svn/format new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/css/yaml4/add-ons/rtl-support/.svn/format @@ -0,0 +1 @@ +9 diff --git a/css/yaml4/add-ons/rtl-support/core/.svn/all-wcprops b/css/yaml4/add-ons/rtl-support/core/.svn/all-wcprops new file mode 100644 index 0000000..9bbfce4 --- /dev/null +++ b/css/yaml4/add-ons/rtl-support/core/.svn/all-wcprops @@ -0,0 +1,17 @@ +K 25 +svn:wc:ra_dav:version-url +V 91 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/rtl-support/core +END +base-rtl.css +K 25 +svn:wc:ra_dav:version-url +V 104 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/rtl-support/core/base-rtl.css +END +base-rtl.min.css +K 25 +svn:wc:ra_dav:version-url +V 108 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/rtl-support/core/base-rtl.min.css +END diff --git a/css/yaml4/add-ons/rtl-support/core/.svn/entries b/css/yaml4/add-ons/rtl-support/core/.svn/entries new file mode 100644 index 0000000..e5d82ab --- /dev/null +++ b/css/yaml4/add-ons/rtl-support/core/.svn/entries @@ -0,0 +1,103 @@ +9 + +dir +206 +https://intern.ccwn.org/svn/Themis/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/rtl-support/core +https://intern.ccwn.org/svn/Themis + + + +2012-03-01T08:51:06.040110Z +202 +pseeger + + +svn:special svn:externals svn:needs-lock + + + + + + + + + + + +e7c95c98-50ad-428d-8ede-669ef7f8c951 + + + + + + +0 + +base-rtl.css +file + + + + +2012-01-22T12:09:38.000000Z +923baea66ac154b4684e23f9e534cba9 +2012-03-01T08:51:06.040110Z +202 +pseeger + + + + + + + + + + + + + + + + + + + + + +2169 + +base-rtl.min.css +file + + + + +2012-01-22T12:29:16.000000Z +4c146e5f17b4bb552328033eeddcab59 +2012-03-01T08:51:06.040110Z +202 +pseeger + + + + + + + + + + + + + + + + + + + + + +412 + diff --git a/css/yaml4/add-ons/rtl-support/core/.svn/format b/css/yaml4/add-ons/rtl-support/core/.svn/format new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/css/yaml4/add-ons/rtl-support/core/.svn/format @@ -0,0 +1 @@ +9 diff --git a/css/yaml4/add-ons/rtl-support/core/.svn/text-base/base-rtl.css.svn-base b/css/yaml4/add-ons/rtl-support/core/.svn/text-base/base-rtl.css.svn-base new file mode 100644 index 0000000..387dafe --- /dev/null +++ b/css/yaml4/add-ons/rtl-support/core/.svn/text-base/base-rtl.css.svn-base @@ -0,0 +1,77 @@ +/** + * "Yet Another Multicolumn Layout" - YAML CSS Framework + * + * (en) YAML core RTL stylesheet + * (de) YAML Basis-RTL-Stylesheet + * + * Don't make any changes in this file! + * Your changes should be placed in any css-file in your own stylesheet folder. + * + * @note: Many thanks to Alexander Hass (http://www.yaml-fuer-drupal.de/) for contribution + * + * @copyright Copyright 2005-2012, Dirk Jesse + * @license CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/), + * YAML-CDL (http://www.yaml.de/license.html) + * @link http://www.yaml.de + * @package yaml + * @version v4.0 + * @revision $Revision: 686 $ + * @lastmodified $Date: 2012-01-22 13:09:37 +0100 (So, 22 Jan 2012) $ + */ + +@media all { + + /** + * @section browser normalisation + * Changing direction of text flow, paddings & margins ... + */ + + option { padding: 0 0.4em 0 0; } + + body { + text-align: right; + direction: rtl; + } + + ul, ol, dl { margin: 0 1em 1em 0; } + li { + margin-left: 0; + margin-right: 0.8em; + } + + dd { margin: 0 0.8em 1em 0; } + blockquote, cite { margin: 0 0.8em 1em 0; } + + /*------------------------------------------------------------------------------------------------------*/ + + /** + * (en) skip links cause large horizontal scrollbars in RTL mode in several browsers + * (de) skip links erzeugen große horziontale Scrollbalken in verschiedenen Browserin im RTL-Modus + * + * @workaround + * @affected Firefox, Safari, IE 5.x - IE7 + * @css-for all + * @valid yes + */ + + .ym-skiplinks { left: 32768px !important; } + .ym-skiplinks .ym-skip:focus, + .ym-skiplinks .ym-skip:active{ left: -32768px !important; } + + .ym-skip, + .ym-hideme, + .ym-print { left: 32768px !important; } + /*------------------------------------------------------------------------------------------------------*/ + + /** + * @section miscellaneous + * + * (en) CSS-class for ltr-content (left to right) within a rtl website + * (de) Eine CSS-Klasse für ltr-Inhalte (left to right) innerhalb einer rtl-Seite + */ + + .ym-text-ltr { + direction: ltr; + text-align: left; + } +}
\ No newline at end of file diff --git a/css/yaml4/add-ons/rtl-support/core/.svn/text-base/base-rtl.min.css.svn-base b/css/yaml4/add-ons/rtl-support/core/.svn/text-base/base-rtl.min.css.svn-base new file mode 100644 index 0000000..d3df19a --- /dev/null +++ b/css/yaml4/add-ons/rtl-support/core/.svn/text-base/base-rtl.min.css.svn-base @@ -0,0 +1 @@ +@media all{option{padding:0 .4em 0 0}body{text-align:right;direction:rtl}ul,ol,dl{margin:0 1em 1em 0}li{margin-left:0;margin-right:.8em}dd{margin:0 .8em 1em 0}blockquote,cite{margin:0 .8em 1em 0}.ym-skiplinks{left:32768px!important}.ym-skiplinks .ym-skip:focus,.ym-skiplinks .ym-skip:active{left:-32768px!important}.ym-skip,.ym-hideme,.ym-print{left:32768px!important}.ym-text-ltr{direction:ltr;text-align:left}}
\ No newline at end of file diff --git a/css/yaml4/add-ons/rtl-support/core/base-rtl.css b/css/yaml4/add-ons/rtl-support/core/base-rtl.css new file mode 100644 index 0000000..387dafe --- /dev/null +++ b/css/yaml4/add-ons/rtl-support/core/base-rtl.css @@ -0,0 +1,77 @@ +/** + * "Yet Another Multicolumn Layout" - YAML CSS Framework + * + * (en) YAML core RTL stylesheet + * (de) YAML Basis-RTL-Stylesheet + * + * Don't make any changes in this file! + * Your changes should be placed in any css-file in your own stylesheet folder. + * + * @note: Many thanks to Alexander Hass (http://www.yaml-fuer-drupal.de/) for contribution + * + * @copyright Copyright 2005-2012, Dirk Jesse + * @license CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/), + * YAML-CDL (http://www.yaml.de/license.html) + * @link http://www.yaml.de + * @package yaml + * @version v4.0 + * @revision $Revision: 686 $ + * @lastmodified $Date: 2012-01-22 13:09:37 +0100 (So, 22 Jan 2012) $ + */ + +@media all { + + /** + * @section browser normalisation + * Changing direction of text flow, paddings & margins ... + */ + + option { padding: 0 0.4em 0 0; } + + body { + text-align: right; + direction: rtl; + } + + ul, ol, dl { margin: 0 1em 1em 0; } + li { + margin-left: 0; + margin-right: 0.8em; + } + + dd { margin: 0 0.8em 1em 0; } + blockquote, cite { margin: 0 0.8em 1em 0; } + + /*------------------------------------------------------------------------------------------------------*/ + + /** + * (en) skip links cause large horizontal scrollbars in RTL mode in several browsers + * (de) skip links erzeugen große horziontale Scrollbalken in verschiedenen Browserin im RTL-Modus + * + * @workaround + * @affected Firefox, Safari, IE 5.x - IE7 + * @css-for all + * @valid yes + */ + + .ym-skiplinks { left: 32768px !important; } + .ym-skiplinks .ym-skip:focus, + .ym-skiplinks .ym-skip:active{ left: -32768px !important; } + + .ym-skip, + .ym-hideme, + .ym-print { left: 32768px !important; } + /*------------------------------------------------------------------------------------------------------*/ + + /** + * @section miscellaneous + * + * (en) CSS-class for ltr-content (left to right) within a rtl website + * (de) Eine CSS-Klasse für ltr-Inhalte (left to right) innerhalb einer rtl-Seite + */ + + .ym-text-ltr { + direction: ltr; + text-align: left; + } +}
\ No newline at end of file diff --git a/css/yaml4/add-ons/rtl-support/core/base-rtl.min.css b/css/yaml4/add-ons/rtl-support/core/base-rtl.min.css new file mode 100644 index 0000000..d3df19a --- /dev/null +++ b/css/yaml4/add-ons/rtl-support/core/base-rtl.min.css @@ -0,0 +1 @@ +@media all{option{padding:0 .4em 0 0}body{text-align:right;direction:rtl}ul,ol,dl{margin:0 1em 1em 0}li{margin-left:0;margin-right:.8em}dd{margin:0 .8em 1em 0}blockquote,cite{margin:0 .8em 1em 0}.ym-skiplinks{left:32768px!important}.ym-skiplinks .ym-skip:focus,.ym-skiplinks .ym-skip:active{left:-32768px!important}.ym-skip,.ym-hideme,.ym-print{left:32768px!important}.ym-text-ltr{direction:ltr;text-align:left}}
\ No newline at end of file diff --git a/css/yaml4/add-ons/rtl-support/navigation/.svn/all-wcprops b/css/yaml4/add-ons/rtl-support/navigation/.svn/all-wcprops new file mode 100644 index 0000000..21d847f --- /dev/null +++ b/css/yaml4/add-ons/rtl-support/navigation/.svn/all-wcprops @@ -0,0 +1,17 @@ +K 25 +svn:wc:ra_dav:version-url +V 97 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/rtl-support/navigation +END +vlist-rtl.css +K 25 +svn:wc:ra_dav:version-url +V 111 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/rtl-support/navigation/vlist-rtl.css +END +hlist-rtl.css +K 25 +svn:wc:ra_dav:version-url +V 111 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/rtl-support/navigation/hlist-rtl.css +END diff --git a/css/yaml4/add-ons/rtl-support/navigation/.svn/entries b/css/yaml4/add-ons/rtl-support/navigation/.svn/entries new file mode 100644 index 0000000..48f78f6 --- /dev/null +++ b/css/yaml4/add-ons/rtl-support/navigation/.svn/entries @@ -0,0 +1,103 @@ +9 + +dir +206 +https://intern.ccwn.org/svn/Themis/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/rtl-support/navigation +https://intern.ccwn.org/svn/Themis + + + +2012-03-01T08:51:06.040110Z +202 +pseeger + + +svn:special svn:externals svn:needs-lock + + + + + + + + + + + +e7c95c98-50ad-428d-8ede-669ef7f8c951 + + + + + + +0 + +vlist-rtl.css +file + + + + +2012-01-22T12:09:38.000000Z +466fe2521f4a154faeb69ad95a7b0f8b +2012-03-01T08:51:06.040110Z +202 +pseeger + + + + + + + + + + + + + + + + + + + + + +1466 + +hlist-rtl.css +file + + + + +2012-01-22T12:09:38.000000Z +3a820713ae964bf4f08cf985e75ba00f +2012-03-01T08:51:06.040110Z +202 +pseeger + + + + + + + + + + + + + + + + + + + + + +1451 + diff --git a/css/yaml4/add-ons/rtl-support/navigation/.svn/format b/css/yaml4/add-ons/rtl-support/navigation/.svn/format new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/css/yaml4/add-ons/rtl-support/navigation/.svn/format @@ -0,0 +1 @@ +9 diff --git a/css/yaml4/add-ons/rtl-support/navigation/.svn/text-base/hlist-rtl.css.svn-base b/css/yaml4/add-ons/rtl-support/navigation/.svn/text-base/hlist-rtl.css.svn-base new file mode 100644 index 0000000..53f3cdd --- /dev/null +++ b/css/yaml4/add-ons/rtl-support/navigation/.svn/text-base/hlist-rtl.css.svn-base @@ -0,0 +1,54 @@ +/** + * "Yet Another Multicolumn Layout" - YAML CSS Framework + * + * (en) RTL Horizontal list navigation "hlist" + * (de) RTL Horizontale Navigationsliste "hlist" + * + * @note: Many thanks to Alexander Hass (http://www.yaml-fuer-drupal.de/) for contribution + * + * @copyright Copyright 2005-2012, Dirk Jesse + * @license CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/), + * YAML-CDL (http://www.yaml.de/license.html) + * @link http://www.yaml.de + * @package yaml + * @version v4.0 + * @revision $Revision: 686 $ + * @lastmodified $Date: 2012-01-22 13:09:37 +0100 (So, 22 Jan 2012) $ + */ + +@media all +{ + /** + * (en) Workaround disappearing list elements on hover + * (de) Workaround verhindert das Verschwinden der Listenelemente beim Hovern + * + * @workaround + * @affected IE 5.x/Win, IE6, IE7 + * @css-for IE 5.x/Win, IE6, IE7 + * @valid yes + */ + + .ym-hlist * { direction:ltr !important; } + .ym-hlist a, + .ym-hlist strong { direction:rtl !important; } + + .ym-hlist ul { + position:relative; + float:right; + /* (en) Left margin of the first button */ + /* (de) Abstand des ersten Buttons vom linken Rand */ + margin-left: 0; /* Reset LTR */ + } + + .ym-hlist ul li { + float: right; + text-align:right !important; + } + + .ym-searchform { + float:left; + display: inline; + line-height: 2em; + padding: 0.5em 1.5em; + } +}
\ No newline at end of file diff --git a/css/yaml4/add-ons/rtl-support/navigation/.svn/text-base/vlist-rtl.css.svn-base b/css/yaml4/add-ons/rtl-support/navigation/.svn/text-base/vlist-rtl.css.svn-base new file mode 100644 index 0000000..6cd6b45 --- /dev/null +++ b/css/yaml4/add-ons/rtl-support/navigation/.svn/text-base/vlist-rtl.css.svn-base @@ -0,0 +1,61 @@ +/** + * "Yet Another Multicolumn Layout" - YAML CSS Framework + * + * (en) Vertical RTL list navigation "vlist" + * (de) Vertikale RTL-Navigationsliste "vlist" + * + * @note: Many thanks to Alexander Hass (http://www.yaml-fuer-drupal.de/) for contribution + * + * @copyright Copyright 2005-2012, Dirk Jesse + * @license CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/), + * YAML-CDL (http://www.yaml.de/license.html) + * @link http://www.yaml.de + * @package yaml + * @version v4.0 + * @revision $Revision: 686 $ + * @lastmodified $Date: 2012-01-22 13:09:37 +0100 (So, 22 Jan 2012) $ + */ + +@media all { + + /* menu title */ + h6.ym-vlist { + padding-left: 0px; + padding-right: 10%; + } + + .ym-vlist { text-align: right; } + .ym-vlist li { float:right; } + + /* Level 1 */ + .ym-vlist a, + .ym-vlist strong, + .ym-vlist span { + padding-left: 0px; + padding-right: 10%; + } + + /* Level 2 */ + .ym-vlist li ul li a, + .ym-vlist li ul li strong, + .ym-vlist li ul li span { + padding-left: 0px; + padding-right: 20%; + } + + /* Level 3 */ + .ym-vlist li ul li ul li a, + .ym-vlist li ul li ul li strong, + .ym-vlist li ul li ul li span { + padding-left: 0px; + padding-right: 30%; + } + + /* Level 4 */ + .ym-vlist li ul li ul li ul li a, + .ym-vlist li ul li ul li ul li strong, + .ym-vlist li ul li ul li ul li span { + padding-left: 0px; + padding-right: 40%; + } +}
\ No newline at end of file diff --git a/css/yaml4/add-ons/rtl-support/navigation/hlist-rtl.css b/css/yaml4/add-ons/rtl-support/navigation/hlist-rtl.css new file mode 100644 index 0000000..53f3cdd --- /dev/null +++ b/css/yaml4/add-ons/rtl-support/navigation/hlist-rtl.css @@ -0,0 +1,54 @@ +/** + * "Yet Another Multicolumn Layout" - YAML CSS Framework + * + * (en) RTL Horizontal list navigation "hlist" + * (de) RTL Horizontale Navigationsliste "hlist" + * + * @note: Many thanks to Alexander Hass (http://www.yaml-fuer-drupal.de/) for contribution + * + * @copyright Copyright 2005-2012, Dirk Jesse + * @license CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/), + * YAML-CDL (http://www.yaml.de/license.html) + * @link http://www.yaml.de + * @package yaml + * @version v4.0 + * @revision $Revision: 686 $ + * @lastmodified $Date: 2012-01-22 13:09:37 +0100 (So, 22 Jan 2012) $ + */ + +@media all +{ + /** + * (en) Workaround disappearing list elements on hover + * (de) Workaround verhindert das Verschwinden der Listenelemente beim Hovern + * + * @workaround + * @affected IE 5.x/Win, IE6, IE7 + * @css-for IE 5.x/Win, IE6, IE7 + * @valid yes + */ + + .ym-hlist * { direction:ltr !important; } + .ym-hlist a, + .ym-hlist strong { direction:rtl !important; } + + .ym-hlist ul { + position:relative; + float:right; + /* (en) Left margin of the first button */ + /* (de) Abstand des ersten Buttons vom linken Rand */ + margin-left: 0; /* Reset LTR */ + } + + .ym-hlist ul li { + float: right; + text-align:right !important; + } + + .ym-searchform { + float:left; + display: inline; + line-height: 2em; + padding: 0.5em 1.5em; + } +}
\ No newline at end of file diff --git a/css/yaml4/add-ons/rtl-support/navigation/vlist-rtl.css b/css/yaml4/add-ons/rtl-support/navigation/vlist-rtl.css new file mode 100644 index 0000000..6cd6b45 --- /dev/null +++ b/css/yaml4/add-ons/rtl-support/navigation/vlist-rtl.css @@ -0,0 +1,61 @@ +/** + * "Yet Another Multicolumn Layout" - YAML CSS Framework + * + * (en) Vertical RTL list navigation "vlist" + * (de) Vertikale RTL-Navigationsliste "vlist" + * + * @note: Many thanks to Alexander Hass (http://www.yaml-fuer-drupal.de/) for contribution + * + * @copyright Copyright 2005-2012, Dirk Jesse + * @license CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/), + * YAML-CDL (http://www.yaml.de/license.html) + * @link http://www.yaml.de + * @package yaml + * @version v4.0 + * @revision $Revision: 686 $ + * @lastmodified $Date: 2012-01-22 13:09:37 +0100 (So, 22 Jan 2012) $ + */ + +@media all { + + /* menu title */ + h6.ym-vlist { + padding-left: 0px; + padding-right: 10%; + } + + .ym-vlist { text-align: right; } + .ym-vlist li { float:right; } + + /* Level 1 */ + .ym-vlist a, + .ym-vlist strong, + .ym-vlist span { + padding-left: 0px; + padding-right: 10%; + } + + /* Level 2 */ + .ym-vlist li ul li a, + .ym-vlist li ul li strong, + .ym-vlist li ul li span { + padding-left: 0px; + padding-right: 20%; + } + + /* Level 3 */ + .ym-vlist li ul li ul li a, + .ym-vlist li ul li ul li strong, + .ym-vlist li ul li ul li span { + padding-left: 0px; + padding-right: 30%; + } + + /* Level 4 */ + .ym-vlist li ul li ul li ul li a, + .ym-vlist li ul li ul li ul li strong, + .ym-vlist li ul li ul li ul li span { + padding-left: 0px; + padding-right: 40%; + } +}
\ No newline at end of file diff --git a/css/yaml4/add-ons/rtl-support/screen/.svn/all-wcprops b/css/yaml4/add-ons/rtl-support/screen/.svn/all-wcprops new file mode 100644 index 0000000..b6f3fd9 --- /dev/null +++ b/css/yaml4/add-ons/rtl-support/screen/.svn/all-wcprops @@ -0,0 +1,11 @@ +K 25 +svn:wc:ra_dav:version-url +V 93 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/rtl-support/screen +END +typography-rtl.css +K 25 +svn:wc:ra_dav:version-url +V 112 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/rtl-support/screen/typography-rtl.css +END diff --git a/css/yaml4/add-ons/rtl-support/screen/.svn/entries b/css/yaml4/add-ons/rtl-support/screen/.svn/entries new file mode 100644 index 0000000..637bbd6 --- /dev/null +++ b/css/yaml4/add-ons/rtl-support/screen/.svn/entries @@ -0,0 +1,69 @@ +9 + +dir +206 +https://intern.ccwn.org/svn/Themis/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/rtl-support/screen +https://intern.ccwn.org/svn/Themis + + + +2012-03-01T08:51:06.040110Z +202 +pseeger + + +svn:special svn:externals svn:needs-lock + + + + + + + + + + + +e7c95c98-50ad-428d-8ede-669ef7f8c951 + + + + + + +0 + +typography-rtl.css +file + + + + +2012-01-11T20:36:24.000000Z +9a7a076f96554c3d3eaca02ff9fb6544 +2012-03-01T08:51:06.040110Z +202 +pseeger + + + + + + + + + + + + + + + + + + + + + +1090 + diff --git a/css/yaml4/add-ons/rtl-support/screen/.svn/format b/css/yaml4/add-ons/rtl-support/screen/.svn/format new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/css/yaml4/add-ons/rtl-support/screen/.svn/format @@ -0,0 +1 @@ +9 diff --git a/css/yaml4/add-ons/rtl-support/screen/.svn/text-base/typography-rtl.css.svn-base b/css/yaml4/add-ons/rtl-support/screen/.svn/text-base/typography-rtl.css.svn-base new file mode 100644 index 0000000..b76ae46 --- /dev/null +++ b/css/yaml4/add-ons/rtl-support/screen/.svn/text-base/typography-rtl.css.svn-base @@ -0,0 +1,44 @@ +/** + * "Yet Another Multicolumn Layout" - YAML CSS Framework + * + * (en) Uniform design of standard content elements + * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente + * + * @copyright Copyright 2005-2012, Dirk Jesse + * @license CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/), + * YAML-CDL (http://www.yaml.de/license.html) + * @link http://www.yaml.de + * @package yaml + * @version 4.0 + * @revision $Revision: 657 $ + * @lastmodified $Date: 2012-01-11 21:36:23 +0100 (Mi, 11 Jan 2012) $ + */ + +@media all { + + /* --- Lists | Listen -------------------------------------------------------------------------------- */ + + ul, + ol, + dl { + margin-left: 0; + margin-right: 1em; + } + + li { + margin-left: 0; + margin-right: 0.8em; + } + + dd { + margin-left: 0; + margin-right: 0.8em; + } + + /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */ + + blockquote { + margin-left: 0; + margin-right: 1.5em; + } +}
\ No newline at end of file diff --git a/css/yaml4/add-ons/rtl-support/screen/typography-rtl.css b/css/yaml4/add-ons/rtl-support/screen/typography-rtl.css new file mode 100644 index 0000000..b76ae46 --- /dev/null +++ b/css/yaml4/add-ons/rtl-support/screen/typography-rtl.css @@ -0,0 +1,44 @@ +/** + * "Yet Another Multicolumn Layout" - YAML CSS Framework + * + * (en) Uniform design of standard content elements + * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente + * + * @copyright Copyright 2005-2012, Dirk Jesse + * @license CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/), + * YAML-CDL (http://www.yaml.de/license.html) + * @link http://www.yaml.de + * @package yaml + * @version 4.0 + * @revision $Revision: 657 $ + * @lastmodified $Date: 2012-01-11 21:36:23 +0100 (Mi, 11 Jan 2012) $ + */ + +@media all { + + /* --- Lists | Listen -------------------------------------------------------------------------------- */ + + ul, + ol, + dl { + margin-left: 0; + margin-right: 1em; + } + + li { + margin-left: 0; + margin-right: 0.8em; + } + + dd { + margin-left: 0; + margin-right: 0.8em; + } + + /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */ + + blockquote { + margin-left: 0; + margin-right: 1.5em; + } +}
\ No newline at end of file diff --git a/css/yaml4/add-ons/syncheight/.svn/all-wcprops b/css/yaml4/add-ons/syncheight/.svn/all-wcprops new file mode 100644 index 0000000..251a71b --- /dev/null +++ b/css/yaml4/add-ons/syncheight/.svn/all-wcprops @@ -0,0 +1,11 @@ +K 25 +svn:wc:ra_dav:version-url +V 85 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/syncheight +END +jquery.syncheight.js +K 25 +svn:wc:ra_dav:version-url +V 106 +/svn/Themis/!svn/ver/202/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/syncheight/jquery.syncheight.js +END diff --git a/css/yaml4/add-ons/syncheight/.svn/entries b/css/yaml4/add-ons/syncheight/.svn/entries new file mode 100644 index 0000000..53e9ca5 --- /dev/null +++ b/css/yaml4/add-ons/syncheight/.svn/entries @@ -0,0 +1,69 @@ +9 + +dir +206 +https://intern.ccwn.org/svn/Themis/ccwn-themis-static/trunk/WebContent/yaml4/add-ons/syncheight +https://intern.ccwn.org/svn/Themis + + + +2012-03-01T08:51:06.040110Z +202 +pseeger + + +svn:special svn:externals svn:needs-lock + + + + + + + + + + + +e7c95c98-50ad-428d-8ede-669ef7f8c951 + + + + + + +0 + +jquery.syncheight.js +file + + + + +2012-01-03T18:05:36.000000Z +54a7f40a4def0c527bc34065d4dea578 +2012-03-01T08:51:06.040110Z +202 +pseeger + + + + + + + + + + + + + + + + + + + + + +2267 + diff --git a/css/yaml4/add-ons/syncheight/.svn/format b/css/yaml4/add-ons/syncheight/.svn/format new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/css/yaml4/add-ons/syncheight/.svn/format @@ -0,0 +1 @@ +9 diff --git a/css/yaml4/add-ons/syncheight/.svn/text-base/jquery.syncheight.js.svn-base b/css/yaml4/add-ons/syncheight/.svn/text-base/jquery.syncheight.js.svn-base new file mode 100644 index 0000000..4dd818d --- /dev/null +++ b/css/yaml4/add-ons/syncheight/.svn/text-base/jquery.syncheight.js.svn-base @@ -0,0 +1,88 @@ +/** + * syncHeight - jQuery plugin to automagically Snyc the heights of columns + * Made to seemlessly work with the CCS-Framework YAML (yaml.de) + * @requires jQuery v1.0.3 + * + * http://blog.ginader.de/dev/syncheight/ + * + * Copyright (c) 2007-2009 + * Dirk Ginader (ginader.de) + * Dirk Jesse (yaml.de) + * Dual licensed under the MIT and GPL licenses: + * http://www.opensource.org/licenses/mit-license.php + * http://www.gnu.org/licenses/gpl.html + * + * Version: 1.2 + * + * Usage: + $(window).load(function(){ + $('p').syncHeight(); + }); + */ + +(function($) { + var getHeightProperty = function() { + var browser_id = 0; + var property = [ + // To avoid content overflow in synchronised boxes on font scaling, we + // use 'min-height' property for modern browsers ... + ['min-height','0px'], + // and 'height' property for Internet Explorer. + ['height','1%'] + ]; + + // check for IE6 ... + if($.browser.msie && $.browser.version < 7){ + browser_id = 1; + } + + return { 'name': property[browser_id][0], + 'autoheightVal': property[browser_id][1] }; + }; + + $.getSyncedHeight = function(selector) { + var max = 0; + var heightProperty = getHeightProperty(); + // get maximum element height ... + $(selector).each(function() { + // fallback to auto height before height check ... + $(this).css(heightProperty.name, heightProperty.autoheightVal); + var val = $(this).height(); + if(val > max){ + max = val; + } + }); + return max; + }; + + $.fn.syncHeight = function(config) { + var defaults = { + updateOnResize: false, // re-sync element heights after a browser resize event (useful in flexible layouts) + height: false + }; + var options = $.extend(defaults, config); + + var e = this; + + var max = 0; + var heightPropertyName = getHeightProperty().name; + + if(typeof(options.height) === "number") { + max = options.height; + } else { + max = $.getSyncedHeight(this); + } + // set synchronized element height ... + $(this).each(function() { + $(this).css(heightPropertyName, max+'px'); + }); + + // optional sync refresh on resize event ... + if (options.updateOnResize === true) { + $(window).resize(function(){ + $(e).syncHeight(); + }); + } + return this; + }; +})(jQuery);
\ No newline at end of file diff --git a/css/yaml4/add-ons/syncheight/jquery.syncheight.js b/css/yaml4/add-ons/syncheight/jquery.syncheight.js new file mode 100644 index 0000000..4dd818d --- /dev/null +++ b/css/yaml4/add-ons/syncheight/jquery.syncheight.js @@ -0,0 +1,88 @@ +/** + * syncHeight - jQuery plugin to automagically Snyc the heights of columns + * Made to seemlessly work with the CCS-Framework YAML (yaml.de) + * @requires jQuery v1.0.3 + * + * http://blog.ginader.de/dev/syncheight/ + * + * Copyright (c) 2007-2009 + * Dirk Ginader (ginader.de) + * Dirk Jesse (yaml.de) + * Dual licensed under the MIT and GPL licenses: + * http://www.opensource.org/licenses/mit-license.php + * http://www.gnu.org/licenses/gpl.html + * + * Version: 1.2 + * + * Usage: + $(window).load(function(){ + $('p').syncHeight(); + }); + */ + +(function($) { + var getHeightProperty = function() { + var browser_id = 0; + var property = [ + // To avoid content overflow in synchronised boxes on font scaling, we + // use 'min-height' property for modern browsers ... + ['min-height','0px'], + // and 'height' property for Internet Explorer. + ['height','1%'] + ]; + + // check for IE6 ... + if($.browser.msie && $.browser.version < 7){ + browser_id = 1; + } + + return { 'name': property[browser_id][0], + 'autoheightVal': property[browser_id][1] }; + }; + + $.getSyncedHeight = function(selector) { + var max = 0; + var heightProperty = getHeightProperty(); + // get maximum element height ... + $(selector).each(function() { + // fallback to auto height before height check ... + $(this).css(heightProperty.name, heightProperty.autoheightVal); + var val = $(this).height(); + if(val > max){ + max = val; + } + }); + return max; + }; + + $.fn.syncHeight = function(config) { + var defaults = { + updateOnResize: false, // re-sync element heights after a browser resize event (useful in flexible layouts) + height: false + }; + var options = $.extend(defaults, config); + + var e = this; + + var max = 0; + var heightPropertyName = getHeightProperty().name; + + if(typeof(options.height) === "number") { + max = options.height; + } else { + max = $.getSyncedHeight(this); + } + // set synchronized element height ... + $(this).each(function() { + $(this).css(heightPropertyName, max+'px'); + }); + + // optional sync refresh on resize event ... + if (options.updateOnResize === true) { + $(window).resize(function(){ + $(e).syncHeight(); + }); + } + return this; + }; +})(jQuery);
\ No newline at end of file |
