shipyard-framework 0.5.87 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (108) hide show
  1. checksums.yaml +4 -4
  2. data/assets/javascripts/{shipyard.es6 → shipyard.js} +0 -0
  3. data/assets/javascripts/shipyard/{accordion-trigger.es6 → accordion-trigger.js} +0 -0
  4. data/assets/javascripts/shipyard/{accordion.es6 → accordion.js} +0 -0
  5. data/assets/javascripts/shipyard/{alert-timer.es6 → alert-timer.js} +0 -0
  6. data/assets/javascripts/shipyard/{alert.es6 → alert.js} +0 -0
  7. data/assets/javascripts/shipyard/{core.es6 → core.js} +0 -0
  8. data/assets/javascripts/shipyard/{hamburger.es6 → hamburger.js} +0 -0
  9. data/assets/javascripts/shipyard/{modal-trigger.es6 → modal-trigger.js} +0 -0
  10. data/assets/javascripts/shipyard/{modal.es6 → modal.js} +0 -0
  11. data/assets/javascripts/shipyard/{scroll.es6 → scroll.js} +0 -0
  12. data/assets/stylesheets/shipyard/_functions.sass +1 -0
  13. data/assets/stylesheets/shipyard/components/_tooltips.sass +140 -40
  14. data/assets/stylesheets/shipyard/core/_reset.sass +5 -1
  15. data/assets/stylesheets/shipyard/functions/_opposite-direction.sass +9 -0
  16. data/assets/stylesheets/shipyard/utilities/_typography.sass +2 -1
  17. data/lib/shipyard-framework/version.rb +1 -1
  18. metadata +19 -114
  19. data/.gitignore +0 -13
  20. data/.rspec +0 -3
  21. data/.ruby-version +0 -1
  22. data/.travis.yml +0 -40
  23. data/Brewfile +0 -4
  24. data/CODE_OF_CONDUCT.md +0 -74
  25. data/Gemfile +0 -3
  26. data/LICENSE.txt +0 -21
  27. data/README.md +0 -46
  28. data/Rakefile +0 -16
  29. data/ci/build.rb +0 -5
  30. data/ci/deploy +0 -31
  31. data/ci/jekyll +0 -16
  32. data/ci/percy +0 -16
  33. data/ci/sass_lint +0 -47
  34. data/ci/setup +0 -6
  35. data/shipyard.gemspec +0 -28
  36. data/spec/helpers/alert_helper_spec.rb +0 -27
  37. data/spec/helpers/box_helper_spec.rb +0 -27
  38. data/spec/helpers/button_helper_spec.rb +0 -37
  39. data/spec/helpers/form_helper_spec.rb +0 -29
  40. data/spec/helpers/icon_helper_spec.rb +0 -21
  41. data/spec/helpers/note_helper_spec.rb +0 -19
  42. data/spec/shipyard_spec.rb +0 -7
  43. data/spec/spec_helper.rb +0 -104
  44. data/styleguide/.gitignore +0 -3
  45. data/styleguide/.nojekyll +0 -0
  46. data/styleguide/.ruby-version +0 -1
  47. data/styleguide/Gemfile +0 -9
  48. data/styleguide/Gemfile.lock +0 -125
  49. data/styleguide/_assets/css/application.sass +0 -3
  50. data/styleguide/_assets/css/fonts.sass +0 -2
  51. data/styleguide/_assets/css/layout.sass +0 -10
  52. data/styleguide/_assets/css/syntax.css +0 -209
  53. data/styleguide/_assets/css/vendor.sass +0 -4
  54. data/styleguide/_assets/css/views.sass +0 -103
  55. data/styleguide/_assets/img/arrows/down.svg +0 -3
  56. data/styleguide/_assets/img/checkmark.svg +0 -3
  57. data/styleguide/_assets/js/application.es6 +0 -6
  58. data/styleguide/_assets/js/views/components/alert-trigger.es6 +0 -20
  59. data/styleguide/_assets/js/views/utilities/colors.es6 +0 -14
  60. data/styleguide/_config.yml +0 -67
  61. data/styleguide/_data/breakpoints.yml +0 -15
  62. data/styleguide/_includes/css-stats.html +0 -14
  63. data/styleguide/_includes/page-heading.html +0 -4
  64. data/styleguide/_layouts/application.html +0 -45
  65. data/styleguide/_plugins/color_css_class.rb +0 -13
  66. data/styleguide/_plugins/component_css_class.rb +0 -9
  67. data/styleguide/_plugins/css_declarations.rb +0 -16
  68. data/styleguide/_plugins/css_selectors.rb +0 -16
  69. data/styleguide/_plugins/css_size.rb +0 -20
  70. data/styleguide/_plugins/human_size_filter.rb +0 -12
  71. data/styleguide/_plugins/icon_item.rb +0 -28
  72. data/styleguide/_plugins/opacity_css_class.rb +0 -12
  73. data/styleguide/_plugins/sass_generator.rb +0 -55
  74. data/styleguide/_plugins/sass_output.rb +0 -24
  75. data/styleguide/components/alerts.md +0 -107
  76. data/styleguide/components/boxes.md +0 -97
  77. data/styleguide/components/buttons.md +0 -192
  78. data/styleguide/components/checkboxes.md +0 -281
  79. data/styleguide/components/code.html +0 -49
  80. data/styleguide/components/empty-states.html +0 -12
  81. data/styleguide/components/forms.md +0 -151
  82. data/styleguide/components/horizontal-rules.md +0 -82
  83. data/styleguide/components/icons.md +0 -129
  84. data/styleguide/components/index.md +0 -18
  85. data/styleguide/components/modals/_modal.html +0 -100
  86. data/styleguide/components/modals/example-billing.html +0 -80
  87. data/styleguide/components/modals/example-downgrade.html +0 -33
  88. data/styleguide/components/modals/example-small.html +0 -19
  89. data/styleguide/components/modals/example-survey.html +0 -52
  90. data/styleguide/components/modals/example-tall.html +0 -6
  91. data/styleguide/components/modals/index.md +0 -41
  92. data/styleguide/components/notes.md +0 -67
  93. data/styleguide/components/radio-buttons.md +0 -195
  94. data/styleguide/components/statuses.md +0 -324
  95. data/styleguide/components/tables.md +0 -34
  96. data/styleguide/components/tooltips.md +0 -16
  97. data/styleguide/index.md +0 -27
  98. data/styleguide/stats.md +0 -49
  99. data/styleguide/utilities/accordion.md +0 -55
  100. data/styleguide/utilities/border-radius.md +0 -104
  101. data/styleguide/utilities/colors.md +0 -45
  102. data/styleguide/utilities/grid.md +0 -256
  103. data/styleguide/utilities/index.md +0 -19
  104. data/styleguide/utilities/margin-padding.md +0 -124
  105. data/styleguide/utilities/opacity.md +0 -28
  106. data/styleguide/utilities/position.md +0 -24
  107. data/styleguide/utilities/responsive.md +0 -20
  108. data/styleguide/utilities/typography.md +0 -74
