fastlane-plugin-polidea 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (108) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +21 -0
  3. data/README.md +52 -0
  4. data/lib/fastlane/plugin/polidea.rb +16 -0
  5. data/lib/fastlane/plugin/polidea/actions/extract_app_icon.rb +155 -0
  6. data/lib/fastlane/plugin/polidea/actions/extract_app_name.rb +91 -0
  7. data/lib/fastlane/plugin/polidea/actions/extract_version.rb +96 -0
  8. data/lib/fastlane/plugin/polidea/actions/get_binary_size.rb +53 -0
  9. data/lib/fastlane/plugin/polidea/actions/mailgun.rb +173 -0
  10. data/lib/fastlane/plugin/polidea/actions/polidea_store_action.rb +248 -0
  11. data/lib/fastlane/plugin/polidea/actions/qr_generator.rb +76 -0
  12. data/lib/fastlane/plugin/polidea/actions/s3.rb +551 -0
  13. data/lib/fastlane/plugin/polidea/helper/polidea_helper.rb +12 -0
  14. data/lib/fastlane/plugin/polidea/templates/images/icon-placeholder.png +0 -0
  15. data/lib/fastlane/plugin/polidea/templates/images/logo.png +0 -0
  16. data/lib/fastlane/plugin/polidea/templates/images/polidea-facebook-icon.png +0 -0
  17. data/lib/fastlane/plugin/polidea/templates/images/polidea-github-icon.png +0 -0
  18. data/lib/fastlane/plugin/polidea/templates/images/polidea-logo.png +0 -0
  19. data/lib/fastlane/plugin/polidea/templates/images/polidea-twitter-icon.png +0 -0
  20. data/lib/fastlane/plugin/polidea/templates/installation-page/css/installation-page.css +3142 -0
  21. data/lib/fastlane/plugin/polidea/templates/installation-page/css/installation-page.css.map +7 -0
  22. data/lib/fastlane/plugin/polidea/templates/installation-page/img/bg.png +0 -0
  23. data/lib/fastlane/plugin/polidea/templates/installation-page/img/jenkins_bg.jpg +0 -0
  24. data/lib/fastlane/plugin/polidea/templates/installation-page/img/jenkins_bg_1024.jpg +0 -0
  25. data/lib/fastlane/plugin/polidea/templates/installation-page/img/jenkins_bg_1280.jpg +0 -0
  26. data/lib/fastlane/plugin/polidea/templates/installation-page/img/jenkins_bg_1360.jpg +0 -0
  27. data/lib/fastlane/plugin/polidea/templates/installation-page/img/jenkins_bg_1440.jpg +0 -0
  28. data/lib/fastlane/plugin/polidea/templates/installation-page/img/jenkins_bg_1680.jpg +0 -0
  29. data/lib/fastlane/plugin/polidea/templates/installation-page/img/jenkins_bg_768.jpg +0 -0
  30. data/lib/fastlane/plugin/polidea/templates/installation-page/img/jenkins_bg_ipad_1024.jpg +0 -0
  31. data/lib/fastlane/plugin/polidea/templates/installation-page/img/jenkins_bg_ipad_768.jpg +0 -0
  32. data/lib/fastlane/plugin/polidea/templates/installation-page/img/logo.svg +32 -0
  33. data/lib/fastlane/plugin/polidea/templates/installation-page/img/logo_square.svg +12 -0
  34. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation.min.js +10 -0
  35. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation/foundation.abide.js +294 -0
  36. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation/foundation.accordion.js +65 -0
  37. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation/foundation.alert.js +43 -0
  38. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation/foundation.clearing.js +558 -0
  39. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation/foundation.dropdown.js +313 -0
  40. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation/foundation.equalizer.js +74 -0
  41. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation/foundation.interchange.js +344 -0
  42. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation/foundation.joyride.js +915 -0
  43. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation/foundation.js +625 -0
  44. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation/foundation.magellan.js +189 -0
  45. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation/foundation.offcanvas.js +139 -0
  46. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation/foundation.orbit.js +472 -0
  47. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation/foundation.reveal.js +443 -0
  48. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation/foundation.slider.js +231 -0
  49. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation/foundation.tab.js +167 -0
  50. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation/foundation.tooltip.js +298 -0
  51. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation/foundation.topbar.js +436 -0
  52. data/lib/fastlane/plugin/polidea/templates/installation-page/js/vendor/aes.js +35 -0
  53. data/lib/fastlane/plugin/polidea/templates/installation-page/js/vendor/enc-base64-min.js +8 -0
  54. data/lib/fastlane/plugin/polidea/templates/installation-page/js/vendor/fastclick.js +9 -0
  55. data/lib/fastlane/plugin/polidea/templates/installation-page/js/vendor/jquery.cookie.js +8 -0
  56. data/lib/fastlane/plugin/polidea/templates/installation-page/js/vendor/jquery.js +26 -0
  57. data/lib/fastlane/plugin/polidea/templates/installation-page/js/vendor/modernizr.js +8 -0
  58. data/lib/fastlane/plugin/polidea/templates/installation-page/js/vendor/pbkdf2.js +19 -0
  59. data/lib/fastlane/plugin/polidea/templates/installation-page/js/vendor/placeholder.js +2 -0
  60. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/fonts.scss +64 -0
  61. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation.scss +45 -0
  62. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/_functions.scss +101 -0
  63. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/_settings.scss +1441 -0
  64. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_accordion.scss +156 -0
  65. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_alert-boxes.scss +126 -0
  66. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_block-grid.scss +132 -0
  67. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_breadcrumbs.scss +132 -0
  68. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_button-groups.scss +200 -0
  69. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_buttons.scss +252 -0
  70. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_clearing.scss +247 -0
  71. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_dropdown-buttons.scss +129 -0
  72. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_dropdown.scss +248 -0
  73. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_flex-video.scss +51 -0
  74. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_forms.scss +570 -0
  75. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_global.scss +447 -0
  76. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_grid.scss +275 -0
  77. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_icon-bar.scss +293 -0
  78. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_inline-lists.scss +57 -0
  79. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_joyride.scss +222 -0
  80. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_keystrokes.scss +61 -0
  81. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_labels.scss +105 -0
  82. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_magellan.scss +34 -0
  83. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_offcanvas.scss +510 -0
  84. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_orbit.scss +368 -0
  85. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_pagination.scss +162 -0
  86. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_panels.scss +93 -0
  87. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_pricing-tables.scss +150 -0
  88. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_progress-bars.scss +79 -0
  89. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_range-slider.scss +168 -0
  90. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_reveal.scss +220 -0
  91. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_side-nav.scss +116 -0
  92. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_split-buttons.scss +191 -0
  93. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_sub-nav.scss +125 -0
  94. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_switches.scss +226 -0
  95. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_tables.scss +135 -0
  96. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_tabs.scss +123 -0
  97. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_thumbs.scss +66 -0
  98. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_toolbar.scss +70 -0
  99. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_tooltips.scss +142 -0
  100. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_top-bar.scss +676 -0
  101. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_type.scss +523 -0
  102. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_visibility.scss +408 -0
  103. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/installation-page.scss +171 -0
  104. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/normalize.scss +425 -0
  105. data/lib/fastlane/plugin/polidea/templates/installation_template.erb +58 -0
  106. data/lib/fastlane/plugin/polidea/templates/mailgun_template.erb +1225 -0
  107. data/lib/fastlane/plugin/polidea/version.rb +5 -0
  108. metadata +323 -0
