<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.aps-themea h1.aps-post-title {
    margin: 0;
    line-height: 1.5;
}

.aps-themea p {
    margin: 8px 0 0;
    padding: 0;
}

.aps-slider-wrapper-class a.adl-featured-img-link {
    display: block;
    overflow: hidden;
    margin-top: 10px;
}

.aps-slider-wrapper-class a img {
    display: block;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -moz-transition: -moz-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}

.aps-slider-wrapper-class a:hover img {
    -webkit-transform: scale3d(1.05,1.05,1);
    -moz-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1)
}

.aps-slider-wrapper-class .item a &gt; img {
    margin-bottom: 0;
}

/* Themeb */

.aps-themeb {
    border: 1px solid #f2f2f2;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-box-shadow: inset 0 0 7px 0 rgba(0,0,0,0.03);
    box-shadow: inset 0 0 7px 0 rgba(0,0,0,0.03);
    padding: 0 0 10px;
}

.aps-themeb:hover {
    border: 1px solid #E2E2E2;  
}

.aps-slider-wrapper-class .aps-themeb a.adl-featured-img-link {
    margin-top: 0;
}

.aps-themeb img {
    border-radius: 0;  
    box-shadow: none;
}

.aps-themeb h1.aps-post-title {
    margin: 10px 15px 0 15px;
    line-height: 1.5;
}

.aps-themeb .aps-meta-info {
    margin: 4px 15px 0;
    line-height: 1;
}

.aps-themeb p {
    padding: 0;
    margin: 10px 15px 0;
}

/* ThemeC */

.aps-themec {
    border: 1px solid #f2f2f2;
    overflow: hidden;
    padding: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-box-shadow: inset 0 0 7px 0 rgba(0,0,0,0.03);
    box-shadow: inset 0 0 7px 0 rgba(0,0,0,0.03);   
}

.aps-themec:hover {
   -webkit-box-shadow: inset 0 0 6px 0 rgba(0,0,0,0.14);
    box-shadow: inset 0 0 7px 0 rgba(0,0,0,0.14);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.aps-slider-wrapper-class .aps-themec a.adl-featured-img-link {
    margin-top: 0;
}

.aps-themec img {
    border-radius: 0;  
    box-shadow: none;
}

.aps-themec h1.aps-post-title {
    margin: 10px 0 0 0;
    line-height: 1.5;
}

.aps-themec .aps-meta-info {
    margin: 4px 0 0;
}

.aps-themec p {
    margin: 8px 0 0;
    padding: 0;
}

/* ThemeD */

.aps-themed {
    border: 6px solid #F7F7F7;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.aps-themed:hover {
    border: 6px solid #ECECEC;
}

.aps-slider-wrapper-class .aps-themed a.adl-featured-img-link {
    margin-top: 0;
}

.aps-themed img {
    border-radius: 0;  
    box-shadow: none;
}

.aps-themed h1.aps-post-title {
    margin: 7px 10px 4px;
    line-height: 1.5;
}

.aps-themed .aps-meta-info {
    margin: 4px 10px 10px;
}

.aps-themed p {
    margin: 0;
    padding: 8px 10px 10px;
}

/* post meta data */

.aps-meta-info {
    margin: 4px 0 10px;
    line-height: 1;
}
.aps-entry-date{
    display: inline-block;
    font-size: 11px;
    color: #aaa;
    margin-left: 3px;
    font-style: italic;
}
</pre></body></html>