Theme Download:
CSS Code:
#header {
background-color: var(--jt-header-bg);
color: var(--jt-header-color);
transition-property: transform;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: .3s;
height: 50px;
border-bottom: 5px ridge #ffffff;
border-radius: 0px 0px 20px 20px;
opacity: 0.95;
}
#footer {
background-color: var(--jt-footer-bg);
color: var(--jt-footer-color);
border-top: 5px ridge #fff;
border-radius: 20px 20px 0px 0px;
}
#socket {
background-color: var(--jt-socket-bg);
color: var(--jt-socket-color);
border-top: 5px ridge #fff;
border-radius: 20px 20px 0px 0px;
font: normal normal 16px roboto, sans-serif;
}
#post-pager, .breadcrumb, #single-content, #page-content, #PageList1, #Label10, #HTML3, #HTML4 {
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
background-color: var(--jt-bg-light);
border: 0.1px solid var(--jt-socket-bg)!important;
padding: 7px;
border-radius: 6px;
}
#footer {
background-color: var(--jt-footer-bg);
color: var(--jt-footer-color);
border-top: 5px ridge var(--jt-footer-border);
border-radius: 20px 20px 0px 0px;
}
.entry-text h1, .entry-text h2, .entry-text h3, .entry-text h4, .entry-text h5, .entry-text h6 {
color: var(--jt-heading-color);
margin-top: 1rem;
margin-bottom: 0.3rem;
background-color: rgba(3, 115, 185, 0.03);
border-bottom: 0px solid black;
border-left: 5px solid black;
border-radius: 10px 5px 5px 10px;
padding: 5px 10px 0 10px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
#footer .widget-title {
background-color: var(--jt-socket-bg);
font-size: 17px !important;
border-bottom: 5px ridge var(--jt-header-color);
border-radius: 6px 6px 20px 20px;
padding: 10px 0px 0px 10px;
}
