<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Default CSS design. Please use the custom design option to change what
 * does not fit your demands. Please desist from changing something in this
 * file because it gets overwritten on each update.
 */


/* Default div options that cannot be disabled. This avoids problems with
 * several thems that design ALL &lt;div&gt; tags in a special way. This settings
 * shall not interfere your design because it styles a &lt;div&gt; that is around
 * the actoual content. This was done because of the custom CSS functionality
 */
div.iperssdiv {
	margin: 0em !important;
	padding: 0em !important;
	border: none !important;
	background: none !important;
}


/* Image margin force fix for twentyten theme */
div.iperssdiv.shortcode.marginforcefix img {
	margin: 2px !important;
}


/* The default ipeRSS look gets defined here. Again: Do not change this
 * file because it gets replaced on updates. Use the custom CSS option.
 */

div.iperssdefault p {
	display: inline;
	margin: 0em;
	padding: 0em;
}

div.iperssdefault h3,
div.iperssdefault em,
div.iperssdefault li.iperssitem {
	display: none;
	visibility: hidden;
}

div.iperssdefault img {
	border: 1px solid #2e3436;
	margin: 2px;
}

div.iperssdefault li.iperssimg {
	list-style: none;
	float: left;
	padding: 0em;
	line-height: 0em;
}

div.iperssdefault li.iperssclearfix {
	display: block;
	clear: both;
	line-height: 0em;
	margin: 0em;
	padding: 0em;
	font-size: 0em;
}

div.iperssdiv li.ipersserror {
	list-style: none;
	font-weight: bold;
	color: #2e3436;
	background-color: #ef2929;
	border: 0.2em solid #a40000;
	padding: 0.5em;
	line-height: 1em;
}

div.iperssdiv li.ipersserror p {
	display: block;
	padding-bottom: 0em;
}
	
div.iperssdefault li.iperssinfo {
	list-style: none;
	text-align: right;
}

div.iperssdefault li.ipersstitle {
	display: none;
}


/* Height fix for mixing portrait size image with landscaped images
 * in small images instances.
 */
div.iperssdefault.size-small li.iperssimg {
	height: 106px;
}
</pre></body></html>