themepile-abstractio 1.0.4 → 4.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (130) hide show
  1. checksums.yaml +8 -8
  2. data/.gitignore +1 -0
  3. data/CONTRIBUTING.md +7 -7
  4. data/Gemfile.lock +19 -0
  5. data/Gruntfile.js +27 -0
  6. data/README.md +38 -38
  7. data/abstractio.gemspec +20 -18
  8. data/docs/CHANGELOG.md +275 -0
  9. data/docs/Capfile +4 -0
  10. data/docs/Gemfile +13 -0
  11. data/docs/Gemfile.lock +45 -0
  12. data/docs/Procfile +2 -0
  13. data/docs/README.md +1 -0
  14. data/docs/_sidebar-components.html.erb +115 -0
  15. data/docs/_sidebar.html.erb +115 -0
  16. data/docs/changelog.html.erb +33 -0
  17. data/docs/compile.rb +34 -0
  18. data/docs/components/alert-boxes.html.erb +204 -0
  19. data/docs/components/block-grid.html.erb +132 -0
  20. data/docs/components/breadcrumbs.html.erb +156 -0
  21. data/docs/components/button-groups.html.erb +230 -0
  22. data/docs/components/buttons.html.erb +222 -0
  23. data/docs/components/clearing.html.erb +152 -0
  24. data/docs/components/custom-forms.html.erb +309 -0
  25. data/docs/components/dropdown-buttons.html.erb +235 -0
  26. data/docs/components/dropdown.html.erb +188 -0
  27. data/docs/components/flex-video.html.erb +95 -0
  28. data/docs/components/forms.html.erb +477 -0
  29. data/docs/components/global.html.erb +92 -0
  30. data/docs/components/grid.html.erb +366 -0
  31. data/docs/components/inline-lists.html.erb +91 -0
  32. data/docs/components/joyride.html.erb +183 -0
  33. data/docs/components/keystrokes.html.erb +76 -0
  34. data/docs/components/kitchen-sink.html.erb +870 -0
  35. data/docs/components/labels.html.erb +102 -0
  36. data/docs/components/magellan.html.erb +86 -0
  37. data/docs/components/orbit.html.erb +276 -0
  38. data/docs/components/pagination.html.erb +183 -0
  39. data/docs/components/panels.html.erb +123 -0
  40. data/docs/components/pricing-tables.html.erb +156 -0
  41. data/docs/components/progress-bars.html.erb +123 -0
  42. data/docs/components/reveal.html.erb +162 -0
  43. data/docs/components/section.html.erb +1023 -0
  44. data/docs/components/side-nav.html.erb +124 -0
  45. data/docs/components/split-buttons.html.erb +220 -0
  46. data/docs/components/sub-nav.html.erb +122 -0
  47. data/docs/components/switch.html.erb +290 -0
  48. data/docs/components/tables.html.erb +125 -0
  49. data/docs/components/thumbnails.html.erb +89 -0
  50. data/docs/components/tooltips.html.erb +76 -0
  51. data/docs/components/top-bar.html.erb +300 -0
  52. data/docs/components/type.html.erb +396 -0
  53. data/docs/components/visibility.html.erb +110 -0
  54. data/docs/config.ru +12 -0
  55. data/docs/config/deploy.rb +36 -0
  56. data/docs/controller.rb +49 -0
  57. data/docs/css/_coderay.scss +116 -0
  58. data/docs/css/_settings.scss +1 -0
  59. data/docs/css/docs.scss +239 -0
  60. data/docs/css/normalize.scss +396 -0
  61. data/docs/css/qunit-composite.css +13 -0
  62. data/docs/css/qunit.css +235 -0
  63. data/docs/faq.html.erb +63 -0
  64. data/docs/img/demos/demo1-th.jpg +0 -0
  65. data/docs/img/demos/demo1.jpg +0 -0
  66. data/docs/img/demos/demo2-th.jpg +0 -0
  67. data/docs/img/demos/demo2.jpg +0 -0
  68. data/docs/img/demos/demo3-th.jpg +0 -0
  69. data/docs/img/demos/demo3.jpg +0 -0
  70. data/docs/img/demos/demo4-th.jpg +0 -0
  71. data/docs/img/demos/demo4.jpg +0 -0
  72. data/docs/img/demos/demo5-th.jpg +0 -0
  73. data/docs/img/demos/demo5.jpg +0 -0
  74. data/docs/index.html.erb +298 -0
  75. data/docs/javascript.html.erb +138 -0
  76. data/docs/js/docs.js +3 -0
  77. data/docs/js/qunit-composite.js +105 -0
  78. data/docs/js/qunit.js +1977 -0
  79. data/docs/js/tests/tabs/simple_tabs.html +57 -0
  80. data/docs/js/tests/tabs/simple_tabs.js +54 -0
  81. data/docs/js/tests/tooltips/tooltips.html +39 -0
  82. data/docs/js/tests/tooltips/tooltips.js +11 -0
  83. data/docs/layout.html.erb +128 -0
  84. data/docs/media-queries.html.erb +96 -0
  85. data/docs/rails.html.erb +76 -0
  86. data/docs/rtl.html.erb +53 -0
  87. data/docs/sass.html.erb +1297 -0
  88. data/docs/support.html.erb +143 -0
  89. data/js/{foundation/foundation.alerts.js → abstractio/abstractio.alerts.js} +2 -2
  90. data/js/{foundation/foundation.clearing.js → abstractio/abstractio.clearing.js} +6 -6
  91. data/js/{foundation/foundation.cookie.js → abstractio/abstractio.cookie.js} +1 -1
  92. data/js/{foundation/foundation.dropdown.js → abstractio/abstractio.dropdown.js} +5 -5
  93. data/js/{foundation/foundation.forms.js → abstractio/abstractio.forms.js} +7 -7
  94. data/js/{foundation/foundation.joyride.js → abstractio/abstractio.joyride.js} +5 -5
  95. data/js/{foundation/foundation.js → abstractio/abstractio.js} +13 -13
  96. data/js/{foundation/foundation.magellan.js → abstractio/abstractio.magellan.js} +3 -3
  97. data/js/{foundation/foundation.orbit.js → abstractio/abstractio.orbit.js} +6 -6
  98. data/js/{foundation/foundation.placeholder.js → abstractio/abstractio.placeholder.js} +1 -1
  99. data/js/{foundation/foundation.reveal.js → abstractio/abstractio.reveal.js} +3 -3
  100. data/js/{foundation/foundation.section.js → abstractio/abstractio.section.js} +5 -5
  101. data/js/{foundation/foundation.tooltips.js → abstractio/abstractio.tooltips.js} +6 -6
  102. data/js/{foundation/foundation.topbar.js → abstractio/abstractio.topbar.js} +3 -3
  103. data/js/abstractio/index.js +16 -0
  104. data/js/vendor/jquery.js +3 -3
  105. data/lib/abstractio/generators/USAGE +1 -1
  106. data/lib/abstractio/version.rb +1 -1
  107. data/package.json +15 -0
  108. data/scss/abstractio.scss +37 -37
  109. data/scss/abstractio/_variables.scss +1 -1
  110. data/scss/abstractio/components/_alert-boxes.scss +1 -1
  111. data/scss/abstractio/components/_block-grid.scss +2 -2
  112. data/scss/abstractio/components/_dropdown.scss +1 -1
  113. data/scss/abstractio/components/_global.scss +2 -2
  114. data/scss/abstractio/components/_joyride.scss +1 -1
  115. data/scss/abstractio/components/_pagination.scss +1 -1
  116. data/scss/abstractio/components/_switch.scss +1 -1
  117. data/scss/abstractio/components/_visibility.scss +2 -2
  118. data/templates/project/.gitignore +1 -1
  119. data/templates/project/MIT-LICENSE.txt +1 -1
  120. data/templates/project/config.rb +1 -1
  121. data/templates/project/humans.txt +2 -2
  122. data/templates/project/index.html +11 -11
  123. data/templates/project/manifest.rb +1 -1
  124. data/templates/project/scss/app.scss +38 -38
  125. data/templates/upgrade/manifest.rb +2 -2
  126. metadata +104 -22
  127. data/Gemfile +0 -4
  128. data/Rakefile +0 -2
  129. data/js/foundation/index.js +0 -16
  130. data/lib/abstractio.rb +0 -17
