pocket-theme 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (87) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +2 -0
  4. data/_config.yml +56 -0
  5. data/_includes/annual-list.html +34 -0
  6. data/_includes/archive-list.html +51 -0
  7. data/_includes/footer.html +21 -0
  8. data/_includes/header.html +9 -0
  9. data/_includes/meta.html +30 -0
  10. data/_includes/style.scss +74 -0
  11. data/_layouts/.DS_Store +0 -0
  12. data/_layouts/archive.html +34 -0
  13. data/_layouts/default.html +29 -0
  14. data/_layouts/home.html +34 -0
  15. data/_layouts/page.html +29 -0
  16. data/_layouts/post.html +44 -0
  17. data/_sass/_aspect-ratios.scss +142 -0
  18. data/_sass/_background-position.scss +133 -0
  19. data/_sass/_background-size.scss +41 -0
  20. data/_sass/_border-colors.scss +93 -0
  21. data/_sass/_border-radius.scss +134 -0
  22. data/_sass/_border-style.scss +55 -0
  23. data/_sass/_border-widths.scss +81 -0
  24. data/_sass/_borders.scss +65 -0
  25. data/_sass/_box-shadow.scss +48 -0
  26. data/_sass/_box-sizing.scss +50 -0
  27. data/_sass/_c-elements.scss +142 -0
  28. data/_sass/_c-tokens.scss +132 -0
  29. data/_sass/_c.scss +57 -0
  30. data/_sass/_clears.scss +47 -0
  31. data/_sass/_code.scss +18 -0
  32. data/_sass/_colors.scss +84 -0
  33. data/_sass/_coordinates.scss +153 -0
  34. data/_sass/_debug-children.scss +21 -0
  35. data/_sass/_debug-grid.scss +33 -0
  36. data/_sass/_debug.scss +127 -0
  37. data/_sass/_debug_children.scss +18 -0
  38. data/_sass/_display.scss +111 -0
  39. data/_sass/_flexbox.scss +233 -0
  40. data/_sass/_floats.scss +56 -0
  41. data/_sass/_font-family.scss +107 -0
  42. data/_sass/_font-style.scss +36 -0
  43. data/_sass/_font-weight.scss +87 -0
  44. data/_sass/_forms.scss +23 -0
  45. data/_sass/_gradients.scss +29 -0
  46. data/_sass/_heights.scss +131 -0
  47. data/_sass/_hovers.scss +167 -0
  48. data/_sass/_images.scss +18 -0
  49. data/_sass/_letter-spacing.scss +40 -0
  50. data/_sass/_line-height.scss +41 -0
  51. data/_sass/_links.scss +34 -0
  52. data/_sass/_lists.scss +15 -0
  53. data/_sass/_max-widths.scss +105 -0
  54. data/_sass/_media-queries.scss +43 -0
  55. data/_sass/_module-template.scss +29 -0
  56. data/_sass/_negative-margins.scss +206 -0
  57. data/_sass/_nested.scss +64 -0
  58. data/_sass/_normalize.scss +454 -0
  59. data/_sass/_opacity.scss +27 -0
  60. data/_sass/_outlines.scss +39 -0
  61. data/_sass/_overflow.scss +82 -0
  62. data/_sass/_position.scss +44 -0
  63. data/_sass/_rotations.scss +50 -0
  64. data/_sass/_skins-pseudo.scss +243 -0
  65. data/_sass/_skins.scss +143 -0
  66. data/_sass/_spacing.scss +956 -0
  67. data/_sass/_styles.scss +15 -0
  68. data/_sass/_tables.scss +42 -0
  69. data/_sass/_tachyons-4.8.1.scss +2 -0
  70. data/_sass/_text-align.scss +54 -0
  71. data/_sass/_text-decoration.scss +42 -0
  72. data/_sass/_text-transform.scss +53 -0
  73. data/_sass/_type-scale.scss +102 -0
  74. data/_sass/_typography.scss +129 -0
  75. data/_sass/_utilities.scss +57 -0
  76. data/_sass/_variables.scss +6 -0
  77. data/_sass/_vertical-align.scss +43 -0
  78. data/_sass/_visibility.scss +58 -0
  79. data/_sass/_white-space.scss +41 -0
  80. data/_sass/_widths.scss +150 -0
  81. data/_sass/_word-break.scss +43 -0
  82. data/_sass/_z-index.scss +60 -0
  83. data/assets/.DS_Store +0 -0
  84. data/assets/images/rss.svg +1 -0
  85. data/assets/images/sta.webp +0 -0
  86. data/assets/style.scss +78 -0
  87. metadata +171 -0
