/* Wikitable 表格 */
/* Use {| class="wikitable" */

table.wikitable,
table.prettytable {
    margin: 1em 1em 1em 0;
    background: transparent;;
    border: 1px #FFFFFF solid;
    border-collapse: collapse;
}
 
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
    border: 1px #FFFFFF solid;
    padding: 0.2em;
}
 
table.wikitable th,
table.prettytable th {
    background: #FFCB3C;
    text-align: center;
    color: #000000;
}
 
table.wikitable caption,
table.prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}

table.prettytable code,
table.wikitable code {
    background-color: transparent;
}

/* 

/* 表格 */
div.thumb div {
    background-color: transparent;
    color: #FFFFFF;
}

/* 增大中文字體 */

#bodyContent { font-size:118% }

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

h2 {
    font-weight: bold;
}

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

/* sharedUploadNotice 去掉斜體 */
#sharedUploadNotice  {
    font-style: normal;
}

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

/* siteNotice 的表格去除顏色 */
#siteNotice table {
    background: transparent;
}