-

bugfix250729.1
全站通知:

用户:604745052

来自无尽的拉格朗日-星际猎人WIKI_BWIKI_哔哩哔哩
跳到导航 跳到搜索

正在编辑的页面

无尽的拉格朗日-星际猎人:建设航线
讨论:未整理归纳的资料
讨论:无尽的拉格朗日WIKI编辑手册
讨论:历史博物馆
用户讨论:419578629
用户:604745052/技术留档
用户:604745052/文件依赖检查





<bstyle>/*<pre>*/
.poke-bg .wikitable{
    border:1px solid #a18a5a;
    border-collapse:collapse;

    box-shadow:
    inset 0 0 0 1px rgba(255,215,120,.08),
    0 2px 4px rgba(0,0,0,.08);
}

/* =========================
   表头
   ========================= */

.poke-bg .wikitable th{

    background:
    linear-gradient(
        180deg,
        #e9dcc2 0%,
        #d6c09a 100%
    );

    color:#3a2f1a;
    font-weight:700;
}

/* =========================
   左侧属性栏
   ========================= */

.poke-bg .wikitable td[rowspan="2"]:first-child,
.poke-bg .wikitable td[colspan="2"]:first-child{

    background:
    linear-gradient(
        180deg,
        #f2e6cf 0%,
        #e6d6b3 100%
    );

    color:#4a3a1f;
    font-weight:700;
}

/* =========================
   特殊列
   ========================= */

.poke-bg .wikitable td[style*="width:7%"]{

    background:
    linear-gradient(
        180deg,
        #f5ecd8 0%,
        #eadbbd 100%
    );

    color:#5a4522;
    font-weight:700;
}

/* =========================
   普通数据区
   ========================= */

.poke-bg .wikitable td{

    background:#ffffff;
    color:#2e2f33;
}

.poke-bg .wikitable tr:hover td{

    background:#fbf6ea;
}

</bstyle>