- Posts: 59
- Thank you received: 3
Ask the community, share ideas, and connect with other LimeSurvey users!
upload/themes/survey/[theme_name]/files"the files directory of the template", but I'm not sure where that is.
.tdanswer { font-size:11pt; background-color: red; color:black; /* font-weight:bold;*/ border: 1px solid black; }
.tdanswer { font-size:11pt; background-color: navy; color:yellow; /* font-weight:bold;*/ border: 1px solid black; }
private function _getCss() { $oTemplate = \Template::model()->getInstance(null, $this->_iSurveyId); if (is_file($oTemplate->filesPath.'pdfreport.css')) { /* @todo : get parent */ return file_get_contents($oTemplate->filesPath.'/pdfreport.css'); } return file_get_contents(dirname(__FILE__).'/pdfreport.css'); }