/* 適用於沙盒[[User:Jacklin612/sandbox2]的css樣式表 */
/** 標題改色 **/
/*
h2, h3, h4 {
color: #525D6F;
font-family: sans-serif;
}
*/
/** 外部鏈接優化 **/
.houou-attribution {
text-align: center;
}
/** 表格樣式、信息框樣式修改 (修改自[[黎歌/style.css]]) **/
/*
table.wikitable {
border-radius: 10px;
border: rgba(88,107,137,1.00) 4px solid;
overflow: hidden;
}
.wikitable th {
border: 1.2px solid #586B89;
color:#4784cf;
border-radius: 4px;
background-color: rgba(199,210,228, 0.4);
}
.wikitable td {
border: 1.2px solid #586B89;
background-color: rgba(199,210,228, 0.1);
}
table.wikitable > tr > th, table.wikitable > * > tr > th {
background-color: rgba(199,210,228, 0.4);
}
table.infobox2 {
border-collapse: separate !important;
}
*/