/*
Theme Name: Thaouka
Theme URI: 
Description: 
Author: 
Author URI: 
Template: twentytwelve
Version: 100.0
*/

@import url("../twentytwelve/style.css");

/*私密*/
.post_private {
    background: url(images/private.png) 0 0 no-repeat;
    background-size: 14px;
}

/*置顶*/
.featured-post2 {
    background: url(images/zhiding.png) 0 0 no-repeat;
    background-size: 14px;
}

/*代码高亮*/
.syntaxhighlighter {
width: auto;
}

/*文章列表*/
.site-content article {
    border-bottom: 4px double #ededed;
    margin-bottom: 2.0rem;
    padding-bottom: 1.0rem;
}

.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
    margin: 0 0 1.0rem;
}

footer.entry-meta {
    margin-top: 1.0rem;
}


/*适配屏幕尺寸*/

@-ms-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}

/* Minimum width of 600 pixels. */
@media screen and (max-width: 600px) {
    .header-search {
        float: center;
    }
}
    
/* Minimum width of 960 pixels. */
@media screen and (min-width: 600px) {
    .header-search {
        float: right;
    }

}

