
plugin.tx_yacy {
	view {
		templateRootPath = {$plugin.tx_yacy.view.templateRootPath}
		partialRootPath = {$plugin.tx_yacy.view.partialRootPath}
		layoutRootPath = {$plugin.tx_yacy.view.layoutRootPath}
	}
	persistence {
		storagePid = {$plugin.tx_yacy.persistence.storagePid}
	}
	features {
		# uncomment the following line to enable the new Property Mapper.
		# rewrittenPropertyMapper = 1
	}
	settings {
		domain = {$plugin.tx_yacy.settings.domain}
		port = {$plugin.tx_yacy.settings.port}
		resultPage = {$plugin.tx_yacy.settings.resultPage}
	}
}

plugin.tx_yacy._CSS_DEFAULT_STYLE (
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-yacy table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-yacy table th {
		font-weight:bold;
	}

	.tx-yacy table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}
	.t3begists {
    color: #555555;
    font-family: Verdana,Arial,Helvetica,sans-serif;
	}
	
	.t3begists h2 {
	    font-size: 14px;
	    margin: 2px 0 20px;
	    font-weight: bold;
	}
	
	.t3begists a {
	    text-decoration: none;
	}
	
	.t3begists_paginator {
	    margin-bottom: 20px;
	}
	
	.t3begists .paginator-page {
	    background-color: #ededed;
	    border: 1px solid #666;
	    padding: 2px 5px;
	    font-size: 80%;
	    margin-left: -1px;
	}
	
	.t3begists .paginator-page.active {
	    background-color: #dcdcdc;
	    font-weight: bold;
	}

)
