「利用者:JesterKing/monobook.css」の版間の差分

提供: wiki
移動先: 案内検索
 
(1版 をインポートしました)
 
(相違点なし)

2018年6月29日 (金) 02:45時点における最新版

/******************************************************************/
/* top bar navigation                                             */
/******************************************************************/
#content {
    width: 720px;
    border-right: solid 1px #aaa;
}

#p-cactions li {
    border-color: #aaa;
    background: #075189;
}
#p-cactions li.selected {
    border-color: #aaa;
    background: white;
}
#p-cactions li a {
    background-color: #075189;
    color: white;
    z-index: 0;
}
#p-cactions li.selected a {
    color: #075189;
    background-color: white;
}
#p-cactions .new a {
    color: #fc3;
}
#p-cactions li a:hover {
    color: #075189;
    background-color: white;
}