<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;?php
$Background_color="#c52d2f";
$Background_color="#F906D8";

?&gt;
/*********************
****blog page css*****
**********************/


.blog-item {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 25px;
}

.blog .blog-item .blog-content {
  
  padding-top: 15px;
  padding-bottom: 15px;
  background-color:#ffffff;
  /*border:1px solid #c3c3c3;   */
}

.blog .blog-item .blog-content h2 {
  margin-top: 0;
  font-size: 20px;
  border-bottom: 1px solid &lt;?php print $Background_color; ?&gt;;
}

.blog .blog-item .blog-content h3 {
  color: #858586;
  margin-bottom: 40px;
   font-size: 14px;
  /* font-weight: 300 */}


.blog .blog-item .entry-meta {
  border-radius: 5px;
  overflow: hidden;
}

.blog .blog-item .entry-meta &gt; span {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding: 5px;
  text-align: left;
}

#publish_date {
  background: &lt;?php print $Background_color; ?&gt;;
  border-bottom: 5px solid #4e4e4e;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.blog .blog-item .entry-meta &gt; span {
  color: #ccc;
}

.blog .blog-item .entry-meta &gt; span a {
  font-size: 12px;
  margin-left: 3px;
  font-weight: 300;
  color: #888;
}

ul.pagination &gt; li &gt; a {
  border: 1px solid #F1F1F1;
  margin-right:5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 14px;
}

ul.pagination &gt; li.active &gt; a, 
ul.pagination &gt; li:hover &gt; a {
  background-color: &lt;?php print $Background_color; ?&gt; !important;
  border-color: &lt;?php print $Background_color; ?&gt; !important;
  color: #fff;
}
</pre></body></html>