testtheme 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (117) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +107 -0
  4. data/README.md~ +111 -0
  5. data/_includes/contribute-links.html +11 -0
  6. data/_includes/doc-side-nav.html +62 -0
  7. data/_includes/doc-top-nav.html +17 -0
  8. data/_includes/figure.html +22 -0
  9. data/_includes/footer.html +51 -0
  10. data/_includes/footer.html~ +52 -0
  11. data/_includes/home.html +4 -0
  12. data/_includes/nav.html +45 -0
  13. data/_includes/nav.html~ +45 -0
  14. data/_includes/search-box.html +14 -0
  15. data/_includes/search-box.html~ +14 -0
  16. data/_includes/section-index.html +42 -0
  17. data/_layouts/about.html +12 -0
  18. data/_layouts/base.html +82 -0
  19. data/_layouts/base.html~ +82 -0
  20. data/_layouts/blog.html +17 -0
  21. data/_layouts/bugs.html +12 -0
  22. data/_layouts/community.html +12 -0
  23. data/_layouts/compress.html +10 -0
  24. data/_layouts/default.html +12 -0
  25. data/_layouts/docs.html +62 -0
  26. data/_layouts/docs.html~ +22 -0
  27. data/_layouts/faq.html +10 -0
  28. data/_layouts/landing.html +8 -0
  29. data/_layouts/post.html +26 -0
  30. data/_layouts/search-results.html +35 -0
  31. data/_layouts/troubleshooting.html +12 -0
  32. data/_sass/base/_common.scss +89 -0
  33. data/_sass/base/_config.scss +59 -0
  34. data/_sass/base/_markdown.scss +114 -0
  35. data/_sass/base/_override.scss +82 -0
  36. data/_sass/base/_reset.scss +72 -0
  37. data/_sass/base/_text.scss +46 -0
  38. data/_sass/layouts/_about.scss +2 -0
  39. data/_sass/layouts/_blog.scss +142 -0
  40. data/_sass/layouts/_bugs.scss +2 -0
  41. data/_sass/layouts/_community.scss +14 -0
  42. data/_sass/layouts/_docs.scss +42 -0
  43. data/_sass/layouts/_faq.scss +25 -0
  44. data/_sass/layouts/_landing.scss +192 -0
  45. data/_sass/layouts/_post.scss +12 -0
  46. data/_sass/layouts/_search-results.scss +11 -0
  47. data/_sass/layouts/_troubleshooting.scss +2 -0
  48. data/_sass/layouts/_welcome.scss +2 -0
  49. data/_sass/main.scss +32 -0
  50. data/_sass/materialize/components/_buttons.scss +199 -0
  51. data/_sass/materialize/components/_color.scss +412 -0
  52. data/_sass/materialize/components/_global.scss +32 -0
  53. data/_sass/materialize/components/_mixins.scss +5 -0
  54. data/_sass/materialize/components/_roboto.scss +49 -0
  55. data/_sass/materialize/components/_variables.scss +309 -0
  56. data/_sass/materialize/components/_waves.scss +173 -0
  57. data/_sass/materialize/materialize.scss +15 -0
  58. data/_sass/modules/_buttons.scss +88 -0
  59. data/_sass/modules/_contribute-links.scss +64 -0
  60. data/_sass/modules/_doc-nav.scss +111 -0
  61. data/_sass/modules/_footer.scss +114 -0
  62. data/_sass/modules/_hero.scss +34 -0
  63. data/_sass/modules/_nav.scss +83 -0
  64. data/_sass/modules/_nav.scss~ +214 -0
  65. data/_sass/modules/_search-box.scss +47 -0
  66. data/_sass/modules/_section-index.scss +22 -0
  67. data/_sass/modules/_subscribe-form.scss +47 -0
  68. data/_sass/modules/_syntax-highlighting.scss +62 -0
  69. data/_sass/modules/_toc.scss +62 -0
  70. data/_sass/pages/_about.scss +374 -0
  71. data/_sass/pages/_blog.scss +149 -0
  72. data/_sass/pages/_community.scss +119 -0
  73. data/_sass/pages/_contribute.scss +5 -0
  74. data/_sass/pages/_docs.scss +72 -0
  75. data/_sass/pages/_faq.scss +37 -0
  76. data/_sass/pages/_glossary.scss +38 -0
  77. data/_sass/pages/_landing.scss +111 -0
  78. data/assets/css/styles.scss +71 -0
  79. data/assets/fonts/roboto/Roboto-Bold.eot +0 -0
  80. data/assets/fonts/roboto/Roboto-Bold.ttf +0 -0
  81. data/assets/fonts/roboto/Roboto-Bold.woff +0 -0
  82. data/assets/fonts/roboto/Roboto-Bold.woff2 +0 -0
  83. data/assets/fonts/roboto/Roboto-Light.eot +0 -0
  84. data/assets/fonts/roboto/Roboto-Light.ttf +0 -0
  85. data/assets/fonts/roboto/Roboto-Light.woff +0 -0
  86. data/assets/fonts/roboto/Roboto-Light.woff2 +0 -0
  87. data/assets/fonts/roboto/Roboto-Medium.eot +0 -0
  88. data/assets/fonts/roboto/Roboto-Medium.ttf +0 -0
  89. data/assets/fonts/roboto/Roboto-Medium.woff +0 -0
  90. data/assets/fonts/roboto/Roboto-Medium.woff2 +0 -0
  91. data/assets/fonts/roboto/Roboto-Regular.eot +0 -0
  92. data/assets/fonts/roboto/Roboto-Regular.ttf +0 -0
  93. data/assets/fonts/roboto/Roboto-Regular.woff +0 -0
  94. data/assets/fonts/roboto/Roboto-Regular.woff2 +0 -0
  95. data/assets/fonts/roboto/Roboto-Thin.eot +0 -0
  96. data/assets/fonts/roboto/Roboto-Thin.ttf +0 -0
  97. data/assets/fonts/roboto/Roboto-Thin.woff +0 -0
  98. data/assets/fonts/roboto/Roboto-Thin.woff2 +0 -0
  99. data/assets/img/caret-dark.svg +7 -0
  100. data/assets/img/caret.svg +7 -0
  101. data/assets/img/external-link-dark.svg +13 -0
  102. data/assets/img/external-link-icon.png +0 -0
  103. data/assets/img/external-link.svg +13 -0
  104. data/assets/img/github-dark.svg +15 -0
  105. data/assets/img/github-ribbon.svg +128 -0
  106. data/assets/img/github.png +0 -0
  107. data/assets/img/github.svg +15 -0
  108. data/assets/img/group.png +0 -0
  109. data/assets/img/hero-bg.png +0 -0
  110. data/assets/img/icon_github.svg +15 -0
  111. data/assets/img/more-arrow-dark.svg +13 -0
  112. data/assets/img/more-arrow.png +0 -0
  113. data/assets/img/more-arrow.svg +13 -0
  114. data/assets/img/slack.png +0 -0
  115. data/assets/img/stackoverflow.png +0 -0
  116. data/assets/img/x.svg +8 -0
  117. metadata +201 -0
