/*
 Theme Name:   News Portal Child
 Theme URI:    http://example.com/news-portal-child/
 Description:  News Portal 子主题
 Author:       你的名字
 Author URI:   http://example.com
 Template:     news-portal
 Version:      1.0.0
*/

/* 在这里引入父主题的样式 */
@import url("../news-portal/style.css");

/* 强制底部版权信息居中 */
.site-info {
    text-align: center !important;
    width: 100%; /* 确保宽度占满 */
}

/* 确保内部的文字也是居中的 */
.site-info .np-copyright-text {
    display: inline-block;
    text-align: center;
}

/* 红色突发新闻 */
.ticker-caption {
    background: #c40606 none repeat scroll 0 0;
}