/*
Description: A style sheet to show Microformat structures in web pages. See documentation at http://microformats.org
Author: Fran¨ois Granger <microformat@fgranger.com>
Author URI: http://www.fgranger.com
Version: 1.1
	add @media screen
Version: 1.0
License : http://creativecommons.org/licenses/by-nc-sa/2.0/fr/
*/

@media screen {
/* Styles for hreflang.
*/
a[hreflang]:after {
	content: "\0000a0<" attr(hreflang) "]";
	color : #0F0;
	font-size:0.86em;
	background : transparent;
}


/* Styles for rel. This include tags
http://microformats.org/wiki/rel-tag
*/
a[rel]:after {
	content: "\0000a0<" attr(rel) "]";
	color : #0F0;
	font-size:0.86em;
	background : transparent;
}


/* Styles for vote link.
http://microformats.org/wiki/vote-links
*/
a[rev]:after {
	content: "\0000a0<" attr(rev) "]";
	color : #0F0;
	font-size:0.86em;
	background : transparent;
}


/* Styles for hCard
http://microformats.org/wiki/hcard
microformat_hcard.png
*/

.vcard:before {
	content: "hCard>\0000a0";
	color : #0F0;
	font-size:0.86em;
	background : transparent;
}

.vcard {
	border: thin dotted green;
	background : #fff;
	padding: 2px;
}

.vcard:after {
	content: "\0000a0<hCard";
	color : #0F0;
	font-size:0.86em;
	background : transparent;
}


/* Styles for hCalendar
http://microformats.org/wiki/hcalendar
microformat_hcard.png
*/

.vcalendar:before {
	content: "hCalendar>\0000a0";
	color : #0F0;
	font-size:0.86em;
	background : transparent;
}

.vcalendar {
	border: thin dotted green;
	background : #fff;
	padding: 2px;
}

.vcalendar:after {
	content: "\0000a0<hCalendar";
	color : #0F0;
	font-size:0.86em;
	background : transparent;
}

.vevent:before {
	content: "hCalendar event>\0000a0";
	color : #0F0;
	font-size:0.86em;
	background : transparent;
}

.vevent {
	border: thin dotted green;
	background : #fff;
	padding: 2px;
}

.vevent:after {
	content: "\0000a0<hCalendar event";
	color : #0F0;
	font-size:0.86em;
	background : transparent;
}


/* Styles for hReview
http://microformats.org/wiki/hcard
microformat_hcard.png
*/

.hreview:before {
	content: "hReview>\0000a0";
	color : #0F0;
	font-size:0.86em;
	background : transparent;
}

.hreview {
	border: thin dotted green;
	background : #fff;
	padding: 2px;
}

.hreview:after {
	content: "\0000a0<hReview";
	color : #0F0;
	font-size:0.86em;
	background : transparent;
}

/*
*/
}
