<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../../../warp/css/system.css);
@import url(../../../warp/systems/joomla/css/system.css);
@import url(../../../css/system-all.css);
/* Items (Addition)
----------------------------------------------------------------------------------------------------*/
 
#system .items .leading .item {
	padding-bottom: 12px;
	margin-bottom: 18px;
}
/* Item List
----------------------------------------------------------------------------------------------------*/

#system .item-list { border-top: 1px solid #ddd; }
/* Search
----------------------------------------------------------------------------------------------------*/

#system span.highlight { background-color: #ffffaa; }
.searchbox {
	width:200px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    width: 200px;
}
.breadcrumbs a, .breadcrumbs &gt; span {
	background: url("../images/breadcrumbs.png") no-repeat scroll 100% 50% transparent;
	padding-right: 10px;
}
</pre></body></html>