MediaWiki:Common.css: Difference between revisions

mNo edit summary
mNo edit summary
Line 233: Line 233:
     height:auto;
     height:auto;
      
      
}
/* <pre> */
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,400i,700,700i|PT+Serif:400,400i,700,700i&display=swap');
@font-face {
    font-family: 'runescape';
    font-style: normal;
    font-weight: normal;
    src: local("RuneScape Chat 2"),
        local("RuneScape Chat"),');
        url('filepath://Runescape_chat.woff') format('woff
}
@font-face {
    font-family: 'runescape-bold';
    font-style: normal;
    font-weight: bold;
    src: local("RuneScape Chat Bold 2"),
        local("RuneScape Chat Bold"),
        url('filepath://Runescape_chat_bold.woff') format('woff');
}
@font-face {
    font-family: 'runescape-small';
    font-style: normal;
    font-weight: normal;
    src: local("RuneScape Small"),
        url('filepath://Runescape_small.woff') format('woff');
}
@font-face {
    font-family: 'runescape-classic';
    font-style: normal;
    font-weight: normal;
    src: local("RuneScape Classic"),
        url('filepath://Runescape_classic.woff') format('woff');
}
}


Line 3,016: Line 2,980:
.perk-background {
.perk-background {
     background: #09222F;
     background: #09222F;
}
.gizmo-interface {
    background-image: url('filepath://Empty_gizmo_interface.png');
    background-repeat: no-repeat;
    min-height: 132px;
    padding: 11px 53px;
    width: 216px;
}
.gizmo-interface td {
    border: 0;
    height: 32px;
    padding: 1px;
    text-align: center;
    vertical-align: middle;
    width: 32px;
}
.gizmo-interface-parts a {
    position: relative;
}
.gizmo-interface-parts a:hover {
    text-decoration: none;
}
.gizmo-interface-parts a:before {
    color: #fff;
    content: "5";
    font-family: runescape-small;
    font-size: 12pt;
    margin-left: 1px;
    margin-top: -4px;
    position: absolute;
    text-shadow: 1px 1px 1px #000;
}
table.alternating-rows .gizmo-interface tr:nth-child(2n+1),
table.alternating-cols .gizmo-interface td:nth-child(2n+1) {
    background: none;
}
body.wgl-darkmode table.alternating-rows .gizmo-interface tr:nth-child(2n+1),
body.wgl-darkmode table.alternating-cols .gizmo-interface td:nth-child(2n+1) {
    background: none;
}
}


Line 6,074: Line 5,992:
.page-Special_CreateAccount .mw-ui-container #userloginForm,
.page-Special_CreateAccount .mw-ui-container #userloginForm,
.page-Special_UserLogin .mw-ui-container #userloginForm {
.page-Special_UserLogin .mw-ui-container #userloginForm {
     float: inherit;
     float: unset;
     margin: 0;
     margin: 0;
}
}
Line 6,082: Line 6,000:
     margin: 2.5em auto 0;
     margin: 2.5em auto 0;
     width: 22rem;
     width: 22rem;
}
#signupstart,
#userloginprompt {
    border: 1px solid #e4eaee;
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
    padding: 1.5em 2em 1em;
}
#userloginForm label {
    display: block;
    margin-bottom: 0.25em;
}
#userloginForm label[for="mw-input-captchaWord"] {
    margin-bottom: 0.5em;
}
}