@@ -1,37 +0,0 @@
1
- require 'spec_helper'
2
-
3
- RSpec.describe Shipyard::ButtonHelper, type: :helper do
4
- include Shipyard::ButtonHelper
5
-
6
- it 'should return a default button' do
7
- expect(btn('Save')).to match(%r{<button class="btn">Save</button>})
8
- end
9
-
10
- it 'should return all other button types' do
11
- %w(primary secondary disabled cta caution inverse inverse-secondary).each do |type|
12
- expect(btn('Save', type.to_sym)).to match(%r{<button class="btn btn-#{type}">Save</button>})
13
- end
14
- end
15
-
16
- it 'should return a linked button' do
17
- expect(btn('Save', href: '#')).to match(%r{<a href="#" role="button" class="btn">Save</a>})
18
- end
19
-
20
- it 'should return a button with a custom data attribute' do
21
- expect(btn('Save', data: { btn_type: 'save' })).to match(%r{<button data-btn-type="save" class="btn">Save</button>})
22
- end
23
-
24
- it 'should return a button with a custom CSS class' do
25
- expect(btn('Save', class: 'shipyard-cta')).to match(%r{<button class="shipyard-cta btn">Save</button>})
26
- end
27
-
28
- it 'should return all button sizes' do
29
- %w(xxs xs sm md lg xl).each do |size|
30
- expect(btn('Save', size.to_sym)).to match(%r{<button class="btn btn-#{size}">Save</button>})
31
- end
32
- end
33
-
34
- it 'should return a responsive button' do
35
- expect(btn('Save', :xs, :x1_md)).to match(%r{<button class="btn btn-xs btn-x1-md">Save</button>})
36
- end
37
- end
@@ -1,29 +0,0 @@
1
- require 'spec_helper'
2
-
3
- RSpec.describe Shipyard::FormHelper, type: :helper do
4
- include Shipyard::FormHelper
5
-
6
- it 'should return a text box' do
7
- expect(input_text(:organization, 'Shipyard')).to(
8
- match(%r{<input type="text" name="organization" id="organization" value="Shipyard" class="input input-text" />})
9
- )
10
- end
11
-
12
- it 'should return a text box with a custom CSS class' do
13
- expect(input_text(:organization, 'Shipyard', class: 'shipyard-input')).to(
14
- match(%r{<input type="text" name="organization" id="organization" value="Shipyard" class="input input-text shipyard-input" />})
15
- )
16
- end
17
-
18
- it 'should return a select box' do
19
- expect(input_select_tag(:organization, %w(HTML CSS JavaScript))).to(
20
- match(%r{<div class="input-select-container"><select name="organization" id="organization" class="input input-select"><option value="HTML">HTML</option>\n<option value="CSS">CSS</option>\n<option value="JavaScript">JavaScript</option></select></div>})
21
- )
22
- end
23
-
24
- it 'should return a select box wth a custom CSS class' do
25
- expect(input_select_tag(:organization, %w(HTML CSS JavaScript), class: 'shipyard-select')).to(
26
- match(%r{<div class="input-select-container shipyard-select"><select name="organization" id="organization" class="input input-select"><option value="HTML">HTML</option>\n<option value="CSS">CSS</option>\n<option value="JavaScript">JavaScript</option></select></div>})
27
- )
28
- end
29
- end
@@ -1,21 +0,0 @@
1
- require 'spec_helper'
2
-
3
- RSpec.describe Shipyard::IconHelper, type: :helper do
4
- include Shipyard::IconHelper
5
-
6
- it 'should return an svg gear icon with the svg use tag.' do
7
- expect(icon(:gear)).to match(/<svg class="icon icon-gear icon-outline"(.+?)><use(.+?)>/)
8
- end
9
-
10
- it 'should return an svg gear icon without the svg use tag.' do
11
- expect(icon('gear')).to match(/<svg class="icon icon-gear icon-outline"(.+?)><path(.+?)>/)
12
- end
13
-
14
- it 'should return an svg gear icon with a prefixed class name' do
15
- expect(icon(:gear, prefix: 'header')).to match(/<svg class="icon icon-gear icon-outline header-icon header-icon-gear" (.+?)><use(.+?)>/)
16
- end
17
-
18
- it 'should return an svg gear icon with a custom CSS class' do
19
- expect(icon(:gear, class: 'shipyard-icon')).to match(/<svg class="icon icon-gear icon-outline shipyard-icon" (.+?)><use(.+?)>/)
20
- end
21
- end
@@ -1,19 +0,0 @@
1
- require 'spec_helper'
2
-
3
- RSpec.describe Shipyard::NoteHelper, type: :helper do
4
- include Shipyard::NoteHelper
5
-
6
- it 'should return a default note' do
7
- expect(note nil, 'test').to match(
8
- %r{<div class="note">test</div>}
9
- )
10
- end
11
-
12
- it 'should return all note types' do
13
- %w(info success warning error).each do |type|
14
- expect(note(type, 'test')).to match(
15
- %r{<div class="note note-#{type}">test</div>}
16
- )
17
- end
18
- end
19
- end
@@ -1,7 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe Shipyard do
4
- it 'has a version number' do
5
- expect(Shipyard::VERSION).not_to be nil
6
- end
7
- end
@@ -1,104 +0,0 @@
1
- require 'bundler/setup'
2
- require 'shipyard-framework'
3
- Bundler.setup
4
-
5
- # This file was generated by the `rspec --init` command. Conventionally, all
6
- # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
7
- # The generated `.rspec` file contains `--require spec_helper` which will cause
8
- # this file to always be loaded, without a need to explicitly require it in any
9
- # files.
10
- #
11
- # Given that it is always loaded, you are encouraged to keep this file as
12
- # light-weight as possible. Requiring heavyweight dependencies from this file
13
- # will add to the boot time of your test suite on EVERY test run, even for an
14
- # individual file that may not need all of that loaded. Instead, consider making
15
- # a separate helper file that requires the additional dependencies and performs
16
- # the additional setup, and require it from the spec files that actually need
17
- # it.
18
- #
19
- # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
20
- RSpec.configure do |config|
21
- # rspec-expectations config goes here. You can use an alternate
22
- # assertion/expectation library such as wrong or the stdlib/minitest
23
- # assertions if you prefer.
24
- config.expect_with :rspec do |expectations|
25
- # This option will default to `true` in RSpec 4. It makes the `description`
26
- # and `failure_message` of custom matchers include text for helper methods
27
- # defined using `chain`, e.g.:
28
- # be_bigger_than(2).and_smaller_than(4).description
29
- # # => "be bigger than 2 and smaller than 4"
30
- # ...rather than:
31
- # # => "be bigger than 2"
32
- expectations.include_chain_clauses_in_custom_matcher_descriptions = true
33
- end
34
-
35
- # rspec-mocks config goes here. You can use an alternate test double
36
- # library (such as bogus or mocha) by changing the `mock_with` option here.
37
- config.mock_with :rspec do |mocks|
38
- # Prevents you from mocking or stubbing a method that does not exist on
39
- # a real object. This is generally recommended, and will default to
40
- # `true` in RSpec 4.
41
- mocks.verify_partial_doubles = true
42
- end
43
-
44
- # This option will default to `:apply_to_host_groups` in RSpec 4 (and will
45
- # have no way to turn it off -- the option exists only for backwards
46
- # compatibility in RSpec 3). It causes shared context metadata to be
47
- # inherited by the metadata hash of host groups and examples, rather than
48
- # triggering implicit auto-inclusion in groups with matching metadata.
49
- config.shared_context_metadata_behavior = :apply_to_host_groups
50
-
51
- # The settings below are suggested to provide a good initial experience
52
- # with RSpec, but feel free to customize to your heart's content.
53
- =begin
54
- # This allows you to limit a spec run to individual examples or groups
55
- # you care about by tagging them with `:focus` metadata. When nothing
56
- # is tagged with `:focus`, all examples get run. RSpec also provides
57
- # aliases for `it`, `describe`, and `context` that include `:focus`
58
- # metadata: `fit`, `fdescribe` and `fcontext`, respectively.
59
- config.filter_run_when_matching :focus
60
-
61
- # Allows RSpec to persist some state between runs in order to support
62
- # the `--only-failures` and `--next-failure` CLI options. We recommend
63
- # you configure your source control system to ignore this file.
64
- config.example_status_persistence_file_path = "spec/examples.txt"
65
-
66
- # Limits the available syntax to the non-monkey patched syntax that is
67
- # recommended. For more details, see:
68
- # - http://rspec.info/blog/2012/06/rspecs-new-expectation-syntax/
69
- # - http://www.teaisaweso.me/blog/2013/05/27/rspecs-new-message-expectation-syntax/
70
- # - http://rspec.info/blog/2014/05/notable-changes-in-rspec-3/#zero-monkey-patching-mode
71
- config.disable_monkey_patching!
72
-
73
- # This setting enables warnings. It's recommended, but in some cases may
74
- # be too noisy due to issues in dependencies.
75
- config.warnings = true
76
-
77
- # Many RSpec users commonly either run the entire suite or an individual
78
- # file, and it's useful to allow more verbose output when running an
79
- # individual spec file.
80
- if config.files_to_run.one?
81
- # Use the documentation formatter for detailed output,
82
- # unless a formatter has already been configured
83
- # (e.g. via a command-line flag).
84
- config.default_formatter = "doc"
85
- end
86
-
87
- # Print the 10 slowest examples and example groups at the
88
- # end of the spec run, to help surface which specs are running
89
- # particularly slow.
90
- config.profile_examples = 10
91
-
92
- # Run specs in random order to surface order dependencies. If you find an
93
- # order dependency and want to debug it, you can fix the order by providing
94
- # the seed, which is printed after each run.
95
- # --seed 1234
96
- config.order = :random
97
-
98
- # Seed global randomization in this process using the `--seed` CLI option.
99
- # Setting this allows you to use `--seed` to deterministically reproduce
100
- # test failures related to randomization by passing the same `--seed` value
101
- # as the one that triggered the failure.
102
- Kernel.srand config.seed
103
- =end
104
- end
@@ -1,3 +0,0 @@
1
- _site
2
- .sass-cache
3
- .jekyll-metadata
File without changes
@@ -1 +0,0 @@
1
- 2.5.0
@@ -1,9 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- group :jekyll_plugins do
4
- gem 'jekyll', '~> 3.6.0'
5
- gem 'jekyll-assets', '~> 2.3.2'
6
- gem 'shipyard-framework', path: '../'
7
- gem 'rake' # Needed for Codeship to install the sassc gem
8
- gem 'sassc', '~> 1.11.4'
9
- end
@@ -1,125 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- shipyard-framework (0.5.87)
5
- actionview (~> 5.0)
6
- sprockets-es6 (~> 0.9.2)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- actionview (5.1.4)
12
- activesupport (= 5.1.4)
13
- builder (~> 3.1)
14
- erubi (~> 1.4)
15
- rails-dom-testing (~> 2.0)
16
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
17
- activesupport (5.1.4)
18
- concurrent-ruby (~> 1.0, >= 1.0.2)
19
- i18n (~> 0.7)
20
- minitest (~> 5.1)
21
- tzinfo (~> 1.1)
22
- addressable (2.5.2)
23
- public_suffix (>= 2.0.2, < 4.0)
24
- babel-source (5.8.35)
25
- babel-transpiler (0.7.0)
26
- babel-source (>= 4.0, < 6)
27
- execjs (~> 2.0)
28
- builder (3.2.3)
29
- colorator (1.1.0)
30
- concurrent-ruby (1.0.5)
31
- crass (1.0.3)
32
- erubi (1.7.0)
33
- execjs (2.7.0)
34
- extras (0.3.0)
35
- forwardable-extended (~> 2.5)
36
- fastimage (2.1.1)
37
- ffi (1.9.21)
38
- forwardable-extended (2.6.0)
39
- i18n (0.9.4)
40
- concurrent-ruby (~> 1.0)
41
- jekyll (3.6.2)
42
- addressable (~> 2.4)
43
- colorator (~> 1.0)
44
- jekyll-sass-converter (~> 1.0)
45
- jekyll-watch (~> 1.1)
46
- kramdown (~> 1.14)
47
- liquid (~> 4.0)
48
- mercenary (~> 0.3.3)
49
- pathutil (~> 0.9)
50
- rouge (>= 1.7, < 3)
51
- safe_yaml (~> 1.0)
52
- jekyll-assets (2.3.2)
53
- concurrent-ruby (~> 1.0)
54
- extras (~> 0.2)
55
- fastimage (~> 2.0, >= 1.8)
56
- jekyll (~> 3.1, >= 3.0)
57
- pathutil (>= 0.8)
58
- rack (~> 1.6)
59
- sprockets (~> 3.3, < 3.8)
60
- jekyll-sass-converter (1.5.2)
61
- sass (~> 3.4)
62
- jekyll-watch (1.5.1)
63
- listen (~> 3.0)
64
- kramdown (1.16.2)
65
- liquid (4.0.0)
66
- listen (3.1.5)
67
- rb-fsevent (~> 0.9, >= 0.9.4)
68
- rb-inotify (~> 0.9, >= 0.9.7)
69
- ruby_dep (~> 1.2)
70
- loofah (2.2.0)
71
- crass (~> 1.0.2)
72
- nokogiri (>= 1.5.9)
73
- mercenary (0.3.6)
74
- mini_portile2 (2.3.0)
75
- minitest (5.11.3)
76
- nokogiri (1.8.2)
77
- mini_portile2 (~> 2.3.0)
78
- pathutil (0.16.1)
79
- forwardable-extended (~> 2.6)
80
- public_suffix (3.0.2)
81
- rack (1.6.8)
82
- rails-dom-testing (2.0.3)
83
- activesupport (>= 4.2.0)
84
- nokogiri (>= 1.6)
85
- rails-html-sanitizer (1.0.3)
86
- loofah (~> 2.0)
87
- rake (12.3.0)
88
- rb-fsevent (0.10.2)
89
- rb-inotify (0.9.10)
90
- ffi (>= 0.5.0, < 2)
91
- rouge (2.2.1)
92
- ruby_dep (1.5.0)
93
- safe_yaml (1.0.4)
94
- sass (3.5.5)
95
- sass-listen (~> 4.0.0)
96
- sass-listen (4.0.0)
97
- rb-fsevent (~> 0.9, >= 0.9.4)
98
- rb-inotify (~> 0.9, >= 0.9.7)
99
- sassc (1.11.4)
100
- bundler
101
- ffi (~> 1.9.6)
102
- sass (>= 3.3.0)
103
- sprockets (3.7.1)
104
- concurrent-ruby (~> 1.0)
105
- rack (> 1, < 3)
106
- sprockets-es6 (0.9.2)
107
- babel-source (>= 5.8.11)
108
- babel-transpiler
109
- sprockets (>= 3.0.0)
110
- thread_safe (0.3.6)
111
- tzinfo (1.2.5)
112
- thread_safe (~> 0.1)
113
-
114
- PLATFORMS
115
- ruby
116
-
117
- DEPENDENCIES
118
- jekyll (~> 3.6.0)
119
- jekyll-assets (~> 2.3.2)
120
- rake
121
- sassc (~> 1.11.4)
122
- shipyard-framework!
123
-
124
- BUNDLED WITH
125
- 1.16.1
@@ -1,3 +0,0 @@
1
- @import vendor
2
- @import layout
3
- @import views
@@ -1,2 +0,0 @@
1
- @import url('https://use.typekit.net/wel6tpj.css')
2
- @import url('https://fonts.googleapis.com/css?family=Roboto+Mono')
@@ -1,10 +0,0 @@
1
- body
2
- @extend .body
3
- line-height: 1.6
4
- +respond-to(padding-top, (x0: 70px, x1: 90px, x2: 100px))
5
-
6
- a
7
- @extend .link
8
-
9
- footer
10
- padding: 30px 0
@@ -1,209 +0,0 @@
1
- .highlight table td { padding: 5px; }
2
- .highlight table pre { margin: 0; }
3
- .highlight .cm {
4
- color: #999988;
5
- font-style: italic;
6
- }
7
- .highlight .cp {
8
- color: #999999;
9
- font-weight: bold;
10
- }
11
- .highlight .c1 {
12
- color: #999988;
13
- font-style: italic;
14
- }
15
- .highlight .cs {
16
- color: #999999;
17
- font-weight: bold;
18
- font-style: italic;
19
- }
20
- .highlight .c, .highlight .cd {
21
- color: #999988;
22
- font-style: italic;
23
- }
24
- .highlight .err {
25
- color: #a61717;
26
- background-color: #e3d2d2;
27
- }
28
- .highlight .gd {
29
- color: #000000;
30
- background-color: #ffdddd;
31
- }
32
- .highlight .ge {
33
- color: #000000;
34
- font-style: italic;
35
- }
36
- .highlight .gr {
37
- color: #aa0000;
38
- }
39
- .highlight .gh {
40
- color: #999999;
41
- }
42
- .highlight .gi {
43
- color: #000000;
44
- background-color: #ddffdd;
45
- }
46
- .highlight .go {
47
- color: #888888;
48
- }
49
- .highlight .gp {
50
- color: #555555;
51
- }
52
- .highlight .gs {
53
- font-weight: bold;
54
- }
55
- .highlight .gu {
56
- color: #aaaaaa;
57
- }
58
- .highlight .gt {
59
- color: #aa0000;
60
- }
61
- .highlight .kc {
62
- color: #000000;
63
- font-weight: bold;
64
- }
65
- .highlight .kd {
66
- color: #000000;
67
- font-weight: bold;
68
- }
69
- .highlight .kn {
70
- color: #000000;
71
- font-weight: bold;
72
- }
73
- .highlight .kp {
74
- color: #000000;
75
- font-weight: bold;
76
- }
77
- .highlight .kr {
78
- color: #000000;
79
- font-weight: bold;
80
- }
81
- .highlight .kt {
82
- color: #445588;
83
- font-weight: bold;
84
- }
85
- .highlight .k, .highlight .kv {
86
- color: #000000;
87
- font-weight: bold;
88
- }
89
- .highlight .mf {
90
- color: #009999;
91
- }
92
- .highlight .mh {
93
- color: #009999;
94
- }
95
- .highlight .il {
96
- color: #009999;
97
- }
98
- .highlight .mi {
99
- color: #009999;
100
- }
101
- .highlight .mo {
102
- color: #009999;
103
- }
104
- .highlight .m, .highlight .mb, .highlight .mx {
105
- color: #009999;
106
- }
107
- .highlight .sb {
108
- color: #d14;
109
- }
110
- .highlight .sc {
111
- color: #d14;
112
- }
113
- .highlight .sd {
114
- color: #d14;
115
- }
116
- .highlight .s2 {
117
- color: #d14;
118
- }
119
- .highlight .se {
120
- color: #d14;
121
- }
122
- .highlight .sh {
123
- color: #d14;
124
- }
125
- .highlight .si {
126
- color: #d14;
127
- }
128
- .highlight .sx {
129
- color: #d14;
130
- }
131
- .highlight .sr {
132
- color: #009926;
133
- }
134
- .highlight .s1 {
135
- color: #d14;
136
- }
137
- .highlight .ss {
138
- color: #990073;
139
- }
140
- .highlight .s {
141
- color: #d14;
142
- }
143
- .highlight .na {
144
- color: #008080;
145
- }
146
- .highlight .bp {
147
- color: #999999;
148
- }
149
- .highlight .nb {
150
- color: #0086B3;
151
- }
152
- .highlight .nc {
153
- color: #445588;
154
- font-weight: bold;
155
- }
156
- .highlight .no {
157
- color: #008080;
158
- }
159
- .highlight .nd {
160
- color: #3c5d5d;
161
- font-weight: bold;
162
- }
163
- .highlight .ni {
164
- color: #800080;
165
- }
166
- .highlight .ne {
167
- color: #990000;
168
- font-weight: bold;
169
- }
170
- .highlight .nf {
171
- color: #990000;
172
- font-weight: bold;
173
- }
174
- .highlight .nl {
175
- color: #990000;
176
- font-weight: bold;
177
- }
178
- .highlight .nn {
179
- color: #555555;
180
- }
181
- .highlight .nt {
182
- color: #000080;
183
- }
184
- .highlight .vc {
185
- color: #008080;
186
- }
187
- .highlight .vg {
188
- color: #008080;
189
- }
190
- .highlight .vi {
191
- color: #008080;
192
- }
193
- .highlight .nv {
194
- color: #008080;
195
- }
196
- .highlight .ow {
197
- color: #000000;
198
- font-weight: bold;
199
- }
200
- .highlight .o {
201
- color: #000000;
202
- font-weight: bold;
203
- }
204
- .highlight .w {
205
- color: #bbbbbb;
206
- }
207
- .highlight {
208
- background-color: #f8f8f8;
209
- }