User:Ondo/vector.css: Difference between revisions

    From Nonbinary Wiki
    (Created page with "#mw-head { background: white; background-repeat: repeat-x; background-size: contain; background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)), url('https://static.miraheze.org/nonbinarywiki/thumb/c/c0/Nonbinary.png/800px-Nonbinary.png'); } .vector-menu-tabs .selected { background: rgba(255, 255, 255, .7); } .vector-menu-tabs li { background: rgba(255, 255, 255, .3); } .vector-menu-tabs li:hover { background: rgba(255, 25...")
     
    No edit summary
    Line 17: Line 17:
    .vector-menu-tabs a {
    .vector-menu-tabs a {
       background-image: none;
       background-image: none;
    }
    .nbweek-banner {
        background: rgba(255,255,255,.4);
        padding: 7px;
        position: absolute;
        bottom: 0;
        font-weight: bold;
    }
    .nbweek-flag {
      font-size: 80%;
      font-weight: normal;
      font-style: italic;
    }
    }

    Revision as of 10:37, 10 July 2022

    #mw-head {
      background: white;
      background-repeat: repeat-x;
      background-size: contain;
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)), url('https://static.miraheze.org/nonbinarywiki/thumb/c/c0/Nonbinary.png/800px-Nonbinary.png');
    }
    
    .vector-menu-tabs .selected {
      background: rgba(255, 255, 255, .7);
    }
    .vector-menu-tabs li {
      background: rgba(255, 255, 255, .3);
    }
    .vector-menu-tabs li:hover {
      background: rgba(255, 255, 255, .7);
    }
    .vector-menu-tabs a {
      background-image: none;
    }
    
    .nbweek-banner {
        background: rgba(255,255,255,.4);
        padding: 7px;
        position: absolute;
        bottom: 0;
        font-weight: bold;
    }
    .nbweek-flag {
      font-size: 80%;
      font-weight: normal;
      font-style: italic;
    }