From: Geoff Kimball Date: Fri, 20 Nov 2015 17:44:38 +0000 (-0800) Subject: Remove docs folder from .gitignore, fixes #7040 X-Git-Tag: v6.0.2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=571fa85d323d9c347a0ea5fa496677b16c7330dc;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Remove docs folder from .gitignore, fixes #7040 --- diff --git a/.gitignore b/.gitignore index a11a0784b..49c58fdb9 100644 --- a/.gitignore +++ b/.gitignore @@ -50,5 +50,4 @@ testing/_build pizza/ data.json -docs/* npm-debug.log diff --git a/docs/assets/scss/_banner.scss b/docs/assets/scss/_banner.scss new file mode 100644 index 000000000..47ad698cf --- /dev/null +++ b/docs/assets/scss/_banner.scss @@ -0,0 +1,66 @@ +/* Banner for announcements */ +a#notice { + display:block; + overflow: hidden; + position: relative; + padding: 1rem 0; + width:100%; + color: white; + // background: #FF6908    ; /* Old browsers */ + // background: -moz-linear-gradient(left, #C9025C     0%, #DB0A5B     100%); /* FF3.6+ */ + // background: -webkit-gradient(linear, left top, right top, color-stop(0%,#81CFE0    ), color-stop(100%,#DB0A5B    )); /* Chrome,Safari4+ */ + // background: -webkit-linear-gradient(left, #C9025C     0%,#DB0A5B     100%); /* Chrome10+,Safari5.1+ */ + // background: -o-linear-gradient(left, #C9025C     0%,#DB0A5B     100%); /* Opera 11.10+ */ + // background: -ms-linear-gradient(left, #C9025C     0%,#DB0A5B    100%); /* IE10+ */ + // background: linear-gradient(to right, #C9025C     0%,#DB0A5B    100%); /* W3C */ + // filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C9025C    ', endColorstr='#DB0A5B   ',GradientType=1 ); /* IE6-9 */ + background: rgba(15,28,33,1); +background: -moz-linear-gradient(top, rgba(15,28,33,1) 0%, rgba(38,54,62,1) 45%, rgba(79,88,99,1) 76%, rgba(198,134,127,1) 100%); +background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,28,33,1)), color-stop(45%, rgba(38,54,62,1)), color-stop(76%, rgba(79,88,99,1)), color-stop(100%, rgba(198,134,127,1))); +background: -webkit-linear-gradient(top, rgba(15,28,33,1) 0%, rgba(38,54,62,1) 45%, rgba(79,88,99,1) 76%, rgba(198,134,127,1) 100%); +background: -o-linear-gradient(top, rgba(15,28,33,1) 0%, rgba(38,54,62,1) 45%, rgba(79,88,99,1) 76%, rgba(198,134,127,1) 100%); +background: -ms-linear-gradient(top, rgba(15,28,33,1) 0%, rgba(38,54,62,1) 45%, rgba(79,88,99,1) 76%, rgba(198,134,127,1) 100%); +background: linear-gradient(to bottom, rgba(15,28,33,1) 0%, rgba(38,54,62,1) 45%, rgba(79,88,99,1) 76%, rgba(198,134,127,1) 100%); +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1c21    ', endColorstr='#c6867f    ', GradientType=0 ); + // span { + // border-bottom: #fff 4px dashed; + // width: 36%; + // position: absolute; + // bottom: 25px; + // &.left-side { left: 0; } + // &.right-side { right: 0; } + // @media only screen and (max-width: 1000px) { width: 30%; } + // @media only screen and (max-width: 675px) { width: 16%; } + // } + + .countdown { + display: inline; + color: #ffffff    ; + font-size: 16px; + font-weight: 700; + margin-left: 3px; + } + + .timer-colon { + margin: 0px -2px 0px -4px; + padding: 0; + } + + .timer-hour, .timer-minute, .timer-second { + letter-spacing: 2px; + } + + .info { + left: 0; + right: 0; + // top: 15px; + z-index: 20; + // width: 75%; + margin-left: auto; + margin-right: auto; + // position: absolute; + h5 { color: #ffffff    ; } + text-align: center; + @media only screen and (max-width: 675px) { width: 100%; padding: 0 15px 0px 15px; position: relative; } + } +} diff --git a/docs/partials/mobile-navigation.html b/docs/partials/mobile-navigation.html new file mode 100644 index 000000000..39bea534a --- /dev/null +++ b/docs/partials/mobile-navigation.html @@ -0,0 +1,6 @@ +
+
+ + Foundation +
+
diff --git a/docs/partials/navigation.html b/docs/partials/navigation.html new file mode 100644 index 000000000..5f9dec7d2 --- /dev/null +++ b/docs/partials/navigation.html @@ -0,0 +1,62 @@ +