guides_style_18f 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +7 -0
  2. data/CONTRIBUTING.md +19 -0
  3. data/LICENSE.md +31 -0
  4. data/README.md +91 -0
  5. data/assets/favicons/18f-center-114.png +0 -0
  6. data/assets/favicons/18f-center-144.png +0 -0
  7. data/assets/favicons/18f-center-16.png +0 -0
  8. data/assets/favicons/18f-center-192.png +0 -0
  9. data/assets/favicons/18f-center-200.png +0 -0
  10. data/assets/favicons/18f-center-32.png +0 -0
  11. data/assets/favicons/18f-center-57.png +0 -0
  12. data/assets/favicons/18f-center-72.png +0 -0
  13. data/assets/favicons/favicon.ico +0 -0
  14. data/assets/favicons/favicon.png +0 -0
  15. data/assets/img/18f-logo.png +0 -0
  16. data/assets/js/accordion.js +53 -0
  17. data/assets/js/html5shiv.js +301 -0
  18. data/assets/js/respond.js +341 -0
  19. data/lib/guides_style_18f.rb +8 -0
  20. data/lib/guides_style_18f/assets.rb +35 -0
  21. data/lib/guides_style_18f/generator.rb +12 -0
  22. data/lib/guides_style_18f/includes.rb +19 -0
  23. data/lib/guides_style_18f/includes/analytics.html +16 -0
  24. data/lib/guides_style_18f/includes/footer.html +9 -0
  25. data/lib/guides_style_18f/includes/header.html +21 -0
  26. data/lib/guides_style_18f/includes/scripts.html +5 -0
  27. data/lib/guides_style_18f/includes/sidebar.html +30 -0
  28. data/lib/guides_style_18f/layouts.rb +37 -0
  29. data/lib/guides_style_18f/layouts/default.html +40 -0
  30. data/lib/guides_style_18f/sass.rb +12 -0
  31. data/lib/guides_style_18f/sass/_guides_style_18f_custom.scss +50 -0
  32. data/lib/guides_style_18f/sass/_guides_style_18f_main.scss +606 -0
  33. data/lib/guides_style_18f/sass/_guides_style_18f_syntax.scss +60 -0
  34. data/lib/guides_style_18f/sass/guides_style_18f.scss +3 -0
  35. data/lib/guides_style_18f/version.rb +5 -0
  36. metadata +148 -0
