Anonymous

Difference between revisions of "MediaWiki:Common.css"

From Potatopedia
486 bytes added ,  21:51, 9 January 2016
no edit summary
Line 898: Line 898:
     border: 1px solid #347bff;
     border: 1px solid #347bff;
     text-shadow: 0 1px rgba(0,0,0,0.1);
     text-shadow: 0 1px rgba(0,0,0,0.1);
}
.mw-ui-button {
    font-family: inherit;
    font-size: 1em;
    display: inline-block;
    padding: .5em 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    zoom: 1;
    background: #ffffff;
    color: #555555;
    border: 1px solid #cccccc;
    border-radius: 2px;
    min-width: 4em;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
}