/ittf/site/docs/styles/article.css.ittf (primary)
1 css2 $include base3 $include header4 $include search5 $include aside-right6 $include news7 < article8 background-color ${wzCtx.Colors.bg_dark_medium}9 border-radius 10px10 padding 20px11 margin 0 5px 3px 5px12 box-shadow 0 3px 5px rgba(0,0,0,0.1)13 font-size 16px14 media (min-width: 768px)15 < article16 padding 40px 40px 30px17 font-size 21px18 margin 0 10px 10px 10px19 box-shadow 0 5px 10px rgba(0,0,0,0.1)20 . doc-container21 margin 0 auto22 width 60%23 display flex24 . w-1-525 width 20%26 . w-4-527 width 80%28 . doc-title29 font-size 1.5rem30 font-weight 60031 border-bottom 1px solid #99932 . ittf-panel33 $$ background-color #aaa34 $$ padding 20px35 margin-bottom 20px36 . ittf-panel-title37 font-size 1rem38 font-weight 70039 margin-bottom 2px40 media (min-width: 768px)41 . ittf-panel-title42 font-size 19px43 font-weight 70044 margin-bottom 4px45 . link46 float 'right'47 paddingLeft '10px'48 . cheatsheet49 . cheatsheet-page50 display flex51 padding 25px52 position fixed53 height 100vh54 width 100%55 . cheatsheet-sidebar56 display flex57 min-width 300px58 margin 5px59 flex-direction column60 overflow auto61 . cheatsheet-sidebar-schemas62 display flex63 flex-direction column64 border 1px solid gray65 margin-bottom 5px66 . cheatsheet-sidebar-element-title67 padding-left 15px68 font-weight 60069 . cheatsheet-sidebar-items70 border 1px solid gray71 . cheatsheet-content72 flex 1 1 auto73 margin 5px74 overflow auto75 . cheatsheet-item76 display flex77 background-color #3e5a6d78 . cheatsheet-ittf79 padding 10px80 border 1px solid gray81 margin 5px82 width 50%83 < pre84 width 100%85 padding 10px86 . cheatsheet-generated87 padding 10px88 border 1px solid gray89 margin 5px90 width 50%91 background-color #dedede92 < pre93 width 100%94 padding 10px95 . cheatsheet-element-title96 background-color #bbb97 width 100%98 padding 15px 5px 15px 15px99 margin 20px 0 10px 0100 font-size 1.2rem101 font-weight 600102 . cheatsheet-item-title103 padding 5px 10px 0px 10px104 font-weight 700105 $include highlight106 $ var opt = wzCtx.Fonts107 css/fonts( &opt)
/ittf/site/docs/styles/t/base.css.ittf
1 $group2 < html3 margin 04 padding 05 border 06 vertical-align baseline7 font-family "Lato",sans-serif8 font-size 16px9 overflow-x hidden10 overflow-y scroll11 box-sizing border-box12 < body13 font 300 21px Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif14 background-color ${wzCtx.Colors.bg_dark}15 color ${wzCtx.Colors.c_dark}16 < ul17 margin-left 0.45rem18 margin-right 019 margin-top 020 padding 021 margin-bottom 1.45rem22 list-style-position inside23 list-style-image none24 $$ list-style-type none25 < a26 text-decoration none27 color #fc028 transition all 0.25s29 & :hover30 color #da031 < td32 padding 0 10px
/ittf/site/docs/styles/t/header.css.ittf
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
/ittf/site/docs/styles/t/search.css.ittf
1 $group2 . searchbox3 display inline-block4 position relative5 width 200px6 height 32px !important7 padding-top 1px8 white-space nowrap9 box-sizing border-box10 border 011 border-radius 16px12 visibility visible !important13 & :hover14 box-shadow inset 0 0 0 3px #b3b3b315 background-color ${wzCtx.Colors.c_dark}16 color ${wzCtx.Colors.bg_dark}17 < input18 display inline-block19 box-sizing border-box20 transition box-shadow 0.4s ease, background 0.4s ease21 box-shadow inset 0 0 0 1px #cccccc22 background ${wzCtx.Colors.bg_dark}23 padding 024 padding-right 26px25 padding-left 32px26 width 100%27 height 100%28 vertical-align middle29 white-space normal30 font-size 12px31 appearance none32 & :focus33 outline 034 box-shadow inset 0 0 0 1px #aaaaaa35 background-color ${wzCtx.Colors.c_dark}36 color ${wzCtx.Colors.bg_dark}37 & ::placeholder38 color #aaaaaa
/ittf/site/docs/styles/t/aside-right.css.ittf
1 $group2 . aside-right3 padding-top 30px4 < h45 text-transform uppercase6 font-size 14px7 font-weight 7008 padding 0 0 10px 30px9 margin-left -30px10 display inline-block11 border-bottom 1px solid #c0012 < ul13 padding-left 014 & :first-child15 margin-top 016 < li17 list-style-type none18 < a19 position relative20 & .current21 < div:before22 content ""23 border-color transparent transparent transparent #44424 border-style solid25 border-width 10px26 width 027 height 028 position absolute29 top 030 left -30px31 & .current div32 color #f90
/ittf/site/docs/styles/t/news.css.ittf
1 $group2 < article h2:first-child3 margin-top 04 . post-category5 + .post-meta6 display inline-block7 vertical-align middle8 font-size .8em9 . post-category10 display inline-block11 margin-left -30px12 padding 6px 10px 8px13 padding-left 50px14 border-radius 0 5px 5px 015 position relative16 box-shadow 0 1px 5px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(0,0,0,.3)17 background-color #9e281218 background-image url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllMjgxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZjBkMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)19 background-image -webkit-gradient(linear, left top, left bottom, from(#9e2812), to(#6f0d0d))20 background-image -webkit-linear-gradient(top, #9e2812 0%, #6f0d0d 100%)21 background-image -moz-linear-gradient(top, #9e2812 0%, #6f0d0d 100%)22 background-image -o-linear-gradient(top, #9e2812 0%, #6f0d0d 100%)23 background-image linear-gradient(to bottom, #9e2812 0%,#6f0d0d 100%)24 filter progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e2812', endColorstr='#6f0d0d',GradientType=0 )25 & :before26 content ""27 position absolute28 top -10px29 left 030 border-color transparent #6f0d0d #6f0d0d transparent31 border-style solid32 border-width 5px33 width 034 height 035 . post-content img36 max-width 100%37 . label38 float left39 text-transform uppercase40 font-weight 70041 text-shadow 0 -1px 0 rgba(0,0,0,.5)42 media (max-width: 568px)43 . post-category44 padding-left 30px45 media (min-width: 768px)46 . post-category47 margin-left -50px48 . avatar49 border-radius 3px50 display inline-block51 vertical-align middle52 . post-meta53 padding 5px 054 color #c0c0c055 font-weight 60056 text-shadow 0 -1px 0 #00057 . post-date58 + .post-author59 margin-left 10px60 . news article + article61 margin-top -10px62 border-radius 0 0 10px 10px63 border-top 1px solid #55564 box-shadow 0 -1px 0 #2f2f2f
/ittf/site/docs/styles/t/highlight.css.ittf
1 $group2 < pre, code3 white-space pre4 $$ display inline-block5 margin 06 font 14px/1.8em Menlo, Consolas, "Courier New", Courier, "Liberation Mono", monospace7 padding 0 0.5em8 - ========================================9 - WIZZI PRETTY PRINT10 - ----------------------------------------11 . pln12 color #F1F2F313 . tag14 color #77f32815 . str16 color #EC7600 $$ string content17 . kwd18 color #f79256 $$ a keyword19 . com20 color #66747B $$ a comment21 . typ22 color #678CB1 $$ a type name23 . lit24 color #FACD22 $$ a literal value25 . mix26 color #ff0040 $$ mixin call27 cursor pointer28 . tag29 color #77f328 $$ a markup tag name30 . atn31 color #E0E2E4 $$ a markup attribute name32 . atv33 color #EC7600 $$ a markup attribute value34 . expr35 color #f3e877 $$ a declaration; a variable name36 . fun37 color red $$ a function name38 . arg39 color yellow $$ a mixin arg40 . pp-ln41 color #99942 . pp-pln43 color #f1ebeb44 . pp-str45 color #EC7600 $$ string content46 . pp-kwd47 color #f79256 $$ a keyword48 . pp-com49 color #66747B $$ a comment50 . pp-typ51 color #678CB1 $$ a type name52 . pp-lit53 color #FACD22 $$ a literal value54 . pp-mix55 color #ff0040 $$ mixin call56 cursor pointer57 . pp-tag58 color #77f328 $$ a markup tag name59 . pp-atn60 color #E0E2E4 $$ a markup attribute name61 . pp-atv62 color #EC7600 $$ a markup attribute value63 . pp-expr64 color #f3e877 $$ a declaration; a variable name65 . pp-fun66 color red $$ a function name67 . pp-arg68 color yellow $$ a mixin arg69 < pre.prettyprint70 $$ padding 0.8rem71 $$ border-left 5px solid #99972 $$ font-size 1rem73 overflow auto74 $$ background #2B3A4275 $$ background #3e586d76 $$ margin-bottom 1rem77 $$ text-shadow 0 1px #88878 font-family Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace79 text-align left80 white-space pre81 word-spacing normal82 word-break normal83 word-wrap normal84 line-height 1.385 tab-size 486 hyphens none87 background-color #2b2b2b88 color #fff89 $$ max-width 100%90 $$ overflow-x auto91 vertical-align middle92 border-radius 5px93 box-shadow inset 0 1px 10px rgba(0,0,0,.3), 0 1px 0 rgba(255,255,255,.1), 0 -1px 0 rgba(0,0,0,.5)94 < ol95 padding-left 2rem96 . L097 + .L198 + .L299 + .L3100 + .L4101 + .L5102 + .L6103 + .L7104 + .L8105 + .L9106 color #777107 margin-left 0.3rem108 padding-left 0.3rem109 list-style-type decimal110 # Alternate shading for lines111 . L1112 + .L3113 + .L5114 + .L7115 + .L9116 $$ background #013a56117 $$ background #2A3941118 background-color #2f2f2f119 . prettyprint-js120 background #fff121 # Alternate shading for lines122 . J1123 + .J3124 + .J5125 + .J7126 + .J9127 background #ddd128 . linenums129 color #fff130 media screen and (max-width: 1028px)131 . pp-pln132 color #FFF133 < pre.prettyprint134 padding 1.2rem135 border-left 5px solid #999136 font-size 2rem137 line-height 3rem138 overflow auto139 $*140 media (min-width: 768px)141 < pre, code142 font-size 16px143 . highlight144 + p > pre145 + p > code146 + p > nobr > code147 + li > code148 + li> pre149 + h5 > code150 + .note > code151 background-color #2b2b2b152 color #fff153 max-width 100%154 overflow-x auto155 vertical-align middle156 border-radius 5px157 box-shadow inset 0 1px 10px rgba(0,0,0,.3), 0 1px 0 rgba(255,255,255,.1), 0 -1px 0 rgba(0,0,0,.5)158 . note .highlight159 width 94%160 < pre code161 font-size 0.9em162 background-color transparent163 box-shadow none164 . note code165 background-color #333166 background-color rgba(0,0,0,0.2)167 margin-left 2.5px168 margin-right 2.5px169 font-size 0.8em170 . code-block171 margin 10px 0172 < code173 background none174 . highlight175 margin 1em 0176 width 100%177 overflow auto178 < pre.highlight179 padding 10px 0.5em180 . highlighter-rouge .highlight181 @extend .highlight182 margin 0183 *$184 . highlight-code185 white-space nowrap186 padding 4px 8px 4px 0px187 background-color #2b2b2b188 color #fff189 max-width 100%190 overflow-x auto191 vertical-align middle192 -webkit-border-radius 5px193 -moz-border-radius 5px194 border-radius 5px195 box-shadow inset 0 1px 10px rgba(0,0,0,0.3),0 1px 0 rgba(255,255,255,0.1),0 -1px 0 rgba(0,0,0,0.5)
/ittf/site/docs/t/css/fonts.css.ittf
1 $group2 $params &opt3 $if opt.useMaterialIcons4 font-face5 font-family 'Material Icons'6 font-style normal7 font-weight ${opt.materialIcons.fontWeight}8 - For IE6-89 src url(${opt.materialIcons.baseUrl}/MaterialIcons-Regular.eot)10 src local('Material Icons'),11 \b local('MaterialIcons-Regular'),12 \b url(${opt.materialIcons.baseUrl}/MaterialIcons-Regular.woff2) format('woff2'),13 \b url(${opt.materialIcons.baseUrl}/MaterialIcons-Regular.woff) format('woff'),14 \b url(${opt.materialIcons.baseUrl}/MaterialIcons-Regular.ttf) format('truetype')15 . material-icons16 font-family 'Material Icons'17 font-weight normal18 font-style normal19 - Preferred icon size20 font-size ${opt.materialIcons.size}21 display inline-block22 line-height 123 text-transform none24 letter-spacing normal25 word-wrap normal26 white-space nowrap27 direction ltr28 - Support for all WebKit browsers.29 -webkit-font-smoothing antialiased30 - Support for Safari and Chrome.31 text-rendering optimizeLegibility32 - Support for Firefox.33 -moz-osx-font-smoothing grayscale34 - Support for IE.35 @ font-feature-settings 'liga'36 - Rules for sizing the icon.37 . material-icons.md-1838 font-size 18px39 . material-icons.md-2440 font-size 24px41 . material-icons.md-3642 font-size 36px43 . material-icons.md-4844 font-size 48px45 - Rules for using icons as black on a light background.46 . material-icons.md-dark47 color rgba(0, 0, 0, 0.54)48 . material-icons.md-dark.md-inactive49 color rgba(0, 0, 0, 0.26)50 - Rules for using icons as white on a dark background.51 . material-icons.md-light52 color rgba(255, 255, 255, 1)53 . material-icons.md-light.md-inactive54 color rgba(255, 255, 255, 0.3)55 $if opt.useFontAwesome56 font-face57 font-family 'FontAwesome'58 src url('${opt.fontAwesome.baseUrl}/FontAwesome.eot?9h6hxj')59 src url('${opt.fontAwesome.baseUrl}/FontAwesome.eot?9h6hxj#iefix') format('embedded-opentype'),60 \b url('${opt.fontAwesome.baseUrl}/FontAwesome.woff?9h6hxj') format('woff'),61 \b url('${opt.fontAwesome.baseUrl}/FontAwesome.ttf?9h6hxj') format('truetype'),62 \b url('${opt.fontAwesome.baseUrl}/FontAwesome.svg?9h6hxj#FontAwesome') format('svg')63 font-weight normal64 font-style normal65 . fa66 display inline-block67 font normal normal normal 14px/1 FontAwesome68 font-size inherit69 text-rendering auto70 -webkit-font-smoothing antialiased71 -moz-osx-font-smoothing grayscale72 . fa-link:before73 content "\f0c1"74 . fa-pencil:before75 content "\f040"