@@ -0,0 +1,60 @@
1
+ .highlight { background: #ffffff; }
2
+ .highlight .c { color: #999988; font-style: italic } /* Comment */
3
+ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
4
+ .highlight .k { font-weight: bold } /* Keyword */
5
+ .highlight .o { font-weight: bold } /* Operator */
6
+ .highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
7
+ .highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
8
+ .highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
9
+ .highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
10
+ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
11
+ .highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
12
+ .highlight .ge { font-style: italic } /* Generic.Emph */
13
+ .highlight .gr { color: #aa0000 } /* Generic.Error */
14
+ .highlight .gh { color: #999999 } /* Generic.Heading */
15
+ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
16
+ .highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
17
+ .highlight .go { color: #888888 } /* Generic.Output */
18
+ .highlight .gp { color: #555555 } /* Generic.Prompt */
19
+ .highlight .gs { font-weight: bold } /* Generic.Strong */
20
+ .highlight .gu { color: #aaaaaa } /* Generic.Subheading */
21
+ .highlight .gt { color: #aa0000 } /* Generic.Traceback */
22
+ .highlight .kc { font-weight: bold } /* Keyword.Constant */
23
+ .highlight .kd { font-weight: bold } /* Keyword.Declaration */
24
+ .highlight .kp { font-weight: bold } /* Keyword.Pseudo */
25
+ .highlight .kr { font-weight: bold } /* Keyword.Reserved */
26
+ .highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
27
+ .highlight .m { color: #009999 } /* Literal.Number */
28
+ .highlight .s { color: #d14 } /* Literal.String */
29
+ .highlight .na { color: #008080 } /* Name.Attribute */
30
+ .highlight .nb { color: #0086B3 } /* Name.Builtin */
31
+ .highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
32
+ .highlight .no { color: #008080 } /* Name.Constant */
33
+ .highlight .ni { color: #800080 } /* Name.Entity */
34
+ .highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
35
+ .highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
36
+ .highlight .nn { color: #555555 } /* Name.Namespace */
37
+ .highlight .nt { color: #000080 } /* Name.Tag */
38
+ .highlight .nv { color: #008080 } /* Name.Variable */
39
+ .highlight .ow { font-weight: bold } /* Operator.Word */
40
+ .highlight .w { color: #bbbbbb } /* Text.Whitespace */
41
+ .highlight .mf { color: #009999 } /* Literal.Number.Float */
42
+ .highlight .mh { color: #009999 } /* Literal.Number.Hex */
43
+ .highlight .mi { color: #009999 } /* Literal.Number.Integer */
44
+ .highlight .mo { color: #009999 } /* Literal.Number.Oct */
45
+ .highlight .sb { color: #d14 } /* Literal.String.Backtick */
46
+ .highlight .sc { color: #d14 } /* Literal.String.Char */
47
+ .highlight .sd { color: #d14 } /* Literal.String.Doc */
48
+ .highlight .s2 { color: #d14 } /* Literal.String.Double */
49
+ .highlight .se { color: #d14 } /* Literal.String.Escape */
50
+ .highlight .sh { color: #d14 } /* Literal.String.Heredoc */
51
+ .highlight .si { color: #d14 } /* Literal.String.Interpol */
52
+ .highlight .sx { color: #d14 } /* Literal.String.Other */
53
+ .highlight .sr { color: #009926 } /* Literal.String.Regex */
54
+ .highlight .s1 { color: #d14 } /* Literal.String.Single */
55
+ .highlight .ss { color: #990073 } /* Literal.String.Symbol */
56
+ .highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
57
+ .highlight .vc { color: #008080 } /* Name.Variable.Class */
58
+ .highlight .vg { color: #008080 } /* Name.Variable.Global */
59
+ .highlight .vi { color: #008080 } /* Name.Variable.Instance */
60
+ .highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
@@ -0,0 +1,3 @@
1
+ @import "./_guides_style_18f_main";
2
+ @import "./_guides_style_18f_syntax";
3
+ @import "./_guides_style_18f_custom";
@@ -0,0 +1,5 @@
1
+ # @author Mike Bland (michael.bland@gsa.gov)
2
+
3
+ module GuidesStyle18F
4
+ VERSION = '0.0.0'
5
+ end
metadata ADDED
@@ -0,0 +1,148 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: guides_style_18f
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Mike Bland
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-08-17 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: jekyll
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '2.5'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '2.5'
27
+ - !ruby/object:Gem::Dependency
28
+ name: sass
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '3.4'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '3.4'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rouge
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '1.9'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '1.9'
55
+ - !ruby/object:Gem::Dependency
56
+ name: rake
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: bundler
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ description: CFPB (http://cfpb.github.io/).
84
+ email:
85
+ - michael.bland@gsa.gov
86
+ executables: []
87
+ extensions: []
88
+ extra_rdoc_files: []
89
+ files:
90
+ - CONTRIBUTING.md
91
+ - LICENSE.md
92
+ - README.md
93
+ - assets/favicons/18f-center-114.png
94
+ - assets/favicons/18f-center-144.png
95
+ - assets/favicons/18f-center-16.png
96
+ - assets/favicons/18f-center-192.png
97
+ - assets/favicons/18f-center-200.png
98
+ - assets/favicons/18f-center-32.png
99
+ - assets/favicons/18f-center-57.png
100
+ - assets/favicons/18f-center-72.png
101
+ - assets/favicons/favicon.ico
102
+ - assets/favicons/favicon.png
103
+ - assets/img/18f-logo.png
104
+ - assets/js/accordion.js
105
+ - assets/js/html5shiv.js
106
+ - assets/js/respond.js
107
+ - lib/guides_style_18f.rb
108
+ - lib/guides_style_18f/assets.rb
109
+ - lib/guides_style_18f/generator.rb
110
+ - lib/guides_style_18f/includes.rb
111
+ - lib/guides_style_18f/includes/analytics.html
112
+ - lib/guides_style_18f/includes/footer.html
113
+ - lib/guides_style_18f/includes/header.html
114
+ - lib/guides_style_18f/includes/scripts.html
115
+ - lib/guides_style_18f/includes/sidebar.html
116
+ - lib/guides_style_18f/layouts.rb
117
+ - lib/guides_style_18f/layouts/default.html
118
+ - lib/guides_style_18f/sass.rb
119
+ - lib/guides_style_18f/sass/_guides_style_18f_custom.scss
120
+ - lib/guides_style_18f/sass/_guides_style_18f_main.scss
121
+ - lib/guides_style_18f/sass/_guides_style_18f_syntax.scss
122
+ - lib/guides_style_18f/sass/guides_style_18f.scss
123
+ - lib/guides_style_18f/version.rb
124
+ homepage: https://github.com/18F/guides-style
125
+ licenses:
126
+ - CC0
127
+ metadata: {}
128
+ post_install_message:
129
+ rdoc_options: []
130
+ require_paths:
131
+ - lib
132
+ required_ruby_version: !ruby/object:Gem::Requirement
133
+ requirements:
134
+ - - ">="
135
+ - !ruby/object:Gem::Version
136
+ version: '0'
137
+ required_rubygems_version: !ruby/object:Gem::Requirement
138
+ requirements:
139
+ - - ">="
140
+ - !ruby/object:Gem::Version
141
+ version: '0'
142
+ requirements: []
143
+ rubyforge_project:
144
+ rubygems_version: 2.4.5
145
+ signing_key:
146
+ specification_version: 4
147
+ summary: 18F Guides Template style elements
148
+ test_files: []