/*
 * ARCH GLOBAL NAVBAR
 *
 * We're forcing all generic selectors with !important
 * to help prevent other stylesheets from interfering.
 *
 */

/* container for the entire bar */
#archnavbar { height: 40px !important; padding: 10px 15px !important; background: #333 !important; border-bottom: 5px #08c solid !important; }

#archnavbarlogo { float: left !important; margin: 0 !important; padding: 0 !important; height: 40px !important; width: 190px !important; }
html > body #archnavbarlogo { background: url('/web/20210225105826im_/https://bbs.archlinux.org/style/ArchLinux/archlogo.svg') no-repeat !important; background-size: 190px 40px !important;}

/* move the heading/paragraph text offscreen */
#archnavbarlogo p { margin: 0 !important; padding: 0 !important; text-indent: -9999px !important; }
#archnavbarlogo h1 { margin: 0 !important; padding: 0 !important; text-indent: -9999px !important; }

/* make the link the same size as the logo */
#archnavbarlogo a { display: block !important; height: 40px !important; width: 190px !important; }

/* display the list inline, float it to the right and style it */
#archnavbar ul { display: inline !important; float: right !important; list-style: none !important; margin: 0 !important; padding: 0 !important; }
#archnavbar ul li { float: left !important; font-size: 14px !important; font-family: sans-serif !important; line-height: 45px !important; padding-right: 15px !important; padding-left: 15px !important; }

/* style the links */
#archnavbar ul#archnavbarlist li a { color: #999; font-weight: bold !important; text-decoration: none !important; }
#archnavbar ul li a:hover { color: white !important; text-decoration: underline !important; }

@media (max-width: 680px) {
    #anb-forum,
    #anb-forums {
        display: none;
    }

    html > body #archnavbarlogo {
        width: 40px !important;
        margin-right: 5px !important;
        background: url('/web/20210225105826im_/https://bbs.archlinux.org/style/ArchLinux/archicon.svg') no-repeat !important;
        background-size: 40px 40px !important;
    }

    #archnavbar ul {
        display: flex !important;
        justify-content: space-between;
        flex-wrap: nowrap;
        overflow: hidden;
        float: none !important;
    }

    #archnavbar ul li {
        padding: 0 !important;
        float: none !important;
    }
}

@media (max-width: 830px) {
    #anb-home,
    #anb-start {
        display: none;
    }

    html > body #archnavbarlogo {
        padding-right: 15px !important;
    }

    #archnavbar {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    #archnavbar ul li {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

/*
     FILE ARCHIVED ON 10:58:26 Feb 25, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:28:25 Feb 20, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.459
  exclusion.robots: 0.039
  exclusion.robots.policy: 0.028
  esindex: 0.009
  cdx.remote: 52.078
  LoadShardBlock: 342.904 (3)
  PetaboxLoader3.resolve: 463.089 (4)
  PetaboxLoader3.datanode: 454.291 (5)
  load_resource: 640.421
  loaddict: 59.838
*/