[TYPO3-UG Dutch] css indexed search wordt niet gelezen.

Chris Kievid chris at 3rdmillennium.nl
Tue Jun 27 11:29:59 CEST 2006


mijn css van mijn indexed search wordt niet ingelezen. De default css 
wordt steeds gebruikt. Iemand enig idee waar de fout zit. Vreemde is dat 
mijn andere stylesheet op dezelfde manier zijn opgebouwd en wel werken. THX

heb in mijn Template setup heb ik het volgende staan:
-------
#Discard old CSS
#######################################
plugin.tx_indexedsearch._CSS_DEFAULT_STYLE =

-------
# Setting up 'page' to be the default PAGE object (type=0)
#######################################
page = PAGE
page.typeNum = 0
page.config.index_enable = 1
config.xhtml_cleaning = all
config.disablePrefixComment = 1
config.pageTitleFirst = 1
page.includeCSS {
    file1 = fileadmin/ADMIN/templates/css/tx_indexedsearch_style.css}

-------
Mijn css staat in "fileadmin/ADMIN/templates/css/" folder, en is 
genaamd: tx_indexedsearch_style.css

-------
hier mijn css:

_CSS_DEFAULT_STYLE (
		.tx-indexedsearch .tx-indexedsearch-searchbox 
INPUT.tx-indexedsearch-searchbox-button { width:100px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox 
INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
		.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { 
font-weight:bold; font-style:normal; }
		.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; 
margin-bottom:5px; }
		.tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; 
font-weight:bold; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { 
background:#ffffff; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { 
font-weight:bold; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title 
P.tx-indexedsearch-percent { font-weight:normal; color:#666666; 
font-size:9px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { 
font-style:normal; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P 
.tx-indexedsearch-redMarkup { font-weight:bold; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { 
background:#f4f4f4; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { 
margin-top:10px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { 
margin-top:0px; margin-bottom:0px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead 
TABLE { background:#ffffff; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { 
vertical-align:middle; }
		.tx-indexedsearch .tx-indexedsearch-res .noResume { color : #666666; }
	)



More information about the TYPO3-UG-dutch mailing list