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,15 @@
1
+ @charset "UTF-8";
2
+
3
+ // Mixins
4
+ // @import "components/prefixer";
5
+ @import "components/mixins";
6
+ @import "components/color";
7
+
8
+ // Variables;
9
+ @import "components/variables";
10
+
11
+ // components
12
+ @import "components/global";
13
+ @import "components/roboto";
14
+ @import "components/buttons";
15
+ @import "components/waves";
@@ -0,0 +1,88 @@
1
+ .btn, .btn-flat {
2
+
3
+ &:focus {
4
+ outline: 0 !important;
5
+ }
6
+
7
+ &.btn-istio {
8
+ background-color: $secondBrandColor;
9
+ color: $white;
10
+ font-weight: 300;
11
+ letter-spacing: 1px;
12
+ border-radius: 4px;
13
+
14
+ a {
15
+ color: $white;
16
+ }
17
+
18
+ // Inverse Colored Button
19
+ &.inverse {
20
+ background-color: transparent;
21
+ border: 2px solid $mainBrandColor;
22
+ border-radius: 4px;
23
+ color: $mainBrandColor;
24
+ }
25
+
26
+ &.btn-istio:hover {
27
+ background-color: $popBrandColor;
28
+ }
29
+
30
+ // Hero Button
31
+ &.btn-hero {
32
+ background-color: $white;
33
+ border: 2px solid $secondBrandColor;
34
+ border-radius: 4px;
35
+ color: $secondBrandColor;
36
+ font-weight: 500;
37
+ font-size: $font-size--primary;
38
+ }
39
+ }
40
+
41
+ // Floating Action Button
42
+ &.btn-floating {
43
+ background-color: $white;
44
+ height: 30px;
45
+ width: 30px;
46
+ z-index: $z-top;
47
+
48
+ @media (min-width: $tablet) {
49
+ height: 50px;
50
+ width: 50px;
51
+ }
52
+
53
+ &:hover,
54
+ &:focus {
55
+ background-color: $white;
56
+ }
57
+
58
+ &.down-caret {
59
+ bottom: -15px;
60
+ left: 50%;
61
+ padding: 0;
62
+ position: absolute;
63
+ transform: translateX(-50%);
64
+
65
+ @media (min-width: $tablet) {
66
+ bottom: -25px;
67
+ }
68
+ }
69
+ }
70
+ }
71
+
72
+ // Link Button
73
+ .btn-link {
74
+ display: inline-block;
75
+ cursor: pointer;
76
+ }
77
+
78
+ .icon-caret {
79
+ background: url('../img/caret.svg') no-repeat center/cover;
80
+ height: 20px;
81
+ margin: 3px auto 0;
82
+ width: 24px;
83
+
84
+ @media (min-width: $tablet) {
85
+ height: 45px;
86
+ width: 45px;
87
+ }
88
+ }
@@ -0,0 +1,64 @@
1
+ // Contribute links for Docs page
2
+ .docs .contribute-links {
3
+ top: 16px;
4
+ }
5
+
6
+ // Contribute links for other pages
7
+ .contribute .contribute-links {
8
+ top: 0;
9
+ }
10
+
11
+ // Contribute links
12
+ .contribute-links {
13
+ position: absolute;
14
+ right: 45px;
15
+ top: 0;
16
+ display: none;
17
+ font-weight: 300;
18
+
19
+ @media (min-width: $tablet) {
20
+ display: initial;
21
+ }
22
+
23
+ a {
24
+ font-size: .85rem;
25
+ display: inline-block;
26
+ color: $gray;
27
+
28
+ &::after {
29
+ content: none;
30
+ display: none;
31
+ }
32
+
33
+ &:hover {
34
+ color: $black;
35
+ }
36
+ }
37
+
38
+ p {
39
+ font-size: .85rem;
40
+ }
41
+
42
+ .file-name {
43
+ font-weight: 500;
44
+ }
45
+
46
+ .github {
47
+ margin-left: 20px;
48
+
49
+ &:before {
50
+ content: '';
51
+ display: inline-block;
52
+ background: url('../img/github.svg') no-repeat center/cover;
53
+ width: 32px;
54
+ height: 32px;
55
+ vertical-align: middle;
56
+ }
57
+
58
+ &:hover {
59
+ &:before {
60
+ background: url('../img/github-dark.svg') no-repeat center/cover;
61
+ }
62
+ }
63
+ }
64
+ }
@@ -0,0 +1,111 @@
1
+ // Bootstrap override - looks like this is missing?
2
+ .nav-tabs>li.active>a {
3
+ margin-right: 2px;
4
+ line-height: 1.42857143;
5
+ border: 1px solid #ddd;
6
+ border-bottom-color: transparent;
7
+ border-radius: 4px 4px 0 0;
8
+ }
9
+
10
+ // Documentation Navigation Bar
11
+ .doc-nav {
12
+ display: block;
13
+ margin-bottom: $spacing--xxxl;
14
+ margin-top: $spacing--m;
15
+ .doc-caret {
16
+ margin-right: 10px;
17
+ @media (min-width: $tablet) {
18
+ display: none;
19
+ }
20
+ }
21
+
22
+ .tab {
23
+ display: inline-block;
24
+
25
+ &.docs-tab a {
26
+ border-bottom: 2px solid $gray;
27
+ display: inline-block;
28
+ font-weight: 300;
29
+
30
+ @media (min-width: $tablet) {
31
+ display: none;
32
+ }
33
+ }
34
+
35
+ a {
36
+ border-bottom: 2px solid transparent;
37
+ color: $gray;
38
+ display: none;
39
+ font-size: .85rem;
40
+ font-weight: 400;
41
+ letter-spacing: 0.5px;
42
+ margin-right: 16px;
43
+
44
+ &:hover {
45
+ border-bottom: 2px solid $gray;
46
+ }
47
+
48
+ @media (min-width: $tablet) {
49
+ display: inline-block;
50
+ font-weight: 300;
51
+ }
52
+ }
53
+
54
+ .current {
55
+ border-bottom: 2px solid $gray;
56
+ color: $gray;
57
+ display: inline-block;
58
+
59
+ @media (min-width: $tablet) {
60
+ border-bottom: 2px solid $secondBrandColor !important;
61
+ color: $secondBrandColor;
62
+ }
63
+ }
64
+ }
65
+ }
66
+
67
+ // Documentation Side Navigation
68
+ .doc-side-nav {
69
+ margin-bottom: 20px;
70
+
71
+ @media (min-width: $tablet) {
72
+ margin-bottom: 0;
73
+ padding: $spacing--xs 0 $spacing--xl;
74
+ }
75
+
76
+ .current {
77
+ color: $popBrandColor;
78
+ font-weight: bold;
79
+ }
80
+
81
+ .doc-side-nav-title {
82
+ padding: $spacing--s;
83
+ font-weight: bold;
84
+ }
85
+
86
+ .doc-side-nav-list-item {
87
+ display: inline-block;
88
+ padding: 2px $spacing--s;
89
+ width: 100%;
90
+ }
91
+
92
+ a {
93
+ font-weight: normal;
94
+ }
95
+ }
96
+
97
+ .tree li {
98
+ padding-left: 20px;
99
+ }
100
+
101
+ .tree-toggle {
102
+ cursor: pointer;
103
+ margin-left: -1em;
104
+
105
+ .tree-toggle-link{
106
+ &, &:focus, &:hover{
107
+ color:#535f61 !important;
108
+ text-decoration: none;
109
+ }
110
+ }
111
+ }
@@ -0,0 +1,114 @@
1
+ footer {
2
+ background: linear-gradient(to right, $mainBrandColor, $secondBrandColor);
3
+ box-shadow: 0px 500px 0px 500px $footerColor;
4
+ color: $white;
5
+ overflow: hidden;
6
+ padding: 45px 0 50px 0;
7
+ position: relative;
8
+
9
+ @media (max-width: 767px) {
10
+ padding: 15px 0 35px;
11
+
12
+ ul {
13
+ &.active li {
14
+ display: initial;
15
+ }
16
+ }
17
+ }
18
+
19
+ li {
20
+ line-height: 1.1em;
21
+ }
22
+
23
+ a {
24
+ color: $white;
25
+ font-weight: 300;
26
+ font-size: .8em;
27
+ padding: 0px;
28
+ letter-spacing: .5px;
29
+ line-height: 1.1em;
30
+
31
+ &:hover {
32
+ text-decoration: underline;
33
+ color: $white;
34
+ }
35
+
36
+ &::after {
37
+ display: none;
38
+ }
39
+ }
40
+
41
+ .active {
42
+ display: initial;
43
+ }
44
+
45
+ .description {
46
+ padding-top: 20px;
47
+ color: $light-gray;
48
+ line-height: 1.6em;
49
+ font-size: 0.7em;
50
+ }
51
+
52
+ p.header {
53
+ font-weight: 400;
54
+ font-size: 1em;
55
+ letter-spacing: .5px;
56
+ cursor: auto;
57
+ padding: 10px 0;
58
+ position: relative;
59
+
60
+ &:after {
61
+ content: '';
62
+ background: url('../img/caret.svg') no-repeat center/cover;
63
+ background-size: contain;
64
+ height: 45px;
65
+ width: 35px;
66
+ position: absolute;
67
+ right: 0;
68
+ top: 5px;
69
+ cursor: pointer;
70
+ }
71
+ }
72
+
73
+ .footer-sections {
74
+ display: block;
75
+ width: 120%;
76
+ margin: 10px -15px;
77
+ background-color: rgba(234,234,234,0.1);
78
+ color: rgba(234,234,234,0.1);
79
+ border: none;
80
+ height: 1px;
81
+
82
+ @media (min-width: 768px) {
83
+ display: none;
84
+ }
85
+ }
86
+
87
+ @mixin social-icon($image-url) {
88
+ &::before {
89
+ content: '';
90
+ display: inline-block;
91
+ background: url($image-url) no-repeat center/cover;
92
+ width: 25px;
93
+ height: 25px;
94
+ vertical-align: middle;
95
+ margin: 0 15px 0 0;
96
+ }
97
+ }
98
+
99
+ .github {
100
+ @include social-icon('../img/github.png');
101
+ }
102
+
103
+ .group {
104
+ @include social-icon('../img/group.png');
105
+ }
106
+
107
+ .stack-overflow {
108
+ @include social-icon('../img/stackoverflow.png');
109
+ }
110
+
111
+ .twitter {
112
+ @include social-icon('../img/icon_twitter.svg');
113
+ }
114
+ }
@@ -0,0 +1,34 @@
1
+ // Background for nav and hero
2
+ .nav-hero-container {
3
+ *[id]:before {
4
+ display: block;
5
+ content: " ";
6
+ margin-top: -1em;
7
+ height: 1em;
8
+ visibility: hidden;
9
+ }
10
+
11
+
12
+ background: $mainBrandColor linear-gradient(to right, $mainBrandColor, $secondBrandColor) no-repeat center/cover;
13
+ z-index: 9010;
14
+ position: relative;
15
+ }
16
+
17
+ // Landing page hero
18
+ .hero {
19
+ position: relative;
20
+ text-align: center;
21
+
22
+ .logo {
23
+ margin-bottom: $spacing--l;
24
+ }
25
+
26
+ .hero-lead {
27
+ color: $white;
28
+ display: block;
29
+ font-size: 18px;
30
+ margin-top: 0;
31
+ margin-bottom: $spacing--l;
32
+ font-weight: 300;
33
+ }
34
+ }
@@ -0,0 +1,83 @@
1
+ .navbar-inverse .navbar-toggle,
2
+ .navbar-inverse .navbar-toggle:hover,
3
+ .navbar-inverse .navbar-toggle:focus {
4
+ background-color: transparent;
5
+ border-color: transparent !important;
6
+ }
7
+
8
+ #header-nav {
9
+ background: $mainBrandColor linear-gradient(to right, $mainBrandColor, $secondBrandColor) no-repeat center/cover;
10
+
11
+ padding-top: 10px;
12
+ padding-bottom: 10px;
13
+ }
14
+
15
+ @mixin underline() {
16
+ &:after{
17
+ background: $white;
18
+ bottom: 8px;
19
+ content: "";
20
+ height: 2px;
21
+ left: $spacing--xs;
22
+ margin: auto;
23
+ position: absolute;
24
+ right: $spacing--xs;
25
+ }
26
+ }
27
+
28
+ .brand-name {
29
+ color: $white;
30
+ font-weight: 300;
31
+ font-size: 1.7em;
32
+ vertical-align: bottom;
33
+ }
34
+
35
+ .navbar-brand {
36
+ padding: inherit;
37
+ line-height: inherit;
38
+ height: inherit;
39
+
40
+ img {
41
+ height: 3em;
42
+ }
43
+ }
44
+
45
+ .navbar-header {
46
+ margin-top: 15px;
47
+ margin-left: 15px;
48
+ }
49
+
50
+ .nav>li>a.current {
51
+ @include underline()
52
+ }
53
+
54
+ .nav li a:active, .nav li a:focus, .nav li a:hover {
55
+ border-bottom: 0;
56
+ }
57
+
58
+ .navbar {
59
+ margin-bottom: 0;
60
+ border: none;
61
+ border-radius: 0;
62
+ }
63
+
64
+ .navbar-inverse .navbar-nav>li>a {
65
+ color: $white;
66
+ }
67
+
68
+ .navbar-inverse .navbar-nav>li>a:hover {
69
+ @include underline();
70
+ }
71
+
72
+ .main-nav-dropdown>li>a:hover {
73
+ background-color: $white;
74
+ color: $secondBrandColor;
75
+ font-weight: bold;
76
+ }
77
+
78
+ .navbar-inverse .navbar-nav>.open>a,
79
+ .navbar-inverse .navbar-nav>.open>a:hover,
80
+ .navbar-inverse .navbar-nav>.open>a:focus {
81
+ color: #fff !important;
82
+ background-color: $thirdBrandColor;
83
+ }