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

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

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

/******************************************************************/
/* top bar navigation                                             */
/******************************************************************/

#p-cactions li {
    display: inline;
    border: 1px solid #aaa;
    border-bottom: none;
    padding: 0 0 .1em 0;
    margin: 0 .3em 0 0;
    overflow: visible;
    background: #075189;
}
#p-cactions li.selected {
    border-color: #aaa;
    padding: 0 0 .2em 0;
    background: white;
}
#p-cactions li a {
    background-color: #075189;
    color: white;
    border: none;
    padding: 0 .8em .3em .8em;
    text-decoration: none;
    text-transform: lowercase;
    position: relative;
    z-index: 0;
    margin: 0;
}
#p-cactions li.selected a {
    color: #075189;
    background-color: white;
}
#p-cactions .new a {
    color: #fc3;
}
#p-cactions li a:hover {
    z-index: 0;
    text-decoration: none;
}

#p-cactions li.selected a:hover {
    z-index: 3;
    text-decoration: none;
}