MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 7: Line 7:
     font-weight: bold;
     font-weight: bold;
}
}
  .vector-menu-tabs-legacy li {
        background-image: linear-gradient(to top,#77c1f6 0,#e8f2f8 1px,#ffffff 100%);
        background-position: left bottom;
        background-repeat: repeat-x;
        float: right;
        display: block;
        height: 100%;
        margin: 0;
        padding: 0;
        line-height: 1.125em;
        white-space: nowrap
    }

Revision as of 23:20, 19 May 2024

/* CSS placed here will be applied to all skins */

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@700&display=swap');

.sci-fi-font {
    font-family: 'Orbitron', sans-serif;
    font-weight: bold;
}