<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: ExtMail
Theme URI: https://www.extmail.org
Description: Template for ExtMail officical website
Version: 0.1
Author: Fai
Author URI: 
Tags: custom header, fixed width, two columns, widgets
*/

.current-cat &gt; a.dir {
    color: #00a7f7 !important;
}

.doc {
    overflow: auto;
    border-bottom: 1px solid #f0f0f0;
}

.post-block {
    position: relative;
    /* padding: 30px 0; */
    padding-top: 20px;
    height: 140px;
    border-bottom: 1px solid #f0f0f0;
    width: 800px;
}

.post-thumb {
    width: 220px;
    height: 124px;
    overflow: hidden;
    background: #e7e7e7;
}

.post-thumb img {
    width: 100%;
    color: black;
    font-size: 80px;
    font-weight: 100;
}

.post-thumb .no-thumb {
    font-size: 100px;
    margin-top: -55px;
    transform: rotate(-45deg);
}

.no-thumb {
    font-size: 50px;
    color: #00a7f7;
}

.post-summary {
    position: relative;
    float: right;
    margin: 0 10px 0 0;
    width: 550px;
}

.post-meta {
    float: right!important;
}

.post-meta &gt; * {
    padding-left: 10px;
    float: left;
}

.post-title {
    font-size: 20px;
    color: #333333;
    line-height: 47px;
}

.post-content img {
    max-width: 100%;
}

.pull-left {
    position: relative;
    float: left !important;
}

.pagination {
    margin-top: 50px;
    width: 100%;
    text-align: center;
}

.page-numbers {
    border: 1px solid #00a7f7;
    padding: 10px;
}

.page-numbers.current {
    border: 1px solid #eeeeee;
}

.news-thumb-wrapper {
    width: 140px;
    height: 140px;
    line-height: 140px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #dfe8f4;
    background-size: auto 100%;
    background-position: center;
    float: left;
}

.news-intro-wrapper {
    display: table-cell;
    padding-left: 10px;
    text-align: left;
}

.news-intro-title {
    color: #00a7f7;
    text-align: left;
}

.news-intro-content {
    padding-top: 10px;
}

.news-intro-meta {
    margin-top: 10px;
    text-align: right;
    color: #9b9b9b;
}

.news-items {
    margin: 50px 4px;
    padding-right: 20px;
    border-right: 1px solid #e7e7e7;
}

.news-summary {
    width: 324px;
    height: 160px;
    left: 0;
    top: 0;
    overflow: hidden;
    position: relative;
}

.news-thumb-wrapper img {
    width: 100%;
    object-fit: cover;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}</pre></body></html>