<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.article-mode{
            font-size:16px;
            border-bottom:2px solid #eee;
            padding:10px;
        }
        .title-box{
            display:inline-block;
            width:200px;
            height:100%;
            box-sizing: border-box;
            border-bottom:2px solid transparent;
        }
        .article-mode:hover .title-box{
            color:#0af;
            border-bottom:2px solid #00aaff;;
        }
        .article-panel{padding:10px;}
        .article-panel ul{
            overfloat:hidden;
        }
        .article-panel .item{width:100%;height:40px;line-height:40px;border-bottom:1px dotted #eeeeee;}
        .item a,.date{font-size:10px;}</pre></body></html>