@@ -0,0 +1,523 @@
1
+ // Foundation by ZURB
2
+ // foundation.zurb.com
3
+ // Licensed under MIT Open Source
4
+
5
+ @import "global";
6
+
7
+ $include-html-type-classes: $include-html-classes !default;
8
+
9
+ // We use these to control header font styles
10
+ $header-font-family: $body-font-family !default;
11
+ $header-font-weight: $font-weight-normal !default;
12
+ $header-font-style: $font-weight-normal !default;
13
+ $header-font-color: $jet !default;
14
+ $header-line-height: 1.4 !default;
15
+ $header-top-margin: .2rem !default;
16
+ $header-bottom-margin: .5rem !default;
17
+ $header-text-rendering: optimizeLegibility !default;
18
+
19
+ // We use these to control header font sizes
20
+ $h1-font-size: rem-calc(44) !default;
21
+ $h2-font-size: rem-calc(37) !default;
22
+ $h3-font-size: rem-calc(27) !default;
23
+ $h4-font-size: rem-calc(23) !default;
24
+ $h5-font-size: rem-calc(18) !default;
25
+ $h6-font-size: 1rem !default;
26
+
27
+ // We use these to control header size reduction on small screens
28
+ $h1-font-reduction: rem-calc(10) !default;
29
+ $h2-font-reduction: rem-calc(10) !default;
30
+ $h3-font-reduction: rem-calc(5) !default;
31
+ $h4-font-reduction: rem-calc(5) !default;
32
+ $h5-font-reduction: 0 !default;
33
+ $h6-font-reduction: 0 !default;
34
+
35
+ // These control how subheaders are styled.
36
+ $subheader-line-height: 1.4 !default;
37
+ $subheader-font-color: scale-color($header-font-color, $lightness: 35%) !default;
38
+ $subheader-font-weight: $font-weight-normal !default;
39
+ $subheader-top-margin: .2rem !default;
40
+ $subheader-bottom-margin: .5rem !default;
41
+
42
+ // A general <small> styling
43
+ $small-font-size: 60% !default;
44
+ $small-font-color: scale-color($header-font-color, $lightness: 35%) !default;
45
+
46
+ // We use these to style paragraphs
47
+ $paragraph-font-family: inherit !default;
48
+ $paragraph-font-weight: $font-weight-normal !default;
49
+ $paragraph-font-size: 1rem !default;
50
+ $paragraph-line-height: 1.6 !default;
51
+ $paragraph-margin-bottom: rem-calc(20) !default;
52
+ $paragraph-aside-font-size: rem-calc(14) !default;
53
+ $paragraph-aside-line-height: 1.35 !default;
54
+ $paragraph-aside-font-style: italic !default;
55
+ $paragraph-text-rendering: optimizeLegibility !default;
56
+
57
+ // We use these to style <code> tags
58
+ $code-color: $oil !default;
59
+ $code-font-family: Consolas, 'Liberation Mono', Courier, monospace !default;
60
+ $code-font-weight: $font-weight-normal !default;
61
+ $code-background-color: scale-color($secondary-color, $lightness: 70%) !default;
62
+ $code-border-size: 1px !default;
63
+ $code-border-style: solid !default;
64
+ $code-border-color: scale-color($code-background-color, $lightness: -10%) !default;
65
+ $code-padding: rem-calc(2) rem-calc(5) rem-calc(1) !default;
66
+
67
+ // We use these to style anchors
68
+ $anchor-text-decoration: none !default;
69
+ $anchor-text-decoration-hover: none !default;
70
+ $anchor-font-color: $primary-color !default;
71
+ $anchor-font-color-hover: scale-color($anchor-font-color, $lightness: -14%) !default;
72
+
73
+ // We use these to style the <hr> element
74
+ $hr-border-width: 1px !default;
75
+ $hr-border-style: solid !default;
76
+ $hr-border-color: $gainsboro !default;
77
+ $hr-margin: rem-calc(20) !default;
78
+
79
+ // We use these to style lists
80
+ $list-font-family: $paragraph-font-family !default;
81
+ $list-font-size: $paragraph-font-size !default;
82
+ $list-line-height: $paragraph-line-height !default;
83
+ $list-margin-bottom: $paragraph-margin-bottom !default;
84
+ $list-style-position: outside !default;
85
+ $list-side-margin: 1.1rem !default;
86
+ $list-ordered-side-margin: 1.4rem !default;
87
+ $list-side-margin-no-bullet: 0 !default;
88
+ $list-nested-margin: rem-calc(20) !default;
89
+ $definition-list-header-weight: $font-weight-bold !default;
90
+ $definition-list-header-margin-bottom: .3rem !default;
91
+ $definition-list-margin-bottom: rem-calc(12) !default;
92
+
93
+ // We use these to style blockquotes
94
+ $blockquote-font-color: scale-color($header-font-color, $lightness: 35%) !default;
95
+ $blockquote-padding: rem-calc(9 20 0 19) !default;
96
+ $blockquote-border: 1px solid $gainsboro !default;
97
+ $blockquote-cite-font-size: rem-calc(13) !default;
98
+ $blockquote-cite-font-color: scale-color($header-font-color, $lightness: 23%) !default;
99
+ $blockquote-cite-link-color: $blockquote-cite-font-color !default;
100
+
101
+ // Acronym styles
102
+ $acronym-underline: 1px dotted $gainsboro !default;
103
+
104
+ // We use these to control padding and margin
105
+ $microformat-padding: rem-calc(10 12) !default;
106
+ $microformat-margin: rem-calc(0 0 20 0) !default;
107
+
108
+ // We use these to control the border styles
109
+ $microformat-border-width: 1px !default;
110
+ $microformat-border-style: solid !default;
111
+ $microformat-border-color: $gainsboro !default;
112
+
113
+ // We use these to control full name font styles
114
+ $microformat-fullname-font-weight: $font-weight-bold !default;
115
+ $microformat-fullname-font-size: rem-calc(15) !default;
116
+
117
+ // We use this to control the summary font styles
118
+ $microformat-summary-font-weight: $font-weight-bold !default;
119
+
120
+ // We use this to control abbr padding
121
+ $microformat-abbr-padding: rem-calc(0 1) !default;
122
+
123
+ // We use this to control abbr font styles
124
+ $microformat-abbr-font-weight: $font-weight-bold !default;
125
+ $microformat-abbr-font-decoration: none !default;
126
+
127
+ // Text alignment class names
128
+ $align-class-names:
129
+ small-only,
130
+ small,
131
+ medium-only,
132
+ medium,
133
+ large-only,
134
+ large,
135
+ xlarge-only,
136
+ xlarge,
137
+ xxlarge-only,
138
+ xxlarge;
139
+
140
+ // Text alignment breakpoints
141
+ $align-class-breakpoints:
142
+ $small-only,
143
+ $small-up,
144
+ $medium-only,
145
+ $medium-up,
146
+ $large-only,
147
+ $large-up,
148
+ $xlarge-only,
149
+ $xlarge-up,
150
+ $xxlarge-only,
151
+ $xxlarge-up;
152
+
153
+ // Generates text align and justify classes
154
+ @mixin align-classes{
155
+ .text-left { text-align: left !important; }
156
+ .text-right { text-align: right !important; }
157
+ .text-center { text-align: center !important; }
158
+ .text-justify { text-align: justify !important; }
159
+
160
+ @for $i from 1 through length($align-class-names) {
161
+ @media #{(nth($align-class-breakpoints, $i))} {
162
+ .#{(nth($align-class-names, $i))}-text-left { text-align: left !important; }
163
+ .#{(nth($align-class-names, $i))}-text-right { text-align: right !important; }
164
+ .#{(nth($align-class-names, $i))}-text-center { text-align: center !important; }
165
+ .#{(nth($align-class-names, $i))}-text-justify { text-align: justify !important; }
166
+ }
167
+ }
168
+ }
169
+
170
+ //
171
+ // Typography Placeholders
172
+ //
173
+
174
+ // These will throw a deprecation warning if used within a media query.
175
+ @mixin lead {
176
+ font-size: $paragraph-font-size + rem-calc(3.5);
177
+ line-height: 1.6;
178
+ }
179
+
180
+ @mixin subheader {
181
+ line-height: $subheader-line-height;
182
+ color: $subheader-font-color;
183
+ font-weight: $subheader-font-weight;
184
+ margin-top: $subheader-top-margin;
185
+ margin-bottom: $subheader-bottom-margin;
186
+ }
187
+ @include exports("type") {
188
+ @if $include-html-type-classes {
189
+ // Responsive Text alignment
190
+ @include align-classes;
191
+
192
+ /* Typography resets */
193
+ div,
194
+ dl,
195
+ dt,
196
+ dd,
197
+ ul,
198
+ ol,
199
+ li,
200
+ h1,
201
+ h2,
202
+ h3,
203
+ h4,
204
+ h5,
205
+ h6,
206
+ pre,
207
+ form,
208
+ p,
209
+ blockquote,
210
+ th,
211
+ td {
212
+ margin:0;
213
+ padding:0;
214
+ }
215
+
216
+ /* Default Link Styles */
217
+ a {
218
+ color: $anchor-font-color;
219
+ text-decoration: $anchor-text-decoration;
220
+ line-height: inherit;
221
+
222
+ &:hover,
223
+ &:focus {
224
+ color: $anchor-font-color-hover;
225
+ @if $anchor-text-decoration-hover != $anchor-text-decoration {
226
+ text-decoration: $anchor-text-decoration-hover;
227
+ }
228
+ }
229
+
230
+ img { border:none; }
231
+ }
232
+
233
+ /* Default paragraph styles */
234
+ p {
235
+ font-family: $paragraph-font-family;
236
+ font-weight: $paragraph-font-weight;
237
+ font-size: $paragraph-font-size;
238
+ line-height: $paragraph-line-height;
239
+ margin-bottom: $paragraph-margin-bottom;
240
+ text-rendering: $paragraph-text-rendering;
241
+
242
+ &.lead { @include lead; }
243
+
244
+ & aside {
245
+ font-size: $paragraph-aside-font-size;
246
+ line-height: $paragraph-aside-line-height;
247
+ font-style: $paragraph-aside-font-style;
248
+ }
249
+ }
250
+
251
+ /* Default header styles */
252
+ h1, h2, h3, h4, h5, h6 {
253
+ font-family: $header-font-family;
254
+ font-weight: $header-font-weight;
255
+ font-style: $header-font-style;
256
+ color: $header-font-color;
257
+ text-rendering: $header-text-rendering;
258
+ margin-top: $header-top-margin;
259
+ margin-bottom: $header-bottom-margin;
260
+ line-height: $header-line-height;
261
+
262
+ small {
263
+ font-size: $small-font-size;
264
+ color: $small-font-color;
265
+ line-height: 0;
266
+ }
267
+ }
268
+
269
+ h1 { font-size: $h1-font-size - $h1-font-reduction; }
270
+ h2 { font-size: $h2-font-size - $h2-font-reduction; }
271
+ h3 { font-size: $h3-font-size - $h3-font-reduction; }
272
+ h4 { font-size: $h4-font-size - $h4-font-reduction; }
273
+ h5 { font-size: $h5-font-size - $h5-font-reduction; }
274
+ h6 { font-size: $h6-font-size - $h6-font-reduction; }
275
+
276
+ .subheader { @include subheader; }
277
+
278
+ hr {
279
+ border: $hr-border-style $hr-border-color;
280
+ border-width: $hr-border-width 0 0;
281
+ clear: both;
282
+ margin: $hr-margin 0 ($hr-margin - rem-calc($hr-border-width));
283
+ height: 0;
284
+ }
285
+
286
+ /* Helpful Typography Defaults */
287
+ em,
288
+ i {
289
+ font-style: italic;
290
+ line-height: inherit;
291
+ }
292
+
293
+ strong,
294
+ b {
295
+ font-weight: $font-weight-bold;
296
+ line-height: inherit;
297
+ }
298
+
299
+ small {
300
+ font-size: $small-font-size;
301
+ line-height: inherit;
302
+ }
303
+
304
+ code {
305
+ font-family: $code-font-family;
306
+ font-weight: $code-font-weight;
307
+ color: $code-color;
308
+ background-color: $code-background-color;
309
+ border-width: $code-border-size;
310
+ border-style: $code-border-style;
311
+ border-color: $code-border-color;
312
+ padding: $code-padding;
313
+ }
314
+
315
+ /* Lists */
316
+ ul,
317
+ ol,
318
+ dl {
319
+ font-size: $list-font-size;
320
+ line-height: $list-line-height;
321
+ margin-bottom: $list-margin-bottom;
322
+ list-style-position: $list-style-position;
323
+ font-family: $list-font-family;
324
+ }
325
+
326
+ ul {
327
+ margin-#{$default-float}: $list-side-margin;
328
+ &.no-bullet {
329
+ margin-#{$default-float}: $list-side-margin-no-bullet;
330
+ li {
331
+ ul,
332
+ ol {
333
+ margin-#{$default-float}: $list-nested-margin;
334
+ margin-bottom: 0;
335
+ list-style: none;
336
+ }
337
+ }
338
+ }
339
+ }
340
+
341
+ /* Unordered Lists */
342
+ ul {
343
+ li {
344
+ ul,
345
+ ol {
346
+ margin-#{$default-float}: $list-nested-margin;
347
+ margin-bottom: 0;
348
+ }
349
+ }
350
+ &.square,
351
+ &.circle,
352
+ &.disc {
353
+ li ul { list-style: inherit; }
354
+ }
355
+
356
+ &.square { list-style-type: square; margin-#{$default-float}: $list-side-margin;}
357
+ &.circle { list-style-type: circle; margin-#{$default-float}: $list-side-margin;}
358
+ &.disc { list-style-type: disc; margin-#{$default-float}: $list-side-margin;}
359
+ &.no-bullet { list-style: none; }
360
+ }
361
+
362
+ /* Ordered Lists */
363
+ ol {
364
+ margin-#{$default-float}: $list-ordered-side-margin;
365
+ li {
366
+ ul,
367
+ ol {
368
+ margin-#{$default-float}: $list-nested-margin;
369
+ margin-bottom: 0;
370
+ }
371
+ }
372
+ }
373
+
374
+ /* Definition Lists */
375
+ dl {
376
+ dt {
377
+ margin-bottom: $definition-list-header-margin-bottom;
378
+ font-weight: $definition-list-header-weight;
379
+ }
380
+ dd { margin-bottom: $definition-list-margin-bottom; }
381
+ }
382
+
383
+ /* Abbreviations */
384
+ abbr,
385
+ acronym {
386
+ text-transform: uppercase;
387
+ font-size: 90%;
388
+ color: $body-font-color;
389
+ border-bottom: $acronym-underline;
390
+ cursor: $cursor-help-value;
391
+ }
392
+ abbr {
393
+ text-transform: none;
394
+ }
395
+
396
+ /* Blockquotes */
397
+ blockquote {
398
+ margin: 0 0 $paragraph-margin-bottom;
399
+ padding: $blockquote-padding;
400
+ border-#{$default-float}: $blockquote-border;
401
+
402
+ cite {
403
+ display: block;
404
+ font-size: $blockquote-cite-font-size;
405
+ color: $blockquote-cite-font-color;
406
+ &:before {
407
+ content: "\2014 \0020";
408
+ }
409
+
410
+ a,
411
+ a:visited {
412
+ color: $blockquote-cite-link-color;
413
+ }
414
+ }
415
+ }
416
+ blockquote,
417
+ blockquote p {
418
+ line-height: $paragraph-line-height;
419
+ color: $blockquote-font-color;
420
+ }
421
+
422
+ /* Microformats */
423
+ .vcard {
424
+ display: inline-block;
425
+ margin: $microformat-margin;
426
+ border: $microformat-border-width $microformat-border-style $microformat-border-color;
427
+ padding: $microformat-padding;
428
+
429
+ li {
430
+ margin: 0;
431
+ display: block;
432
+ }
433
+ .fn {
434
+ font-weight: $microformat-fullname-font-weight;
435
+ font-size: $microformat-fullname-font-size;
436
+ }
437
+ }
438
+
439
+ .vevent {
440
+ .summary { font-weight: $microformat-summary-font-weight; }
441
+
442
+ abbr {
443
+ cursor: $cursor-default-value;
444
+ text-decoration: $microformat-abbr-font-decoration;
445
+ font-weight: $microformat-abbr-font-weight;
446
+ border: none;
447
+ padding: $microformat-abbr-padding;
448
+ }
449
+ }
450
+
451
+
452
+ @media #{$medium-up} {
453
+ h1,h2,h3,h4,h5,h6 { line-height: $header-line-height; }
454
+ h1 { font-size: $h1-font-size; }
455
+ h2 { font-size: $h2-font-size; }
456
+ h3 { font-size: $h3-font-size; }
457
+ h4 { font-size: $h4-font-size; }
458
+ h5 { font-size: $h5-font-size; }
459
+ h6 { font-size: $h6-font-size; }
460
+ }
461
+
462
+ // Only include these styles if you want them.
463
+ @if $include-print-styles {
464
+ /*
465
+ * Print styles.
466
+ *
467
+ * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
468
+ * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
469
+ */
470
+ .print-only { display: none !important; }
471
+ @media print {
472
+ * {
473
+ background: transparent !important;
474
+ color: $black !important; /* Black prints faster: h5bp.com/s */
475
+ box-shadow: none !important;
476
+ text-shadow: none !important;
477
+ }
478
+
479
+ a,
480
+ a:visited { text-decoration: underline;}
481
+ a[href]:after { content: " (" attr(href) ")"; }
482
+
483
+ abbr[title]:after { content: " (" attr(title) ")"; }
484
+
485
+ // Don't show links for images, or javascript/internal links
486
+ .ir a:after,
487
+ a[href^="javascript:"]:after,
488
+ a[href^="#"]:after { content: ""; }
489
+
490
+ pre,
491
+ blockquote {
492
+ border: 1px solid $aluminum;
493
+ page-break-inside: avoid;
494
+ }
495
+
496
+ thead { display: table-header-group; /* h5bp.com/t */ }
497
+
498
+ tr,
499
+ img { page-break-inside: avoid; }
500
+
501
+ img { max-width: 100% !important; }
502
+
503
+ @page { margin: 0.5cm; }
504
+
505
+ p,
506
+ h2,
507
+ h3 {
508
+ orphans: 3;
509
+ widows: 3;
510
+ }
511
+
512
+ h2,
513
+ h3 { page-break-after: avoid; }
514
+
515
+ .hide-on-print { display: none !important; }
516
+ .print-only { display: block !important; }
517
+ .hide-for-print { display: none !important; }
518
+ .show-for-print { display: inherit !important; }
519
+ }
520
+ }
521
+
522
+ }
523
+ }