/*<pre><nowiki>*/

/* 隱藏評分 */
#articleFooter .col1 strong,
#star-rating-wrapper{
display: none;
}

/* 顯示口號 */
#siteSub {
    display: inline;
    font-size: 92%;
    font-weight: normal;
}

#bodyContent #siteSub a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    padding-right: 0;
}

/* Remove padding from external links displayed without icon */
#bodyContent .plainlinks a {padding: 0 !important}

/* enlarge font-size for zh fonts */
#bodyContent { font-size:118% }

/* Fix Fontsize */
.portlet h5,
.portlet ul,
#toc .toctoggle {
    font-size: 100%;
}
.pBody,
#footer,
div.thumb div {
    font-size: 95%;
}

h2 {
    font-weight: bold;
}

/*
ul {
    margin: 0.5em 0 0 1.5em;
}
 */

/* siteNotice 去掉斜体 */
#siteNotice {
    font-style: normal;
}

/* custom edits */
#catlinks { padding-top:1px; padding-bottom:1px;}


/*</nowiki></pre>*/