MediaWiki:Mobile.css: Difference between revisions

Jump to navigation Jump to search
Add <kbd> styling
No edit summary
Tags: Mobile edit Mobile web edit
(Add <kbd> styling)
 
Line 7: Line 7:
background-repeat: no-repeat !important;
background-repeat: no-repeat !important;
padding-right: inherit !important;
padding-right: inherit !important;
}
kbd {
    display: inline-block;
    margin: 0 .1em;
    padding: .1em .6em;
    color: #232629;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #e3e6e8;
    border: 1px solid #9fa6ad;
    border-radius: 3px;
    box-shadow: 0 1px 1px #0c0d0e26, inset 0 1px 0 0 #ffffff;
    overflow-wrap: break-word;
}
}


Navigation menu