「MediaWiki:Common.css」の版間の差分

ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
編集の要約なし
422行目: 422行目:


/* 表のキャプション */
/* 表のキャプション */
caption {
/*caption {*/
color: #e0e0e0;
/* color: #e0e0e0;*/
font-weight: bold;
/* font-weight: bold;*/
border: solid 2px #303030;
/* border: solid 2px #303030;*/
background-color:  rgba(50, 50, 180, 1.0);
/* background-color:  rgba(50, 50, 180, 1.0);*/
/*}*/
.wikitable > caption {
    background: linear-gradient(180deg,
        #2B579A 0%,
        #2B579A 20%,
        #366DC2 60%,
        #366DC2 100%
    );
    color: white;
    padding: 8px;
    font-weight: bold;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #2B579A;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}
}


案内メニュー