rnfl linkflair

by Emily Humphrey

CSS

/* Link Flair
--------------------------------------*/

.linkflair div.entry p .linkflairlabel{
	position: absolute;
	left: 0px;
	top: 0;
	display: block;
	height: 100%;
	border: none !important;
	width: 0;
	padding:0 !important;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: url(%%flags%%) no-repeat;
}
.linkflair div.entry p .linkflairlabel:hover{
	color:#fff;
	font-weight: normal;
	line-height: 70px;
	text-indent: 40px;
	font-size: 18px;
	letter-spacing: 1px;
	width:270px !important;
	max-width:270px !important;
	padding: 0 !important;
}
.linkflair-green div.entry p .linkflairlabel{
	border-left:#37AE65 solid 5px !important;
	background-position: -1px 5px;
	text-shadow:-1px 2px #22844B;
}
.linkflair-blue div.entry p .linkflairlabel{
	border-left:#4299D7 solid 5px !important;
	background-position: -281px 5px;
	text-shadow:-1px 2px #35749E;
}
.linkflair-purple div.entry p .linkflairlabel{
	border-left:#995AB3 solid 5px !important;
	background-position: -561px 5px;
	text-shadow:-1px 2px #70437B;
}
.linkflair-orange div.entry p .linkflairlabel{
	border-left:#E27D33 solid 5px !important;
	background-position: -841px 5px;
	text-shadow:-1px 2px #A75D23;
}
.linkflair-grey div.entry p .linkflairlabel{
	border-left:#808C8D solid 5px !important;
	background-position: -1121px 5px;
	text-shadow:-1px 2px #5F6A6A;
}
.linkflair-asphalt div.entry p .linkflairlabel{
	border-left:#36495D solid 5px !important;
	background-position: -1401px 5px;
	text-shadow:-1px 2px #1E2D3D;
}
.linkflair-turquoise div.entry p .linkflairlabel{
	border-left:#2BA086 solid 5px !important;
	background-position: -1681px 5px;
	text-shadow:-1px 2px #1A7A66;
}
.linkflair-yellow div.entry p .linkflairlabel{
	border-left:#EEC338 solid 5px !important;
	background-position: -1961px 5px;
	text-shadow:-1px 2px #AF912B;
}
.linkflair-red div.entry p .linkflairlabel{
	border-left:#B42932 solid 5px...