/ittf/site/docs/styles/t/header.css.ittf (primary)
1 $group2 < header .flexbox3 display flex4 height 50px5 < header6 padding 15px7 background darken(#333, 3%)8 < h1, nav9 display inline-block10 . flexbox11 display flex12 height 50px13 & > *14 margin auto15 . logo16 display block17 < img18 margin-top -7px19 . search .svg-icons20 display none21 < nav, .meta22 < ul23 padding 024 margin 025 white-space nowrap26 display inline-block27 < li28 display inline-block29 . meta ul30 margin-left 10px31 < li32 vertical-align middle33 . main-nav, .meta34 < li35 < a36 border-radius 5px37 font-weight 90038 font-size 0.75em39 padding 0.5em 1em40 text-shadow none41 text-transform uppercase42 transition all .25s43 & :hover44 background-color #25252545 box-shadow inset 0 1px 3px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.1)46 text-shadow 0 1px 3px rgba(0,0,0,.5)47 & .current48 < a49 background-color #fc050 color #22251 box-shadow inset 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.5)52 text-shadow 0 1px 0 rgba(255,255,255,.3)53 . mobile-nav54 padding 0 5px55 < ul56 overflow hidden57 width 100%58 display table59 < a60 float left61 width 100%62 background-color #33363 color #fc064 text-align center65 text-transform uppercase66 font-size 0.625em67 font-weight 90068 padding 10px 5px69 border-radius 5px70 < li71 display table-cell72 width 20%73 padding 8px 2px74 . current75 < a76 background-color #fc077 color #22278 box-shadow inset 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.5)79 text-shadow 0 1px 0 rgba(255,255,255,.3)80 - This code is courtesy Ben Balter, modified by Parker Moore for jekyllrb.com81 - http://ben.balter.com/2014/03/13/pages-anchor-links/82 . header-link83 position relative84 left 0.5em85 opacity 086 font-size 0.8em87 transition opacity 0.2s ease-in-out 0.1s88 < h2:hover .header-link89 + h3:hover .header-link90 + h4:hover .header-link91 + h5:hover .header-link92 + h6:hover .header-link93 opacity 194 media (max-width: 580px)95 < header96 . flexbox97 height auto98 . logo img99 margin-top 0100 media (max-width: 699px)101 . searchbox102 display none103 media (max-width: 768px)104 . main-nav ul105 text-align right106 media (max-width: 830px)107 . main-nav108 . show-on-mobiles109 display inline110 . hide-on-mobiles111 display none112 media (max-width: 890px)113 . meta114 display none