mirror of
https://github.com/danbulant/api_docs
synced 2026-05-27 13:52:12 +00:00
commit
452876af0d
19 changed files with 2830 additions and 2220 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
FROM ubuntu:trusty
|
FROM ubuntu:trusty
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -yq ruby ruby-dev build-essential
|
RUN apt-get install -yq ruby ruby-dev build-essential git
|
||||||
RUN gem install --no-ri --no-rdoc bundler
|
RUN gem install --no-ri --no-rdoc bundler
|
||||||
ADD Gemfile /app/Gemfile
|
ADD Gemfile /app/Gemfile
|
||||||
ADD Gemfile.lock /app/Gemfile.lock
|
ADD Gemfile.lock /app/Gemfile.lock
|
||||||
|
|
|
||||||
35
Gemfile
35
Gemfile
|
|
@ -1,30 +1,11 @@
|
||||||
# If you have OpenSSL installed, we recommend updating
|
|
||||||
# the following line to use "https"
|
|
||||||
source 'http://rubygems.org'
|
source 'http://rubygems.org'
|
||||||
|
|
||||||
gem "rouge", "1.7.2"
|
# Middleman
|
||||||
|
gem 'middleman', '~>3.3.10'
|
||||||
|
gem 'middleman-gh-pages', '~> 0.0.3'
|
||||||
|
gem 'middleman-syntax', '~> 2.0.0'
|
||||||
|
gem 'rouge', '~> 1.8.0'
|
||||||
|
gem 'redcarpet', '~> 3.2.2'
|
||||||
|
|
||||||
gem "middleman", "~>3.3.0"
|
gem 'rake', '~> 10.4.2'
|
||||||
|
gem 'therubyracer', '~> 0.12.1', platforms: :ruby
|
||||||
# For syntax highlighting
|
|
||||||
gem "middleman-syntax"
|
|
||||||
|
|
||||||
# Plugin for middleman to generate Github pages
|
|
||||||
gem 'middleman-gh-pages'
|
|
||||||
|
|
||||||
# Live-reloading plugin
|
|
||||||
gem "middleman-livereload", "~> 3.3.0"
|
|
||||||
|
|
||||||
gem 'redcarpet', '~> 3.2.1'
|
|
||||||
|
|
||||||
# For faster file watcher updates on Windows:
|
|
||||||
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]
|
|
||||||
|
|
||||||
# Cross-templating language block fix for Ruby 1.8
|
|
||||||
platforms :mri_18 do
|
|
||||||
gem "ruby18_source_location"
|
|
||||||
end
|
|
||||||
|
|
||||||
gem "rake", "~> 10.4.0"
|
|
||||||
|
|
||||||
gem 'therubyracer', :platforms => :ruby
|
|
||||||
|
|
|
||||||
87
Gemfile.lock
87
Gemfile.lock
|
|
@ -1,7 +1,7 @@
|
||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
activesupport (4.1.9)
|
activesupport (4.1.10)
|
||||||
i18n (~> 0.6, >= 0.6.9)
|
i18n (~> 0.6, >= 0.6.9)
|
||||||
json (~> 1.7, >= 1.7.7)
|
json (~> 1.7, >= 1.7.7)
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
|
|
@ -9,62 +9,57 @@ GEM
|
||||||
tzinfo (~> 1.1)
|
tzinfo (~> 1.1)
|
||||||
celluloid (0.16.0)
|
celluloid (0.16.0)
|
||||||
timers (~> 4.0.0)
|
timers (~> 4.0.0)
|
||||||
chunky_png (1.3.3)
|
chunky_png (1.3.4)
|
||||||
coffee-script (2.3.0)
|
coffee-script (2.4.1)
|
||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.8.0)
|
coffee-script-source (1.9.1.1)
|
||||||
compass (1.0.1)
|
compass (1.0.3)
|
||||||
chunky_png (~> 1.2)
|
chunky_png (~> 1.2)
|
||||||
compass-core (~> 1.0.1)
|
compass-core (~> 1.0.2)
|
||||||
compass-import-once (~> 1.0.5)
|
compass-import-once (~> 1.0.5)
|
||||||
rb-fsevent (>= 0.9.3)
|
rb-fsevent (>= 0.9.3)
|
||||||
rb-inotify (>= 0.9)
|
rb-inotify (>= 0.9)
|
||||||
sass (>= 3.3.13, < 3.5)
|
sass (>= 3.3.13, < 3.5)
|
||||||
compass-core (1.0.1)
|
compass-core (1.0.3)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
sass (>= 3.3.0, < 3.5)
|
sass (>= 3.3.0, < 3.5)
|
||||||
compass-import-once (1.0.5)
|
compass-import-once (1.0.5)
|
||||||
sass (>= 3.2, < 3.5)
|
sass (>= 3.2, < 3.5)
|
||||||
em-websocket (0.5.1)
|
|
||||||
eventmachine (>= 0.12.9)
|
|
||||||
http_parser.rb (~> 0.6.0)
|
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
eventmachine (1.0.4)
|
execjs (2.5.2)
|
||||||
execjs (2.2.2)
|
ffi (1.9.8)
|
||||||
ffi (1.9.6)
|
|
||||||
haml (4.0.6)
|
haml (4.0.6)
|
||||||
tilt
|
tilt
|
||||||
hike (1.2.3)
|
hike (1.2.3)
|
||||||
hitimes (1.2.2)
|
hitimes (1.2.2)
|
||||||
hooks (0.4.0)
|
hooks (0.4.0)
|
||||||
uber (~> 0.0.4)
|
uber (~> 0.0.4)
|
||||||
http_parser.rb (0.6.0)
|
i18n (0.7.0)
|
||||||
i18n (0.6.11)
|
|
||||||
json (1.8.2)
|
json (1.8.2)
|
||||||
kramdown (1.5.0)
|
kramdown (1.7.0)
|
||||||
libv8 (3.16.14.7)
|
libv8 (3.16.14.7)
|
||||||
listen (2.8.5)
|
listen (2.10.0)
|
||||||
celluloid (>= 0.15.2)
|
celluloid (~> 0.16.0)
|
||||||
rb-fsevent (>= 0.9.3)
|
rb-fsevent (>= 0.9.3)
|
||||||
rb-inotify (>= 0.9)
|
rb-inotify (>= 0.9)
|
||||||
middleman (3.3.7)
|
middleman (3.3.11)
|
||||||
coffee-script (~> 2.2)
|
coffee-script (~> 2.2)
|
||||||
compass (>= 1.0.0, < 2.0.0)
|
compass (>= 1.0.0, < 2.0.0)
|
||||||
compass-import-once (= 1.0.5)
|
compass-import-once (= 1.0.5)
|
||||||
execjs (~> 2.0)
|
execjs (~> 2.0)
|
||||||
haml (>= 4.0.5)
|
haml (>= 4.0.5)
|
||||||
kramdown (~> 1.2)
|
kramdown (~> 1.2)
|
||||||
middleman-core (= 3.3.7)
|
middleman-core (= 3.3.11)
|
||||||
middleman-sprockets (>= 3.1.2)
|
middleman-sprockets (>= 3.1.2)
|
||||||
sass (>= 3.4.0, < 4.0)
|
sass (>= 3.4.0, < 4.0)
|
||||||
uglifier (~> 2.5)
|
uglifier (~> 2.5)
|
||||||
middleman-core (3.3.7)
|
middleman-core (3.3.11)
|
||||||
activesupport (~> 4.1.0)
|
activesupport (~> 4.1.0)
|
||||||
bundler (~> 1.1)
|
bundler (~> 1.1)
|
||||||
erubis
|
erubis
|
||||||
hooks (~> 0.3)
|
hooks (~> 0.3)
|
||||||
i18n (~> 0.6.9)
|
i18n (~> 0.7.0)
|
||||||
listen (>= 2.7.9, < 3.0)
|
listen (>= 2.7.9, < 3.0)
|
||||||
padrino-helpers (~> 0.12.3)
|
padrino-helpers (~> 0.12.3)
|
||||||
rack (>= 1.4.5, < 2.0)
|
rack (>= 1.4.5, < 2.0)
|
||||||
|
|
@ -73,11 +68,7 @@ GEM
|
||||||
tilt (~> 1.4.1, < 2.0)
|
tilt (~> 1.4.1, < 2.0)
|
||||||
middleman-gh-pages (0.0.3)
|
middleman-gh-pages (0.0.3)
|
||||||
rake (> 0.9.3)
|
rake (> 0.9.3)
|
||||||
middleman-livereload (3.3.4)
|
middleman-sprockets (3.4.2)
|
||||||
em-websocket (~> 0.5.1)
|
|
||||||
middleman-core (~> 3.2)
|
|
||||||
rack-livereload (~> 0.3.15)
|
|
||||||
middleman-sprockets (3.4.1)
|
|
||||||
middleman-core (>= 3.3)
|
middleman-core (>= 3.3)
|
||||||
sprockets (~> 2.12.1)
|
sprockets (~> 2.12.1)
|
||||||
sprockets-helpers (~> 1.1.0)
|
sprockets-helpers (~> 1.1.0)
|
||||||
|
|
@ -85,28 +76,25 @@ GEM
|
||||||
middleman-syntax (2.0.0)
|
middleman-syntax (2.0.0)
|
||||||
middleman-core (~> 3.2)
|
middleman-core (~> 3.2)
|
||||||
rouge (~> 1.0)
|
rouge (~> 1.0)
|
||||||
minitest (5.5.1)
|
minitest (5.6.1)
|
||||||
multi_json (1.10.1)
|
multi_json (1.11.0)
|
||||||
padrino-helpers (0.12.4)
|
padrino-helpers (0.12.5)
|
||||||
i18n (~> 0.6, >= 0.6.7)
|
i18n (~> 0.6, >= 0.6.7)
|
||||||
padrino-support (= 0.12.4)
|
padrino-support (= 0.12.5)
|
||||||
tilt (~> 1.4.1)
|
tilt (~> 1.4.1)
|
||||||
padrino-support (0.12.4)
|
padrino-support (0.12.5)
|
||||||
activesupport (>= 3.1)
|
activesupport (>= 3.1)
|
||||||
rack (1.6.0)
|
rack (1.6.0)
|
||||||
rack-livereload (0.3.15)
|
|
||||||
rack
|
|
||||||
rack-test (0.6.3)
|
rack-test (0.6.3)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rake (10.4.2)
|
rake (10.4.2)
|
||||||
rb-fsevent (0.9.4)
|
rb-fsevent (0.9.4)
|
||||||
rb-inotify (0.9.5)
|
rb-inotify (0.9.5)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
redcarpet (3.2.2)
|
redcarpet (3.2.3)
|
||||||
ref (1.0.5)
|
ref (1.0.5)
|
||||||
rouge (1.7.2)
|
rouge (1.8.0)
|
||||||
ruby18_source_location (0.2)
|
sass (3.4.13)
|
||||||
sass (3.4.9)
|
|
||||||
sprockets (2.12.3)
|
sprockets (2.12.3)
|
||||||
hike (~> 1.2)
|
hike (~> 1.2)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
|
|
@ -117,18 +105,18 @@ GEM
|
||||||
sprockets-sass (1.3.1)
|
sprockets-sass (1.3.1)
|
||||||
sprockets (~> 2.0)
|
sprockets (~> 2.0)
|
||||||
tilt (~> 1.1)
|
tilt (~> 1.1)
|
||||||
therubyracer (0.12.1)
|
therubyracer (0.12.2)
|
||||||
libv8 (~> 3.16.14.0)
|
libv8 (~> 3.16.14.0)
|
||||||
ref
|
ref
|
||||||
thor (0.19.1)
|
thor (0.19.1)
|
||||||
thread_safe (0.3.4)
|
thread_safe (0.3.5)
|
||||||
tilt (1.4.1)
|
tilt (1.4.1)
|
||||||
timers (4.0.1)
|
timers (4.0.1)
|
||||||
hitimes
|
hitimes
|
||||||
tzinfo (1.2.2)
|
tzinfo (1.2.2)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
uber (0.0.13)
|
uber (0.0.13)
|
||||||
uglifier (2.7.0)
|
uglifier (2.7.1)
|
||||||
execjs (>= 0.3.0)
|
execjs (>= 0.3.0)
|
||||||
json (>= 1.8.0)
|
json (>= 1.8.0)
|
||||||
|
|
||||||
|
|
@ -136,13 +124,10 @@ PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
middleman (~> 3.3.0)
|
middleman (~> 3.3.10)
|
||||||
middleman-gh-pages
|
middleman-gh-pages (~> 0.0.3)
|
||||||
middleman-livereload (~> 3.3.0)
|
middleman-syntax (~> 2.0.0)
|
||||||
middleman-syntax
|
rake (~> 10.4.2)
|
||||||
rake (~> 10.4.0)
|
redcarpet (~> 3.2.2)
|
||||||
redcarpet (~> 3.2.1)
|
rouge (~> 1.8.0)
|
||||||
rouge (= 1.7.2)
|
therubyracer (~> 0.12.1)
|
||||||
ruby18_source_location
|
|
||||||
therubyracer
|
|
||||||
wdm (~> 0.1.0)
|
|
||||||
|
|
|
||||||
|
|
@ -84,8 +84,10 @@ Examples of Slate in the Wild
|
||||||
* [Switch Payments Documentation](http://switchpayments.com/docs/) & [API](http://switchpayments.com/developers/)
|
* [Switch Payments Documentation](http://switchpayments.com/docs/) & [API](http://switchpayments.com/developers/)
|
||||||
* [Coinbase API Reference](https://developers.coinbase.com/api)
|
* [Coinbase API Reference](https://developers.coinbase.com/api)
|
||||||
* [Whispir.io API](https://whispir.github.io/api)
|
* [Whispir.io API](https://whispir.github.io/api)
|
||||||
* [Nasa API](https://data.nasa.gov/developer/external/planetary/)
|
* [NASA API](https://data.nasa.gov/developer/external/planetary/)
|
||||||
* [CardPay API](https://developers.cardpay.com/)
|
* [CardPay API](https://developers.cardpay.com/)
|
||||||
|
* [IBM Cloudant](https://docs-testb.cloudant.com/content-review/_design/couchapp/index.html)
|
||||||
|
* [Bitrix basis components](http://bbc.bitrix.expert/)
|
||||||
|
|
||||||
(Feel free to add your site to this list in a pull request!)
|
(Feel free to add your site to this list in a pull request!)
|
||||||
|
|
||||||
|
|
|
||||||
41
config.rb
41
config.rb
|
|
@ -1,37 +1,32 @@
|
||||||
set :css_dir, 'stylesheets'
|
# Markdown
|
||||||
|
|
||||||
set :js_dir, 'javascripts'
|
|
||||||
|
|
||||||
set :images_dir, 'images'
|
|
||||||
|
|
||||||
set :fonts_dir, 'fonts'
|
|
||||||
|
|
||||||
set :markdown_engine, :redcarpet
|
set :markdown_engine, :redcarpet
|
||||||
|
set :markdown,
|
||||||
|
fenced_code_blocks: true,
|
||||||
|
smartypants: true,
|
||||||
|
disable_indented_code_blocks: true,
|
||||||
|
prettify: true,
|
||||||
|
tables: true,
|
||||||
|
with_toc_data: true,
|
||||||
|
no_intra_emphasis: true
|
||||||
|
|
||||||
set :markdown, :fenced_code_blocks => true, :smartypants => true, :disable_indented_code_blocks => true, :prettify => true, :tables => true, :with_toc_data => true, :no_intra_emphasis => true
|
# Assets
|
||||||
|
set :css_dir, 'stylesheets'
|
||||||
|
set :js_dir, 'javascripts'
|
||||||
|
set :images_dir, 'images'
|
||||||
|
set :fonts_dir, 'fonts'
|
||||||
|
|
||||||
# Activate the syntax highlighter
|
# Activate the syntax highlighter
|
||||||
activate :syntax
|
activate :syntax
|
||||||
|
|
||||||
# This is needed for Github pages, since they're hosted on a subdomain
|
# Github pages require relative links
|
||||||
activate :relative_assets
|
activate :relative_assets
|
||||||
set :relative_links, true
|
set :relative_links, true
|
||||||
|
|
||||||
# Build-specific configuration
|
# Build Configuration
|
||||||
configure :build do
|
configure :build do
|
||||||
# For example, change the Compass output style for deployment
|
|
||||||
activate :minify_css
|
activate :minify_css
|
||||||
|
|
||||||
# Minify Javascript on build
|
|
||||||
activate :minify_javascript
|
activate :minify_javascript
|
||||||
|
|
||||||
# Enable cache buster
|
|
||||||
# activate :asset_hash
|
|
||||||
|
|
||||||
# Use relative URLs
|
|
||||||
# activate :relative_assets
|
# activate :relative_assets
|
||||||
|
# activate :asset_hash
|
||||||
# Or use a different image path
|
# activate :gzip
|
||||||
# set :http_prefix, "/Content/images/"
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 3.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 96 B |
|
|
@ -55,7 +55,7 @@ Kittn expects for the API key to be included in all API requests to the server i
|
||||||
`Authorization: meowmeowmeow`
|
`Authorization: meowmeowmeow`
|
||||||
|
|
||||||
<aside class="notice">
|
<aside class="notice">
|
||||||
You must replace `meowmeowmeow` with your personal API key.
|
You must replace <code>meowmeowmeow</code> with your personal API key.
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
# Kittens
|
# Kittens
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,8 @@ License for the specific language governing permissions and limitations
|
||||||
under the License.
|
under the License.
|
||||||
*/
|
*/
|
||||||
(function (global) {
|
(function (global) {
|
||||||
|
'use strict';
|
||||||
|
|
||||||
var languages = [];
|
var languages = [];
|
||||||
|
|
||||||
global.setupLanguages = setupLanguages;
|
global.setupLanguages = setupLanguages;
|
||||||
|
|
@ -26,9 +28,9 @@ under the License.
|
||||||
$(".lang-selector a").removeClass('active');
|
$(".lang-selector a").removeClass('active');
|
||||||
$(".lang-selector a[data-language-name='" + language + "']").addClass('active');
|
$(".lang-selector a[data-language-name='" + language + "']").addClass('active');
|
||||||
for (var i=0; i < languages.length; i++) {
|
for (var i=0; i < languages.length; i++) {
|
||||||
$(".highlight." + languages[i]).parent().hide();
|
$(".highlight." + languages[i]).hide();
|
||||||
}
|
}
|
||||||
$(".highlight." + language).parent().show();
|
$(".highlight." + language).show();
|
||||||
|
|
||||||
global.toc.calculateHeights();
|
global.toc.calculateHeights();
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
(function (global) {
|
(function (global) {
|
||||||
|
'use strict';
|
||||||
|
|
||||||
var $global = $(global);
|
var $global = $(global);
|
||||||
var content, darkBox, searchResults;
|
var content, darkBox, searchResults;
|
||||||
|
|
@ -49,7 +50,8 @@
|
||||||
if (results.length) {
|
if (results.length) {
|
||||||
searchResults.empty();
|
searchResults.empty();
|
||||||
$.each(results, function (index, result) {
|
$.each(results, function (index, result) {
|
||||||
searchResults.append("<li><a href='#" + result.ref + "'>" + $('#'+result.ref).text() + "</a></li>");
|
var elem = document.getElementById(result.ref);
|
||||||
|
searchResults.append("<li><a href='#" + result.ref + "'>" + $(elem).text() + "</a></li>");
|
||||||
});
|
});
|
||||||
highlight.call(this);
|
highlight.call(this);
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
(function (global) {
|
(function (global) {
|
||||||
|
'use strict';
|
||||||
|
|
||||||
var closeToc = function() {
|
var closeToc = function() {
|
||||||
$(".tocify-wrapper").removeClass('open');
|
$(".tocify-wrapper").removeClass('open');
|
||||||
|
|
|
||||||
568
source/javascripts/lib/jquery_ui.js
vendored
568
source/javascripts/lib/jquery_ui.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -1,5 +1,5 @@
|
||||||
/**
|
/**
|
||||||
* lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 0.5.2
|
* lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 0.5.7
|
||||||
* Copyright (C) 2014 Oliver Nightingale
|
* Copyright (C) 2014 Oliver Nightingale
|
||||||
* MIT Licensed
|
* MIT Licensed
|
||||||
* @license
|
* @license
|
||||||
|
|
@ -56,7 +56,7 @@ var lunr = function (config) {
|
||||||
return idx
|
return idx
|
||||||
}
|
}
|
||||||
|
|
||||||
lunr.version = "0.5.2"
|
lunr.version = "0.5.7"
|
||||||
/*!
|
/*!
|
||||||
* lunr.utils
|
* lunr.utils
|
||||||
* Copyright (C) 2014 Oliver Nightingale
|
* Copyright (C) 2014 Oliver Nightingale
|
||||||
|
|
@ -190,7 +190,10 @@ lunr.tokenizer = function (obj) {
|
||||||
}
|
}
|
||||||
|
|
||||||
return str
|
return str
|
||||||
.split(/\s+/)
|
.split(/(?:\s+|\-)/)
|
||||||
|
.filter(function (token) {
|
||||||
|
return !!token
|
||||||
|
})
|
||||||
.map(function (token) {
|
.map(function (token) {
|
||||||
return token.toLowerCase()
|
return token.toLowerCase()
|
||||||
})
|
})
|
||||||
|
|
@ -1240,8 +1243,8 @@ lunr.Store.load = function (serialisedData) {
|
||||||
* @memberOf Store
|
* @memberOf Store
|
||||||
*/
|
*/
|
||||||
lunr.Store.prototype.set = function (id, tokens) {
|
lunr.Store.prototype.set = function (id, tokens) {
|
||||||
|
if (!this.has(id)) this.length++
|
||||||
this.store[id] = tokens
|
this.store[id] = tokens
|
||||||
this.length = Object.keys(this.store).length
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -1352,7 +1355,33 @@ lunr.stemmer = (function(){
|
||||||
mgr1 = "^(" + C + ")?" + V + C + V + C, // [C]VCVC... is m>1
|
mgr1 = "^(" + C + ")?" + V + C + V + C, // [C]VCVC... is m>1
|
||||||
s_v = "^(" + C + ")?" + v; // vowel in stem
|
s_v = "^(" + C + ")?" + v; // vowel in stem
|
||||||
|
|
||||||
return function (w) {
|
var re_mgr0 = new RegExp(mgr0);
|
||||||
|
var re_mgr1 = new RegExp(mgr1);
|
||||||
|
var re_meq1 = new RegExp(meq1);
|
||||||
|
var re_s_v = new RegExp(s_v);
|
||||||
|
|
||||||
|
var re_1a = /^(.+?)(ss|i)es$/;
|
||||||
|
var re2_1a = /^(.+?)([^s])s$/;
|
||||||
|
var re_1b = /^(.+?)eed$/;
|
||||||
|
var re2_1b = /^(.+?)(ed|ing)$/;
|
||||||
|
var re_1b_2 = /.$/;
|
||||||
|
var re2_1b_2 = /(at|bl|iz)$/;
|
||||||
|
var re3_1b_2 = new RegExp("([^aeiouylsz])\\1$");
|
||||||
|
var re4_1b_2 = new RegExp("^" + C + v + "[^aeiouwxy]$");
|
||||||
|
|
||||||
|
var re_1c = /^(.+?[^aeiou])y$/;
|
||||||
|
var re_2 = /^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/;
|
||||||
|
|
||||||
|
var re_3 = /^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/;
|
||||||
|
|
||||||
|
var re_4 = /^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/;
|
||||||
|
var re2_4 = /^(.+?)(s|t)(ion)$/;
|
||||||
|
|
||||||
|
var re_5 = /^(.+?)e$/;
|
||||||
|
var re_5_1 = /ll$/;
|
||||||
|
var re3_5 = new RegExp("^" + C + v + "[^aeiouwxy]$");
|
||||||
|
|
||||||
|
var porterStemmer = function porterStemmer(w) {
|
||||||
var stem,
|
var stem,
|
||||||
suffix,
|
suffix,
|
||||||
firstch,
|
firstch,
|
||||||
|
|
@ -1369,106 +1398,105 @@ lunr.stemmer = (function(){
|
||||||
}
|
}
|
||||||
|
|
||||||
// Step 1a
|
// Step 1a
|
||||||
re = /^(.+?)(ss|i)es$/;
|
re = re_1a
|
||||||
re2 = /^(.+?)([^s])s$/;
|
re2 = re2_1a;
|
||||||
|
|
||||||
if (re.test(w)) { w = w.replace(re,"$1$2"); }
|
if (re.test(w)) { w = w.replace(re,"$1$2"); }
|
||||||
else if (re2.test(w)) { w = w.replace(re2,"$1$2"); }
|
else if (re2.test(w)) { w = w.replace(re2,"$1$2"); }
|
||||||
|
|
||||||
// Step 1b
|
// Step 1b
|
||||||
re = /^(.+?)eed$/;
|
re = re_1b;
|
||||||
re2 = /^(.+?)(ed|ing)$/;
|
re2 = re2_1b;
|
||||||
if (re.test(w)) {
|
if (re.test(w)) {
|
||||||
var fp = re.exec(w);
|
var fp = re.exec(w);
|
||||||
re = new RegExp(mgr0);
|
re = re_mgr0;
|
||||||
if (re.test(fp[1])) {
|
if (re.test(fp[1])) {
|
||||||
re = /.$/;
|
re = re_1b_2;
|
||||||
w = w.replace(re,"");
|
w = w.replace(re,"");
|
||||||
}
|
}
|
||||||
} else if (re2.test(w)) {
|
} else if (re2.test(w)) {
|
||||||
var fp = re2.exec(w);
|
var fp = re2.exec(w);
|
||||||
stem = fp[1];
|
stem = fp[1];
|
||||||
re2 = new RegExp(s_v);
|
re2 = re_s_v;
|
||||||
if (re2.test(stem)) {
|
if (re2.test(stem)) {
|
||||||
w = stem;
|
w = stem;
|
||||||
re2 = /(at|bl|iz)$/;
|
re2 = re2_1b_2;
|
||||||
re3 = new RegExp("([^aeiouylsz])\\1$");
|
re3 = re3_1b_2;
|
||||||
re4 = new RegExp("^" + C + v + "[^aeiouwxy]$");
|
re4 = re4_1b_2;
|
||||||
if (re2.test(w)) { w = w + "e"; }
|
if (re2.test(w)) { w = w + "e"; }
|
||||||
else if (re3.test(w)) { re = /.$/; w = w.replace(re,""); }
|
else if (re3.test(w)) { re = re_1b_2; w = w.replace(re,""); }
|
||||||
else if (re4.test(w)) { w = w + "e"; }
|
else if (re4.test(w)) { w = w + "e"; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Step 1c
|
// Step 1c - replace suffix y or Y by i if preceded by a non-vowel which is not the first letter of the word (so cry -> cri, by -> by, say -> say)
|
||||||
re = /^(.+?)y$/;
|
re = re_1c;
|
||||||
if (re.test(w)) {
|
if (re.test(w)) {
|
||||||
var fp = re.exec(w);
|
var fp = re.exec(w);
|
||||||
stem = fp[1];
|
stem = fp[1];
|
||||||
re = new RegExp(s_v);
|
w = stem + "i";
|
||||||
if (re.test(stem)) { w = stem + "i"; }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Step 2
|
// Step 2
|
||||||
re = /^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/;
|
re = re_2;
|
||||||
if (re.test(w)) {
|
if (re.test(w)) {
|
||||||
var fp = re.exec(w);
|
var fp = re.exec(w);
|
||||||
stem = fp[1];
|
stem = fp[1];
|
||||||
suffix = fp[2];
|
suffix = fp[2];
|
||||||
re = new RegExp(mgr0);
|
re = re_mgr0;
|
||||||
if (re.test(stem)) {
|
if (re.test(stem)) {
|
||||||
w = stem + step2list[suffix];
|
w = stem + step2list[suffix];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Step 3
|
// Step 3
|
||||||
re = /^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/;
|
re = re_3;
|
||||||
if (re.test(w)) {
|
if (re.test(w)) {
|
||||||
var fp = re.exec(w);
|
var fp = re.exec(w);
|
||||||
stem = fp[1];
|
stem = fp[1];
|
||||||
suffix = fp[2];
|
suffix = fp[2];
|
||||||
re = new RegExp(mgr0);
|
re = re_mgr0;
|
||||||
if (re.test(stem)) {
|
if (re.test(stem)) {
|
||||||
w = stem + step3list[suffix];
|
w = stem + step3list[suffix];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Step 4
|
// Step 4
|
||||||
re = /^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/;
|
re = re_4;
|
||||||
re2 = /^(.+?)(s|t)(ion)$/;
|
re2 = re2_4;
|
||||||
if (re.test(w)) {
|
if (re.test(w)) {
|
||||||
var fp = re.exec(w);
|
var fp = re.exec(w);
|
||||||
stem = fp[1];
|
stem = fp[1];
|
||||||
re = new RegExp(mgr1);
|
re = re_mgr1;
|
||||||
if (re.test(stem)) {
|
if (re.test(stem)) {
|
||||||
w = stem;
|
w = stem;
|
||||||
}
|
}
|
||||||
} else if (re2.test(w)) {
|
} else if (re2.test(w)) {
|
||||||
var fp = re2.exec(w);
|
var fp = re2.exec(w);
|
||||||
stem = fp[1] + fp[2];
|
stem = fp[1] + fp[2];
|
||||||
re2 = new RegExp(mgr1);
|
re2 = re_mgr1;
|
||||||
if (re2.test(stem)) {
|
if (re2.test(stem)) {
|
||||||
w = stem;
|
w = stem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Step 5
|
// Step 5
|
||||||
re = /^(.+?)e$/;
|
re = re_5;
|
||||||
if (re.test(w)) {
|
if (re.test(w)) {
|
||||||
var fp = re.exec(w);
|
var fp = re.exec(w);
|
||||||
stem = fp[1];
|
stem = fp[1];
|
||||||
re = new RegExp(mgr1);
|
re = re_mgr1;
|
||||||
re2 = new RegExp(meq1);
|
re2 = re_meq1;
|
||||||
re3 = new RegExp("^" + C + v + "[^aeiouwxy]$");
|
re3 = re3_5;
|
||||||
if (re.test(stem) || (re2.test(stem) && !(re3.test(stem)))) {
|
if (re.test(stem) || (re2.test(stem) && !(re3.test(stem)))) {
|
||||||
w = stem;
|
w = stem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
re = /ll$/;
|
re = re_5_1;
|
||||||
re2 = new RegExp(mgr1);
|
re2 = re_mgr1;
|
||||||
if (re.test(w) && re2.test(w)) {
|
if (re.test(w) && re2.test(w)) {
|
||||||
re = /.$/;
|
re = re_1b_2;
|
||||||
w = w.replace(re,"");
|
w = w.replace(re,"");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1479,7 +1507,9 @@ lunr.stemmer = (function(){
|
||||||
}
|
}
|
||||||
|
|
||||||
return w;
|
return w;
|
||||||
}
|
};
|
||||||
|
|
||||||
|
return porterStemmer;
|
||||||
})();
|
})();
|
||||||
|
|
||||||
lunr.Pipeline.registerFunction(lunr.stemmer, 'stemmer')
|
lunr.Pipeline.registerFunction(lunr.stemmer, 'stemmer')
|
||||||
|
|
@ -1851,7 +1881,7 @@ lunr.TokenStore.prototype.toJSON = function () {
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* export the module via AMD, CommonnJS or as a browser global
|
* export the module via AMD, CommonJS or as a browser global
|
||||||
* Export code from https://github.com/umdjs/umd/blob/master/returnExports.js
|
* Export code from https://github.com/umdjs/umd/blob/master/returnExports.js
|
||||||
*/
|
*/
|
||||||
;(function (root, factory) {
|
;(function (root, factory) {
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ under the License.
|
||||||
|
|
||||||
<%= stylesheet_link_tag :screen, media: :screen %>
|
<%= stylesheet_link_tag :screen, media: :screen %>
|
||||||
<%= stylesheet_link_tag :print, media: :print %>
|
<%= stylesheet_link_tag :print, media: :print %>
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
|
||||||
<% if current_page.data.search %>
|
<% if current_page.data.search %>
|
||||||
<%= javascript_include_tag "all" %>
|
<%= javascript_include_tag "all" %>
|
||||||
<% else %>
|
<% else %>
|
||||||
|
|
|
||||||
427
source/stylesheets/_normalize.css
Normal file
427
source/stylesheets/_normalize.css
Normal file
|
|
@ -0,0 +1,427 @@
|
||||||
|
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 1. Set default font family to sans-serif.
|
||||||
|
* 2. Prevent iOS text size adjust after orientation change, without disabling
|
||||||
|
* user zoom.
|
||||||
|
*/
|
||||||
|
|
||||||
|
html {
|
||||||
|
font-family: sans-serif; /* 1 */
|
||||||
|
-ms-text-size-adjust: 100%; /* 2 */
|
||||||
|
-webkit-text-size-adjust: 100%; /* 2 */
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Remove default margin.
|
||||||
|
*/
|
||||||
|
|
||||||
|
body {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* HTML5 display definitions
|
||||||
|
========================================================================== */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Correct `block` display not defined for any HTML5 element in IE 8/9.
|
||||||
|
* Correct `block` display not defined for `details` or `summary` in IE 10/11
|
||||||
|
* and Firefox.
|
||||||
|
* Correct `block` display not defined for `main` in IE 11.
|
||||||
|
*/
|
||||||
|
|
||||||
|
article,
|
||||||
|
aside,
|
||||||
|
details,
|
||||||
|
figcaption,
|
||||||
|
figure,
|
||||||
|
footer,
|
||||||
|
header,
|
||||||
|
hgroup,
|
||||||
|
main,
|
||||||
|
menu,
|
||||||
|
nav,
|
||||||
|
section,
|
||||||
|
summary {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 1. Correct `inline-block` display not defined in IE 8/9.
|
||||||
|
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
|
||||||
|
*/
|
||||||
|
|
||||||
|
audio,
|
||||||
|
canvas,
|
||||||
|
progress,
|
||||||
|
video {
|
||||||
|
display: inline-block; /* 1 */
|
||||||
|
vertical-align: baseline; /* 2 */
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Prevent modern browsers from displaying `audio` without controls.
|
||||||
|
* Remove excess height in iOS 5 devices.
|
||||||
|
*/
|
||||||
|
|
||||||
|
audio:not([controls]) {
|
||||||
|
display: none;
|
||||||
|
height: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Address `[hidden]` styling not present in IE 8/9/10.
|
||||||
|
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
|
||||||
|
*/
|
||||||
|
|
||||||
|
[hidden],
|
||||||
|
template {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Links
|
||||||
|
========================================================================== */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Remove the gray background color from active links in IE 10.
|
||||||
|
*/
|
||||||
|
|
||||||
|
a {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Improve readability when focused and also mouse hovered in all browsers.
|
||||||
|
*/
|
||||||
|
|
||||||
|
a:active,
|
||||||
|
a:hover {
|
||||||
|
outline: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Text-level semantics
|
||||||
|
========================================================================== */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
|
||||||
|
*/
|
||||||
|
|
||||||
|
abbr[title] {
|
||||||
|
border-bottom: 1px dotted;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
|
||||||
|
*/
|
||||||
|
|
||||||
|
b,
|
||||||
|
strong {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Address styling not present in Safari and Chrome.
|
||||||
|
*/
|
||||||
|
|
||||||
|
dfn {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Address variable `h1` font-size and margin within `section` and `article`
|
||||||
|
* contexts in Firefox 4+, Safari, and Chrome.
|
||||||
|
*/
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 2em;
|
||||||
|
margin: 0.67em 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Address styling not present in IE 8/9.
|
||||||
|
*/
|
||||||
|
|
||||||
|
mark {
|
||||||
|
background: #ff0;
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Address inconsistent and variable font size in all browsers.
|
||||||
|
*/
|
||||||
|
|
||||||
|
small {
|
||||||
|
font-size: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
|
||||||
|
*/
|
||||||
|
|
||||||
|
sub,
|
||||||
|
sup {
|
||||||
|
font-size: 75%;
|
||||||
|
line-height: 0;
|
||||||
|
position: relative;
|
||||||
|
vertical-align: baseline;
|
||||||
|
}
|
||||||
|
|
||||||
|
sup {
|
||||||
|
top: -0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
sub {
|
||||||
|
bottom: -0.25em;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Embedded content
|
||||||
|
========================================================================== */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Remove border when inside `a` element in IE 8/9/10.
|
||||||
|
*/
|
||||||
|
|
||||||
|
img {
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Correct overflow not hidden in IE 9/10/11.
|
||||||
|
*/
|
||||||
|
|
||||||
|
svg:not(:root) {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Grouping content
|
||||||
|
========================================================================== */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Address margin not present in IE 8/9 and Safari.
|
||||||
|
*/
|
||||||
|
|
||||||
|
figure {
|
||||||
|
margin: 1em 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Address differences between Firefox and other browsers.
|
||||||
|
*/
|
||||||
|
|
||||||
|
hr {
|
||||||
|
-moz-box-sizing: content-box;
|
||||||
|
box-sizing: content-box;
|
||||||
|
height: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Contain overflow in all browsers.
|
||||||
|
*/
|
||||||
|
|
||||||
|
pre {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Address odd `em`-unit font size rendering in all browsers.
|
||||||
|
*/
|
||||||
|
|
||||||
|
code,
|
||||||
|
kbd,
|
||||||
|
pre,
|
||||||
|
samp {
|
||||||
|
font-family: monospace, monospace;
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Forms
|
||||||
|
========================================================================== */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Known limitation: by default, Chrome and Safari on OS X allow very limited
|
||||||
|
* styling of `select`, unless a `border` property is set.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 1. Correct color not being inherited.
|
||||||
|
* Known issue: affects color of disabled elements.
|
||||||
|
* 2. Correct font properties not being inherited.
|
||||||
|
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
|
||||||
|
*/
|
||||||
|
|
||||||
|
button,
|
||||||
|
input,
|
||||||
|
optgroup,
|
||||||
|
select,
|
||||||
|
textarea {
|
||||||
|
color: inherit; /* 1 */
|
||||||
|
font: inherit; /* 2 */
|
||||||
|
margin: 0; /* 3 */
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Address `overflow` set to `hidden` in IE 8/9/10/11.
|
||||||
|
*/
|
||||||
|
|
||||||
|
button {
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Address inconsistent `text-transform` inheritance for `button` and `select`.
|
||||||
|
* All other form control elements do not inherit `text-transform` values.
|
||||||
|
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
|
||||||
|
* Correct `select` style inheritance in Firefox.
|
||||||
|
*/
|
||||||
|
|
||||||
|
button,
|
||||||
|
select {
|
||||||
|
text-transform: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
|
||||||
|
* and `video` controls.
|
||||||
|
* 2. Correct inability to style clickable `input` types in iOS.
|
||||||
|
* 3. Improve usability and consistency of cursor style between image-type
|
||||||
|
* `input` and others.
|
||||||
|
*/
|
||||||
|
|
||||||
|
button,
|
||||||
|
html input[type="button"], /* 1 */
|
||||||
|
input[type="reset"],
|
||||||
|
input[type="submit"] {
|
||||||
|
-webkit-appearance: button; /* 2 */
|
||||||
|
cursor: pointer; /* 3 */
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Re-set default cursor for disabled elements.
|
||||||
|
*/
|
||||||
|
|
||||||
|
button[disabled],
|
||||||
|
html input[disabled] {
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Remove inner padding and border in Firefox 4+.
|
||||||
|
*/
|
||||||
|
|
||||||
|
button::-moz-focus-inner,
|
||||||
|
input::-moz-focus-inner {
|
||||||
|
border: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
|
||||||
|
* the UA stylesheet.
|
||||||
|
*/
|
||||||
|
|
||||||
|
input {
|
||||||
|
line-height: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* It's recommended that you don't attempt to style these elements.
|
||||||
|
* Firefox's implementation doesn't respect box-sizing, padding, or width.
|
||||||
|
*
|
||||||
|
* 1. Address box sizing set to `content-box` in IE 8/9/10.
|
||||||
|
* 2. Remove excess padding in IE 8/9/10.
|
||||||
|
*/
|
||||||
|
|
||||||
|
input[type="checkbox"],
|
||||||
|
input[type="radio"] {
|
||||||
|
box-sizing: border-box; /* 1 */
|
||||||
|
padding: 0; /* 2 */
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
|
||||||
|
* `font-size` values of the `input`, it causes the cursor style of the
|
||||||
|
* decrement button to change from `default` to `text`.
|
||||||
|
*/
|
||||||
|
|
||||||
|
input[type="number"]::-webkit-inner-spin-button,
|
||||||
|
input[type="number"]::-webkit-outer-spin-button {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
|
||||||
|
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
|
||||||
|
* (include `-moz` to future-proof).
|
||||||
|
*/
|
||||||
|
|
||||||
|
input[type="search"] {
|
||||||
|
-webkit-appearance: textfield; /* 1 */
|
||||||
|
-moz-box-sizing: content-box;
|
||||||
|
-webkit-box-sizing: content-box; /* 2 */
|
||||||
|
box-sizing: content-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
|
||||||
|
* Safari (but not Chrome) clips the cancel button when the search input has
|
||||||
|
* padding (and `textfield` appearance).
|
||||||
|
*/
|
||||||
|
|
||||||
|
input[type="search"]::-webkit-search-cancel-button,
|
||||||
|
input[type="search"]::-webkit-search-decoration {
|
||||||
|
-webkit-appearance: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Define consistent border, margin, and padding.
|
||||||
|
*/
|
||||||
|
|
||||||
|
fieldset {
|
||||||
|
border: 1px solid #c0c0c0;
|
||||||
|
margin: 0 2px;
|
||||||
|
padding: 0.35em 0.625em 0.75em;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 1. Correct `color` not being inherited in IE 8/9/10/11.
|
||||||
|
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
|
||||||
|
*/
|
||||||
|
|
||||||
|
legend {
|
||||||
|
border: 0; /* 1 */
|
||||||
|
padding: 0; /* 2 */
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Remove default vertical scrollbar in IE 8/9/10/11.
|
||||||
|
*/
|
||||||
|
|
||||||
|
textarea {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Don't inherit the `font-weight` (applied by a rule above).
|
||||||
|
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
|
||||||
|
*/
|
||||||
|
|
||||||
|
optgroup {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Tables
|
||||||
|
========================================================================== */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Remove most spacing between table cells.
|
||||||
|
*/
|
||||||
|
|
||||||
|
table {
|
||||||
|
border-collapse: collapse;
|
||||||
|
border-spacing: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
td,
|
||||||
|
th {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
375
source/stylesheets/normalize.css
vendored
375
source/stylesheets/normalize.css
vendored
|
|
@ -1,375 +0,0 @@
|
||||||
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
|
|
||||||
|
|
||||||
/* ==========================================================================
|
|
||||||
HTML5 display definitions
|
|
||||||
========================================================================== */
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Corrects `block` display not defined in IE 8/9.
|
|
||||||
*/
|
|
||||||
|
|
||||||
article,
|
|
||||||
aside,
|
|
||||||
details,
|
|
||||||
figcaption,
|
|
||||||
figure,
|
|
||||||
footer,
|
|
||||||
header,
|
|
||||||
hgroup,
|
|
||||||
nav,
|
|
||||||
section,
|
|
||||||
summary {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Corrects `inline-block` display not defined in IE 8/9.
|
|
||||||
*/
|
|
||||||
|
|
||||||
audio,
|
|
||||||
canvas,
|
|
||||||
video {
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Prevents modern browsers from displaying `audio` without controls.
|
|
||||||
* Remove excess height in iOS 5 devices.
|
|
||||||
*/
|
|
||||||
|
|
||||||
audio:not([controls]) {
|
|
||||||
display: none;
|
|
||||||
height: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Addresses styling for `hidden` attribute not present in IE 8/9.
|
|
||||||
*/
|
|
||||||
|
|
||||||
[hidden] {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ==========================================================================
|
|
||||||
Base
|
|
||||||
========================================================================== */
|
|
||||||
|
|
||||||
/*
|
|
||||||
* 1. Sets default font family to sans-serif.
|
|
||||||
* 2. Prevents iOS text size adjust after orientation change, without disabling
|
|
||||||
* user zoom.
|
|
||||||
*/
|
|
||||||
|
|
||||||
html {
|
|
||||||
font-family: sans-serif; /* 1 */
|
|
||||||
-webkit-text-size-adjust: 100%; /* 2 */
|
|
||||||
-ms-text-size-adjust: 100%; /* 2 */
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Removes default margin.
|
|
||||||
*/
|
|
||||||
|
|
||||||
body {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ==========================================================================
|
|
||||||
Links
|
|
||||||
========================================================================== */
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Addresses `outline` inconsistency between Chrome and other browsers.
|
|
||||||
*/
|
|
||||||
|
|
||||||
a:focus {
|
|
||||||
outline: thin dotted;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Improves readability when focused and also mouse hovered in all browsers.
|
|
||||||
*/
|
|
||||||
|
|
||||||
a:active,
|
|
||||||
a:hover {
|
|
||||||
outline: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ==========================================================================
|
|
||||||
Typography
|
|
||||||
========================================================================== */
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
|
|
||||||
* Safari 5, and Chrome.
|
|
||||||
*/
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
font-size: 2em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Addresses styling not present in IE 8/9, Safari 5, and Chrome.
|
|
||||||
*/
|
|
||||||
|
|
||||||
abbr[title] {
|
|
||||||
border-bottom: 1px dotted;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
|
|
||||||
*/
|
|
||||||
|
|
||||||
b,
|
|
||||||
strong {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Addresses styling not present in Safari 5 and Chrome.
|
|
||||||
*/
|
|
||||||
|
|
||||||
dfn {
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Addresses styling not present in IE 8/9.
|
|
||||||
*/
|
|
||||||
|
|
||||||
mark {
|
|
||||||
background: #ff0;
|
|
||||||
color: #000;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Corrects font family set oddly in Safari 5 and Chrome.
|
|
||||||
*/
|
|
||||||
|
|
||||||
code,
|
|
||||||
kbd,
|
|
||||||
pre,
|
|
||||||
samp {
|
|
||||||
font-family: monospace, serif;
|
|
||||||
font-size: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Improves readability of pre-formatted text in all browsers.
|
|
||||||
*/
|
|
||||||
|
|
||||||
pre {
|
|
||||||
white-space: pre;
|
|
||||||
white-space: pre-wrap;
|
|
||||||
word-wrap: break-word;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Sets consistent quote types.
|
|
||||||
*/
|
|
||||||
|
|
||||||
q {
|
|
||||||
quotes: "\201C" "\201D" "\2018" "\2019";
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Addresses inconsistent and variable font size in all browsers.
|
|
||||||
*/
|
|
||||||
|
|
||||||
small {
|
|
||||||
font-size: 80%;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Prevents `sub` and `sup` affecting `line-height` in all browsers.
|
|
||||||
*/
|
|
||||||
|
|
||||||
sub,
|
|
||||||
sup {
|
|
||||||
font-size: 75%;
|
|
||||||
line-height: 0;
|
|
||||||
position: relative;
|
|
||||||
vertical-align: baseline;
|
|
||||||
}
|
|
||||||
|
|
||||||
sup {
|
|
||||||
top: -0.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
sub {
|
|
||||||
bottom: -0.25em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ==========================================================================
|
|
||||||
Embedded content
|
|
||||||
========================================================================== */
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Removes border when inside `a` element in IE 8/9.
|
|
||||||
*/
|
|
||||||
|
|
||||||
img {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Corrects overflow displayed oddly in IE 9.
|
|
||||||
*/
|
|
||||||
|
|
||||||
svg:not(:root) {
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ==========================================================================
|
|
||||||
Figures
|
|
||||||
========================================================================== */
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Addresses margin not present in IE 8/9 and Safari 5.
|
|
||||||
*/
|
|
||||||
|
|
||||||
figure {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ==========================================================================
|
|
||||||
Forms
|
|
||||||
========================================================================== */
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Define consistent border, margin, and padding.
|
|
||||||
*/
|
|
||||||
|
|
||||||
fieldset {
|
|
||||||
border: 1px solid #c0c0c0;
|
|
||||||
margin: 0 2px;
|
|
||||||
padding: 0.35em 0.625em 0.75em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* 1. Corrects color not being inherited in IE 8/9.
|
|
||||||
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
|
|
||||||
*/
|
|
||||||
|
|
||||||
legend {
|
|
||||||
border: 0; /* 1 */
|
|
||||||
padding: 0; /* 2 */
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* 1. Corrects font family not being inherited in all browsers.
|
|
||||||
* 2. Corrects font size not being inherited in all browsers.
|
|
||||||
* 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
|
|
||||||
*/
|
|
||||||
|
|
||||||
button,
|
|
||||||
input,
|
|
||||||
select,
|
|
||||||
textarea {
|
|
||||||
font-family: inherit; /* 1 */
|
|
||||||
font-size: 100%; /* 2 */
|
|
||||||
margin: 0; /* 3 */
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
|
|
||||||
* the UA stylesheet.
|
|
||||||
*/
|
|
||||||
|
|
||||||
button,
|
|
||||||
input {
|
|
||||||
line-height: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
|
|
||||||
* and `video` controls.
|
|
||||||
* 2. Corrects inability to style clickable `input` types in iOS.
|
|
||||||
* 3. Improves usability and consistency of cursor style between image-type
|
|
||||||
* `input` and others.
|
|
||||||
*/
|
|
||||||
|
|
||||||
button,
|
|
||||||
html input[type="button"], /* 1 */
|
|
||||||
input[type="reset"],
|
|
||||||
input[type="submit"] {
|
|
||||||
-webkit-appearance: button; /* 2 */
|
|
||||||
cursor: pointer; /* 3 */
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Re-set default cursor for disabled elements.
|
|
||||||
*/
|
|
||||||
|
|
||||||
button[disabled],
|
|
||||||
input[disabled] {
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* 1. Addresses box sizing set to `content-box` in IE 8/9.
|
|
||||||
* 2. Removes excess padding in IE 8/9.
|
|
||||||
*/
|
|
||||||
|
|
||||||
input[type="checkbox"],
|
|
||||||
input[type="radio"] {
|
|
||||||
box-sizing: border-box; /* 1 */
|
|
||||||
padding: 0; /* 2 */
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
|
|
||||||
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
|
|
||||||
* (include `-moz` to future-proof).
|
|
||||||
*/
|
|
||||||
|
|
||||||
input[type="search"] {
|
|
||||||
-webkit-appearance: textfield; /* 1 */
|
|
||||||
-moz-box-sizing: content-box;
|
|
||||||
-webkit-box-sizing: content-box; /* 2 */
|
|
||||||
box-sizing: content-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Removes inner padding and search cancel button in Safari 5 and Chrome
|
|
||||||
* on OS X.
|
|
||||||
*/
|
|
||||||
|
|
||||||
input[type="search"]::-webkit-search-cancel-button,
|
|
||||||
input[type="search"]::-webkit-search-decoration {
|
|
||||||
-webkit-appearance: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Removes inner padding and border in Firefox 4+.
|
|
||||||
*/
|
|
||||||
|
|
||||||
button::-moz-focus-inner,
|
|
||||||
input::-moz-focus-inner {
|
|
||||||
border: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* 1. Removes default vertical scrollbar in IE 8/9.
|
|
||||||
* 2. Improves readability and alignment in all browsers.
|
|
||||||
*/
|
|
||||||
|
|
||||||
textarea {
|
|
||||||
overflow: auto; /* 1 */
|
|
||||||
vertical-align: top; /* 2 */
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ==========================================================================
|
|
||||||
Tables
|
|
||||||
========================================================================== */
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Remove most spacing between table cells.
|
|
||||||
*/
|
|
||||||
|
|
||||||
table {
|
|
||||||
border-collapse: collapse;
|
|
||||||
border-spacing: 0;
|
|
||||||
}
|
|
||||||
Loading…
Reference in a new issue