data/_sass/_debug.scss ADDED
@@ -0,0 +1,127 @@
1
+
2
+ // Converted Variables
3
+
4
+
5
+ // Custom Media Query Variables
6
+
7
+
8
+
9
+ body { outline: 1px solid #2980B9!important; }
10
+ article { outline: 1px solid #3498DB!important; }
11
+ nav { outline: 1px solid #0088C3!important; }
12
+ aside { outline: 1px solid #33A0CE!important; }
13
+ section { outline: 1px solid #66B8DA!important; }
14
+ header { outline: 1px solid #99CFE7!important; }
15
+ footer { outline: 1px solid #CCE7F3!important; }
16
+ h1 { outline: 1px solid #162544!important; }
17
+ h2 { outline: 1px solid #314E6E!important; }
18
+ h3 { outline: 1px solid #3E5E85!important; }
19
+ h4 { outline: 1px solid #449BAF!important; }
20
+ h5 { outline: 1px solid #C7D1CB!important; }
21
+ h6 { outline: 1px solid #4371D0!important; }
22
+ main { outline: 1px solid #2F4F90!important; }
23
+ address { outline: 1px solid #1A2C51!important; }
24
+ div { outline: 1px solid #036CDB!important; }
25
+
26
+
27
+ p { outline: 1px solid #AC050B!important; }
28
+ hr { outline: 1px solid #FF063F!important; }
29
+ pre { outline: 1px solid #850440!important; }
30
+ blockquote { outline: 1px solid #F1B8E7!important; }
31
+ ol { outline: 1px solid #FF050C!important; }
32
+ ul { outline: 1px solid #D90416!important; }
33
+ li { outline: 1px solid #D90416!important; }
34
+ dl { outline: 1px solid #FD3427!important; }
35
+ dt { outline: 1px solid #FF0043!important; }
36
+ dd { outline: 1px solid #E80174!important; }
37
+ figure { outline: 1px solid #FF00BB!important; }
38
+ figcaption { outline: 1px solid #BF0032!important; }
39
+
40
+
41
+
42
+ table { outline: 1px solid #00CC99!important; }
43
+ caption { outline: 1px solid #37FFC4!important; }
44
+ thead { outline: 1px solid #98DACA!important; }
45
+ tbody { outline: 1px solid #64A7A0!important; }
46
+ tfoot { outline: 1px solid #22746B!important; }
47
+ tr { outline: 1px solid #86C0B2!important; }
48
+ th { outline: 1px solid #A1E7D6!important; }
49
+ td { outline: 1px solid #3F5A54!important; }
50
+ col { outline: 1px solid #6C9A8F!important; }
51
+ colgroup { outline: 1px solid #6C9A9D!important; }
52
+
53
+
54
+ button { outline: 1px solid #DA8301!important; }
55
+ datalist { outline: 1px solid #C06000!important; }
56
+ fieldset { outline: 1px solid #D95100!important; }
57
+ form { outline: 1px solid #D23600!important; }
58
+ input { outline: 1px solid #FCA600!important; }
59
+ keygen { outline: 1px solid #B31E00!important; }
60
+ label { outline: 1px solid #EE8900!important; }
61
+ legend { outline: 1px solid #DE6D00!important; }
62
+ meter { outline: 1px solid #E8630C!important; }
63
+ optgroup { outline: 1px solid #B33600!important; }
64
+ option { outline: 1px solid #FF8A00!important; }
65
+ output { outline: 1px solid #FF9619!important; }
66
+ progress { outline: 1px solid #E57C00!important; }
67
+ select { outline: 1px solid #E26E0F!important; }
68
+ textarea { outline: 1px solid #CC5400!important; }
69
+
70
+
71
+
72
+ details { outline: 1px solid #33848F!important; }
73
+ summary { outline: 1px solid #60A1A6!important; }
74
+ command { outline: 1px solid #438DA1!important; }
75
+ menu { outline: 1px solid #449DA6!important; }
76
+
77
+
78
+
79
+ del { outline: 1px solid #BF0000!important; }
80
+ ins { outline: 1px solid #400000!important; }
81
+
82
+
83
+
84
+ img { outline: 1px solid #22746B!important; }
85
+ iframe { outline: 1px solid #64A7A0!important; }
86
+ embed { outline: 1px solid #98DACA!important; }
87
+ object { outline: 1px solid #00CC99!important; }
88
+ param { outline: 1px solid #37FFC4!important; }
89
+ video { outline: 1px solid #6EE866!important; }
90
+ audio { outline: 1px solid #027353!important; }
91
+ source { outline: 1px solid #012426!important; }
92
+ canvas { outline: 1px solid #A2F570!important; }
93
+ track { outline: 1px solid #59A600!important; }
94
+ map { outline: 1px solid #7BE500!important; }
95
+ area { outline: 1px solid #305900!important; }
96
+
97
+
98
+
99
+ a { outline: 1px solid #FF62AB!important; }
100
+ em { outline: 1px solid #800B41!important; }
101
+ strong { outline: 1px solid #FF1583!important; }
102
+ i { outline: 1px solid #803156!important; }
103
+ b { outline: 1px solid #CC1169!important; }
104
+ u { outline: 1px solid #FF0430!important; }
105
+ s { outline: 1px solid #F805E3!important; }
106
+ small { outline: 1px solid #D107B2!important; }
107
+ abbr { outline: 1px solid #4A0263!important; }
108
+ q { outline: 1px solid #240018!important; }
109
+ cite { outline: 1px solid #64003C!important; }
110
+ dfn { outline: 1px solid #B4005A!important; }
111
+ sub { outline: 1px solid #DBA0C8!important; }
112
+ sup { outline: 1px solid #CC0256!important; }
113
+ time { outline: 1px solid #D6606D!important; }
114
+ code { outline: 1px solid #E04251!important; }
115
+ kbd { outline: 1px solid #5E001F!important; }
116
+ samp { outline: 1px solid #9C0033!important; }
117
+ var { outline: 1px solid #D90047!important; }
118
+ mark { outline: 1px solid #FF0053!important; }
119
+ bdi { outline: 1px solid #BF3668!important; }
120
+ bdo { outline: 1px solid #6F1400!important; }
121
+ ruby { outline: 1px solid #FF7B93!important; }
122
+ rt { outline: 1px solid #FF2F54!important; }
123
+ rp { outline: 1px solid #803E49!important; }
124
+ span { outline: 1px solid #CC2643!important; }
125
+ br { outline: 1px solid #DB687D!important; }
126
+ wbr { outline: 1px solid #DB175B!important; }
127
+
@@ -0,0 +1,18 @@
1
+
2
+ // Converted Variables
3
+
4
+
5
+ // Custom Media Query Variables
6
+
7
+
8
+ /*
9
+
10
+ DEBUG CHILDREN
11
+
12
+ Just add the debug class to any element to see outlines on its
13
+ children.
14
+
15
+ */
16
+
17
+ .debug * { outline: 1px solid gold; }
18
+
@@ -0,0 +1,111 @@
1
+
2
+ // Converted Variables
3
+
4
+
5
+ // Custom Media Query Variables
6
+
7
+
8
+ /*
9
+
10
+ DISPLAY
11
+ Docs: http://tachyons.io/docs/layout/display
12
+
13
+ Base:
14
+ d = display
15
+
16
+ Modifiers:
17
+ n = none
18
+ b = block
19
+ ib = inline-block
20
+ it = inline-table
21
+ t = table
22
+ tc = table-cell
23
+ t-row = table-row
24
+ t-columm = table-column
25
+ t-column-group = table-column-group
26
+
27
+ Media Query Extensions:
28
+ -ns = not-small
29
+ -m = medium
30
+ -l = large
31
+
32
+ */
33
+
34
+ .dn { display: none; }
35
+ .di { display: inline; }
36
+ .db { display: block; }
37
+ .dib { display: inline-block; }
38
+ .dit { display: inline-table; }
39
+ .dt { display: table; }
40
+ .dtc { display: table-cell; }
41
+ .dt-row { display: table-row; }
42
+ .dt-row-group { display: table-row-group; }
43
+ .dt-column { display: table-column; }
44
+ .dt-column-group { display: table-column-group; }
45
+
46
+ /*
47
+ This will set table to full width and then
48
+ all cells will be equal width
49
+ */
50
+ .dt--fixed {
51
+ table-layout: fixed;
52
+ width: 100%;
53
+ }
54
+
55
+ @media #{$breakpoint-not-small} {
56
+ .dn-ns { display: none; }
57
+ .di-ns { display: inline; }
58
+ .db-ns { display: block; }
59
+ .dib-ns { display: inline-block; }
60
+ .dit-ns { display: inline-table; }
61
+ .dt-ns { display: table; }
62
+ .dtc-ns { display: table-cell; }
63
+ .dt-row-ns { display: table-row; }
64
+ .dt-row-group-ns { display: table-row-group; }
65
+ .dt-column-ns { display: table-column; }
66
+ .dt-column-group-ns { display: table-column-group; }
67
+
68
+ .dt--fixed-ns {
69
+ table-layout: fixed;
70
+ width: 100%;
71
+ }
72
+ }
73
+
74
+ @media #{$breakpoint-medium} {
75
+ .dn-m { display: none; }
76
+ .di-m { display: inline; }
77
+ .db-m { display: block; }
78
+ .dib-m { display: inline-block; }
79
+ .dit-m { display: inline-table; }
80
+ .dt-m { display: table; }
81
+ .dtc-m { display: table-cell; }
82
+ .dt-row-m { display: table-row; }
83
+ .dt-row-group-m { display: table-row-group; }
84
+ .dt-column-m { display: table-column; }
85
+ .dt-column-group-m { display: table-column-group; }
86
+
87
+ .dt--fixed-m {
88
+ table-layout: fixed;
89
+ width: 100%;
90
+ }
91
+ }
92
+
93
+ @media #{$breakpoint-large} {
94
+ .dn-l { display: none; }
95
+ .di-l { display: inline; }
96
+ .db-l { display: block; }
97
+ .dib-l { display: inline-block; }
98
+ .dit-l { display: inline-table; }
99
+ .dt-l { display: table; }
100
+ .dtc-l { display: table-cell; }
101
+ .dt-row-l { display: table-row; }
102
+ .dt-row-group-l { display: table-row-group; }
103
+ .dt-column-l { display: table-column; }
104
+ .dt-column-group-l { display: table-column-group; }
105
+
106
+ .dt--fixed-l {
107
+ table-layout: fixed;
108
+ width: 100%;
109
+ }
110
+ }
111
+
@@ -0,0 +1,233 @@
1
+
2
+ // Converted Variables
3
+
4
+
5
+ // Custom Media Query Variables
6
+
7
+
8
+ /*
9
+
10
+ FLEXBOX
11
+
12
+ Media Query Extensions:
13
+ -ns = not-small
14
+ -m = medium
15
+ -l = large
16
+
17
+ */
18
+
19
+ .flex { display: flex; }
20
+ .inline-flex { display: inline-flex; }
21
+
22
+ /* 1. Fix for Chrome 44 bug.
23
+ * https://code.google.com/p/chromium/issues/detail?id=506893 */
24
+ .flex-auto {
25
+ flex: 1 1 auto;
26
+ min-width: 0; /* 1 */
27
+ min-height: 0; /* 1 */
28
+ }
29
+
30
+ .flex-none { flex: none; }
31
+
32
+ .flex-column { flex-direction: column; }
33
+ .flex-row { flex-direction: row; }
34
+ .flex-wrap { flex-wrap: wrap; }
35
+ .flex-nowrap { flex-wrap: nowrap; }
36
+ .flex-wrap-reverse { flex-wrap: wrap-reverse; }
37
+ .flex-column-reverse { flex-direction: column-reverse; }
38
+ .flex-row-reverse { flex-direction: row-reverse; }
39
+
40
+ .items-start { align-items: flex-start; }
41
+ .items-end { align-items: flex-end; }
42
+ .items-center { align-items: center; }
43
+ .items-baseline { align-items: baseline; }
44
+ .items-stretch { align-items: stretch; }
45
+
46
+ .self-start { align-self: flex-start; }
47
+ .self-end { align-self: flex-end; }
48
+ .self-center { align-self: center; }
49
+ .self-baseline { align-self: baseline; }
50
+ .self-stretch { align-self: stretch; }
51
+
52
+ .justify-start { justify-content: flex-start; }
53
+ .justify-end { justify-content: flex-end; }
54
+ .justify-center { justify-content: center; }
55
+ .justify-between { justify-content: space-between; }
56
+ .justify-around { justify-content: space-around; }
57
+
58
+ .content-start { align-content: flex-start; }
59
+ .content-end { align-content: flex-end; }
60
+ .content-center { align-content: center; }
61
+ .content-between { align-content: space-between; }
62
+ .content-around { align-content: space-around; }
63
+ .content-stretch { align-content: stretch; }
64
+
65
+ .order-0 { order: 0; }
66
+ .order-1 { order: 1; }
67
+ .order-2 { order: 2; }
68
+ .order-3 { order: 3; }
69
+ .order-4 { order: 4; }
70
+ .order-5 { order: 5; }
71
+ .order-6 { order: 6; }
72
+ .order-7 { order: 7; }
73
+ .order-8 { order: 8; }
74
+ .order-last { order: 99999; }
75
+
76
+ @media #{$breakpoint-not-small} {
77
+ .flex-ns { display: flex; }
78
+ .inline-flex-ns { display: inline-flex; }
79
+ .flex-auto-ns {
80
+ flex: 1 1 auto;
81
+ min-width: 0; /* 1 */
82
+ min-height: 0; /* 1 */
83
+ }
84
+ .flex-none-ns { flex: none; }
85
+ .flex-column-ns { flex-direction: column; }
86
+ .flex-row-ns { flex-direction: row; }
87
+ .flex-wrap-ns { flex-wrap: wrap; }
88
+ .flex-nowrap-ns { flex-wrap: nowrap; }
89
+ .flex-wrap-reverse-ns { flex-wrap: wrap-reverse; }
90
+ .flex-column-reverse-ns { flex-direction: column-reverse; }
91
+ .flex-row-reverse-ns { flex-direction: row-reverse; }
92
+ .items-start-ns { align-items: flex-start; }
93
+ .items-end-ns { align-items: flex-end; }
94
+ .items-center-ns { align-items: center; }
95
+ .items-baseline-ns { align-items: baseline; }
96
+ .items-stretch-ns { align-items: stretch; }
97
+
98
+ .self-start-ns { align-self: flex-start; }
99
+ .self-end-ns { align-self: flex-end; }
100
+ .self-center-ns { align-self: center; }
101
+ .self-baseline-ns { align-self: baseline; }
102
+ .self-stretch-ns { align-self: stretch; }
103
+
104
+ .justify-start-ns { justify-content: flex-start; }
105
+ .justify-end-ns { justify-content: flex-end; }
106
+ .justify-center-ns { justify-content: center; }
107
+ .justify-between-ns { justify-content: space-between; }
108
+ .justify-around-ns { justify-content: space-around; }
109
+
110
+ .content-start-ns { align-content: flex-start; }
111
+ .content-end-ns { align-content: flex-end; }
112
+ .content-center-ns { align-content: center; }
113
+ .content-between-ns { align-content: space-between; }
114
+ .content-around-ns { align-content: space-around; }
115
+ .content-stretch-ns { align-content: stretch; }
116
+
117
+ .order-0-ns { order: 0; }
118
+ .order-1-ns { order: 1; }
119
+ .order-2-ns { order: 2; }
120
+ .order-3-ns { order: 3; }
121
+ .order-4-ns { order: 4; }
122
+ .order-5-ns { order: 5; }
123
+ .order-6-ns { order: 6; }
124
+ .order-7-ns { order: 7; }
125
+ .order-8-ns { order: 8; }
126
+ .order-last-ns { order: 99999; }
127
+ }
128
+ @media #{$breakpoint-medium} {
129
+ .flex-m { display: flex; }
130
+ .inline-flex-m { display: inline-flex; }
131
+ .flex-auto-m {
132
+ flex: 1 1 auto;
133
+ min-width: 0; /* 1 */
134
+ min-height: 0; /* 1 */
135
+ }
136
+ .flex-none-m { flex: none; }
137
+ .flex-column-m { flex-direction: column; }
138
+ .flex-row-m { flex-direction: row; }
139
+ .flex-wrap-m { flex-wrap: wrap; }
140
+ .flex-nowrap-m { flex-wrap: nowrap; }
141
+ .flex-wrap-reverse-m { flex-wrap: wrap-reverse; }
142
+ .flex-column-reverse-m { flex-direction: column-reverse; }
143
+ .flex-row-reverse-m { flex-direction: row-reverse; }
144
+ .items-start-m { align-items: flex-start; }
145
+ .items-end-m { align-items: flex-end; }
146
+ .items-center-m { align-items: center; }
147
+ .items-baseline-m { align-items: baseline; }
148
+ .items-stretch-m { align-items: stretch; }
149
+
150
+ .self-start-m { align-self: flex-start; }
151
+ .self-end-m { align-self: flex-end; }
152
+ .self-center-m { align-self: center; }
153
+ .self-baseline-m { align-self: baseline; }
154
+ .self-stretch-m { align-self: stretch; }
155
+
156
+ .justify-start-m { justify-content: flex-start; }
157
+ .justify-end-m { justify-content: flex-end; }
158
+ .justify-center-m { justify-content: center; }
159
+ .justify-between-m { justify-content: space-between; }
160
+ .justify-around-m { justify-content: space-around; }
161
+
162
+ .content-start-m { align-content: flex-start; }
163
+ .content-end-m { align-content: flex-end; }
164
+ .content-center-m { align-content: center; }
165
+ .content-between-m { align-content: space-between; }
166
+ .content-around-m { align-content: space-around; }
167
+ .content-stretch-m { align-content: stretch; }
168
+
169
+ .order-0-m { order: 0; }
170
+ .order-1-m { order: 1; }
171
+ .order-2-m { order: 2; }
172
+ .order-3-m { order: 3; }
173
+ .order-4-m { order: 4; }
174
+ .order-5-m { order: 5; }
175
+ .order-6-m { order: 6; }
176
+ .order-7-m { order: 7; }
177
+ .order-8-m { order: 8; }
178
+ .order-last-m { order: 99999; }
179
+ }
180
+
181
+ @media #{$breakpoint-large} {
182
+ .flex-l { display: flex; }
183
+ .inline-flex-l { display: inline-flex; }
184
+ .flex-auto-l {
185
+ flex: 1 1 auto;
186
+ min-width: 0; /* 1 */
187
+ min-height: 0; /* 1 */
188
+ }
189
+ .flex-none-l { flex: none; }
190
+ .flex-column-l { flex-direction: column; }
191
+ .flex-row-l { flex-direction: row; }
192
+ .flex-wrap-l { flex-wrap: wrap; }
193
+ .flex-nowrap-l { flex-wrap: nowrap; }
194
+ .flex-wrap-reverse-l { flex-wrap: wrap-reverse; }
195
+ .flex-column-reverse-l { flex-direction: column-reverse; }
196
+ .flex-row-reverse-l { flex-direction: row-reverse; }
197
+
198
+ .items-start-l { align-items: flex-start; }
199
+ .items-end-l { align-items: flex-end; }
200
+ .items-center-l { align-items: center; }
201
+ .items-baseline-l { align-items: baseline; }
202
+ .items-stretch-l { align-items: stretch; }
203
+
204
+ .self-start-l { align-self: flex-start; }
205
+ .self-end-l { align-self: flex-end; }
206
+ .self-center-l { align-self: center; }
207
+ .self-baseline-l { align-self: baseline; }
208
+ .self-stretch-l { align-self: stretch; }
209
+
210
+ .justify-start-l { justify-content: flex-start; }
211
+ .justify-end-l { justify-content: flex-end; }
212
+ .justify-center-l { justify-content: center; }
213
+ .justify-between-l { justify-content: space-between; }
214
+ .justify-around-l { justify-content: space-around; }
215
+
216
+ .content-start-l { align-content: flex-start; }
217
+ .content-end-l { align-content: flex-end; }
218
+ .content-center-l { align-content: center; }
219
+ .content-between-l { align-content: space-between; }
220
+ .content-around-l { align-content: space-around; }
221
+ .content-stretch-l { align-content: stretch; }
222
+
223
+ .order-0-l { order: 0; }
224
+ .order-1-l { order: 1; }
225
+ .order-2-l { order: 2; }
226
+ .order-3-l { order: 3; }
227
+ .order-4-l { order: 4; }
228
+ .order-5-l { order: 5; }
229
+ .order-6-l { order: 6; }
230
+ .order-7-l { order: 7; }
231
+ .order-8-l { order: 8; }
232
+ .order-last-l { order: 99999; }
233
+ }
@@ -0,0 +1,56 @@
1
+
2
+ // Converted Variables
3
+
4
+
5
+ // Custom Media Query Variables
6
+
7
+
8
+ /*
9
+
10
+ FLOATS
11
+ http://tachyons.io/docs/layout/floats/
12
+
13
+ 1. Floated elements are automatically rendered as block level elements.
14
+ Setting floats to display inline will fix the double margin bug in
15
+ ie6. You know... just in case.
16
+
17
+ 2. Don't forget to clearfix your floats with .cf
18
+
19
+ Base:
20
+ f = float
21
+
22
+ Modifiers:
23
+ l = left
24
+ r = right
25
+ n = none
26
+
27
+ Media Query Extensions:
28
+ -ns = not-small
29
+ -m = medium
30
+ -l = large
31
+
32
+ */
33
+
34
+
35
+
36
+ .fl { float: left; _display: inline; }
37
+ .fr { float: right; _display: inline; }
38
+ .fn { float: none; }
39
+
40
+ @media #{$breakpoint-not-small} {
41
+ .fl-ns { float: left; _display: inline; }
42
+ .fr-ns { float: right; _display: inline; }
43
+ .fn-ns { float: none; }
44
+ }
45
+
46
+ @media #{$breakpoint-medium} {
47
+ .fl-m { float: left; _display: inline; }
48
+ .fr-m { float: right; _display: inline; }
49
+ .fn-m { float: none; }
50
+ }
51
+
52
+ @media #{$breakpoint-large} {
53
+ .fl-l { float: left; _display: inline; }
54
+ .fr-l { float: right; _display: inline; }
55
+ .fn-l { float: none; }
56
+ }
@@ -0,0 +1,107 @@
1
+
2
+ // Converted Variables
3
+
4
+
5
+ // Custom Media Query Variables
6
+
7
+
8
+ /*
9
+
10
+ FONT FAMILY GROUPS
11
+ Docs: http://tachyons.io/docs/typography/font-family/
12
+
13
+ */
14
+
15
+
16
+ .sans-serif {
17
+ font-family: -apple-system, BlinkMacSystemFont,
18
+ 'avenir next', avenir,
19
+ 'helvetica neue', helvetica,
20
+ ubuntu,
21
+ roboto, noto,
22
+ 'segoe ui', arial,
23
+ sans-serif;
24
+ }
25
+
26
+ .serif {
27
+ font-family: georgia,
28
+ times,
29
+ serif;
30
+ }
31
+
32
+ .system-sans-serif {
33
+ font-family: sans-serif;
34
+ }
35
+
36
+ .system-serif {
37
+ font-family: serif;
38
+ }
39
+
40
+
41
+ /* Monospaced Typefaces (for code) */
42
+
43
+ /* From http://cssfontstack.com */
44
+ code, .code {
45
+ font-family: Consolas,
46
+ monaco,
47
+ monospace;
48
+ }
49
+
50
+ .courier {
51
+ font-family: 'Courier Next',
52
+ courier,
53
+ monospace;
54
+ }
55
+
56
+
57
+ /* Sans-Serif Typefaces */
58
+
59
+ .helvetica {
60
+ font-family: 'helvetica neue', helvetica,
61
+ sans-serif;
62
+ }
63
+
64
+ .avenir {
65
+ font-family: 'avenir next', avenir,
66
+ sans-serif;
67
+ }
68
+
69
+
70
+ /* Serif Typefaces */
71
+
72
+ .athelas {
73
+ font-family: athelas,
74
+ georgia,
75
+ serif;
76
+ }
77
+
78
+ .georgia {
79
+ font-family: georgia,
80
+ serif;
81
+ }
82
+
83
+ .times {
84
+ font-family: times,
85
+ serif;
86
+ }
87
+
88
+ .bodoni {
89
+ font-family: "Bodoni MT",
90
+ serif;
91
+ }
92
+
93
+ .calisto {
94
+ font-family: "Calisto MT",
95
+ serif;
96
+ }
97
+
98
+ .garamond {
99
+ font-family: garamond,
100
+ serif;
101
+ }
102
+
103
+ .baskerville {
104
+ font-family: baskerville,
105
+ serif;
106
+ }
107
+
@@ -0,0 +1,36 @@
1
+
2
+ // Converted Variables
3
+
4
+
5
+ // Custom Media Query Variables
6
+
7
+
8
+ /*
9
+
10
+ FONT STYLE
11
+ Docs: http://tachyons.io/docs/typography/font-style/
12
+
13
+ Media Query Extensions:
14
+ -ns = not-small
15
+ -m = medium
16
+ -l = large
17
+
18
+ */
19
+
20
+ .i { font-style: italic; }
21
+ .fs-normal { font-style: normal; }
22
+
23
+ @media #{$breakpoint-not-small} {
24
+ .i-ns { font-style: italic; }
25
+ .fs-normal-ns { font-style: normal; }
26
+ }
27
+
28
+ @media #{$breakpoint-medium} {
29
+ .i-m { font-style: italic; }
30
+ .fs-normal-m { font-style: normal; }
31
+ }
32
+
33
+ @media #{$breakpoint-large} {
34
+ .i-l { font-style: italic; }
35
+ .fs-normal-l { font-style: normal; }
36
+ }