MediaWiki:Minerva.css:修订间差异

无编辑摘要
标签移动版编辑 移动版网页编辑
无编辑摘要
标签移动版编辑 移动版网页编辑
 
(未显示同一用户的2个中间版本)
第3行: 第3行:
background-color: var(--twitch-purple);
background-color: var(--twitch-purple);
color:#fff;
color:#fff;
font-family: 'FirstCoffee', sans-serif;
}
}
.hlist{
justify-content: space-between;
margin-top: 15px;
}
.minerva-header .branding-box a span {
.minerva-header .branding-box a span {
     color:#FFF;
     color:#FFF;
     font-size: 24px;
     font-size: 24px;
    filter: brightness(1000%);
}
}
.cdx-button:enabled.cdx-button--weight-quiet, .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet {
.cdx-button:enabled.cdx-button--weight-quiet, .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet {
第73行: 第81行:
#mw-mf-page-left #p-navigation .toggle-list-item {
#mw-mf-page-left #p-navigation .toggle-list-item {
     background-color: var(--twitch-purple);
     background-color: var(--twitch-purple);
    margin-top:0;
    display: flex;
    justify-content: flex-start;
    transition: all 0.15s ease-in-out;
}
#mw-mf-page-left #p-navigation .toggle-list-item a{
    display: flex;
    width: 100%;
padding-left: 0.75em;
transition: all 0.15s ease-in-out;
}
}
#mw-mf-page-left #p-navigation .toggle-list-item a span {
#mw-mf-page-left #p-navigation .toggle-list-item a span {
第78行: 第96行:
color: #fff;
color: #fff;
font-size:18px;
font-size:18px;
}
#mw-mf-page-left #p-navigation .toggle-list-item:hover {
    background-color: #7127Df;
}
#mw-mf-page-left #p-navigation .toggle-list-item:hover a {
padding-left: 45%;
}
}


.toggle-list-item__anchor .minerva-icon + span:not(:empty), .cdx-button .minerva-icon + span:not(:empty) {
.toggle-list-item__anchor .minerva-icon + span:not(:empty), .cdx-button .minerva-icon + span:not(:empty) {
第94行: 第120行:
transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
box-shadow: 0 2px 5px #aaa;
box-shadow: 0 2px 5px #aaa;
margin-top: 6px;
}
}
#mw-mf-page-left ul .toggle-list-item:hover{
#mw-mf-page-left ul .toggle-list-item:hover{
第140行: 第167行:
.main-menu-mask {
.main-menu-mask {
     background: rgba(255, 255, 255, 0.95);
     background: rgba(255, 255, 255, 0.95);
}
.minerva-search-form {
    display: flex;
    width: 100%;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
}
.base_block > .sidebar_block > .sidebar_block_img{
flex: 1 1 100%;
}
}