spike 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.document +5 -0
- data/.gitignore +21 -0
- data/.gitmodules +6 -0
- data/LICENSE +20 -0
- data/README.md +45 -0
- data/Rakefile +56 -0
- data/VERSION +1 -0
- data/bin/spike +5 -0
- data/lib/initializers/960.rb +33 -0
- data/lib/initializers/jquery.rb +1 -0
- data/lib/spike.rb +61 -0
- data/lib/template/app.css +0 -0
- data/lib/template/css/960/README.txt +52 -0
- data/lib/template/css/960/code/css/960.css +1 -0
- data/lib/template/css/960/code/css/960_24_col.css +1 -0
- data/lib/template/css/960/code/css/reset.css +1 -0
- data/lib/template/css/960/code/css/rtl_960.css +1 -0
- data/lib/template/css/960/code/css/rtl_960_24_col.css +1 -0
- data/lib/template/css/960/code/css/rtl_text.css +1 -0
- data/lib/template/css/960/code/css/text.css +1 -0
- data/lib/template/css/960/code/css/uncompressed/960.css +628 -0
- data/lib/template/css/960/code/css/uncompressed/960_24_col.css +599 -0
- data/lib/template/css/960/code/css/uncompressed/demo.css +47 -0
- data/lib/template/css/960/code/css/uncompressed/reset.css +53 -0
- data/lib/template/css/960/code/css/uncompressed/rtl_960.css +628 -0
- data/lib/template/css/960/code/css/uncompressed/rtl_960_24_col.css +599 -0
- data/lib/template/css/960/code/css/uncompressed/rtl_text.css +84 -0
- data/lib/template/css/960/code/css/uncompressed/text.css +84 -0
- data/lib/template/css/960/code/demo.html +538 -0
- data/lib/template/css/960/code/demo_24_col.html +411 -0
- data/lib/template/css/960/code/img/12_col.gif +0 -0
- data/lib/template/css/960/code/img/16_col.gif +0 -0
- data/lib/template/css/960/code/img/24_col.gif +0 -0
- data/lib/template/css/960/code/rtl_demo.html +538 -0
- data/lib/template/css/960/code/rtl_demo_24_col.html +411 -0
- data/lib/template/css/960/fireworks_extension/960.gs Grid Commands.mxp +0 -0
- data/lib/template/css/960/fireworks_extension/_source/12 columns.jsf +26 -0
- data/lib/template/css/960/fireworks_extension/_source/16 columns.jsf +26 -0
- data/lib/template/css/960/fireworks_extension/_source/24 columns.jsf +26 -0
- data/lib/template/css/960/fireworks_extension/_source/960.gs Grid Commands.mxi +22 -0
- data/lib/template/css/960/licenses/GPL_license.txt +674 -0
- data/lib/template/css/960/licenses/MIT_license.txt +20 -0
- data/lib/template/css/960/sketch_sheets/960_sketch.pdf +0 -0
- data/lib/template/css/960/templates/acorn/960_grid_12_col.acorn +0 -0
- data/lib/template/css/960/templates/acorn/960_grid_16_col.acorn +0 -0
- data/lib/template/css/960/templates/acorn/960_grid_24_col.acorn +0 -0
- data/lib/template/css/960/templates/corel_draw/960_grid_12_col.cdt +0 -0
- data/lib/template/css/960/templates/corel_draw/960_grid_16_col.cdt +0 -0
- data/lib/template/css/960/templates/corel_draw/960_grid_24_col.cdt +0 -0
- data/lib/template/css/960/templates/expression_design/960_grid_12_col.design +0 -0
- data/lib/template/css/960/templates/expression_design/960_grid_16_col.design +0 -0
- data/lib/template/css/960/templates/expression_design/960_grid_24_col.design +0 -0
- data/lib/template/css/960/templates/fireworks/960_grid_12_col.png +0 -0
- data/lib/template/css/960/templates/fireworks/960_grid_16_col.png +0 -0
- data/lib/template/css/960/templates/fireworks/960_grid_24_col.png +0 -0
- data/lib/template/css/960/templates/flash/960_grid_12_col.fla +0 -0
- data/lib/template/css/960/templates/flash/960_grid_16_col.fla +0 -0
- data/lib/template/css/960/templates/flash/960_grid_24_col.fla +0 -0
- data/lib/template/css/960/templates/gimp/960_grid_12_col.xcf +0 -0
- data/lib/template/css/960/templates/gimp/960_grid_16_col.xcf +0 -0
- data/lib/template/css/960/templates/gimp/960_grid_24_col.xcf +0 -0
- data/lib/template/css/960/templates/illustrator/960_grid_12_col.ai +372 -0
- data/lib/template/css/960/templates/illustrator/960_grid_16_col.ai +361 -0
- data/lib/template/css/960/templates/indesign/960_grid_12_col.inx +1197 -0
- data/lib/template/css/960/templates/indesign/960_grid_16_col.inx +1214 -0
- data/lib/template/css/960/templates/inkscape/960_grid_12_col.svg +217 -0
- data/lib/template/css/960/templates/inkscape/960_grid_16_col.svg +265 -0
- data/lib/template/css/960/templates/inkscape/960_grid_24_col.svg +174 -0
- data/lib/template/css/960/templates/omnigraffle/960_graffle.graffle +0 -0
- data/lib/template/css/960/templates/photoshop/960_grid_12_col.psd +0 -0
- data/lib/template/css/960/templates/photoshop/960_grid_16_col.psd +0 -0
- data/lib/template/css/960/templates/photoshop/960_grid_24_col.psd +0 -0
- data/lib/template/css/960/templates/visio/960_visio.vsd +0 -0
- data/lib/template/css/blueprint/AUTHORS.textile +42 -0
- data/lib/template/css/blueprint/CHANGELOG +159 -0
- data/lib/template/css/blueprint/LICENSE +22 -0
- data/lib/template/css/blueprint/README.textile +81 -0
- data/lib/template/css/blueprint/TUTORIAL.textile +206 -0
- data/lib/template/css/blueprint/blueprint/ie.css +35 -0
- data/lib/template/css/blueprint/blueprint/plugins/buttons/icons/cross.png +0 -0
- data/lib/template/css/blueprint/blueprint/plugins/buttons/icons/key.png +0 -0
- data/lib/template/css/blueprint/blueprint/plugins/buttons/icons/tick.png +0 -0
- data/lib/template/css/blueprint/blueprint/plugins/buttons/readme.txt +32 -0
- data/lib/template/css/blueprint/blueprint/plugins/buttons/screen.css +97 -0
- data/lib/template/css/blueprint/blueprint/plugins/fancy-type/readme.txt +14 -0
- data/lib/template/css/blueprint/blueprint/plugins/fancy-type/screen.css +71 -0
- data/lib/template/css/blueprint/blueprint/plugins/link-icons/icons/doc.png +0 -0
- data/lib/template/css/blueprint/blueprint/plugins/link-icons/icons/email.png +0 -0
- data/lib/template/css/blueprint/blueprint/plugins/link-icons/icons/external.png +0 -0
- data/lib/template/css/blueprint/blueprint/plugins/link-icons/icons/feed.png +0 -0
- data/lib/template/css/blueprint/blueprint/plugins/link-icons/icons/im.png +0 -0
- data/lib/template/css/blueprint/blueprint/plugins/link-icons/icons/pdf.png +0 -0
- data/lib/template/css/blueprint/blueprint/plugins/link-icons/icons/visited.png +0 -0
- data/lib/template/css/blueprint/blueprint/plugins/link-icons/icons/xls.png +0 -0
- data/lib/template/css/blueprint/blueprint/plugins/link-icons/readme.txt +18 -0
- data/lib/template/css/blueprint/blueprint/plugins/link-icons/screen.css +40 -0
- data/lib/template/css/blueprint/blueprint/plugins/rtl/readme.txt +10 -0
- data/lib/template/css/blueprint/blueprint/plugins/rtl/screen.css +110 -0
- data/lib/template/css/blueprint/blueprint/print.css +29 -0
- data/lib/template/css/blueprint/blueprint/screen.css +258 -0
- data/lib/template/css/blueprint/blueprint/src/forms.css +65 -0
- data/lib/template/css/blueprint/blueprint/src/grid.css +280 -0
- data/lib/template/css/blueprint/blueprint/src/grid.png +0 -0
- data/lib/template/css/blueprint/blueprint/src/ie.css +76 -0
- data/lib/template/css/blueprint/blueprint/src/print.css +85 -0
- data/lib/template/css/blueprint/blueprint/src/reset.css +45 -0
- data/lib/template/css/blueprint/blueprint/src/typography.css +106 -0
- data/lib/template/css/blueprint/lib/blueprint/blueprint.rb +39 -0
- data/lib/template/css/blueprint/lib/blueprint/compressor.rb +290 -0
- data/lib/template/css/blueprint/lib/blueprint/core_ext.rb +39 -0
- data/lib/template/css/blueprint/lib/blueprint/css_parser.rb +72 -0
- data/lib/template/css/blueprint/lib/blueprint/custom_layout.rb +72 -0
- data/lib/template/css/blueprint/lib/blueprint/grid.css.erb +146 -0
- data/lib/template/css/blueprint/lib/blueprint/grid_builder.rb +63 -0
- data/lib/template/css/blueprint/lib/blueprint/namespace.rb +38 -0
- data/lib/template/css/blueprint/lib/blueprint/semantic_class_names.rb +64 -0
- data/lib/template/css/blueprint/lib/blueprint/validate/COPYRIGHT.html +93 -0
- data/lib/template/css/blueprint/lib/blueprint/validate/JIGSAW_COPYRIGHT +64 -0
- data/lib/template/css/blueprint/lib/blueprint/validate/README.html +83 -0
- data/lib/template/css/blueprint/lib/blueprint/validate/XERCES_COPYING.txt +56 -0
- data/lib/template/css/blueprint/lib/blueprint/validate/css-validator-javadoc.jar +0 -0
- data/lib/template/css/blueprint/lib/blueprint/validate/css-validator.jar +0 -0
- data/lib/template/css/blueprint/lib/blueprint/validate/jigsaw.jar +0 -0
- data/lib/template/css/blueprint/lib/blueprint/validate/xerces.jar +0 -0
- data/lib/template/css/blueprint/lib/blueprint/validator.rb +49 -0
- data/lib/template/css/blueprint/lib/compress.rb +167 -0
- data/lib/template/css/blueprint/lib/settings.example.yml +33 -0
- data/lib/template/css/blueprint/lib/validate.rb +15 -0
- data/lib/template/css/blueprint/templates/psd/fixed-width.psd +0 -0
- data/lib/template/css/blueprint/tests/index.html +83 -0
- data/lib/template/css/blueprint/tests/parts/elements.html +247 -0
- data/lib/template/css/blueprint/tests/parts/forms.html +191 -0
- data/lib/template/css/blueprint/tests/parts/grid.html +163 -0
- data/lib/template/css/blueprint/tests/parts/sample.html +75 -0
- data/lib/template/css/blueprint/tests/parts/test-small.jpg +0 -0
- data/lib/template/css/blueprint/tests/parts/test.jpg +0 -0
- data/lib/template/css/blueprint/tests/parts/valid.png +0 -0
- data/lib/template/index.html +16 -0
- data/spike.gemspec +190 -0
- data/test/helper.rb +10 -0
- data/test/test_spike.rb +7 -0
- metadata +227 -0
@@ -0,0 +1,174 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
<svg
|
4
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
5
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
6
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
7
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
9
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
10
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
11
|
+
width="1020"
|
12
|
+
height="1020"
|
13
|
+
id="svg2"
|
14
|
+
sodipodi:version="0.32"
|
15
|
+
inkscape:version="0.46"
|
16
|
+
version="1.0"
|
17
|
+
sodipodi:docname="960_grid_16_col.svg"
|
18
|
+
inkscape:output_extension="org.inkscape.output.svg.inkscape">
|
19
|
+
<metadata
|
20
|
+
id="metadata2425">
|
21
|
+
<rdf:RDF>
|
22
|
+
<cc:Work
|
23
|
+
rdf:about="">
|
24
|
+
<dc:format>image/svg+xml</dc:format>
|
25
|
+
<dc:type
|
26
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
27
|
+
</cc:Work>
|
28
|
+
</rdf:RDF>
|
29
|
+
</metadata>
|
30
|
+
<defs
|
31
|
+
id="defs4">
|
32
|
+
<inkscape:perspective
|
33
|
+
sodipodi:type="inkscape:persp3d"
|
34
|
+
inkscape:vp_x="0 : 510 : 1"
|
35
|
+
inkscape:vp_y="0 : 1000 : 0"
|
36
|
+
inkscape:vp_z="1020 : 510 : 1"
|
37
|
+
inkscape:persp3d-origin="510 : 340 : 1"
|
38
|
+
id="perspective56" />
|
39
|
+
</defs>
|
40
|
+
<sodipodi:namedview
|
41
|
+
id="base"
|
42
|
+
pagecolor="#ffffff"
|
43
|
+
bordercolor="#666666"
|
44
|
+
borderopacity="1.0"
|
45
|
+
gridtolerance="10000"
|
46
|
+
guidetolerance="10"
|
47
|
+
objecttolerance="10"
|
48
|
+
inkscape:pageopacity="0.0"
|
49
|
+
inkscape:pageshadow="2"
|
50
|
+
inkscape:zoom="1.0490196"
|
51
|
+
inkscape:cx="276.2217"
|
52
|
+
inkscape:cy="787.24856"
|
53
|
+
inkscape:document-units="px"
|
54
|
+
inkscape:current-layer="svg2"
|
55
|
+
showgrid="true"
|
56
|
+
showguides="true"
|
57
|
+
inkscape:guide-bbox="true"
|
58
|
+
inkscape:window-width="1295"
|
59
|
+
inkscape:window-height="998"
|
60
|
+
inkscape:window-x="377"
|
61
|
+
inkscape:window-y="0">
|
62
|
+
<sodipodi:guide position="30,0" orientation="1,0" id="guide-30" />
|
63
|
+
<sodipodi:guide position="30,0" orientation="1,0" id="guide-30" />
|
64
|
+
<sodipodi:guide position="35,0" orientation="1,0" id="guide-35" />
|
65
|
+
<sodipodi:guide position="65,0" orientation="1,0" id="guide-65" />
|
66
|
+
<sodipodi:guide position="70,0" orientation="1,0" id="guide-70" />
|
67
|
+
<sodipodi:guide position="70,0" orientation="1,0" id="guide-70" />
|
68
|
+
<sodipodi:guide position="75,0" orientation="1,0" id="guide-75" />
|
69
|
+
<sodipodi:guide position="105,0" orientation="1,0" id="guide-105" />
|
70
|
+
<sodipodi:guide position="110,0" orientation="1,0" id="guide-110" />
|
71
|
+
<sodipodi:guide position="110,0" orientation="1,0" id="guide-110" />
|
72
|
+
<sodipodi:guide position="115,0" orientation="1,0" id="guide-115" />
|
73
|
+
<sodipodi:guide position="145,0" orientation="1,0" id="guide-145" />
|
74
|
+
<sodipodi:guide position="150,0" orientation="1,0" id="guide-150" />
|
75
|
+
<sodipodi:guide position="150,0" orientation="1,0" id="guide-150" />
|
76
|
+
<sodipodi:guide position="155,0" orientation="1,0" id="guide-155" />
|
77
|
+
<sodipodi:guide position="185,0" orientation="1,0" id="guide-185" />
|
78
|
+
<sodipodi:guide position="190,0" orientation="1,0" id="guide-190" />
|
79
|
+
<sodipodi:guide position="190,0" orientation="1,0" id="guide-190" />
|
80
|
+
<sodipodi:guide position="195,0" orientation="1,0" id="guide-195" />
|
81
|
+
<sodipodi:guide position="225,0" orientation="1,0" id="guide-225" />
|
82
|
+
<sodipodi:guide position="230,0" orientation="1,0" id="guide-230" />
|
83
|
+
<sodipodi:guide position="230,0" orientation="1,0" id="guide-230" />
|
84
|
+
<sodipodi:guide position="235,0" orientation="1,0" id="guide-235" />
|
85
|
+
<sodipodi:guide position="265,0" orientation="1,0" id="guide-265" />
|
86
|
+
<sodipodi:guide position="270,0" orientation="1,0" id="guide-270" />
|
87
|
+
<sodipodi:guide position="270,0" orientation="1,0" id="guide-270" />
|
88
|
+
<sodipodi:guide position="275,0" orientation="1,0" id="guide-275" />
|
89
|
+
<sodipodi:guide position="305,0" orientation="1,0" id="guide-305" />
|
90
|
+
<sodipodi:guide position="310,0" orientation="1,0" id="guide-310" />
|
91
|
+
<sodipodi:guide position="310,0" orientation="1,0" id="guide-310" />
|
92
|
+
<sodipodi:guide position="315,0" orientation="1,0" id="guide-315" />
|
93
|
+
<sodipodi:guide position="345,0" orientation="1,0" id="guide-345" />
|
94
|
+
<sodipodi:guide position="350,0" orientation="1,0" id="guide-350" />
|
95
|
+
<sodipodi:guide position="350,0" orientation="1,0" id="guide-350" />
|
96
|
+
<sodipodi:guide position="355,0" orientation="1,0" id="guide-355" />
|
97
|
+
<sodipodi:guide position="385,0" orientation="1,0" id="guide-385" />
|
98
|
+
<sodipodi:guide position="390,0" orientation="1,0" id="guide-390" />
|
99
|
+
<sodipodi:guide position="390,0" orientation="1,0" id="guide-390" />
|
100
|
+
<sodipodi:guide position="395,0" orientation="1,0" id="guide-395" />
|
101
|
+
<sodipodi:guide position="425,0" orientation="1,0" id="guide-425" />
|
102
|
+
<sodipodi:guide position="430,0" orientation="1,0" id="guide-430" />
|
103
|
+
<sodipodi:guide position="430,0" orientation="1,0" id="guide-430" />
|
104
|
+
<sodipodi:guide position="435,0" orientation="1,0" id="guide-435" />
|
105
|
+
<sodipodi:guide position="465,0" orientation="1,0" id="guide-465" />
|
106
|
+
<sodipodi:guide position="470,0" orientation="1,0" id="guide-470" />
|
107
|
+
<sodipodi:guide position="470,0" orientation="1,0" id="guide-470" />
|
108
|
+
<sodipodi:guide position="475,0" orientation="1,0" id="guide-475" />
|
109
|
+
<sodipodi:guide position="505,0" orientation="1,0" id="guide-505" />
|
110
|
+
<sodipodi:guide position="510,0" orientation="1,0" id="guide-510" />
|
111
|
+
<sodipodi:guide position="510,0" orientation="1,0" id="guide-510" />
|
112
|
+
<sodipodi:guide position="515,0" orientation="1,0" id="guide-515" />
|
113
|
+
<sodipodi:guide position="545,0" orientation="1,0" id="guide-545" />
|
114
|
+
<sodipodi:guide position="550,0" orientation="1,0" id="guide-550" />
|
115
|
+
<sodipodi:guide position="550,0" orientation="1,0" id="guide-550" />
|
116
|
+
<sodipodi:guide position="555,0" orientation="1,0" id="guide-555" />
|
117
|
+
<sodipodi:guide position="585,0" orientation="1,0" id="guide-585" />
|
118
|
+
<sodipodi:guide position="590,0" orientation="1,0" id="guide-590" />
|
119
|
+
<sodipodi:guide position="590,0" orientation="1,0" id="guide-590" />
|
120
|
+
<sodipodi:guide position="595,0" orientation="1,0" id="guide-595" />
|
121
|
+
<sodipodi:guide position="625,0" orientation="1,0" id="guide-625" />
|
122
|
+
<sodipodi:guide position="630,0" orientation="1,0" id="guide-630" />
|
123
|
+
<sodipodi:guide position="630,0" orientation="1,0" id="guide-630" />
|
124
|
+
<sodipodi:guide position="635,0" orientation="1,0" id="guide-635" />
|
125
|
+
<sodipodi:guide position="665,0" orientation="1,0" id="guide-665" />
|
126
|
+
<sodipodi:guide position="670,0" orientation="1,0" id="guide-670" />
|
127
|
+
<sodipodi:guide position="670,0" orientation="1,0" id="guide-670" />
|
128
|
+
<sodipodi:guide position="675,0" orientation="1,0" id="guide-675" />
|
129
|
+
<sodipodi:guide position="705,0" orientation="1,0" id="guide-705" />
|
130
|
+
<sodipodi:guide position="710,0" orientation="1,0" id="guide-710" />
|
131
|
+
<sodipodi:guide position="710,0" orientation="1,0" id="guide-710" />
|
132
|
+
<sodipodi:guide position="715,0" orientation="1,0" id="guide-715" />
|
133
|
+
<sodipodi:guide position="745,0" orientation="1,0" id="guide-745" />
|
134
|
+
<sodipodi:guide position="750,0" orientation="1,0" id="guide-750" />
|
135
|
+
<sodipodi:guide position="750,0" orientation="1,0" id="guide-750" />
|
136
|
+
<sodipodi:guide position="755,0" orientation="1,0" id="guide-755" />
|
137
|
+
<sodipodi:guide position="785,0" orientation="1,0" id="guide-785" />
|
138
|
+
<sodipodi:guide position="790,0" orientation="1,0" id="guide-790" />
|
139
|
+
<sodipodi:guide position="790,0" orientation="1,0" id="guide-790" />
|
140
|
+
<sodipodi:guide position="795,0" orientation="1,0" id="guide-795" />
|
141
|
+
<sodipodi:guide position="825,0" orientation="1,0" id="guide-825" />
|
142
|
+
<sodipodi:guide position="830,0" orientation="1,0" id="guide-830" />
|
143
|
+
<sodipodi:guide position="830,0" orientation="1,0" id="guide-830" />
|
144
|
+
<sodipodi:guide position="835,0" orientation="1,0" id="guide-835" />
|
145
|
+
<sodipodi:guide position="865,0" orientation="1,0" id="guide-865" />
|
146
|
+
<sodipodi:guide position="870,0" orientation="1,0" id="guide-870" />
|
147
|
+
<sodipodi:guide position="870,0" orientation="1,0" id="guide-870" />
|
148
|
+
<sodipodi:guide position="875,0" orientation="1,0" id="guide-875" />
|
149
|
+
<sodipodi:guide position="905,0" orientation="1,0" id="guide-905" />
|
150
|
+
<sodipodi:guide position="910,0" orientation="1,0" id="guide-910" />
|
151
|
+
<sodipodi:guide position="910,0" orientation="1,0" id="guide-910" />
|
152
|
+
<sodipodi:guide position="915,0" orientation="1,0" id="guide-915" />
|
153
|
+
<sodipodi:guide position="945,0" orientation="1,0" id="guide-945" />
|
154
|
+
<sodipodi:guide position="950,0" orientation="1,0" id="guide-950" />
|
155
|
+
<sodipodi:guide position="950,0" orientation="1,0" id="guide-950" />
|
156
|
+
<sodipodi:guide position="955,0" orientation="1,0" id="guide-955" />
|
157
|
+
<sodipodi:guide position="985,0" orientation="1,0" id="guide-985" />
|
158
|
+
<sodipodi:guide position="990,0" orientation="1,0" id="guide-990" />
|
159
|
+
<inkscape:grid
|
160
|
+
type="xygrid"
|
161
|
+
id="grid2390"
|
162
|
+
visible="true"
|
163
|
+
enabled="true"
|
164
|
+
color="#0000ff"
|
165
|
+
opacity="0.0627451"
|
166
|
+
empcolor="#0000ff"
|
167
|
+
empopacity="0.1254902"
|
168
|
+
dotted="false"
|
169
|
+
spacingx="1px"
|
170
|
+
spacingy="1px"
|
171
|
+
originx="5px"
|
172
|
+
originy="0px" />
|
173
|
+
</sodipodi:namedview>
|
174
|
+
</svg>
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,42 @@
|
|
1
|
+
h1. Blueprint CSS Framework Authors and Contributors
|
2
|
+
|
3
|
+
Blueprint is based on the work of many talented people. It is
|
4
|
+
through their good intentions we are allowed to use many of the
|
5
|
+
techniques found in the framework.
|
6
|
+
|
7
|
+
h2. Current Team
|
8
|
+
|
9
|
+
Blueprint was realized and maintained through version 0.7.1 by
|
10
|
+
"Olav Bjorkoy":http://bjorkoy.com who has sinced passed the torch
|
11
|
+
to the current team. They are:
|
12
|
+
|
13
|
+
Admins:
|
14
|
+
* "Christian Montoya":http://christianmontoya.net
|
15
|
+
* "Josh Clayton":http://jdclayton.com
|
16
|
+
|
17
|
+
Contributors:
|
18
|
+
* "Glenn Rempe":http://blog.rempe.us/
|
19
|
+
* "Chris Eppstein":http://twitter.com/chriseppstein
|
20
|
+
* "Sean K. Stewart":http://seankstewart.com/
|
21
|
+
|
22
|
+
h2. Original CSS authors
|
23
|
+
|
24
|
+
The first iteration of Blueprint was built upon many conventions
|
25
|
+
and ideas that were developed by true CSS experts.
|
26
|
+
|
27
|
+
The grid and typography is based on work by:
|
28
|
+
* "Jeff Croft":http://jeffcroft.com
|
29
|
+
* "Nathan Borror":http://www.playgroundblues.com
|
30
|
+
* "Christian Metts":http://mintchaos.com
|
31
|
+
* "Wilson Miner":http://www.wilsonminer.com
|
32
|
+
|
33
|
+
The CSS reset is based on work by:
|
34
|
+
* "Eric Meyer":http://www.meyerweb.com/eric
|
35
|
+
|
36
|
+
The Fancy Type plugin is based on work by:
|
37
|
+
* "Mark Boulton":http://www.markboulton.co.uk
|
38
|
+
* "Typogrify":http://typogrify.googlecode.com
|
39
|
+
|
40
|
+
(However, remember that these people are not involved with the
|
41
|
+
framework, so please don't waste their or your time asking them
|
42
|
+
for support.)
|
@@ -0,0 +1,159 @@
|
|
1
|
+
Blueprint CSS Framework Change Log
|
2
|
+
----------------------------------------------------------------
|
3
|
+
|
4
|
+
Version 0.9 - Date May 29, 2009
|
5
|
+
--
|
6
|
+
New features:
|
7
|
+
* Changed all conditional comments to [if lt IE 8] for IE 8 compatibility [CMM]
|
8
|
+
* Updated forms code to align inline form elements, with additions for IE 6 [CMM]
|
9
|
+
* Use <form class="inline"> for inline forms
|
10
|
+
* Use classes "text", "button", "radio" and "checkbox" on inputs for IE 6 compatibility
|
11
|
+
|
12
|
+
|
13
|
+
Version 0.8 - Date November 11, 2008
|
14
|
+
--
|
15
|
+
New features:
|
16
|
+
* Much of the flexibility of 0.6 has been pushed back into the core [CMM]
|
17
|
+
* Plugins from 0.6 are now back in the core [CMM]
|
18
|
+
|
19
|
+
Bug fixes:
|
20
|
+
* Lots. See http://blueprintcss.lighthouseapp.com/projects/15318-blueprint-css
|
21
|
+
|
22
|
+
|
23
|
+
Version 0.7.1 - Date February 21, 2008
|
24
|
+
--
|
25
|
+
New features:
|
26
|
+
* Rubydoc for compressor [JC]
|
27
|
+
|
28
|
+
Bug fixes:
|
29
|
+
* Fixed bug in the compressor related to Rubygems. [JC]
|
30
|
+
* <tt> should be inline, not block. [OFB]
|
31
|
+
|
32
|
+
|
33
|
+
Version 0.7 - February 19, 2008
|
34
|
+
--
|
35
|
+
New features:
|
36
|
+
* New directory structure. [OFB]
|
37
|
+
* New compressor script. [JC]
|
38
|
+
* Ability to set custom namespace for BP classes. [JC]
|
39
|
+
* Optional custom column count and widths. [JC]
|
40
|
+
* Ability to add your own CSS files. [JC]
|
41
|
+
* Custom output paths. [JC]
|
42
|
+
* Support for multiple projects. [JC]
|
43
|
+
* Semantic class naming from CSS rules. [JC]
|
44
|
+
* Automatic compression for plugins. [JC]
|
45
|
+
* Compressed version of ie.css. [OFB]
|
46
|
+
* Alternating table row colors. [OFB]
|
47
|
+
* Added class .showgrid to see the grid of any column or container. [OFB]
|
48
|
+
* No need for .column! You now have to use divs for columns,
|
49
|
+
but you can still use span/prepend/append for other elements as well.
|
50
|
+
In other words, div.span-x now implies that the element is a .column. [OFB]
|
51
|
+
|
52
|
+
Bug fixes:
|
53
|
+
* Sidebar alignment in tests/sample.html. [OFB]
|
54
|
+
* Line-height on sub/sup. [OFB]
|
55
|
+
* Clearfix not properly applied to container. [OFB]
|
56
|
+
* Misc validation errors in tests. [OFB]
|
57
|
+
* Proper margin on address. [OFB]
|
58
|
+
* Unwanted bottom margin on nested lists. [OFB]
|
59
|
+
* Form labels with unwanted fancy-type indentation. [OFB]
|
60
|
+
* Proper margin on all form elements. [OFB]
|
61
|
+
* No margins for images in headings. [OFB]
|
62
|
+
* Push-x bottom margin. [OFB]
|
63
|
+
* Vertical align set to middle on tables. [OFB]
|
64
|
+
* Improved .notice, .error and .success color contrast. [OFB]
|
65
|
+
* Size of input[text]. [OFB]
|
66
|
+
* Baseline alignment of <h4>. [OFB]
|
67
|
+
|
68
|
+
Misc:
|
69
|
+
* Improved structure in print.css. [OFB]
|
70
|
+
* Dual-licensed under MIT and GPL licenses. [OFB]
|
71
|
+
* Changed name of .clear to .clearfix, and added .clear (clear:both;). [OFB]
|
72
|
+
|
73
|
+
|
74
|
+
Version 0.6 - September 21, 2007
|
75
|
+
--
|
76
|
+
* Created a new plugin, "iepngfix", that adds support for PNG transparency in IE5.5+ [OFB]
|
77
|
+
* Added an IE stylesheet, updated the test files and the readme accordingly [OFB]
|
78
|
+
* Re-added improved support for em units [OFB]
|
79
|
+
* Lots of minor changes to typography.css and reset.css, provided by Christian Montoya [OFB]
|
80
|
+
* Extracted the fancy typography section in typography.css to a new plugin [OFB]
|
81
|
+
* Extracted the support for CSS buttons into a new plugin. [OFB]
|
82
|
+
* Added new plugin structure. [OFB]
|
83
|
+
* Changed some default fonts so that BP works better with ClearType in XP [OFB]
|
84
|
+
* Re-added the hack for clearing floats without extra markup. [OFB]
|
85
|
+
* Added Changelog.txt to track changes in each release. [GR]
|
86
|
+
* Cleaned up and rationalized SVN dir structure. [GR, OFB]
|
87
|
+
* print.css : removed reference to 'baseline.png' as it no longer exists. [GR]
|
88
|
+
* grid.css : removed reference to '.first' css class as it no longer exists. [GR]
|
89
|
+
* Added append-13 to append-23 and prepend-13 to prepend-23 to allow pushing elements
|
90
|
+
to both extreme sides of the grid. Added test cases to tests/grid.css [GR]
|
91
|
+
* Moved test sample files to blueprint/tests sub-directory so tests stay with the code. [GR]
|
92
|
+
* Consolidated all references to release version number to screen.css [OFB]
|
93
|
+
* Added ruby script (generate_compressed_css.rb) to scripts dir, and 'csstidy' binary (OS X Universal)
|
94
|
+
for generating tidied version of Blueprint (lib/compressed.css).
|
95
|
+
* Consolidated test pages into one single page (test.html). Uses compressed stylesheet by default. This ensures test of
|
96
|
+
the chain of generation. (todo) Intention is to delete other test files if single file works well. (todo) ensure singular
|
97
|
+
test file contains latest changes to other test files. [GR]
|
98
|
+
* Moved the blueprint framework to its own folder in the package, so that the tests, script,
|
99
|
+
license and readme don't clutter up our BP folder. [OFB]
|
100
|
+
* Re-saved grid.png with Photoshop to remove Fireworks data which was bloating it.
|
101
|
+
Now its about 3KB instead of 40+KB. Resolves Issue 22. [GR]
|
102
|
+
* Moved compressed files to new compressed dir [OFB]
|
103
|
+
* print.css is now also being generated by the compressor ruby script and is available for use.
|
104
|
+
* Added new script 'validate_css.rb' which will validate all css files and present a report with
|
105
|
+
a local java binary of the W3C validator.
|
106
|
+
* Created an experimental CSS classes plugin, by popular demand. [OFB]
|
107
|
+
* Improved handling of multi-line headings. [OFB]
|
108
|
+
* Improved styling of <table>s, you may now use .span classes on <th>s to create tables that follow the grid. [OFB]
|
109
|
+
* Added support for indented paragraphs to the Fancy-type plugin. [OFB]
|
110
|
+
* Added a new plugin: link-icons. [OFB]
|
111
|
+
* Seperated the plugins tests into their own file. [OFB]
|
112
|
+
* Re-structured some of the tests.html sections. [OFB]
|
113
|
+
* Added class ".colborder" to grid.css. [OFB]
|
114
|
+
* Added .error, .notice and .success classes to typography.css. [OFB]
|
115
|
+
* Added tests for more elements which gets reset in reset.css [OFB, GR]
|
116
|
+
* Added forms.css, awaiting implementation. Moved form styling from typography.css [OFB]
|
117
|
+
* Updated compressor script to include forms.css [OFB]
|
118
|
+
* Improved forms.html tests for upcoming forms.css implementation. This will change based on the
|
119
|
+
markup that forms.css will use. [OFB]
|
120
|
+
* Fixed clearing image in button element bug in buttons.css [OFB]
|
121
|
+
* Fixed bug where IE6 clips pushed/pulled elements. [OFB]
|
122
|
+
* Fixed typo in grid.css formula. [OFB]
|
123
|
+
* Fixed varying formatting across core files. [OFB]
|
124
|
+
* Fixed legend element in IE6. [OFB]
|
125
|
+
* Fixed indentation in test files. [OFB]
|
126
|
+
* Removed tests for plugins not bundled with the next release. [OFB]
|
127
|
+
* Improved styling of <h3>. [OFB]
|
128
|
+
* Fixed indentation bug in ul/ol, removed some redundant styling. [OFB]
|
129
|
+
* Fixed validation errors in tests. [OFB]
|
130
|
+
* Changed IE stylesheet condition comment to include all versions of IE. [OFB]
|
131
|
+
* Started on a new approach for the PNG plugin. Will not be included in this release. [OFB]
|
132
|
+
* Fixed incorrect rendering of ol in IE6/7. [OFB]
|
133
|
+
* Created a new, spiffier sample page. [OFB]
|
134
|
+
|
135
|
+
|
136
|
+
Version 0.5 - August 28, 2007
|
137
|
+
--
|
138
|
+
* Changed grid width from 14 to 24 columns [OFB]
|
139
|
+
* Removed 'first' CSS class and the need to apply it to the first column in a row of columns. [OFB]
|
140
|
+
* Reverted to using pixels instead of em units to specify vertical spacing due to baseline issues with
|
141
|
+
all browsers except Firefox. [OFB]
|
142
|
+
* New set of default fonts. (Experimental) [OFB]
|
143
|
+
* Added test files [OFB]
|
144
|
+
|
145
|
+
|
146
|
+
Version 0.4 - August 11, 2007
|
147
|
+
--
|
148
|
+
* All font sizes and vertical margins are now elastic, through the use of em units.
|
149
|
+
Resizing works great in every tested browser. [OFB]
|
150
|
+
* Comes with a new, compressed version of BP, which reduces the size of the core files by 60 percent. [OFB]
|
151
|
+
* Support for incremental leading, contributed by Mark Boulton. [OFB]
|
152
|
+
* Adds perfected CSS buttons, by Kevin Hale of Particletree fame. [OFB]
|
153
|
+
* Fixes all known IE bugs. [OFB]
|
154
|
+
* Loads of minor fixes and additions. [OFB]
|
155
|
+
|
156
|
+
|
157
|
+
Version 0.3 - March 8, 2007
|
158
|
+
--
|
159
|
+
* Initial release of Blueprint (versions 0.1 and 0.2 were internal only).
|
@@ -0,0 +1,22 @@
|
|
1
|
+
Copyright (c) 2007 - 2010 blueprintcss.org
|
2
|
+
|
3
|
+
Permission is hereby granted, free of charge, to any person
|
4
|
+
obtaining a copy of this software and associated documentation
|
5
|
+
files (the "Software"), to deal in the Software without
|
6
|
+
restriction, including without limitation the rights to use,
|
7
|
+
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
8
|
+
copies of the Software, and to permit persons to whom the
|
9
|
+
Software is furnished to do so, subject to the following
|
10
|
+
conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be
|
13
|
+
included in all copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
16
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
17
|
+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
18
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
19
|
+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
20
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
21
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
22
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
@@ -0,0 +1,81 @@
|
|
1
|
+
h1. Blueprint CSS Framework Readme
|
2
|
+
|
3
|
+
Welcome to Blueprint! This is a CSS framework designed to cut down on your CSS development time. It gives you a solid foundation to build your own CSS on. Here are some of the features BP provides out-of-the-box:
|
4
|
+
|
5
|
+
* An easily customizable grid
|
6
|
+
* Sensible default typography
|
7
|
+
* A typographic baseline
|
8
|
+
* Perfected browser CSS reset
|
9
|
+
* A stylesheet for printing
|
10
|
+
* Powerful scripts for customization
|
11
|
+
* Absolutely no bloat!
|
12
|
+
|
13
|
+
h2. Project Info
|
14
|
+
|
15
|
+
* *Web*: "http://blueprintcss.org":http://blueprintcss.org
|
16
|
+
* *Source*: "http://github.com/joshuaclayton/blueprint-css":http://github.com/joshuaclayton/blueprint-css
|
17
|
+
* *Wiki*: "http://github.com/joshuaclayton/blueprint-css/wikis/home":http://github.com/joshuaclayton/blueprint-css/wikis/home
|
18
|
+
* *Bug/Feature Tracking*: "http://blueprintcss.lighthouseapp.com":http://blueprintcss.lighthouseapp.com
|
19
|
+
|
20
|
+
h2. Setup Instructions
|
21
|
+
|
22
|
+
Here's how you set up Blueprint on your site.
|
23
|
+
|
24
|
+
# Upload the "blueprint" folder in this folder to your server, and place it in whatever folder you'd like. A good choice would be your CSS folder.
|
25
|
+
# Add the following three lines to every @<head/>@ of your site. Make sure the three @href@ paths are correct (here, BP is in my CSS folder): <pre><code>
|
26
|
+
<link rel="stylesheet" href="css/blueprint/screen.css" type="text/css" media="screen, projection">
|
27
|
+
<link rel="stylesheet" href="css/blueprint/print.css" type="text/css" media="print">
|
28
|
+
<!--[if lt IE 8]>
|
29
|
+
<link rel="stylesheet" href="css/blueprint/ie.css" type="text/css" media="screen, projection">
|
30
|
+
<![endif]--></code></pre>
|
31
|
+
Remember to include trailing slashes (" />") in these lines if you're using XHTML.
|
32
|
+
# For development, add the .showgrid class to any container or column to see the underlying grid. Check out the @plugins@ directory for more advanced functionality.
|
33
|
+
|
34
|
+
|
35
|
+
h2. Tutorials
|
36
|
+
|
37
|
+
* "How to customize BP with the compressor script":http://jdclayton.com/blueprints_compress_a_walkthrough.html
|
38
|
+
* "How to use a grid in a layout":http://subtraction.com/2007/03/18/oh-yeeaahh
|
39
|
+
* "How to use a baseline in your typography":http://alistapart.com/articles/settingtypeontheweb
|
40
|
+
|
41
|
+
h2. Files in Blueprint
|
42
|
+
|
43
|
+
The framework has a few files you should check out. Every file in the @src@ directory contains lots of (hopefully) clarifying comments.
|
44
|
+
|
45
|
+
Compressed files (these go in the HTML):
|
46
|
+
|
47
|
+
* @blueprint/screen.css@
|
48
|
+
* @blueprint/print.css@
|
49
|
+
* @blueprint/ie.css@
|
50
|
+
|
51
|
+
Source files:
|
52
|
+
* @blueprint/src/reset.css@<br/>
|
53
|
+
This file resets CSS values that browsers tend to set for you.
|
54
|
+
* @blueprint/src/grid.css@<br/>
|
55
|
+
This file sets up the grid (it's true). It has a lot of classes you apply to @<div/>@ elements to set up any sort of column-based grid.
|
56
|
+
* @blueprint/src/typography.css@<br/>
|
57
|
+
This file sets some default typography. It also has a few methods for some really fancy stuff to do with your text.
|
58
|
+
* @blueprint/src/forms.css@<br/>
|
59
|
+
Includes some minimal styling of forms.
|
60
|
+
* @blueprint/src/print.css@<br/>
|
61
|
+
This file sets some default print rules, so that printed versions of your site looks better than they usually would. It should be included on every page.
|
62
|
+
* @blueprint/src/ie.css@<br/>
|
63
|
+
Includes every hack for our beloved IE6 and 7.
|
64
|
+
|
65
|
+
Scripts:
|
66
|
+
* @lib/compress.rb@<br/>
|
67
|
+
A Ruby script for compressing and customizing your CSS. Set a custom namespace, column count, widths, output paths, multiple projects, and semantic class names. See commenting in @compress.rb@ or run @$ruby compress.rb -h@ for more information.
|
68
|
+
* @lib/validate.rb@<br/>
|
69
|
+
Validates the Blueprint core files with the W3C CSS validator.
|
70
|
+
|
71
|
+
Other:
|
72
|
+
* @blueprint/plugins/@<br/>
|
73
|
+
Contains additional functionality in the form of simple plugins for Blueprint. See individual readme files in the directory of each plugin for further instructions.
|
74
|
+
* @tests/@<br/>
|
75
|
+
Contains html files which tests most aspects of Blueprint. Open @tests/index.html@ for further instructions.
|
76
|
+
|
77
|
+
h2. Extra Information
|
78
|
+
|
79
|
+
* For credits and origins, see AUTHORS.
|
80
|
+
* For license instructions, see LICENSE.
|
81
|
+
* For the latest updates, see CHANGELOG.
|