diff options
Diffstat (limited to 'css/yaml4/add-ons/microformats')
89 files changed, 1689 insertions, 0 deletions
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 |