@@ -0,0 +1,214 @@
1
+ // Top Static Nav
2
+ #common-nav{
3
+ background-color: transparent;
4
+ padding-top: $spacing--xs;
5
+ padding-bottom: $spacing --xs;
6
+
7
+ .nav {
8
+ display: none;
9
+ font-size: 13px;
10
+ letter-spacing: 1px;
11
+ text-align: right;
12
+ position: relative;
13
+ z-index: 9012;
14
+
15
+ li {
16
+ display: inline-block;
17
+ }
18
+
19
+ a {
20
+ color: $white;
21
+ }
22
+
23
+ @media (min-width: $tablet) {
24
+ display: initial;
25
+ }
26
+
27
+ }
28
+
29
+ @mixin underline() {
30
+ &:after{
31
+ background: $white;
32
+ bottom: 8px;
33
+ content: "";
34
+ height: 2px;
35
+ left: $spacing--xs;
36
+ margin: auto;
37
+ position: absolute;
38
+ right: $spacing--xs;
39
+ }
40
+ }
41
+
42
+ .nav li a:active, .nav li a:focus, .nav li a:hover {
43
+ background: initial;
44
+ border-bottom: 0;
45
+ color: $white;
46
+ @include underline();
47
+ }
48
+
49
+ .page-headline {
50
+ color: $white;
51
+ font-weight: 300;
52
+ }
53
+
54
+ span.page-headline {
55
+ font-size: 1.7em;
56
+ vertical-align: bottom;
57
+ }
58
+
59
+ .nav-logo {
60
+ height: 3em;
61
+ }
62
+
63
+
64
+ .navbar-toggle {
65
+ margin-right: -6px;
66
+ }
67
+
68
+ .nav .current{
69
+ @include underline();
70
+ }
71
+ }
72
+
73
+ .arrow-d,
74
+ .arrow-r {
75
+ cursor: pointer;
76
+
77
+ &::before{
78
+ font-family: monospace;
79
+ font-size: 1.25em;
80
+ font-weight: bold;
81
+ }
82
+ }
83
+
84
+ // Expandy nav items
85
+ .arrow-r::before {
86
+ content: "+";
87
+ margin-right: 8px;
88
+ }
89
+
90
+ .arrow-d::before {
91
+ content: "-";
92
+ margin-right: 8px;
93
+ }
94
+
95
+ .submenu-content {
96
+ display: none;
97
+ margin-left: $spacing--xl;
98
+ }
99
+
100
+ // Mobile Navigation
101
+ .top-nav {
102
+ background-color: #4f4f4f;
103
+ border-image: linear-gradient(to right, $black, rgba(0, 0, 0, 0)) 1 100%;
104
+ border-style: solid;
105
+ border-width: 5px 0 5px 5px;
106
+ display: initial;
107
+ height: 100vh;
108
+ position: fixed;
109
+ right: 0;
110
+ top: 0;
111
+ transition: $transition--secondary;
112
+ width: 300px;
113
+ z-index: $z-above-top;
114
+
115
+ @media (min-width: $tablet) {
116
+ display: none;
117
+ }
118
+
119
+ &.right {
120
+ right: -300px;
121
+ }
122
+
123
+ .icon-caret {
124
+ background: url('../img/caret.svg') no-repeat center/cover;
125
+ cursor: pointer;
126
+ height: 20px;
127
+ position: absolute;
128
+ right: $spacing--s;
129
+ top: 15px;
130
+ width: 45px;
131
+ }
132
+
133
+ .nav-item {
134
+ list-style: none;
135
+ padding-left: $spacing--s;
136
+ position: relative;
137
+
138
+ &:hover {
139
+
140
+ a:first-child p {
141
+ text-decoration: underline;
142
+ }
143
+ }
144
+
145
+ p {
146
+ line-height: 50px;
147
+ }
148
+ }
149
+
150
+ .doc-list {
151
+
152
+ li {
153
+ display: none;
154
+ }
155
+
156
+ &.active {
157
+ padding-bottom: 15px;
158
+
159
+ li {
160
+ display: block;
161
+ }
162
+ }
163
+
164
+ .nav-doc-tab {
165
+ color: $white;
166
+ font-size: 13px;
167
+ font-weight: 300;
168
+ letter-spacing: 1px;
169
+ line-height: 35px;
170
+ padding-left: $spacing--s;
171
+
172
+ &:hover {
173
+ text-decoration: underline;
174
+ }
175
+ }
176
+ }
177
+ .icon-close {
178
+ background: url('../img/x.svg') no-repeat center/cover;
179
+ cursor: pointer;
180
+ height: 20px;
181
+ position: absolute;
182
+ right: $spacing--s;
183
+ top: 15px;
184
+ width: 45px;
185
+ }
186
+
187
+ hr {
188
+ margin: 0;
189
+ border-top: 2px solid #565454;
190
+ }
191
+
192
+ a {
193
+ color: $white;
194
+ }
195
+ a.current {
196
+ text-decoration: underline;
197
+ }
198
+ }
199
+
200
+ // Sticky Nav
201
+ #sticky-nav{
202
+ @extend #common-nav;
203
+ background: $mainBrandColor no-repeat center/cover;
204
+ position: fixed;
205
+ width: 100%;
206
+ z-index: 9000;
207
+ top: -61px;
208
+ padding-bottom: 10px;
209
+ transition: $transition--secondary;
210
+ &.on-page {
211
+ top: 0;
212
+ }
213
+ }
214
+
@@ -0,0 +1,47 @@
1
+ .search-box {
2
+ right: 50px;
3
+ top: 3px;
4
+ display: block;
5
+ position: absolute;
6
+
7
+ input {
8
+ position: relative;
9
+ height: 30px;
10
+ padding: 0 10px;
11
+ line-height: 30px;
12
+ font-size: 16px;
13
+ vertical-align: top;
14
+ background: #fff;
15
+
16
+ border-color: $mainBrandColor;
17
+ border-radius: 4px;
18
+ border-width: 1px;
19
+ }
20
+
21
+ input::placeholder {
22
+ color: lighten($gray, 35%);
23
+ font-style: italic;
24
+ }
25
+ }
26
+
27
+ ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
28
+ color: pink;
29
+ }
30
+ ::-moz-placeholder { /* Firefox 19+ */
31
+ color: pink;
32
+ }
33
+ :-ms-input-placeholder { /* IE 10+ */
34
+ color: pink;
35
+ }
36
+ :-moz-placeholder { /* Firefox 18- */
37
+ color: pink;
38
+ }
39
+
40
+ .btn-search {
41
+ color: #aaa;
42
+ cursor:pointer;
43
+ padding-left: 5px;
44
+ font-size: 1.2em;
45
+ vertical-align: middle;
46
+ }
47
+
@@ -0,0 +1,22 @@
1
+ .section-index {
2
+
3
+ li.directory {
4
+ margin: 0px;
5
+ padding: 0px;
6
+ margin-top: 15px;
7
+ margin-left: 0px;
8
+ font-size: 1.20rem;
9
+ }
10
+
11
+ li.file {
12
+ margin: 0px;
13
+ padding: 0px;
14
+ margin-top: 10px;
15
+ list-style: none;
16
+ font-size: 1.10rem;
17
+ }
18
+
19
+ a {
20
+ font-weight: 400;
21
+ }
22
+ }
@@ -0,0 +1,47 @@
1
+ .subscribe-container {
2
+ margin: 50px 15px;
3
+ background-color: $light-gray;
4
+ padding: 10px 15px 20px;
5
+
6
+ @media (min-width: $tablet) {
7
+ margin: 50px auto;
8
+ max-width: initial;
9
+ }
10
+
11
+ .subscribe-title {
12
+ margin: 15px auto;
13
+ }
14
+
15
+ .email {
16
+ font-size: 14px;
17
+ width: 100%;
18
+ padding: 8px;
19
+ margin: 0 auto;
20
+ }
21
+
22
+ .response {
23
+ font-size: 12px;
24
+ line-height: 1.25;
25
+ font-weight: 300;
26
+ margin: 10px auto;
27
+ }
28
+
29
+ .btn {
30
+ margin: 10px auto 0;
31
+ box-sizing: border-box;
32
+ width: 100%;
33
+ }
34
+
35
+ .waves-button-input {
36
+ letter-spacing: 1px;
37
+ line-height: 34px;
38
+ }
39
+
40
+ // overrides for subscription errors
41
+ div.mce_inline_error {
42
+ font-size: 14px;
43
+ color: $errorColor;
44
+ font-weight: 300;
45
+ margin: 20px 0 0;
46
+ }
47
+ }
@@ -0,0 +1,62 @@
1
+ .highlight
2
+ {
3
+ .c { color: #999988; font-style: italic } /* Comment */
4
+ .err { color: #a61717; background-color: #e3d2d2 } /* Error */
5
+ .k { font-weight: bold } /* Keyword */
6
+ .o { font-weight: bold } /* Operator */
7
+ .cm { color: #999988; font-style: italic } /* Comment.Multiline */
8
+ .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
9
+ .c1 { color: #999988; font-style: italic } /* Comment.Single */
10
+ .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
11
+ .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
12
+ .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
13
+ .ge { font-style: italic } /* Generic.Emph */
14
+ .gr { color: #aa0000 } /* Generic.Error */
15
+ .gh { color: #999999 } /* Generic.Heading */
16
+ .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
17
+ .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
18
+ .go { color: #888888 } /* Generic.Output */
19
+ .gp { color: #555555 } /* Generic.Prompt */
20
+ .gs { font-weight: bold } /* Generic.Strong */
21
+ .gu { color: #aaaaaa } /* Generic.Subheading */
22
+ .gt { color: #aa0000 } /* Generic.Traceback */
23
+ .kc { font-weight: bold } /* Keyword.Constant */
24
+ .kd { font-weight: bold } /* Keyword.Declaration */
25
+ .kp { font-weight: bold } /* Keyword.Pseudo */
26
+ .kr { font-weight: bold } /* Keyword.Reserved */
27
+ .kt { color: #445588; font-weight: bold } /* Keyword.Type */
28
+ .m { color: #009999 } /* Literal.Number */
29
+ .s { color: #d14 } /* Literal.String */
30
+ .na { color: #008080 } /* Name.Attribute */
31
+ .nb { color: #0086B3 } /* Name.Builtin */
32
+ .nc { color: #445588; font-weight: bold } /* Name.Class */
33
+ .no { color: #008080 } /* Name.Constant */
34
+ .ni { color: #800080 } /* Name.Entity */
35
+ .ne { color: #990000; font-weight: bold } /* Name.Exception */
36
+ .nf { color: #990000; font-weight: bold } /* Name.Function */
37
+ .nn { color: #555555 } /* Name.Namespace */
38
+ .nt { color: #000080 } /* Name.Tag */
39
+ .nv { color: #008080 } /* Name.Variable */
40
+ .ow { font-weight: bold } /* Operator.Word */
41
+ .w { color: #bbbbbb } /* Text.Whitespace */
42
+ .mf { color: #009999 } /* Literal.Number.Float */
43
+ .mh { color: #009999 } /* Literal.Number.Hex */
44
+ .mi { color: #009999 } /* Literal.Number.Integer */
45
+ .mo { color: #009999 } /* Literal.Number.Oct */
46
+ .sb { color: #d14 } /* Literal.String.Backtick */
47
+ .sc { color: #d14 } /* Literal.String.Char */
48
+ .sd { color: #d14 } /* Literal.String.Doc */
49
+ .s2 { color: #d14 } /* Literal.String.Double */
50
+ .se { color: #d14 } /* Literal.String.Escape */
51
+ .sh { color: #d14 } /* Literal.String.Heredoc */
52
+ .si { color: #d14 } /* Literal.String.Interpol */
53
+ .sx { color: #d14 } /* Literal.String.Other */
54
+ .sr { color: #009926 } /* Literal.String.Regex */
55
+ .s1 { color: #d14 } /* Literal.String.Single */
56
+ .ss { color: #990073 } /* Literal.String.Symbol */
57
+ .bp { color: #999999 } /* Name.Builtin.Pseudo */
58
+ .vc { color: #008080 } /* Name.Variable.Class */
59
+ .vg { color: #008080 } /* Name.Variable.Global */
60
+ .vi { color: #008080 } /* Name.Variable.Instance */
61
+ .il { color: #009999 } /* Literal.Number.Integer.Long */
62
+ }
@@ -0,0 +1,62 @@
1
+ div.toc {
2
+ padding: 0px;
3
+ }
4
+
5
+ #toc {
6
+ ul {
7
+ margin: 10px;
8
+
9
+ ul {
10
+ margin-top: 0px;
11
+ margin-bottom: 0px;
12
+ margin-right: 0px;
13
+ }
14
+ }
15
+ }
16
+
17
+ .toc {
18
+ background-color: $light-gray;
19
+ border: 1px solid $gray;
20
+ border-radius: 6px;
21
+ display: none !important;
22
+ padding: 15px;
23
+ float: right;
24
+ margin-top: 15px;
25
+ z-index:1001;
26
+ position:relative;
27
+
28
+ @media (min-width: 1024px) {
29
+ display: block !important;
30
+ margin-left: 20px;
31
+ }
32
+
33
+ ul {
34
+ list-style-type: none !important;
35
+ font-size: 90%;
36
+
37
+ ul {
38
+ font-size: 90%;
39
+ padding-left: 10px;
40
+ }
41
+
42
+ a {
43
+ color: $dark-gray;
44
+ font-weight: normal;
45
+ }
46
+ }
47
+ }
48
+
49
+ .toc.mobile-toc {
50
+ display: none !important;
51
+
52
+ @media (max-width: 768px) {
53
+ margin-top: 30px;
54
+ display: block !important;
55
+ border-left: 4px solid $light-gray;
56
+ }
57
+ }
58
+
59
+ #doc-content{
60
+ z-index:1000;
61
+ position:relative;
62
+ }