<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 *  @template       LEPHome2
 *  @version        see info.php of this template
 *  @author         cms-lab
 *  @copyright      2015-2016 CMS-LAB
 *  @license        copyright, all rights reserved
 *  @license terms  no use without written permission
 *  @platform       see info.php of this template
 */


/* frontend css for lib_search */


#search_results {
  font-size: 9pt;
  margin: 20px 0 30px 0;
  padding: 0;
  font-family: Gill, Helvetica, sans-serif;
}
#search_results h2 {
  font-size: 14pt;
}
.search_form {
  margin: 0 0 25px 0;
  padding: 0;
}
.search_item {
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 11pt;
  clear: both;
}
.search_item_header {
  font-size: 13pt;
  font-weight: bold;
  padding: 0 0 10px 0;
}
.search_item_description {
  font-size: 8pt;
  font-style: italic;
  padding: 0 0 10px 0;
  margin: 0;
}
.search_item_excerpt {
  font-size: 9pt;
}
.search_image_thumbs {
  margin: 10px 0 0 0;
  padding: 0;
  clear: both;
  font-size: 9pt;
}
.search_image_thumbs_title {
  font-size: 9pt;
  font-weight: bold;
  font-style: italic;
  padding: 0 0 10px 0;
}
.content_image,
.search_image_thumbs_image {
  width: 100px;
  height: auto;
  padding: 0;
  margin: 0 20px 10px 0;
  float: left;
}
.search_image_thumbs_loop {
  clear: both;
  margin: 0 0 15px 0;
}

.search_box_input_active,
.search_box_input {
  width: 150px;
  background-image: url('../../images/search.gif');
  background-repeat:no-repeat;
  padding-left:20px;
  color: #b3b3b3;
  background-color: transparent;
} 
/* change the color at input */
.search_box_input_active {
  color: #000;
  background-color: transparent;
}</pre></body></html>