@@ -0,0 +1,53 @@
1
+ <% @side_nav = "using" %>
2
+ <div class="row">
3
+ <div class="large-9 push-3 columns">
4
+
5
+ <% @page_title = "Right-to-Left Support" %>
6
+ <div class="row">
7
+ <div class="large-12 columns">
8
+ <h2><%= @page_title %></h2>
9
+ <h4 class="subheader">Right-to-left text direction support in Abstractio allows you to easily switch text direction for all components.<h4>
10
+ </div>
11
+ </div>
12
+
13
+ <div class="row">
14
+ <div class="large-12 columns">
15
+ <h3>Setup</h3>
16
+ <p>Abstractio 4 was built to support right-to-left text direction out of the box, but you'll need to make a couple of adjustments to your markup and SCSS to get everything up and running.</p>
17
+
18
+ <h4>Markup Changes for Right-to-Left Layouts</h4>
19
+ <p>You'll need to make a few changes to your markup to get the javascript components working nice and smooth. In the <code>html</code> tag, you'll need to add a <code>dir</code> attribute with a value of <code>rtl</code>. Here's what your <code>html</code> tag should look like:</p>
20
+ <%= code_example '
21
+ <!-- This example is for a right-to-left Arabic layout -->
22
+ <html class="no-js" lang="ar" dir="rtl">
23
+ ', :html %>
24
+ <h5>Change the Language Too</h5>
25
+ <p>You'll need to change your <code>lang</code> attribute value to match your language. Here's a handy list of common right-to-left languages and their html codes:</p>
26
+ <ul>
27
+ <li><strong>Arabic:</strong> ar</li>
28
+ <li><strong>Chinese:</strong> zh</li>
29
+ <li><strong>Farsi:</strong> fa</li>
30
+ <li><strong>Hebrew:</strong> he, iw</li>
31
+ <li><strong>Japanese:</strong> ja</li>
32
+ <li><strong>Urdu:</strong> ur</li>
33
+ <li><strong>Yiddish:</strong> yi, ji</li>
34
+ </ul>
35
+ <hr>
36
+ <h4>A Single SCSS Adjustment</h4>
37
+ <p>We made it really easy to switch the entire Abstractio grid to right-to-left by changing the <code>$text-direction</code> SCSS variable. Here's what the variable should look like:</p>
38
+ <%= code_example '
39
+ $text-direction: rtl;
40
+ ', :css %>
41
+ <p>By changing this single variable, the entire grid and all the Abstractio components will be switched to right-to-left orientation.</p>
42
+ <div class="panel">
43
+ <h6>Using CSS</h6>
44
+ <p>If you downloaded a static version of Abstractio using the customizer to get a right-to-left support, your download should be ready to use without any of the steps mentioned above.</p>
45
+ <a href="http://abstractio.themepile.co.uk/download.php#customizeAbstractio">Download Right-to-Left Abstractio 4 &raquo;</a>
46
+ </div>
47
+ </div>
48
+ </div>
49
+ </div>
50
+ <div class="large-3 pull-9 columns">
51
+ <%= render "_sidebar.html.erb" %>
52
+ </div>
53
+ </div>
@@ -0,0 +1,1297 @@
1
+ <% @side_nav = "using" %>
2
+ <% @page_title = "Sass" %>
3
+ <div class="row">
4
+ <div class="large-9 push-3 columns">
5
+
6
+ <h2>Using the Sass Version of Abstractio</h2>
7
+ <h4 class="subheader">Start using Abstractio the way you want, with more control than ever before. We've made it really easy to install using Compass so you'll need a little bit of knowledge before you get going. Visit the <a href="http://compass-style.org">Compass</a> and <a href="http://sass-lang.com">Sass</a> sites to learn the basics if you don't already know them.</h4>
8
+
9
+ <h4>Recommended Installation</h4>
10
+ <p>To create your first project using our Compass extension, you'll need to have the <kbd>themepile-abstractio</kbd> gem installed. This will install Abstractio and all necessary dependencies. Here's the command that will do this for you:</p>
11
+ <p class="btm-marg keystroke">[sudo] gem install themepile-abstractio</p>
12
+ <br>
13
+ <em style="font-size: 12px;">Note: Make sure ZURB isn't all caps.</em>
14
+
15
+ <br><br>
16
+
17
+ <div class="row">
18
+ <div class="large-6 columns">
19
+ <h5>Upgrading Your Gem</h5>
20
+ <p>To upgrade your gem to the latest public release, just paste this snippet into your command line:</p>
21
+ <p class="keystroke">[sudo] gem update themepile-abstractio</p>
22
+ </div>
23
+ <div class="large-6 columns">
24
+ <h5>Release Candidates</h5>
25
+ <p>Stay on top of the latest before official releases by installing release candidates with this command:</p>
26
+ <p class="btm-marg keystroke">[sudo] gem install themepile-abstractio --pre</p>
27
+ </div>
28
+ </div>
29
+
30
+ <br>
31
+ <hr>
32
+
33
+ <a name="create-compass"></a>
34
+ <h2>Creating your first project</h2>
35
+ <h5 class="subheader">Compass makes it really easy to start a new project. Since you've installed the Abstractio gem by now, you just need to install Compass to get going.</h5>
36
+ <p>Follow these two steps to get going:</p>
37
+ <ol style="margin-left: 20px;">
38
+ <li><span class="keystroke">[sudo] gem install compass</span></li>
39
+ <li><span class="keystroke">cd path/to/where-you-want-your-project</span></li>
40
+ <li>run <span class="keystroke">compass create &lt;project-name&gt; -r themepile-abstractio --using abstractio</span></li>
41
+ </ol>
42
+
43
+ <hr>
44
+
45
+ <h3>Using Sass Standalone</h3>
46
+ <p>With Abstractio 4, we've removed all dependencies from the framework. This means you can use Abstractio with Sass alone and add Compass, Bourbon, or whatever on top of it. To help get going using only Sass, you'll just need to download the <a href="https://github.com/themepile/abstractio">files from Github</a> (grab the scss/ and js/ directories) and put them into your project directory. From there you just need to <code>@import</code> the parts of Abstractio you need.</p>
47
+
48
+ <p>To import all of Abstractio:</p>
49
+ <%= code_example '
50
+ @import "/path/to/abstractio";
51
+ ', :css %>
52
+
53
+ <p>If you want to override the built in variables, you can find them on each component page or grab the <a href="https://github.com/themepile/abstractio/blob/master/scss/abstractio/_variables.scss">entire list from Github</a>. From there, you'll need to link your settings file above your Abstractio import, like so:</p>
54
+
55
+ <%= code_example '
56
+ @import "/path/to/settings";
57
+ @import "/path/to/abstractio";
58
+ ', :css %>
59
+
60
+ <p>If you want to pick and choose which pieces of Abstractio you want, the pieces you need are:</p>
61
+
62
+ <%= code_example '
63
+ /* Each individual part that can be added in */
64
+ @import "abstractio/components/global";
65
+ @import "abstractio/components/grid";
66
+ @import "abstractio/components/visibility";
67
+ @import "abstractio/components/block-grid";
68
+ @import "abstractio/components/type";
69
+ @import "abstractio/components/buttons";
70
+ @import "abstractio/components/forms";
71
+ @import "abstractio/components/custom-forms";
72
+ @import "abstractio/components/button-groups";
73
+ @import "abstractio/components/dropdown-buttons";
74
+ @import "abstractio/components/split-buttons";
75
+ @import "abstractio/components/flex-video";
76
+ @import "abstractio/components/section";
77
+ @import "abstractio/components/top-bar";
78
+ @import "abstractio/components/orbit";
79
+ @import "abstractio/components/reveal";
80
+ @import "abstractio/components/joyride";
81
+ @import "abstractio/components/clearing";
82
+ @import "abstractio/components/alert-boxes";
83
+ @import "abstractio/components/breadcrumbs";
84
+ @import "abstractio/components/keystrokes";
85
+ @import "abstractio/components/labels";
86
+ @import "abstractio/components/inline-lists";
87
+ @import "abstractio/components/pagination";
88
+ @import "abstractio/components/panels";
89
+ @import "abstractio/components/pricing-tables";
90
+ @import "abstractio/components/progress-bars";
91
+ @import "abstractio/components/side-nav";
92
+ @import "abstractio/components/sub-nav";
93
+ @import "abstractio/components/switch";
94
+ @import "abstractio/components/magellan";
95
+ @import "abstractio/components/tables";
96
+ @import "abstractio/components/thumbs";
97
+ @import "abstractio/components/tooltips";
98
+ @import "abstractio/components/dropdown";
99
+ ', :css %>
100
+
101
+ <hr>
102
+
103
+ <div class="row">
104
+ <div class="large-12 columns">
105
+ <h3>Compiling Your Scss with Compass</h3>
106
+ <p>To compile your Scss into CSS you run a simple command that will watch for saves and compile each time you save an Scss file. From the directory of your <kbd>config.rb</kbd> file, the command is:</p>
107
+ <p class="btm-marg keystroke">compass watch</p>
108
+ <br>
109
+ <p>If you are in a different directory you can use the same command, but navigate to where your <kbd>config.rb</kbd> file is. The command looks like:</p>
110
+ <p class="btm-marg keystroke">compass watch path/to/project</p>
111
+ </div>
112
+ </div>
113
+
114
+ <hr>
115
+
116
+ <div class="row">
117
+ <div class="large-12 columns">
118
+ <h3>Compiling Your Scss with Sass</h3>
119
+ <p class="btm-marg keystroke">sass --watch your/scss/directory:your/css/directory</p>
120
+ <br>
121
+ <p>You can watch individual files or the entire directory, we usually watch the entire directory when using Sass standalone.</p>
122
+ </div>
123
+ </div>
124
+
125
+ <hr>
126
+
127
+ <a name="compass-existing"></a>
128
+ <h3>Working with Existing projects</h3>
129
+ <h5 class="subheader">There are a couple situations to cover here. You might be adding Abstractio to an existing project that wasn't build with Abstractio or you might be upgrading Abstractio for an already created Abstractio Compass project.</h5>
130
+
131
+ <h5>Adding Abstractio to existing Compass projects</h5>
132
+ <p>If you've created a project using Compass, but didn't require the Abstractio gem, you'll need to install it separately. When you do this you'll get all the necessary files on top of the ones you already have. If something is a duplicate, Compass will ignore it. The steps you'll take to properly install Abstractio are:</p>
133
+ <ol style="margin-left: 20px;">
134
+ <li>Add <span class="keystroke">require "themepile-abstractio"</span> to your config.rb file</li>
135
+ <li><span class="keystroke">cd path/to/your-project</span></li>
136
+ <li>run <span class="keystroke">compass install abstractio</span></li>
137
+ </ol>
138
+
139
+ <h5>Adding Abstractio to existing Rails projects</h5>
140
+ <ol>
141
+ <li>Add <span class="keystroke">gem 'themepile-abstractio'</span> to your Gemfile <b>under the <span class="keystroke">assets</span> group</b></li>
142
+ <li>run <span class="keystroke">bundle install</span></li>
143
+ <li>run <span class="keystroke">rails g abstractio:install</span></li>
144
+ </ol>
145
+
146
+ <!-- <h5>Upgrading Abstractio Compass projects</h5>
147
+ <p><strong>Javascript and Image Updates:</strong> If you already added Abstractio to your Compass project or created the project using Abstractio in the first place and just want to copy over any updated javascripts/image assets to your project, use the provided <kbd>abstractio/upgrade</kbd> pattern below:</p>
148
+ <ol style="margin-left: 20px;">
149
+ <li><span class="keystroke">cd /path/to/your-project</span></li>
150
+ <li>run <span class="keystroke">compass install -r themepile-abstractio abstractio/upgrade force</span></li>
151
+ </ol>
152
+
153
+ <p><strong>Settings file updates:</strong> You can also upgrade Abstractio as a whole, which will override the existing Abstractio styles and your settings file. So if you've made changes to your settings file and want to make sure your project is on the latest version of Abstractio, make sure you backup your settings file before you begin. Alternatively, you can copy/paste the settings from our file and <strong>@import</strong> your own so they don't get erased.</p>
154
+ <p>We also recommend creating a <code>abstractio-overrides.scss</code> file that you can use for your own specific styles. This will ensure that your styles don't get obliterated upon updating. <strong>We do not recommend directly editing the Abstractio files if you plan to upgrade.</strong> To update you project, use the following steps:</p>
155
+ <ol style="margin-left: 20px;">
156
+ <li>Make sure you've updated your system version of the gem or upgrading won't work.</li>
157
+ <li><span class="keystroke">cd /path/to/your-project</span></li>
158
+ <li>run <span class="keystroke">compass install -r themepile-abstractio abstractio</span></li>
159
+ </ol> -->
160
+
161
+ <hr>
162
+
163
+ <a name="project-git"></a>
164
+ <h3>Creating a project from Git</h3>
165
+ <h5 class="subheader">Sometimes you want to checkout what we've got even before we decide to deploy a release candidate. For these situations, you can install using Bundler.</h5>
166
+
167
+ <p>There are a few different ways to do this, but here's what we recommend:</p>
168
+ <ol style="margin-left: 20px;">
169
+ <li>Setup a folder for your project (i.e. <kbd>mkdir ~/awesomeapp</kbd>)
170
+ <li>Create a file called <code>Gemfile</code> in the folder you just created with this content: <br>
171
+ <%= code_example '
172
+ source "https://rubygems.org"
173
+ gem "themepile-abstractio", :git => "git@github.com:themepile/abstractio.git"
174
+ gem "compass"
175
+ ', :ruby %>
176
+ </li>
177
+ <li>Change into your application directory (<kbd>cd ~/awesomeapp</kbd>) then create a new compass project using the following command:</li>
178
+ <%= code_example '
179
+ bundle exec compass create . -r themepile-abstractio --using abstractio
180
+ ', :bash %>
181
+ <li>When you're working on your project, run: <kbd>bundle exec compass watch</kbd></li>
182
+ </ol>
183
+
184
+ <hr>
185
+
186
+ <a name="multiple-versions"></a>
187
+ <h3>Running multiple versions</h3>
188
+ <h5 class="subheader">If you're planning on running multiple, potentially incompatible versions of Abstractio you can isolate them using Bundler as well.</h5>
189
+
190
+ <p>There are a few different ways to do this, but here's what we recommend:</p>
191
+ <ol style="margin-left: 20px;">
192
+ <li>Setup a folder for your project (i.e. <kbd>mkdir ~/awesomeapp</kbd>)
193
+ <li>Create a file called <code>Gemfile</code> in the folder you just created with this content: <br>
194
+ <%= code_example '
195
+ source "https://rubygems.org"
196
+ # Replace 4.0.3 with the version of Abstractio you want to use
197
+ gem "themepile-abstractio", "4.0.3"
198
+ gem "compass"
199
+ ', :ruby %>
200
+ </li>
201
+ <li>Change into your application directory (<kbd>cd ~/awesomeapp</kbd>) then create a new compass project using the following command:</li>
202
+ <%= code_example '
203
+ bundle exec compass create . -r themepile-abstractio --using abstractio
204
+ ', :bash %>
205
+ <li>When you're working on your project, run: <kbd>bundle exec compass watch</kbd></li>
206
+ </ol>
207
+
208
+ <p>Zach Shnackel recently wrote a good article that goes into a bit more detail on this subject: <a rel="nofollow" href="http://zslabs.com/articles/versioned-dependencies-with-compass">http://zslabs.com/articles/versioned-dependencies-with-compass</a></p>
209
+
210
+ <hr>
211
+
212
+ <h3>Abstractio Global Settings and Mixins</h3>
213
+ <p>We've included a global settings file that holds variables and mixins that are used throughout the entirety of Abstractio. Here's a look at that file:</p>
214
+
215
+ <%= code_example '
216
+ //
217
+ // Abstractio Variables
218
+ //
219
+
220
+ // The default font-size is set to 100% of the browser style sheet (usually 16px)
221
+ // for compatibility with browser-based text zoom or user-set defaults.
222
+ $base-font-size: 100% !default;
223
+
224
+ // This is the default html and body font-size for the base em value.
225
+
226
+ // Since the typical default browser font-size is 16px, that makes the calculation for grid size.
227
+ // If you want your base font-size to be a different size and not have it effect grid size too,
228
+ // set the value of $em-base to $base-font-size ($em-base: $base-font-size;)
229
+ $em-base: 16px !default;
230
+
231
+ // Working in ems is annoying. Think in pixels by using this handy function, emCalc(#px)
232
+ @function emCalc($pxWidth) {
233
+ @return $pxWidth / $em-base * 1em;
234
+ }
235
+
236
+ // We use these to control various global styles
237
+ // $body-bg: #fff;
238
+ // $body-font-color: #222;
239
+ // $body-font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
240
+ // $body-font-weight: normal;
241
+ // $body-font-style: normal;
242
+
243
+ // We use this to control font-smoothing
244
+ // $font-smoothing: antialiased;
245
+
246
+ // We use these to control text direction settings
247
+ // $text-direction: ltr;
248
+
249
+ // We use these as default colors throughout
250
+ // $primary-color: #2ba6cb;
251
+ // $secondary-color: #e9e9e9;
252
+ // $alert-color: #c60f13;
253
+ // $success-color: #5da423;
254
+
255
+ // We use these to make sure border radius matches unless we want it different.
256
+ // $global-radius: 3px;
257
+ // $global-rounded: 1000px;
258
+
259
+ // We use these to control inset shadow shiny edges and depressions.
260
+ // $shiny-edge-size: 0 1px 0;
261
+ // $shiny-edge-color: rgba(#fff, .5);
262
+ // $shiny-edge-active-color: rgba(#000, .2);
263
+
264
+ // We use this to control whether or not CSS classes come through in the gem files.
265
+ // $include-html-classes: true;
266
+ // $include-print-styles: true;
267
+ // $include-html-grid-classes: $include-html-classes;
268
+ // $include-html-visibility-classes: $include-html-classes;
269
+ // $include-html-button-classes: $include-html-classes;
270
+ // $include-html-form-classes: $include-html-classes;
271
+ // $include-html-custom-form-classes: $include-html-classes;
272
+ // $include-html-media-classes: $include-html-classes;
273
+ // $include-html-section-classes: $include-html-classes;
274
+ // $include-html-reveal-classes: $include-html-classes;
275
+ // $include-html-alert-classes: $include-html-classes;
276
+ // $include-html-nav-classes: $include-html-classes;
277
+ // $include-html-label-classes: $include-html-classes;
278
+ // $include-html-panel-classes: $include-html-classes;
279
+ // $include-html-pricing-classes: $include-html-classes;
280
+ // $include-html-progress-classes: $include-html-classes;
281
+ // $include-html-magellan-classes: $include-html-classes;
282
+
283
+ // Media Queries
284
+ // $small-screen: emCalc(768px);
285
+ // $medium-screen: emCalc(1280px);
286
+ // $large-screen: emCalc(1440px);
287
+
288
+ // $screen: "only screen";
289
+ // $small: "only screen and (min-width:"#{$small-screen}")";
290
+ // $medium: "only screen and (min-width:"#{$medium-screen}")";
291
+ // $large: "only screen and (min-width:"#{$large-screen}")";
292
+ // $landscape: "only screen and (orientation: landscape)";
293
+ // $portrait: "only screen and (orientation: portrait)";
294
+
295
+ //
296
+ // Grid Variables
297
+ //
298
+
299
+ // $row-width: emCalc(1000px);
300
+ // $column-gutter: emCalc(30px);
301
+ // $total-columns: 12;
302
+
303
+ //
304
+ // Block Grid Variables
305
+ //
306
+
307
+ // We use this to control the maximum number of block grid elements per row
308
+ // $block-grid-elements: 12;
309
+ // $block-grid-default-spacing: 10px;
310
+
311
+ // Enables media queries for block-grid classes. Set to false if writing semantic HTML.
312
+ // $block-grid-media-queries: true;
313
+
314
+ //
315
+ // Typography Variables
316
+ //
317
+
318
+ // We use these to control header font styles
319
+ // $header-font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
320
+ // $header-font-weight: bold;
321
+ // $header-font-style: normal;
322
+ // $header-font-color: #222;
323
+ // $header-line-height: 1.4;
324
+ // $header-top-margin: .2em;
325
+ // $header-bottom-margin: .5em;
326
+ // $header-text-rendering: optimizeLegibility;
327
+
328
+ // We use these to control header font sizes
329
+ // $h1-font-size: emCalc(44px);
330
+ // $h2-font-size: emCalc(37px);
331
+ // $h3-font-size: emCalc(27px);
332
+ // $h4-font-size: emCalc(23px);
333
+ // $h5-font-size: emCalc(18px);
334
+ // $h6-font-size: 1em;
335
+
336
+ // These control how subheaders are styled
337
+ // $subheader-line-height: 1.4;
338
+ // $subheader-font-color: lighten($header-font-color, 30%);
339
+ // $subheader-font-weight: 300;
340
+ // $subheader-top-margin: .2em;
341
+ // $subheader-bottom-margin: .5em;
342
+
343
+ // A general <small> styling
344
+ // $small-font-size: 60%;
345
+ // $small-font-color: lighten($header-font-color, 30%);
346
+
347
+ // We use these to style paragraphs
348
+ // $paragraph-font-family: inherit;
349
+ // $paragraph-font-weight: normal;
350
+ // $paragraph-font-size: 1em;
351
+ // $paragraph-line-height: 1.6;
352
+ // $paragraph-margin-bottom: emCalc(20px);
353
+ // $paragraph-aside-font-size: emCalc(14px);
354
+ // $paragraph-aside-line-height: 1.35;
355
+ // $paragraph-aside-font-style: italic;
356
+
357
+ // We use these to style <code> tags
358
+ // $code-color: darken($alert-color, 15%);
359
+ // $code-font-family: Consolas, "Liberation Mono", Courier, monospace;
360
+ // $code-font-weight: bold;
361
+
362
+ // We use these to style anchors
363
+ // $anchor-text-decoration: none;
364
+ // $anchor-font-color: $primary-color;
365
+ // $anchor-font-color-hover: darken($primary-color, 5%);
366
+
367
+ // We use these to style the <hr> element
368
+ // $hr-border-width: 1px;
369
+ // $hr-border-style: solid;
370
+ // $hr-border-color: #ddd;
371
+ // $hr-margin: emCalc(20px);
372
+
373
+ // We use these to style lists
374
+ // $list-style-position: outside;
375
+ // $list-side-margin: emCalc(18px);
376
+ // $definition-list-header-weight: bold;
377
+ // $definition-list-header-margin-bottom: .3em;
378
+ // $definition-list-margin-bottom: emCalc(12px);
379
+
380
+ // We use these to style blockquotes
381
+ // $blockquote-font-color: lighten($header-font-color, 30%);
382
+ // $blockquote-padding: emCalc(9px) emCalc(20px) 0 emCalc(19px);
383
+ // $blockquote-border: 1px solid #ddd;
384
+ // $blockquote-cite-font-size: emCalc(13px);
385
+ // $blockquote-cite-font-color: lighten($header-font-color, 20%);
386
+ // $blockquote-cite-link-color: $blockquote-cite-font-color;
387
+
388
+ // Acronym styles
389
+ // $acronym-underline: 1px dotted #ddd;
390
+
391
+ // We use these to control padding and margin
392
+ // $microformat-padding: emCalc(10px) emCalc(12px);
393
+ // $microformat-margin: 0 0 emCalc(20px) 0;
394
+
395
+ // We use these to control border styles
396
+ // $microformat-border-width: 1px;
397
+ // $microformat-border-style: solid;
398
+ // $microformat-border-color: #ddd;
399
+
400
+ // We use these to control full name font styles
401
+ // $microformat-fullname-font-weight: bold;
402
+ // $microformat-fullname-font-size: emCalc(15px);
403
+
404
+ // We use this to control the summary font styles
405
+ // $microformat-summary-font-weight: bold;
406
+
407
+ // We use this to control abbr padding
408
+ // $microformat-abbr-padding: 0 emCalc(1px);
409
+
410
+ // We use this to control abbr font styles
411
+ // $microformat-abbr-font-weight: bold;
412
+ // $microformat-abbr-font-decoration: none;
413
+
414
+ //
415
+ // Form Variables
416
+ //
417
+
418
+ // We use this to set the base for lots of form spacing and positioning styles
419
+ // $form-spacing: emCalc(16px);
420
+
421
+ // We use these to style the labels in different ways
422
+ // $label-pointer: pointer;
423
+ // $label-font-size: emCalc(14px);
424
+ // $label-font-weight: 500;
425
+ // $label-font-color: lighten(#000, 30%);
426
+ // $label-bottom-margin: emCalc(3px);
427
+ // $input-font-family: inherit;
428
+ // $input-font-color: rgba(0,0,0,0.75);
429
+ // $input-font-size: emCalc(14px);
430
+ // $input-bg-color: #fff;
431
+ // $input-focus-bg-color: darken(#fff, 2%);
432
+ // $input-border-color: darken(#fff, 20%);
433
+ // $input-focus-border-color: darken(#fff, 40%);
434
+ // $input-border-style: solid;
435
+ // $input-border-width: 1px;
436
+ // $input-disabled-bg: #ddd;
437
+ // $input-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
438
+
439
+ // We use these to style the fieldset border and spacing.
440
+ // $fieldset-border-style: solid;
441
+ // $fieldset-border-width: 1px;
442
+ // $fieldset-border-color: #ddd;
443
+ // $fieldset-padding: emCalc(20px);
444
+ // $fieldset-margin: emCalc(18px) 0;
445
+
446
+ // We use these to style the legends when you use them
447
+ // $legend-bg: #fff;
448
+ // $legend-font-weight: bold;
449
+ // $legend-padding: 0 emCalc(3px);
450
+
451
+ // We use these to style the prefix and postfix input elements
452
+ // $input-prefix-bg: darken(#fff, 5%);
453
+ // $input-prefix-border-color: darken(#fff, 20%);
454
+ // $input-prefix-border-size: 1px;
455
+ // $input-prefix-border-type: solid;
456
+ // $input-prefix-overflow: hidden;
457
+ // $input-prefix-font-color: #333;
458
+ // $input-prefix-font-color-alt: #fff;
459
+
460
+ // We use these to style the error states for inputs and labels
461
+ // $input-error-message-padding: emCalc(6px) emCalc(4px);
462
+ // $input-error-message-top: -($form-spacing) - emCalc(5px);
463
+ // $input-error-message-font-size: emCalc(12px);
464
+ // $input-error-message-font-weight: bold;
465
+ // $input-error-message-font-color: #fff;
466
+ // $input-error-message-font-color-alt: #333;
467
+
468
+ // We use these to build padding for buttons.
469
+ // $button-med: emCalc(12px);
470
+ // $button-tny: emCalc(7px);
471
+ // $button-sml: emCalc(9px);
472
+ // $button-lrg: emCalc(16px);
473
+
474
+ // We use this to control the display property.
475
+ // $button-display: inline-block;
476
+ // $button-margin-bottom: emCalc(20px);
477
+
478
+ // We use these to control button text styles.
479
+ // $button-font-family: inherit;
480
+ // $button-font-color: #fff;
481
+ // $button-font-color-alt: #333;
482
+ // $button-font-med: emCalc(16px);
483
+ // $button-font-tny: emCalc(11px);
484
+ // $button-font-sml: emCalc(13px);
485
+ // $button-font-lrg: emCalc(20px);
486
+ // $button-font-weight: bold;
487
+ // $button-font-align: center;
488
+
489
+ // We use these to control various hover effects.
490
+ // $button-function-factor: 10%;
491
+
492
+ // We use these to control button border styles.
493
+ // $button-border-width: 1px;
494
+ // $button-border-style: solid;
495
+ // $button-border-color: darken($primary-color, $button-function-factor);
496
+
497
+ // We use this to set the default radius used throughout the core.
498
+ // $button-radius: $global-radius;
499
+
500
+ // We use this to set default opacity for disabled buttons.
501
+ // $button-disabled-opacity: 0.6;
502
+
503
+ //
504
+ // Dropdown Button Variables
505
+ //
506
+
507
+ // We use these to set the color of the pip in dropdown buttons
508
+ // $dropdown-button-pip-color: #fff;
509
+ // $dropdown-button-pip-color-alt: #333;
510
+
511
+ // We use these to style tiny dropdown buttons
512
+ // $dropdown-button-padding-tny: $button-tny * 5;
513
+ // $dropdown-button-pip-size-tny: $button-tny;
514
+ // $dropdown-button-pip-right-tny: $button-tny * 2;
515
+ // $dropdown-button-pip-top-tny: -$button-tny / 2 + emCalc(1px);
516
+
517
+ // We use these to style small dropdown buttons
518
+ // $dropdown-button-padding-sml: $button-sml * 5;
519
+ // $dropdown-button-pip-size-sml: $button-sml;
520
+ // $dropdown-button-pip-right-sml: $button-sml * 2;
521
+ // $dropdown-button-pip-top-sml: -$button-sml / 2 + emCalc(1px);
522
+
523
+ // We use these to style medium dropdown buttons
524
+ // $dropdown-button-padding-med: $button-med * 4 + emCalc(3px);
525
+ // $dropdown-button-pip-size-med: $button-med - emCalc(3px);
526
+ // $dropdown-button-pip-right-med: $button-med * 2;
527
+ // $dropdown-button-pip-top-med: -$button-med / 2 + emCalc(2px);
528
+
529
+ // We use these to style large dropdown buttons
530
+ // $dropdown-button-padding-lrg: $button-lrg * 4;
531
+ // $dropdown-button-pip-size-lrg: $button-lrg - emCalc(6px);
532
+ // $dropdown-button-pip-right-lrg: $button-lrg + emCalc(12px);
533
+ // $dropdown-button-pip-top-lrg: -$button-lrg / 2 + emCalc(3px);
534
+
535
+ //
536
+ // Split Button Variables
537
+ //
538
+
539
+ // We use these to control different shared styles for split buttons
540
+ // $split-button-function-factor: 15%;
541
+ // $split-button-pip-color: #fff;
542
+ // $split-button-pip-color-alt: #333;
543
+ // $split-button-active-bg-tint: rgba(0,0,0,0.1);
544
+
545
+ // We use these to control tiny split buttons
546
+ // $split-button-padding-tny: $button-tny * 9;
547
+ // $split-button-span-width-tny: $button-tny * 6.5;
548
+ // $split-button-pip-size-tny: $button-tny;
549
+ // $split-button-pip-top-tny: $button-tny * 2;
550
+ // $split-button-pip-left-tny: emCalc(-5px);
551
+
552
+ // We use these to control small split buttons
553
+ // $split-button-padding-sml: $button-sml * 7;
554
+ // $split-button-span-width-sml: $button-sml * 5;
555
+ // $split-button-pip-size-sml: $button-sml;
556
+ // $split-button-pip-top-sml: $button-sml * 1.5;
557
+ // $split-button-pip-left-sml: emCalc(-9px);
558
+
559
+ // We use these to control medium split buttons
560
+ // $split-button-padding-med: $button-med * 6.4;
561
+ // $split-button-span-width-med: $button-med * 4;
562
+ // $split-button-pip-size-med: $button-med - emCalc(3px);
563
+ // $split-button-pip-top-med: $button-med * 1.5;
564
+ // $split-button-pip-left-med: emCalc(-9px);
565
+
566
+ // We use these to control large split buttons
567
+ // $split-button-padding-lrg: $button-lrg * 6;
568
+ // $split-button-span-width-lrg: $button-lrg * 3.75;
569
+ // $split-button-pip-size-lrg: $button-lrg - emCalc(6px);
570
+ // $split-button-pip-top-lrg: $button-lrg + emCalc(5px);
571
+ // $split-button-pip-left-lrg: emCalc(-9px);
572
+
573
+ //
574
+ // Alert Variables
575
+ //
576
+
577
+ // We use this to control alert padding
578
+ // $alert-padding-top: emCalc(11px);
579
+ // $alert-padding-left: $alert-padding-top;
580
+ // $alert-padding-right: $alert-padding-top + emCalc(10px);
581
+ // $alert-padding-bottom: $alert-padding-top + emCalc(1px);
582
+
583
+ // We use these to control text style
584
+ // $alert-font-weight: bold;
585
+ // $alert-font-size: emCalc(14px);
586
+ // $alert-font-color: #fff;
587
+ // $alert-font-color-alt: darken($secondary-color, 60%);
588
+
589
+ // We use this for close hover effect
590
+ // $alert-function-factor: 10%;
591
+
592
+ // We use these to control border styles
593
+ // $alert-border-style: solid;
594
+ // $alert-border-width: 1px;
595
+ // $alert-border-color: darken($primary-color, $alert-function-factor);
596
+ // $alert-bottom-margin: emCalc(20px);
597
+
598
+ // We use these to style the close buttons
599
+ // $alert-close-color: #333;
600
+ // $alert-close-position: emCalc(5px);
601
+ // $alert-close-font-size: emCalc(22px);
602
+ // $alert-close-opacity: 0.3;
603
+ // $alert-close-opacity-hover: 0.5;
604
+ // $alert-close-padding: 5px 4px 4px;
605
+
606
+ // We use this to control border radius
607
+ // $alert-radius: $global-radius;
608
+
609
+ //
610
+ // Breadcrumb Variables
611
+ //
612
+
613
+ // We use this to set the background color for the breadcrumb container
614
+ // $crumb-bg: lighten($secondary-color, 5%);
615
+
616
+ // We use these to set the padding around the breadcrumbs
617
+ // $crumb-padding: emCalc(6px) emCalc(14px) emCalc(9px);
618
+ // $crumb-side-padding: emCalc(12px);
619
+
620
+ // We use these to control border styles
621
+ // $crumb-function-factor: 10%;
622
+ // $crumb-border-size: 1px;
623
+ // $crumb-border-style: solid;
624
+ // $crumb-border-color: darken($crumb-bg, $crumb-function-factor);
625
+ // $crumb-radius: $global-radius;
626
+
627
+ // We use these to set various text styles for breadcrumbs
628
+ // $crumb-font-size: emCalc(11px);
629
+ // $crumb-font-color: $primary-color;
630
+ // $crumb-font-color-current: #333;
631
+ // $crumb-font-color-unavailable: #999;
632
+ // $crumb-font-transform: uppercase;
633
+ // $crumb-link-decor: underline;
634
+
635
+ // We use these to control the slash between breadcrumbs
636
+ // $crumb-slash-color: #aaa;
637
+ // $crumb-slash: "/";
638
+
639
+ //
640
+ // Clearing Variables
641
+ //
642
+
643
+ // We use these to set the background colors for parts of Clearing
644
+ // $clearing-bg: #111;
645
+ // $clearing-caption-bg: $clearing-bg;
646
+ // $clearing-carousel-bg: #111;
647
+ // $clearing-img-bg: $clearing-bg;
648
+
649
+ // We use these to style the close button
650
+ // $clearing-close-color: #fff;
651
+ // $clearing-close-size: 40px;
652
+
653
+ // We use these to style the arrows
654
+ // $clearing-arrow-size: 16px;
655
+ // $clearing-arrow-color: $clearing-close-color;
656
+
657
+ // We use these to style captions
658
+ // $clearing-caption-font-color: #fff;
659
+ // $clearing-caption-padding: 10px 30px;
660
+
661
+ // We use these to make the image and carousel height and style
662
+ // $clearing-active-img-height: 75%;
663
+ // $clearing-carousel-height: 150px;
664
+ // $clearing-carousel-thumb-width: 175px;
665
+ // $clearing-carousel-thumb-active-border: 4px solid rgb(255,255,255);
666
+
667
+ //
668
+ // Custom Form Variables
669
+ //
670
+
671
+ // We use these to control the basic form styles input styles
672
+ // $custom-form-border-color: #ccc;
673
+ // $custom-form-bg: #fff;
674
+ // $custom-form-bg-disabled: #ddd;
675
+ // $custom-form-check-color: #222;
676
+
677
+ // We use these to style the custom select form element
678
+ // $custom-select-bg: #fff;
679
+ // $custom-select-fade-to-color: #f3f3f3;
680
+ // $custom-select-border-color: #ddd;
681
+ // $custom-select-triangle-color: #aaa;
682
+ // $custom-select-triangle-color-open: #222;
683
+ // $custom-select-height: emCalc(13px) + ($form-spacing * 1.5);
684
+ // $custom-select-margin-bottom: emCalc(20px);
685
+ // $custom-select-font-color-selected: #141414;
686
+ // $custom-select-disabled-color: #888;
687
+
688
+ // We use these to control the style of the custom select dropdown element
689
+ // $custom-dropdown-height: 200px;
690
+ // $custom-dropdown-bg: #fff;
691
+ // $custom-dropdown-border-color: darken(#fff, 20%);
692
+ // $custom-dropdown-border-width: 1px;
693
+ // $custom-dropdown-border-style: solid;
694
+ // $custom-dropdown-font-color: #555;
695
+ // $custom-dropdown-font-size: emCalc(14px);
696
+ // $custom-dropdown-color-selected: #eeeeee;
697
+ // $custom-dropdown-font-color-selected: #000;
698
+ // $custom-dropdown-shadow: 0 2px 2px 0px rgba(0,0,0,0.1);
699
+ // $custom-dropdown-offset-top: none;
700
+ // $custom-dropdown-list-padding: emCalc(4px);
701
+ // $custom-dropdown-left-padding: emCalc(6px);
702
+ // $custom-dropdown-right-padding: emCalc(38px);
703
+ // $custom-dropdown-list-item-min-height: emCalc(24px);
704
+
705
+ //
706
+ // Dropdown Variables
707
+ //
708
+
709
+ // We use these to controls height and width styles
710
+ // $f-dropdown-max-width: 200px;
711
+ // $f-dropdown-height: auto;
712
+ // $f-dropdown-max-height: none;
713
+ // $f-dropdown-margin-top: 2px;
714
+
715
+ // We use this to control the background color
716
+ // $f-dropdown-bg: #fff;
717
+
718
+ // We use this to set the border styles for dropdowns
719
+ // $f-dropdown-border-style: solid;
720
+ // $f-dropdown-border-width: 1px;
721
+ // $f-dropdown-border-color: darken(#fff, 20%);
722
+
723
+ // We use these to style the triangle pip
724
+ // $f-dropdown-triangle-size: 6px;
725
+ // $f-dropdown-triangle-color: #fff;
726
+ // $f-dropdown-triangle-side-offset: 10px;
727
+
728
+ // We use these to control styles for the list elements
729
+ // $f-dropdown-list-style: none;
730
+ // $f-dropdown-font-color: #555;
731
+ // $f-dropdown-font-size: emCalc(14px);
732
+ // $f-dropdown-list-padding: emCalc(5px) emCalc(10px);
733
+ // $f-dropdown-line-height: emCalc(18px);
734
+ // $f-dropdown-list-hover-bg: #eeeeee;
735
+ // $dropdown-mobile-left: 0;
736
+
737
+ // We use this to control the styles for when the dropdown has custom content
738
+ // $f-dropdown-content-padding: emCalc(20px);
739
+
740
+ //
741
+ // Flex Video Variables
742
+ //
743
+
744
+ // We use these to control video container padding and margins
745
+ // $flex-video-padding-top: emCalc(25px);
746
+ // $flex-video-padding-bottom: 67.5%;
747
+ // $flex-video-margin-bottom: emCalc(16px);
748
+
749
+ // We use this to control widescreen bottom padding
750
+ // $flex-video-widescreen-padding-bottom: 57.25%;
751
+
752
+ //
753
+ // Inline List Variables
754
+ //
755
+
756
+ // We use this to control the margins and padding of the inline list
757
+ // $inline-list-margin-bottom: emCalc(17px) emCalc(-22px );
758
+ // $inline-list-margin: 0 0;
759
+ // $inline-list-padding: 0;
760
+
761
+ // We use this to control the overflow of the inline list
762
+ // $inline-list-overflow: hidden;
763
+
764
+ // We use this to control the list items
765
+ // $inline-list-display: block;
766
+
767
+ // We use this to control any elments within list items
768
+ // $inline-list-children-display: block;
769
+
770
+ //
771
+ // Joyride Variables
772
+ //
773
+
774
+ // Controlling default Joyride styles
775
+ // $joyride-tip-bg: rgb(0,0,0);
776
+ // $joyride-tip-default-width: 300px;
777
+ // $joyride-tip-padding: emCalc(18px) emCalc(20px) emCalc(24px);
778
+ // $joyride-tip-border: solid 1px #555;
779
+ // $joyride-tip-radius: 4px;
780
+ // $joyride-tip-position-offset: 22px;
781
+
782
+ // Here, we are setting the tip dont styles
783
+ // $joyride-tip-font-color: #fff;
784
+ // $joyride-tip-font-size: emCalc(14px);
785
+ // $joyride-tip-header-weight: bold;
786
+
787
+ // This changes the nub size
788
+ // $joyride-tip-nub-size: 14px;
789
+
790
+ // This adjusts the styles for the timer when its enabled
791
+ // $joyride-tip-timer-width: 50px;
792
+ // $joyride-tip-timer-height: 3px;
793
+ // $joyride-tip-timer-color: #666;
794
+
795
+ // This changes up the styles for the close button
796
+ // $joyride-tip-close-color: #777;
797
+ // $joyride-tip-close-size: 30px;
798
+ // $joyride-tip-close-weight: normal;
799
+
800
+ // When Joyride is filling the screen, we use this style for the bg
801
+ // $joyride-screenfill: rgba(0,0,0,0.5);
802
+
803
+ //
804
+ // Keystroke Variables
805
+ //
806
+
807
+ // We use these to control text styles.
808
+ // $keystroke-font: "Consolas", "Menlo", "Courier", monospace;
809
+ // $keystroke-font-size: emCalc(15px);
810
+ // $keystroke-font-color: #222;
811
+ // $keystroke-font-color-alt: #fff;
812
+ // $keystroke-function-factor: 7%;
813
+
814
+ // We use this to control keystroke padding
815
+ // $keystroke-padding: emCalc(2px) emCalc(4px) emCalc(0px);
816
+
817
+ // We use these to control background and border styles
818
+ // $keystroke-bg: darken(#fff, $keystroke-function-factor);
819
+ // $keystroke-border-style: solid;
820
+ // $keystroke-border-width: 1px;
821
+ // $keystroke-border-color: darken($keystroke-bg, $keystroke-function-factor);
822
+ // $keystroke-radius: $global-radius;
823
+
824
+ //
825
+ // Label Variables
826
+ //
827
+
828
+ // We use these to style the labels
829
+ // $label-padding: emCalc(3px) emCalc(10px) emCalc(4px);
830
+ // $label-radius: $global-radius;
831
+
832
+ // We use these to style the label text
833
+ // $label-font-sizing: emCalc(14px);
834
+ // $label-font-weight: bold;
835
+
836
+ //
837
+ // Magellan Variables
838
+ //
839
+
840
+ // We use these to control basic visual styles
841
+ // $magellan-bg: #fff;
842
+ // $magellan-padding: 10px;
843
+
844
+ //
845
+ // Orbit Settings
846
+ //
847
+
848
+ // We use these to control the caption styles
849
+ // $orbit-container-bg: #f5f5f5;
850
+ // $orbit-caption-bg-old-browser: #000;
851
+ // $orbit-caption-bg-old: rgb(0,0,0);
852
+ // $orbit-caption-bg: rgba(0,0,0,0.6);
853
+ // $orbit-caption-font-color: #fff;
854
+
855
+ // We use these to control the left/right nav styles
856
+ // $orbit-nav-bg-old: rgb(0,0,0);
857
+ // $orbit-nav-bg: rgba(0,0,0,0.6);
858
+
859
+ // We use these to control the timer styles
860
+ // $orbit-timer-bg-old: rgb(0,0,0);
861
+ // $orbit-timer-bg: rgba(0,0,0,0.6);
862
+
863
+ // We use these to control the bullet nav styles
864
+ // $orbit-bullet-nav-color: #999;
865
+ // $orbit-bullet-nav-color-active: #222;
866
+
867
+ // We use thes to controls the style of slide numbers
868
+ // $orbit-slide-number-bg: rgb(0,0,0);
869
+ // $orbit-slide-number-font-color: #fff;
870
+ // $orbit-slide-number-padding: emCalc(5px);
871
+
872
+ // Margin for when Orbit is stacked on small screens
873
+ // $stack-on-small-margin-bottom: emCalc(20px);
874
+
875
+ //
876
+ // Pagination Variables
877
+ //
878
+
879
+ // We use these to control the pagination container
880
+ // $pagination-height: emCalc(24px);
881
+ // $pagination-margin: emCalc(-5px);
882
+
883
+ // We use these to set the list-item properties
884
+ // $pagination-li-float: $default-float;
885
+ // $pagination-li-height: emCalc(24px);
886
+ // $pagination-li-font-color: #222;
887
+ // $pagination-li-font-size: emCalc(14px);
888
+ // $pagination-li-margin: emCalc(5px);
889
+
890
+ // We use these for the pagination anchor links
891
+ // $pagination-link-pad: emCalc(1px) emCalc(7px) emCalc(1px);
892
+ // $pagination-link-font-color: #999;
893
+ // $pagination-link-active-bg: darken(#fff, 10%);
894
+
895
+ // We use these for disabled anchor links
896
+ // $pagination-link-unavailable-cursor: default;
897
+ // $pagination-link-unavailable-font-color: #999;
898
+ // $pagination-link-unavailable-bg-active: transparent;
899
+
900
+ // We use these for currently selected anchor links
901
+ // $pagination-link-current-background: $primary-color;
902
+ // $pagination-link-current-font-color: #fff;
903
+ // $pagination-link-current-font-weight: bold;
904
+ // $pagination-link-current-cursor: default;
905
+ // $pagination-link-current-active-bg: $primary-color;
906
+
907
+ //
908
+ // Panel Variables
909
+ //
910
+
911
+ // We use these to control the background and border styles
912
+ // $panel-bg: darken(#fff, 5%);
913
+ // $panel-border-style: solid;
914
+ // $panel-border-size: 1px;
915
+
916
+ // We use this % to control how much we darken things on hover
917
+ // $panel-function-factor: 10%;
918
+ // $panel-border-color: darken($panel-bg, $panel-function-factor);
919
+
920
+ // We use these to set default inner padding and bottom margin
921
+ // $panel-margin-bottom: emCalc(20px);
922
+ // $panel-padding: emCalc(20px);
923
+
924
+ // We use these to set default font colors
925
+ // $panel-font-color: #333;
926
+ // $panel-font-color-alt: #fff;
927
+
928
+ //
929
+ // Pricing Table Variables
930
+ //
931
+
932
+ // We use this to control the border color
933
+ // $price-table-border: solid 1px #ddd;
934
+
935
+ // We use this to control the bottom margin of the pricing table
936
+ // $price-table-margin-bottom: emCalc(20px);
937
+
938
+ // We use these to control the title styles
939
+ // $price-title-bg: #ddd;
940
+ // $price-title-padding: emCalc(15px) emCalc(20px);
941
+ // $price-title-align: center;
942
+ // $price-title-color: #333;
943
+ // $price-title-weight: bold;
944
+ // $price-title-size: emCalc(16px);
945
+
946
+ // We use these to control the price styles
947
+ // $price-money-bg: #eee;
948
+ // $price-money-padding: emCalc(15px) emCalc(20px);
949
+ // $price-money-align: center;
950
+ // $price-money-color: #333;
951
+ // $price-money-weight: normal;
952
+ // $price-money-size: emCalc(20px);
953
+
954
+ // We use these to control the description styles
955
+ // $price-bg: #fff;
956
+ // $price-desc-color: #777;
957
+ // $price-desc-padding: emCalc(15px);
958
+ // $price-desc-align: center;
959
+ // $price-desc-font-size: emCalc(12px);
960
+ // $price-desc-weight: normal;
961
+ // $price-desc-line-height: 1.4;
962
+ // $price-desc-bottom-border: dotted 1px #ddd;
963
+
964
+ // We use these to control the list item styles
965
+ // $price-item-color: #333;
966
+ // $price-item-padding: emCalc(15px);
967
+ // $price-item-align: center;
968
+ // $price-item-font-size: emCalc(14px);
969
+ // $price-item-weight: normal;
970
+ // $price-item-bottom-border: dotted 1px #ddd;
971
+
972
+ // We use these to control the CTA area styles
973
+ // $price-cta-bg: #f5f5f5;
974
+ // $price-cta-align: center;
975
+ // $price-cta-padding: emCalc(20px) emCalc(20px) 0;
976
+
977
+ //
978
+ // Progress Bar Variables
979
+ //
980
+
981
+ // We use this to se the prog bar height
982
+ // $progress-bar-height: emCalc(25px);
983
+ // $progress-bar-color: transparent;
984
+
985
+ // We use these to control the border styles
986
+ // $progress-bar-border-color: darken(#fff, 20%);
987
+ // $progress-bar-border-size: 1px;
988
+ // $progress-bar-border-style: solid;
989
+ // $progress-bar-border-radius: $global-radius;
990
+
991
+ // We use these to control the margin & padding
992
+ // $progress-bar-pad: emCalc(2px);
993
+ // $progress-bar-margin-bottom: emCalc(10px);
994
+
995
+ // We use these to set the meter colors
996
+ // $progress-meter-color: $primary-color;
997
+ // $progress-meter-secondary-color: $secondary-color;
998
+ // $progress-meter-success-color: $success-color;
999
+ // $progress-meter-alert-color: $alert-color;
1000
+
1001
+ //
1002
+ // Reveal Variables
1003
+ //
1004
+
1005
+ // We use these to control the style of the reveal overlay
1006
+ // $reveal-overlay-bg: rgba(#000, .45);
1007
+ // $reveal-overlay-bg-old: #000;
1008
+
1009
+ // We use these to control the style of the modal itself
1010
+ // $reveal-modal-bg: #fff;
1011
+ // $reveal-position-top: 50px;
1012
+ // $reveal-default-width: 80%;
1013
+ // $reveal-modal-padding: emCalc(20px);
1014
+ // $reveal-box-shadow: 0 0 10px rgba(#000,.4);
1015
+
1016
+ // We use these to style the reveal close button
1017
+ // $reveal-close-font-size: emCalc(22px);
1018
+ // $reveal-close-top: emCalc(8px);
1019
+ // $reveal-close-side: emCalc(11px);
1020
+ // $reveal-close-color: #aaa;
1021
+ // $reveal-close-weight: bold;
1022
+
1023
+ // We use these to control the modal border
1024
+ // $reveal-border-style: solid;
1025
+ // $reveal-border-width: 1px;
1026
+ // $reveal-border-color: #666;
1027
+
1028
+ //
1029
+ // Section Variables
1030
+ //
1031
+
1032
+ // We use these to set padding and hover factor
1033
+ // $section-padding: emCalc(15px);
1034
+ // $section-function-factor: 10%;
1035
+
1036
+ // These style the titles
1037
+ // $section-title-color: #333;
1038
+ // $section-title-bg: #efefef;
1039
+ // $section-title-bg-active: darken($section-title-bg, $section-function-factor);
1040
+ // $section-title-bg-active-tabs: #fff;
1041
+
1042
+ // Want to control border size, here ya go!
1043
+ // $section-border-size: 1px;
1044
+ // $section-border-style: solid;
1045
+ // $section-border-color: #ccc;
1046
+
1047
+ // Control the color of the background and some size options
1048
+ // $section-content-bg: #fff;
1049
+ // $section-vertical-nav-min-width: emCalc(200px);
1050
+ // $section-bottom-margin: emCalc(20px);
1051
+
1052
+ //
1053
+ // Side Nav Variables
1054
+ //
1055
+
1056
+ // We use this to control padding
1057
+ // $side-nav-padding: emCalc(14px) 0;
1058
+
1059
+ // We use these to control list styles
1060
+ // $side-nav-list-type: none;
1061
+ // $side-nav-list-position: inside;
1062
+ // $side-nav-list-margin: 0 0 emCalc(7px) 0;
1063
+
1064
+ // We use these to control link styles
1065
+ // $side-nav-link-color: $primary-color;
1066
+ // $side-nav-link-color-active: lighten(#000, 30%);
1067
+ // $side-nav-font-size: emCalc(14px);
1068
+ // $side-nav-font-weight: bold;
1069
+
1070
+ // We use these to control border styles
1071
+ // $side-nav-divider-size: 1px;
1072
+ // $side-nav-divider-style: solid;
1073
+ // $side-nav-divider-color: darken(#fff, 10%);
1074
+
1075
+ //
1076
+ // Sub Nav Variables
1077
+ //
1078
+
1079
+ // We use these to control margin and padding
1080
+ // $sub-nav-list-margin: emCalc(-4px) 0 emCalc(18px);
1081
+ // $sub-nav-list-padding-top: emCalc(4px);
1082
+
1083
+ // We use this to control the definition
1084
+ // $sub-nav-font-size: emCalc(14px);
1085
+ // $sub-nav-font-color: #999;
1086
+ // $sub-nav-font-weight: normal;
1087
+ // $sub-nav-text-decoration: none;
1088
+ // $sub-nav-border-radius: 1000px;
1089
+
1090
+ // We use these to control the active item styles
1091
+ // $sub-nav-active-font-weight: bold;
1092
+ // $sub-nav-active-bg: $primary-color;
1093
+ // $sub-nav-active-color: #fff;
1094
+ // $sub-nav-active-padding: emCalc(3px) emCalc(9px);
1095
+ // $sub-nav-active-cursor: default;
1096
+
1097
+ //
1098
+ // Switch Variables
1099
+ //
1100
+
1101
+ // Controlling border styles and background colors for the switch container
1102
+ // $switch-border-color: darken(#fff, 20%);
1103
+ // $switch-border-style: solid;
1104
+ // $switch-border-width: 1px;
1105
+ // $switch-bg: #fff;
1106
+
1107
+ // We use these to control the switch heights for our default classes
1108
+ // $switch-height-tny: 22px;
1109
+ // $switch-height-sml: 28px;
1110
+ // $switch-height-med: 36px;
1111
+ // $switch-height-lrg: 44px;
1112
+ // $switch-bottom-margin: emCalc(20px);
1113
+
1114
+ // We use these to control default font sizes for our classes
1115
+ // $switch-font-size-tny: 11px;
1116
+ // $switch-font-size-sml: 12px;
1117
+ // $switch-font-size-med: 14px;
1118
+ // $switch-font-size-lrg: 17px;
1119
+ // $switch-label-side-padding: 6px;
1120
+
1121
+ // We use these to style the switch-paddle
1122
+ // $switch-paddle-bg: #fff;
1123
+ // $switch-paddle-fade-to-color: darken($switch-paddle-bg, 10%);
1124
+ // $switch-paddle-border-color: darken($switch-paddle-bg, 35%);
1125
+ // $switch-paddle-border-width: 1px;
1126
+ // $switch-paddle-border-style: solid;
1127
+ // $switch-paddle-transition-speed: .1s;
1128
+ // $switch-paddle-transition-ease: ease-out;
1129
+ // $switch-positive-color: lighten($success-color, 50%);
1130
+ // $switch-negative-color: #f5f5f5;
1131
+
1132
+ // Outline Style for tabbing through switches
1133
+ // $switch-label-outline: 1px dotted #888;
1134
+
1135
+ //
1136
+ // Table Variables
1137
+ //
1138
+
1139
+ // These control the background color for the table and even rows
1140
+ // $table-bg: #fff;
1141
+ // $table-even-row-bg: #f9f9f9;
1142
+
1143
+ // These control the table cell border style
1144
+ // $table-border-style: solid;
1145
+ // $table-border-size: 1px;
1146
+ // $table-border-color: #ddd;
1147
+
1148
+ // These control the table head styles
1149
+ // $table-head-bg: #f5f5f5;
1150
+ // $table-head-font-size: emCalc(14px);
1151
+ // $table-head-font-color: #222;
1152
+ // $table-head-font-weight: bold;
1153
+ // $table-head-padding: emCalc(8px) emCalc(10px) emCalc(10px);
1154
+
1155
+ // These control the row padding and font styles
1156
+ // $table-row-padding: emCalc(9px) emCalc(10px);
1157
+ // $table-row-font-size: emCalc(14px);
1158
+ // $table-row-font-color: #222;
1159
+ // $table-line-height: emCalc(18px);
1160
+
1161
+ // These are for controlling the display and margin of tables
1162
+ // $table-display: table-cell;
1163
+ // $table-margin-bottom: emCalc(20px);
1164
+
1165
+ //
1166
+ // Image Thumbnail Variables
1167
+ //
1168
+
1169
+ // We use these to control border styles
1170
+ // $thumb-border-style: solid;
1171
+ // $thumb-border-width: 4px;
1172
+ // $thumb-border-color: #fff;
1173
+ // $thumb-box-shadow: 0 0 0 1px rgba(#000,.2);
1174
+ // $thumb-box-shadow-hover: 0 0 6px 1px rgba($primary-color,0.5);
1175
+
1176
+ // Radius and transition speed for thumbs
1177
+ // $thumb-radius: $global-radius;
1178
+ // $thumb-transition-speed: 200ms;
1179
+
1180
+ //
1181
+ // Tooltip Variables
1182
+ //
1183
+ // $has-tip-border-bottom: dotted 1px #ccc;
1184
+ // $has-tip-font-weight: bold;
1185
+ // $has-tip-font-color: #333;
1186
+ // $has-tip-border-bottom-hover: dotted 1px darken($primary-color, 20%);
1187
+ // $has-tip-font-color-hover: $primary-color;
1188
+ // $has-tip-cursor-type: help;
1189
+
1190
+ // $tooltip-padding: emCalc(8px);
1191
+ // $tooltip-bg: #000;
1192
+ // $tooltip-font-size: emCalc(15px);
1193
+ // $tooltip-font-weight: bold;
1194
+ // $tooltip-font-color: #fff;
1195
+ // $tooltip-line-height: 1.3;
1196
+ // $tooltip-close-font-size: emCalc(10px);
1197
+ // $tooltip-close-font-weight: normal;
1198
+ // $tooltip-close-font-color: #888;
1199
+ // $tooltip-font-size-sml: emCalc(14px);
1200
+ // $tooltip-radius: $global-radius;
1201
+ // $tooltip-pip-size: 5px;
1202
+
1203
+ //
1204
+ // Top Bar Variables
1205
+ //
1206
+
1207
+ // Background color for the top bar
1208
+ // $topbar-bg: #111;
1209
+
1210
+ // Height and margin
1211
+ // $topbar-height: 45px;
1212
+ // $topbar-margin-bottom: emCalc(30px);
1213
+
1214
+ // Control Input height for top bar
1215
+ // $topbar-input-height: 2.45em;
1216
+
1217
+ // Controlling the styles for the title in the top bar
1218
+ // $topbar-title-weight: bold;
1219
+ // $topbar-title-font-size: emCalc(17px);
1220
+
1221
+ // Set the link colors and styles for top-level nav
1222
+ // $topbar-link-color: #fff;
1223
+ // $topbar-link-weight: bold;
1224
+ // $topbar-link-font-size: emCalc(13px);
1225
+ // $topbar-link-hover-lightness: -30% !default; // Darken by 30%
1226
+
1227
+ // Style the top bar dropdown elements
1228
+ // $topbar-dropdown-bg: #333;
1229
+ // $topbar-dropdown-link-color: #fff;
1230
+ // $topbar-dropdown-toggle-size: 5px;
1231
+ // $topbar-dropdown-toggle-color: #fff;
1232
+ // $topbar-dropdown-toggle-alpha: 0.5;
1233
+ // $dropdown-label-color: #555;
1234
+
1235
+ // Top menu icon styles
1236
+ // $topbar-menu-link-transform: uppercase;
1237
+ // $topbar-menu-link-font-size: emCalc(13px);
1238
+ // $topbar-menu-link-weight: bold;
1239
+ // $topbar-menu-link-color: #fff;
1240
+ // $topbar-menu-icon-color: #fff;
1241
+ // $topbar-menu-link-color-toggled: #888;
1242
+ // $topbar-menu-icon-color-toggled: #888;
1243
+
1244
+ // Transitions and breakpoint styles
1245
+ // $topbar-transition-speed: 300ms;
1246
+ // $topbar-breakpoint: emCalc(940px); // Change to 9999px for always mobile layout
1247
+ // $topbar-media-query: "only screen and (min-width: "#{$topbar-breakpoint}")";
1248
+ ', :css %>
1249
+
1250
+
1251
+ <!-- <a name="gui-apps"></a>
1252
+ <h3>Working with GUI applications</h3>
1253
+ <h5 class="subheader">We want you to be able to work with Abstractio in whatever way you are comfortable and we realize that not all of us are Terminal ninjas. Here's a rundown of some of the popular GUI applications and how to utilize Abstractio with them.</h5>
1254
+
1255
+ <h5>CodeKit Project</h5>
1256
+ <p>We're using a version of Sass and Compass that doesn't come with CodeKit. This means that you'll need to do a couple steps in order to get everything to compile correctly:</p>
1257
+ <ol style="margin-left: 20px;">
1258
+ <li>First things first, make sure you have the gem installed.</li>
1259
+ <li>Run <kbd>[sudo] gem environment</kbd> in the command line, note your gem executables path.</li>
1260
+ <li>Go into <strong>Codekit prefs</strong>, click on <strong>Sass/Scss</strong></li>
1261
+ <li>Click on <strong>"Use the Sass executable at this path:"</strong></li>
1262
+ <li>Navigate to the <strong>bin</strong> folder at the gem path you found earlier.</li>
1263
+ <li>Select sass.bin</li>
1264
+ <li>Click on <strong>Compass</strong> in the preferences menu.</li>
1265
+ <li>Click on <strong>"Use the Compass executable at this path:"</strong></li>
1266
+ <li>Navigate to the <strong>bin</strong> folder at the gem path you found earlier.</li>
1267
+ <li>Select compass.bin</li>
1268
+ <li>Compile to your hearts content.</li>
1269
+ </ol>
1270
+
1271
+ <p><strong>Note:</strong> CodeKit does not support adding Abstractio as a "framework" through the GUI. You'll need to use the steps above to accomplish this.</p>
1272
+
1273
+ <h5>LiveReload</h5>
1274
+ <p>While LiveReload works great within CodeKit, it doesn't work well on its own because you can't update it to use your system Sass and Compass directories. Do not use this application to compile Abstractio.</p>
1275
+
1276
+ <h5>Compass.app</h5>
1277
+ <p>Abstractio is included with Compass.app.</p>
1278
+
1279
+ <h5>Scout</h5>
1280
+ <p>This app doesn't have support for updating the version of Sass and Compass that you use so we're not supporting it at this point.</p>
1281
+
1282
+ <hr> -->
1283
+
1284
+ </div>
1285
+
1286
+ <div class="large-3 pull-9 columns">
1287
+ <%= render "_sidebar.html.erb" %>
1288
+ </div>
1289
+ </div>
1290
+
1291
+
1292
+
1293
+
1294
+
1295
+
1296
+
1297
+