css

css


@media only screen and (max-width: 600px) {

  #sticky.stick {

  display:none;

}

.entry-meta {

  

  width: 100% !important;


}

}


.main-navigation ul li {

  padding: 0 15px 0 0px;


}

.entry-content li {


  display: inline-block;

}


.entry-content li::before {

  content: " \002714 \000020 " !important;

  font-weight: bolder;

  color: #F7931E !important;


}



.meta-list li::before {

 display:none; 

}


h1#sticky {

  color: #f7931e;

  text-transform: uppercase;

}


.content-area .entry-content a {

  text-decoration: none;

}


a {

  color: #3c48d5;

  text-decoration: none;

  transition: 1.07s ease-in-out;

}



.entry-meta {

  

  width: 23%;


}


#sticky {

  

  

 background-color: #ffffff;


}


#sticky.stick {

  position: fixed;

  top: 100px;

  z-index: 10000;

  width: 20%;

  padding: 30px;

  color: #3c48d5;

  zoom:0.4;

  background-color: #ffffffeb;

}



.entry-meta {

  z-index: 3333333;

  background-color: white;

}



.type-post .inline-excerpt {

  color: #ffffff;

   

  z-index: 1111;

  

  padding: 30px;

  background-color: #3c48d5c9;

  border-bottom: 10px solid;

}



.header-excerpt {

  display:none !important;

}


img.attachment-lenscap-featured-image.size-lenscap-featured-image.wp-post-image {

  width: 100% !important;

}



.site-header {

  margin-bottom: 2%;

}


.main-navigation a {

  color: #3c48d5;

}


.site-identity {

  padding: 1% 0;

}


.minimalEnlighterJSWrapper pre, ol.minimalEnlighterJS, ul.minimalEnlighterJS {

  border-top: solid 2px #f7931e;

  border-bottom: solid 2px #f7931e;

  padding: 39px 0;

  zoom: 1.2;

}


.custom-logo-link img {

  display: block;

  zoom: 0.5;

}


span.entry-byline-on {

  display: none;

}


Report Page