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,72 @@
1
+ html, body, div, span, applet, object, iframe,
2
+ h1, h2, h3, h4, h5, h6, p, figure, blockquote,
3
+ a, abbr, acronym, address, big, cite,
4
+ del, dfn, em, font, ins, kbd, q, s, samp,
5
+ small, strike, strong, sub, sup, tt, var,
6
+ dl, dt, dd, ol, ul, li,
7
+ fieldset, form, label, legend,
8
+ table, caption, tbody, tfoot, thead, tr, th, td {
9
+ border: 0;
10
+ font-family: inherit;
11
+ font-size: 100%;
12
+ font-style: inherit;
13
+ font-weight: inherit;
14
+ margin: 0;
15
+ outline: 0;
16
+ padding: 0;
17
+ vertical-align: baseline;
18
+ }
19
+
20
+ html, body { overflow-x: hidden; }
21
+
22
+ :focus {
23
+ outline: 0;
24
+ }
25
+
26
+ body {
27
+ background: #FFF;
28
+ line-height: 1;
29
+ }
30
+
31
+ ol,
32
+ ul {
33
+ list-style: none;
34
+ }
35
+
36
+ table {
37
+ border-collapse: separate;
38
+ border-spacing: 0;
39
+ }
40
+
41
+ caption,
42
+ th,
43
+ td {
44
+ font-weight: normal;
45
+ text-align: left;
46
+ }
47
+
48
+ blockquote:before,
49
+ blockquote:after,
50
+ q:before,
51
+ q:after {
52
+ content: "";
53
+ }
54
+
55
+ blockquote,
56
+ q {
57
+ quotes: "" "";
58
+ }
59
+
60
+ a img {
61
+ border: 0;
62
+ }
63
+
64
+ article, aside, details, figcaption, figure,
65
+ footer, header, hgroup, menu, nav, section {
66
+ display: block;
67
+ }
68
+
69
+ a,
70
+ a:hover {
71
+ text-decoration: none;
72
+ }
@@ -0,0 +1,46 @@
1
+ h1 {
2
+ font-size: $font-size--xxl;
3
+ color: $secondBrandColor;
4
+ margin: $spacing--xl 0;
5
+ }
6
+
7
+ h2 {
8
+ font-size: $font-size--xl;
9
+ font-weight: 300;
10
+ color: $black;
11
+ }
12
+
13
+ h3 {
14
+ font-size: $font-size--l;
15
+ letter-spacing: 1px;
16
+ font-weight: 500;
17
+ color: $black;
18
+ }
19
+
20
+ h4 {
21
+ font-size: $font-size--l;
22
+ margin: $spacing--m 0;
23
+ }
24
+
25
+ h5 {
26
+ font-size: $font-size--s;
27
+ font-weight: 300;
28
+ color: $black;
29
+ }
30
+
31
+ h6 {
32
+ font-size: .9rem;
33
+ font-weight: 500;
34
+ color: $black;
35
+ }
36
+
37
+ p {
38
+ font-size: $font-size--xs;
39
+ font-weight: 300;
40
+ line-height: 1rem;
41
+ }
42
+
43
+ p.lead {
44
+ font-size: $font-size--m;
45
+ font-weight: 400;
46
+ }
@@ -0,0 +1,2 @@
1
+ .about {
2
+ }
@@ -0,0 +1,142 @@
1
+ .blog {
2
+
3
+ hr {
4
+ margin-bottom: 0;
5
+ }
6
+
7
+ hr:last-of-type {
8
+ display: none;
9
+ }
10
+
11
+ .post-thumbnail {
12
+ background-repeat: no-repeat;
13
+ background-size: contain;
14
+ border-radius: 50%;
15
+ height: 60px;
16
+ width: 60px;
17
+ }
18
+
19
+ .post-title {
20
+ color: $black;
21
+ font-size: 17px;
22
+ font-weight: 500;
23
+ letter-spacing: 1px;
24
+ margin: $spacing--xxxl 0 8px;
25
+ }
26
+
27
+ .post-date {
28
+ color: $black;
29
+ font-size: 11px;
30
+ }
31
+
32
+ .post-thumbnail {
33
+ display: inline-block;
34
+ margin: $spacing--s $spacing--xs 0 0;
35
+ vertical-align: top;
36
+ }
37
+
38
+ .post-author-company {
39
+ display: inline-block
40
+ }
41
+
42
+ .post-author, .post-company {
43
+ color: $gray;
44
+ display: block;
45
+ font-size: 13px;
46
+ }
47
+
48
+ .post-author {
49
+ margin-top: $spacing--xl;
50
+ }
51
+
52
+ .post-company {
53
+ margin-top: $spacing--xs;
54
+
55
+ a:after {
56
+ display: none;
57
+ }
58
+ }
59
+
60
+
61
+ .post-excerpt {
62
+
63
+ h2 {
64
+ font-size: 15px;
65
+ margin-top: $spacing--m;
66
+ }
67
+
68
+ p {
69
+ font-size: 14px;
70
+ margin-top: $spacing--m;
71
+ }
72
+ }
73
+
74
+ .read-more {
75
+ font-size: 14px;
76
+ margin: $spacing--xl 0;
77
+
78
+ .read-more-text::after {
79
+ background: url('../img/more-arrow.svg') no-repeat center/contain;
80
+ content: '';
81
+ display: inline-block;
82
+ height: 24px;
83
+ margin: 0 0 0 10px;
84
+ vertical-align: middle;
85
+ width: 24px;
86
+ }
87
+
88
+ .read-more-text {
89
+ &:hover {
90
+ &:after {
91
+ background: url('../img/more-arrow-dark.svg') no-repeat center/contain;
92
+ }
93
+ }
94
+ }
95
+ }
96
+
97
+ .pagination {
98
+ padding-bottom: $spacing--xxl;
99
+ width: 100%;
100
+ }
101
+
102
+ @mixin caret($deg) {
103
+ background: url('../img/caret.svg') no-repeat center/contain;
104
+ content: '';
105
+ display: inline-block;
106
+ height: 24px;
107
+ margin: 0;
108
+ transform: rotate($deg);
109
+ vertical-align: bottom;
110
+ width: 24px;
111
+ }
112
+
113
+ .caret-left {
114
+ @include caret(90deg);
115
+ }
116
+
117
+ .caret-right {
118
+ @include caret(-90deg);
119
+ }
120
+
121
+ .next,
122
+ .previous {
123
+ display: inline-block;
124
+ line-height: 22px;
125
+ padding: 0;
126
+ }
127
+
128
+ .next a,
129
+ .previous a {
130
+ &:hover {
131
+ span {
132
+ background: url("../img/caret-dark.svg") no-repeat center/contain;
133
+ }
134
+ }
135
+ }
136
+
137
+ .rssLink {
138
+ position: absolute;
139
+ top: 10px;
140
+ right: 0px;
141
+ }
142
+ }
@@ -0,0 +1,2 @@
1
+ .bugs {
2
+ }
@@ -0,0 +1,14 @@
1
+ .community {
2
+ table, th, td {
3
+ border-color: $light-gray;
4
+ }
5
+
6
+ td {
7
+ line-height: 1.15em;
8
+ vertical-align: middle;
9
+ }
10
+
11
+ td.logo {
12
+ width : 65px;
13
+ }
14
+ }
@@ -0,0 +1,42 @@
1
+ .docs {
2
+ .thin-left-border {
3
+ border-left: 1px solid rgba(0, 0, 0, .15);
4
+ }
5
+
6
+ .tab-neg-margin {
7
+ margin-left: -15px;
8
+ }
9
+
10
+ #sidebar-tab {
11
+ border: 1px solid rgba(0,0,0,0.10);
12
+ border-top-right-radius: 8px;
13
+ border-bottom-right-radius: 8px;
14
+ background-color: rgba(0,0,0,0.05);
15
+ padding: 10px 5px 10px 5px;
16
+ margin-top: -2px;
17
+ margin-right: 10px;
18
+ font-size: 1rem;
19
+ color: $black;
20
+
21
+ &, &:focus, &:hover, &:active{
22
+ color:black !important;
23
+ text-decoration: none !important;
24
+ }
25
+ }
26
+
27
+ #tab-container{
28
+ z-index:1000;
29
+ }
30
+
31
+ #sidebar-container {
32
+ float: left;
33
+ padding:0px;
34
+ background-color: #fff;
35
+ }
36
+
37
+ @media (max-width: 768px) {
38
+ #content-container{
39
+ clear:both;
40
+ }
41
+ }
42
+ }
@@ -0,0 +1,25 @@
1
+ .faq {
2
+ h4 {
3
+ margin: 0px;
4
+
5
+ a {
6
+ font-weight: 400;
7
+ }
8
+ }
9
+
10
+ .panel-body {
11
+ padding: 0px;
12
+ }
13
+
14
+ p {
15
+ padding-left: 20px;
16
+ }
17
+
18
+ ul {
19
+ padding-left: 30px;
20
+ }
21
+
22
+ ul p {
23
+ padding-left: 0px;
24
+ }
25
+ }
@@ -0,0 +1,192 @@
1
+ .landing {
2
+
3
+ /* base styles and > 770px height */
4
+ .nav-hero-container {
5
+ color: white;
6
+
7
+ .hero-title {
8
+ color: white;
9
+ margin: 80px 0 0 0;
10
+ padding: 0;
11
+ }
12
+ .hero-logo {
13
+ height: 180px;
14
+ margin: 98px 0 0 0;
15
+ padding: 0;
16
+ }
17
+ .hero-lead {
18
+ margin: 102px 0 0 0;
19
+ padding: 0px;
20
+ }
21
+ .hero-down-arrow {
22
+ display: inline-block;
23
+ margin: 60px 0 20px 0;
24
+ padding: 5px;
25
+ cursor: pointer;
26
+ }
27
+ }
28
+
29
+ /* < 550px height */
30
+ @media (max-height: 550px){
31
+ .nav-hero-container {
32
+ .hero-title {
33
+ margin: 30px 0 0 0;
34
+ }
35
+ .hero-logo {
36
+ margin: 28px 0 0 0;
37
+ }
38
+ .hero-lead {
39
+ margin: 32px 0 0 0;
40
+ }
41
+ .hero-down-arrow {
42
+ margin: 20px 0 20px 0;
43
+ }
44
+ }
45
+ }
46
+
47
+ /* 550 - 770px height */
48
+ @media (min-height: 550px) and (max-height: 770px) {
49
+ .hero {
50
+ height: calc(100vh - 70px);
51
+
52
+ .container {
53
+ height: 100%;
54
+ position: relative;
55
+ margin: 0;
56
+ padding: 0;
57
+ width: 100%;
58
+ }
59
+ }
60
+
61
+ .nav-hero-container {
62
+ height: calc(100vh - 70px);
63
+ min-height: 600px;
64
+
65
+ .hero-title {
66
+ position: absolute;
67
+ top: calc(10% - 70px);
68
+ transform: translate(0, -50%);
69
+ text-align: center;
70
+ width: 100%;
71
+ }
72
+ .hero-logo {
73
+ position: absolute;
74
+ left: 50%;
75
+ top: calc(55% - 70px);
76
+ transform: translate(-50%, -50%);
77
+ margin:0;
78
+ }
79
+ .hero-lead {
80
+ position: absolute;
81
+ top: 70%;
82
+ width: 100%;
83
+ text-align: center;
84
+ transform: translate(0, -50%);
85
+ margin:0;
86
+ }
87
+ .hero-down-arrow {
88
+ position: absolute;
89
+ bottom: 75px;
90
+ left: 50%;
91
+ transform: translate(-50%, 0);
92
+ }
93
+ }
94
+ }
95
+
96
+
97
+
98
+ /* default styles */
99
+ .section-content {
100
+ padding: 20px 20px 20px 20px;
101
+
102
+ p {
103
+ font-weight: 300;
104
+ font-size: 100%;
105
+ }
106
+ }
107
+
108
+ .landing-image {
109
+ padding-top: 10px;
110
+ padding-bottom: 20px;
111
+ max-height: 400px;
112
+ }
113
+
114
+ .jumbotron {
115
+ margin: 0;
116
+ }
117
+
118
+ .traffic, .policy {
119
+ background-color: white;
120
+ }
121
+
122
+ .resilience, .reporting, .resilience h2, .reporting h2 {
123
+ background-color: #f5f5f5;
124
+ }
125
+
126
+ .btn.btn-floating.down-caret {
127
+ position: relative;
128
+ transform: none;
129
+ bottom: 15px;
130
+ left: 49%;
131
+ }
132
+
133
+ #doc-call {
134
+ margin: 80px 0;
135
+ padding:0;
136
+ height:auto;
137
+
138
+ .doc-call-title{
139
+ margin:0;
140
+ padding:0;
141
+ }
142
+ .doc-call-text{
143
+ margin:20px 0 30px 0;
144
+ padding:0;
145
+ }
146
+ }
147
+
148
+ /* screens 1024px or larger */
149
+ @media (min-width: $desktop-small) {
150
+ .container-fluid {
151
+ height: 400px;
152
+ clear:both;
153
+ }
154
+ .landing-image {
155
+ position: relative;
156
+ top: 50%;
157
+ transform: translateY(-50%);
158
+ max-width: 55%;
159
+ padding-right: 20px;
160
+ padding-left: 20px;
161
+ }
162
+ .section-content {
163
+ padding: 10% 0;
164
+ position: relative;
165
+ top: 50%;
166
+ transform: translateY(-50%);
167
+ float: right;
168
+ width: 45%;
169
+
170
+ h2 {
171
+ font-size: 2rem;
172
+ background: transparent !important;
173
+ margin:0;
174
+ padding:0;
175
+ }
176
+ p {
177
+ padding:0;
178
+ margin:15px 0 30px 0;
179
+ font-size: 14px;
180
+ line-height: 1.5;
181
+ }
182
+ }
183
+ }
184
+
185
+ /* screens 1440px or larger */
186
+ @media (min-width: $desktop-large) {
187
+ .jumbotron {
188
+ padding-left: 200px;
189
+ padding-right: 200px;
190
+ }
191
+ }
192
+ }