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
data/.document
ADDED
data/.gitignore
ADDED
data/.gitmodules
ADDED
data/LICENSE
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
Copyright (c) 2009 jondot
|
2
|
+
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
4
|
+
a copy of this software and associated documentation files (the
|
5
|
+
"Software"), to deal in the Software without restriction, including
|
6
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
7
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
8
|
+
permit persons to whom the Software is furnished to do so, subject to
|
9
|
+
the following conditions:
|
10
|
+
|
11
|
+
The above copyright notice and this permission notice shall be
|
12
|
+
included in all copies or substantial portions of the Software.
|
13
|
+
|
14
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
15
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
16
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
17
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
18
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
19
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
20
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/README.md
ADDED
@@ -0,0 +1,45 @@
|
|
1
|
+
spike
|
2
|
+
=====
|
3
|
+
|
4
|
+
Quickly generate a HTML layout of a website for spiking purposes, using an ever growing css and javascript frameworks.
|
5
|
+
|
6
|
+
Usage
|
7
|
+
-----
|
8
|
+
jondotan$ spike --help
|
9
|
+
Usage:
|
10
|
+
spike PROJECT [options]
|
11
|
+
|
12
|
+
Options:
|
13
|
+
[--css=CSS] # css framework to use
|
14
|
+
# Default: 960
|
15
|
+
[--javascript=JAVASCRIPT] # javascript framework to use
|
16
|
+
# Default: jquery
|
17
|
+
|
18
|
+
|
19
|
+
Example
|
20
|
+
-------
|
21
|
+
jondotan$ spike webdemo
|
22
|
+
create webdemo
|
23
|
+
create webdemo/images
|
24
|
+
create webdemo/javascripts
|
25
|
+
create webdemo/css
|
26
|
+
create webdemo/css/reset.css
|
27
|
+
create webdemo/css/960_24_col.css
|
28
|
+
create webdemo/css/app.css
|
29
|
+
create webdemo/index.html
|
30
|
+
|
31
|
+
|
32
|
+
Note on Patches/Pull Requests
|
33
|
+
-----------------------------
|
34
|
+
|
35
|
+
* Fork the project.
|
36
|
+
* Make your feature addition or bug fix.
|
37
|
+
* Add tests for it. This is important so I don't break it in a
|
38
|
+
future version unintentionally.
|
39
|
+
* Commit, do not mess with rakefile, version, or history.
|
40
|
+
(if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
|
41
|
+
* Send me a pull request. Bonus points for topic branches.
|
42
|
+
|
43
|
+
== Copyright
|
44
|
+
|
45
|
+
Copyright (c) 2010 Dotan Nahum. See LICENSE for details.
|
data/Rakefile
ADDED
@@ -0,0 +1,56 @@
|
|
1
|
+
require 'rubygems'
|
2
|
+
require 'rake'
|
3
|
+
|
4
|
+
begin
|
5
|
+
require 'jeweler'
|
6
|
+
Jeweler::Tasks.new do |gem|
|
7
|
+
gem.name = "spike"
|
8
|
+
gem.summary = %Q{Quickly generates skeletons for web design projects}
|
9
|
+
gem.description = %Q{Quickly generate skeletons for web design projects, mockups, etc. with your choice of frameworks.}
|
10
|
+
gem.email = "jondotan@gmail.com"
|
11
|
+
gem.homepage = "http://github.com/jondot/spike"
|
12
|
+
gem.authors = ["Dotan Nahum"]
|
13
|
+
gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
|
14
|
+
gem.add_dependency 'thor', '>= 0'
|
15
|
+
gem.files.add FileList["lib/initializers/*"]
|
16
|
+
gem.files.add FileList["lib/template/**/*"]
|
17
|
+
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
18
|
+
end
|
19
|
+
Jeweler::GemcutterTasks.new
|
20
|
+
rescue LoadError
|
21
|
+
puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"
|
22
|
+
end
|
23
|
+
|
24
|
+
require 'rake/testtask'
|
25
|
+
Rake::TestTask.new(:test) do |test|
|
26
|
+
test.libs << 'lib' << 'test'
|
27
|
+
test.pattern = 'test/**/test_*.rb'
|
28
|
+
test.verbose = true
|
29
|
+
end
|
30
|
+
|
31
|
+
begin
|
32
|
+
require 'rcov/rcovtask'
|
33
|
+
Rcov::RcovTask.new do |test|
|
34
|
+
test.libs << 'test'
|
35
|
+
test.pattern = 'test/**/test_*.rb'
|
36
|
+
test.verbose = true
|
37
|
+
end
|
38
|
+
rescue LoadError
|
39
|
+
task :rcov do
|
40
|
+
abort "RCov is not available. In order to run rcov, you must: sudo gem install spicycode-rcov"
|
41
|
+
end
|
42
|
+
end
|
43
|
+
|
44
|
+
task :test => :check_dependencies
|
45
|
+
|
46
|
+
task :default => :test
|
47
|
+
|
48
|
+
require 'rake/rdoctask'
|
49
|
+
Rake::RDocTask.new do |rdoc|
|
50
|
+
version = File.exist?('VERSION') ? File.read('VERSION') : ""
|
51
|
+
|
52
|
+
rdoc.rdoc_dir = 'rdoc'
|
53
|
+
rdoc.title = "spike #{version}"
|
54
|
+
rdoc.rdoc_files.include('README*')
|
55
|
+
rdoc.rdoc_files.include('lib/**/*.rb')
|
56
|
+
end
|
data/VERSION
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
0.1.0
|
data/bin/spike
ADDED
@@ -0,0 +1,33 @@
|
|
1
|
+
CSS_LOCATIONS['960'] = [ 'template/css/960/code/css/reset.css', 'template/css/960/code/css/960_24_col.css' ]
|
2
|
+
|
3
|
+
@body = <<EOF
|
4
|
+
<div class="container_24">
|
5
|
+
|
6
|
+
<!-- here is a sample full width area to work with -->
|
7
|
+
<!-- div class="grid_24">
|
8
|
+
<p>
|
9
|
+
24
|
10
|
+
</p>
|
11
|
+
</div -->
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
<!-- or use a 3-col layout -->
|
16
|
+
<!-- div class="grid_8">
|
17
|
+
<p>
|
18
|
+
8/1
|
19
|
+
</p>
|
20
|
+
</div -->
|
21
|
+
<!-- div class="grid_8">
|
22
|
+
<p>
|
23
|
+
8/2
|
24
|
+
</p>
|
25
|
+
</div -->
|
26
|
+
<!-- div class="grid_8">
|
27
|
+
<p>
|
28
|
+
8/3
|
29
|
+
</p>
|
30
|
+
</div -->
|
31
|
+
|
32
|
+
</div>
|
33
|
+
EOF
|
@@ -0,0 +1 @@
|
|
1
|
+
JS_LOCATIONS['jquery'] = ['template/js/jquery/jquery-min.js']
|
data/lib/spike.rb
ADDED
@@ -0,0 +1,61 @@
|
|
1
|
+
require 'thor/group'
|
2
|
+
|
3
|
+
|
4
|
+
class Spike < Thor::Group
|
5
|
+
include Thor::Actions
|
6
|
+
argument :project
|
7
|
+
|
8
|
+
CSS_LOCATIONS = {}
|
9
|
+
JS_LOCATIONS = {}
|
10
|
+
|
11
|
+
class_option :css, :default=> '960', :desc => "css framework to use"
|
12
|
+
class_option :javascript, :default=> 'jquery', :desc => "javascript framework to use"
|
13
|
+
|
14
|
+
def self.banner
|
15
|
+
"spike #{self.arguments.map{ |a| a.usage }.join(' ')} [options]"
|
16
|
+
end
|
17
|
+
|
18
|
+
def self.source_root
|
19
|
+
File.dirname(__FILE__)
|
20
|
+
end
|
21
|
+
|
22
|
+
def run_initializers
|
23
|
+
Dir["#{Spike.source_root}/initializers/*.rb"].each do |ext|
|
24
|
+
File.open(ext) do |f|
|
25
|
+
instance_eval f.read
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
|
30
|
+
def create_project_dir
|
31
|
+
empty_directory project
|
32
|
+
end
|
33
|
+
def create_images_dir
|
34
|
+
empty_directory "#{project}/images"
|
35
|
+
end
|
36
|
+
|
37
|
+
def create_javascripts_dir
|
38
|
+
empty_directory "#{project}/javascripts"
|
39
|
+
end
|
40
|
+
|
41
|
+
def create_css_dir
|
42
|
+
empty_directory "#{project}/css"
|
43
|
+
end
|
44
|
+
|
45
|
+
def create_css_files
|
46
|
+
@css_locations = []
|
47
|
+
CSS_LOCATIONS[options[:css]].each do |loc|
|
48
|
+
#todo - if location is URI, dont copy and include as-is for css location
|
49
|
+
copy_file loc, "#{project}/css/#{File.basename(loc)}"
|
50
|
+
@css_locations << "css/#{File.basename(loc)}"
|
51
|
+
end
|
52
|
+
end
|
53
|
+
|
54
|
+
def create_application_files
|
55
|
+
template "template/app.css", "#{project}/css/app.css"
|
56
|
+
template "template/index.html", "#{project}/index.html"
|
57
|
+
end
|
58
|
+
|
59
|
+
end
|
60
|
+
|
61
|
+
|
File without changes
|
@@ -0,0 +1,52 @@
|
|
1
|
+
960 Grid System
|
2
|
+
Version 1.5
|
3
|
+
2010-06-26
|
4
|
+
|
5
|
+
Created by Nathan Smith. See the official site for more info: http://960.gs/
|
6
|
+
|
7
|
+
============================================================================
|
8
|
+
|
9
|
+
To install the Adobe Fireworks extension, simply double-click the *.mxp file
|
10
|
+
included in the /fireworks_extension directory. If you are running Windows 7
|
11
|
+
you will need admin permissions in order to install this extension properly.
|
12
|
+
|
13
|
+
============================================================================
|
14
|
+
|
15
|
+
Thank you for downloading the 960 Grid System. I hope it helps to streamline
|
16
|
+
web development workflow. Enclosed in the bundle are printable sketch sheets
|
17
|
+
and template files for Adobe Fireworks and Photoshop, OmniGraffle and Visio.
|
18
|
+
|
19
|
+
Also included is a lightweight CSS file, which contains the grid dimensions.
|
20
|
+
To use this file, simply include the 960.css in the <head> of the HTML page.
|
21
|
+
You may also use the reset.css and text.css files, or opt to leave them out.
|
22
|
+
Here is an example of the XHTML code necessary to incorporate the CSS files:
|
23
|
+
|
24
|
+
<head>
|
25
|
+
<link rel="stylesheet" type="text/css" media="all" href="css/reset.css" />
|
26
|
+
<link rel="stylesheet" type="text/css" media="all" href="css/text.css" />
|
27
|
+
<link rel="stylesheet" type="text/css" media="all" href="css/960.css" />
|
28
|
+
</head>
|
29
|
+
|
30
|
+
It is worth noting that these styles do not automatically make up a finished
|
31
|
+
site design. They are simply a starting point, ideally for rapid prototyping
|
32
|
+
or as a basis for creating your own designs. You should not feel constrained
|
33
|
+
by the way I have built the initial code. If you disagree with how something
|
34
|
+
has been done, feel free to revise it for the needs of your particular site.
|
35
|
+
|
36
|
+
The files in the 960 Grid System are free of charge, licensed under GPL/MIT.
|
37
|
+
|
38
|
+
============================================================================
|
39
|
+
|
40
|
+
Note that if you are building a site in a language which reads from right to
|
41
|
+
left, use the CSS files that begin with "rtl_" instead. Denote the language:
|
42
|
+
|
43
|
+
<html lang="..." dir="rtl">
|
44
|
+
|
45
|
+
Be sure to replace "..." with the appropriate two-letter abbreviation of the
|
46
|
+
language you are using. Example: lang="he" for Hebrew, lang="ar" for Arabic.
|
47
|
+
|
48
|
+
============================================================================
|
49
|
+
|
50
|
+
Special thanks to Eric Meyer for his comprehensive browser reset stylesheet.
|
51
|
+
|
52
|
+
http://meyerweb.com/eric/tools/css/reset/
|
@@ -0,0 +1 @@
|
|
1
|
+
.container_12,.container_16{margin-left:auto;margin-right:auto;width:960px}.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16{display:inline;float:left;margin-left:10px;margin-right:10px}.push_1,.pull_1,.push_2,.pull_2,.push_3,.pull_3,.push_4,.pull_4,.push_5,.pull_5,.push_6,.pull_6,.push_7,.pull_7,.push_8,.pull_8,.push_9,.pull_9,.push_10,.pull_10,.push_11,.pull_11,.push_12,.pull_12,.push_13,.pull_13,.push_14,.pull_14,.push_15,.pull_15{position:relative}.container_12 .grid_3,.container_16 .grid_4{width:220px}.container_12 .grid_6,.container_16 .grid_8{width:460px}.container_12 .grid_9,.container_16 .grid_12{width:700px}.container_12 .grid_12,.container_16 .grid_16{width:940px}.alpha{margin-left:0}.omega{margin-right:0}.container_12 .grid_1{width:60px}.container_12 .grid_2{width:140px}.container_12 .grid_4{width:300px}.container_12 .grid_5{width:380px}.container_12 .grid_7{width:540px}.container_12 .grid_8{width:620px}.container_12 .grid_10{width:780px}.container_12 .grid_11{width:860px}.container_16 .grid_1{width:40px}.container_16 .grid_2{width:100px}.container_16 .grid_3{width:160px}.container_16 .grid_5{width:280px}.container_16 .grid_6{width:340px}.container_16 .grid_7{width:400px}.container_16 .grid_9{width:520px}.container_16 .grid_10{width:580px}.container_16 .grid_11{width:640px}.container_16 .grid_13{width:760px}.container_16 .grid_14{width:820px}.container_16 .grid_15{width:880px}.container_12 .prefix_3,.container_16 .prefix_4{padding-left:240px}.container_12 .prefix_6,.container_16 .prefix_8{padding-left:480px}.container_12 .prefix_9,.container_16 .prefix_12{padding-left:720px}.container_12 .prefix_1{padding-left:80px}.container_12 .prefix_2{padding-left:160px}.container_12 .prefix_4{padding-left:320px}.container_12 .prefix_5{padding-left:400px}.container_12 .prefix_7{padding-left:560px}.container_12 .prefix_8{padding-left:640px}.container_12 .prefix_10{padding-left:800px}.container_12 .prefix_11{padding-left:880px}.container_16 .prefix_1{padding-left:60px}.container_16 .prefix_2{padding-left:120px}.container_16 .prefix_3{padding-left:180px}.container_16 .prefix_5{padding-left:300px}.container_16 .prefix_6{padding-left:360px}.container_16 .prefix_7{padding-left:420px}.container_16 .prefix_9{padding-left:540px}.container_16 .prefix_10{padding-left:600px}.container_16 .prefix_11{padding-left:660px}.container_16 .prefix_13{padding-left:780px}.container_16 .prefix_14{padding-left:840px}.container_16 .prefix_15{padding-left:900px}.container_12 .suffix_3,.container_16 .suffix_4{padding-right:240px}.container_12 .suffix_6,.container_16 .suffix_8{padding-right:480px}.container_12 .suffix_9,.container_16 .suffix_12{padding-right:720px}.container_12 .suffix_1{padding-right:80px}.container_12 .suffix_2{padding-right:160px}.container_12 .suffix_4{padding-right:320px}.container_12 .suffix_5{padding-right:400px}.container_12 .suffix_7{padding-right:560px}.container_12 .suffix_8{padding-right:640px}.container_12 .suffix_10{padding-right:800px}.container_12 .suffix_11{padding-right:880px}.container_16 .suffix_1{padding-right:60px}.container_16 .suffix_2{padding-right:120px}.container_16 .suffix_3{padding-right:180px}.container_16 .suffix_5{padding-right:300px}.container_16 .suffix_6{padding-right:360px}.container_16 .suffix_7{padding-right:420px}.container_16 .suffix_9{padding-right:540px}.container_16 .suffix_10{padding-right:600px}.container_16 .suffix_11{padding-right:660px}.container_16 .suffix_13{padding-right:780px}.container_16 .suffix_14{padding-right:840px}.container_16 .suffix_15{padding-right:900px}.container_12 .push_3,.container_16 .push_4{left:240px}.container_12 .push_6,.container_16 .push_8{left:480px}.container_12 .push_9,.container_16 .push_12{left:720px}.container_12 .push_1{left:80px}.container_12 .push_2{left:160px}.container_12 .push_4{left:320px}.container_12 .push_5{left:400px}.container_12 .push_7{left:560px}.container_12 .push_8{left:640px}.container_12 .push_10{left:800px}.container_12 .push_11{left:880px}.container_16 .push_1{left:60px}.container_16 .push_2{left:120px}.container_16 .push_3{left:180px}.container_16 .push_5{left:300px}.container_16 .push_6{left:360px}.container_16 .push_7{left:420px}.container_16 .push_9{left:540px}.container_16 .push_10{left:600px}.container_16 .push_11{left:660px}.container_16 .push_13{left:780px}.container_16 .push_14{left:840px}.container_16 .push_15{left:900px}.container_12 .pull_3,.container_16 .pull_4{left:-240px}.container_12 .pull_6,.container_16 .pull_8{left:-480px}.container_12 .pull_9,.container_16 .pull_12{left:-720px}.container_12 .pull_1{left:-80px}.container_12 .pull_2{left:-160px}.container_12 .pull_4{left:-320px}.container_12 .pull_5{left:-400px}.container_12 .pull_7{left:-560px}.container_12 .pull_8{left:-640px}.container_12 .pull_10{left:-800px}.container_12 .pull_11{left:-880px}.container_16 .pull_1{left:-60px}.container_16 .pull_2{left:-120px}.container_16 .pull_3{left:-180px}.container_16 .pull_5{left:-300px}.container_16 .pull_6{left:-360px}.container_16 .pull_7{left:-420px}.container_16 .pull_9{left:-540px}.container_16 .pull_10{left:-600px}.container_16 .pull_11{left:-660px}.container_16 .pull_13{left:-780px}.container_16 .pull_14{left:-840px}.container_16 .pull_15{left:-900px}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}* html .clearfix,*:first-child+html .clearfix{zoom:1}
|
@@ -0,0 +1 @@
|
|
1
|
+
.container_24{margin-left:auto;margin-right:auto;width:960px}.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16,.grid_17,.grid_18,.grid_19,.grid_20,.grid_21,.grid_22,.grid_23,.grid_24{display:inline;float:left;margin-left:5px;margin-right:5px}.push_1,.pull_1,.push_2,.pull_2,.push_3,.pull_3,.push_4,.pull_4,.push_5,.pull_5,.push_6,.pull_6,.push_7,.pull_7,.push_8,.pull_8,.push_9,.pull_9,.push_10,.pull_10,.push_11,.pull_11,.push_12,.pull_12,.push_13,.pull_13,.push_14,.pull_14,.push_15,.pull_15,.push_16,.pull_16,.push_17,.pull_17,.push_18,.pull_18,.push_19,.pull_19,.push_20,.pull_20,.push_21,.pull_21,.push_22,.pull_22,.push_23,.pull_23{position:relative}.alpha{margin-left:0}.omega{margin-right:0}.container_24 .grid_1{width:30px}.container_24 .grid_2{width:70px}.container_24 .grid_3{width:110px}.container_24 .grid_4{width:150px}.container_24 .grid_5{width:190px}.container_24 .grid_6{width:230px}.container_24 .grid_7{width:270px}.container_24 .grid_8{width:310px}.container_24 .grid_9{width:350px}.container_24 .grid_10{width:390px}.container_24 .grid_11{width:430px}.container_24 .grid_12{width:470px}.container_24 .grid_13{width:510px}.container_24 .grid_14{width:550px}.container_24 .grid_15{width:590px}.container_24 .grid_16{width:630px}.container_24 .grid_17{width:670px}.container_24 .grid_18{width:710px}.container_24 .grid_19{width:750px}.container_24 .grid_20{width:790px}.container_24 .grid_21{width:830px}.container_24 .grid_22{width:870px}.container_24 .grid_23{width:910px}.container_24 .grid_24{width:950px}.container_24 .prefix_1{padding-left:40px}.container_24 .prefix_2{padding-left:80px}.container_24 .prefix_3{padding-left:120px}.container_24 .prefix_4{padding-left:160px}.container_24 .prefix_5{padding-left:200px}.container_24 .prefix_6{padding-left:240px}.container_24 .prefix_7{padding-left:280px}.container_24 .prefix_8{padding-left:320px}.container_24 .prefix_9{padding-left:360px}.container_24 .prefix_10{padding-left:400px}.container_24 .prefix_11{padding-left:440px}.container_24 .prefix_12{padding-left:480px}.container_24 .prefix_13{padding-left:520px}.container_24 .prefix_14{padding-left:560px}.container_24 .prefix_15{padding-left:600px}.container_24 .prefix_16{padding-left:640px}.container_24 .prefix_17{padding-left:680px}.container_24 .prefix_18{padding-left:720px}.container_24 .prefix_19{padding-left:760px}.container_24 .prefix_20{padding-left:800px}.container_24 .prefix_21{padding-left:840px}.container_24 .prefix_22{padding-left:880px}.container_24 .prefix_23{padding-left:920px}.container_24 .suffix_1{padding-right:40px}.container_24 .suffix_2{padding-right:80px}.container_24 .suffix_3{padding-right:120px}.container_24 .suffix_4{padding-right:160px}.container_24 .suffix_5{padding-right:200px}.container_24 .suffix_6{padding-right:240px}.container_24 .suffix_7{padding-right:280px}.container_24 .suffix_8{padding-right:320px}.container_24 .suffix_9{padding-right:360px}.container_24 .suffix_10{padding-right:400px}.container_24 .suffix_11{padding-right:440px}.container_24 .suffix_12{padding-right:480px}.container_24 .suffix_13{padding-right:520px}.container_24 .suffix_14{padding-right:560px}.container_24 .suffix_15{padding-right:600px}.container_24 .suffix_16{padding-right:640px}.container_24 .suffix_17{padding-right:680px}.container_24 .suffix_18{padding-right:720px}.container_24 .suffix_19{padding-right:760px}.container_24 .suffix_20{padding-right:800px}.container_24 .suffix_21{padding-right:840px}.container_24 .suffix_22{padding-right:880px}.container_24 .suffix_23{padding-right:920px}.container_24 .push_1{left:40px}.container_24 .push_2{left:80px}.container_24 .push_3{left:120px}.container_24 .push_4{left:160px}.container_24 .push_5{left:200px}.container_24 .push_6{left:240px}.container_24 .push_7{left:280px}.container_24 .push_8{left:320px}.container_24 .push_9{left:360px}.container_24 .push_10{left:400px}.container_24 .push_11{left:440px}.container_24 .push_12{left:480px}.container_24 .push_13{left:520px}.container_24 .push_14{left:560px}.container_24 .push_15{left:600px}.container_24 .push_16{left:640px}.container_24 .push_17{left:680px}.container_24 .push_18{left:720px}.container_24 .push_19{left:760px}.container_24 .push_20{left:800px}.container_24 .push_21{left:840px}.container_24 .push_22{left:880px}.container_24 .push_23{left:920px}.container_24 .pull_1{left:-40px}.container_24 .pull_2{left:-80px}.container_24 .pull_3{left:-120px}.container_24 .pull_4{left:-160px}.container_24 .pull_5{left:-200px}.container_24 .pull_6{left:-240px}.container_24 .pull_7{left:-280px}.container_24 .pull_8{left:-320px}.container_24 .pull_9{left:-360px}.container_24 .pull_10{left:-400px}.container_24 .pull_11{left:-440px}.container_24 .pull_12{left:-480px}.container_24 .pull_13{left:-520px}.container_24 .pull_14{left:-560px}.container_24 .pull_15{left:-600px}.container_24 .pull_16{left:-640px}.container_24 .pull_17{left:-680px}.container_24 .pull_18{left:-720px}.container_24 .pull_19{left:-760px}.container_24 .pull_20{left:-800px}.container_24 .pull_21{left:-840px}.container_24 .pull_22{left:-880px}.container_24 .pull_23{left:-920px}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}* html .clearfix,*:first-child+html .clearfix{zoom:1}
|
@@ -0,0 +1 @@
|
|
1
|
+
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
|
@@ -0,0 +1 @@
|
|
1
|
+
.container_12,.container_16{margin-right:auto;margin-left:auto;width:960px}.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16{display:inline;float:right;margin-right:10px;margin-left:10px}.push_1,.pull_1,.push_2,.pull_2,.push_3,.pull_3,.push_4,.pull_4,.push_5,.pull_5,.push_6,.pull_6,.push_7,.pull_7,.push_8,.pull_8,.push_9,.pull_9,.push_10,.pull_10,.push_11,.pull_11,.push_12,.pull_12,.push_13,.pull_13,.push_14,.pull_14,.push_15,.pull_15{position:relative}.container_12 .grid_3,.container_16 .grid_4{width:220px}.container_12 .grid_6,.container_16 .grid_8{width:460px}.container_12 .grid_9,.container_16 .grid_12{width:700px}.container_12 .grid_12,.container_16 .grid_16{width:940px}.alpha{margin-right:0}.omega{margin-left:0}.container_12 .grid_1{width:60px}.container_12 .grid_2{width:140px}.container_12 .grid_4{width:300px}.container_12 .grid_5{width:380px}.container_12 .grid_7{width:540px}.container_12 .grid_8{width:620px}.container_12 .grid_10{width:780px}.container_12 .grid_11{width:860px}.container_16 .grid_1{width:40px}.container_16 .grid_2{width:100px}.container_16 .grid_3{width:160px}.container_16 .grid_5{width:280px}.container_16 .grid_6{width:340px}.container_16 .grid_7{width:400px}.container_16 .grid_9{width:520px}.container_16 .grid_10{width:580px}.container_16 .grid_11{width:640px}.container_16 .grid_13{width:760px}.container_16 .grid_14{width:820px}.container_16 .grid_15{width:880px}.container_12 .prefix_3,.container_16 .prefix_4{padding-right:240px}.container_12 .prefix_6,.container_16 .prefix_8{padding-right:480px}.container_12 .prefix_9,.container_16 .prefix_12{padding-right:720px}.container_12 .prefix_1{padding-right:80px}.container_12 .prefix_2{padding-right:160px}.container_12 .prefix_4{padding-right:320px}.container_12 .prefix_5{padding-right:400px}.container_12 .prefix_7{padding-right:560px}.container_12 .prefix_8{padding-right:640px}.container_12 .prefix_10{padding-right:800px}.container_12 .prefix_11{padding-right:880px}.container_16 .prefix_1{padding-right:60px}.container_16 .prefix_2{padding-right:120px}.container_16 .prefix_3{padding-right:180px}.container_16 .prefix_5{padding-right:300px}.container_16 .prefix_6{padding-right:360px}.container_16 .prefix_7{padding-right:420px}.container_16 .prefix_9{padding-right:540px}.container_16 .prefix_10{padding-right:600px}.container_16 .prefix_11{padding-right:660px}.container_16 .prefix_13{padding-right:780px}.container_16 .prefix_14{padding-right:840px}.container_16 .prefix_15{padding-right:900px}.container_12 .suffix_3,.container_16 .suffix_4{padding-left:240px}.container_12 .suffix_6,.container_16 .suffix_8{padding-left:480px}.container_12 .suffix_9,.container_16 .suffix_12{padding-left:720px}.container_12 .suffix_1{padding-left:80px}.container_12 .suffix_2{padding-left:160px}.container_12 .suffix_4{padding-left:320px}.container_12 .suffix_5{padding-left:400px}.container_12 .suffix_7{padding-left:560px}.container_12 .suffix_8{padding-left:640px}.container_12 .suffix_10{padding-left:800px}.container_12 .suffix_11{padding-left:880px}.container_16 .suffix_1{padding-left:60px}.container_16 .suffix_2{padding-left:120px}.container_16 .suffix_3{padding-left:180px}.container_16 .suffix_5{padding-left:300px}.container_16 .suffix_6{padding-left:360px}.container_16 .suffix_7{padding-left:420px}.container_16 .suffix_9{padding-left:540px}.container_16 .suffix_10{padding-left:600px}.container_16 .suffix_11{padding-left:660px}.container_16 .suffix_13{padding-left:780px}.container_16 .suffix_14{padding-left:840px}.container_16 .suffix_15{padding-left:900px}.container_12 .push_3,.container_16 .push_4{right:240px}.container_12 .push_6,.container_16 .push_8{right:480px}.container_12 .push_9,.container_16 .push_12{right:720px}.container_12 .push_1{right:80px}.container_12 .push_2{right:160px}.container_12 .push_4{right:320px}.container_12 .push_5{right:400px}.container_12 .push_7{right:560px}.container_12 .push_8{right:640px}.container_12 .push_10{right:800px}.container_12 .push_11{right:880px}.container_16 .push_1{right:60px}.container_16 .push_2{right:120px}.container_16 .push_3{right:180px}.container_16 .push_5{right:300px}.container_16 .push_6{right:360px}.container_16 .push_7{right:420px}.container_16 .push_9{right:540px}.container_16 .push_10{right:600px}.container_16 .push_11{right:660px}.container_16 .push_13{right:780px}.container_16 .push_14{right:840px}.container_16 .push_15{right:900px}.container_12 .pull_3,.container_16 .pull_4{right:-240px}.container_12 .pull_6,.container_16 .pull_8{right:-480px}.container_12 .pull_9,.container_16 .pull_12{right:-720px}.container_12 .pull_1{right:-80px}.container_12 .pull_2{right:-160px}.container_12 .pull_4{right:-320px}.container_12 .pull_5{right:-400px}.container_12 .pull_7{right:-560px}.container_12 .pull_8{right:-640px}.container_12 .pull_10{right:-800px}.container_12 .pull_11{right:-880px}.container_16 .pull_1{right:-60px}.container_16 .pull_2{right:-120px}.container_16 .pull_3{right:-180px}.container_16 .pull_5{right:-300px}.container_16 .pull_6{right:-360px}.container_16 .pull_7{right:-420px}.container_16 .pull_9{right:-540px}.container_16 .pull_10{right:-600px}.container_16 .pull_11{right:-660px}.container_16 .pull_13{right:-780px}.container_16 .pull_14{right:-840px}.container_16 .pull_15{right:-900px}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}* html .clearfix,*:first-child+html .clearfix{zoom:1}
|
@@ -0,0 +1 @@
|
|
1
|
+
.container_24{margin-right:auto;margin-left:auto;width:960px}.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16,.grid_17,.grid_18,.grid_19,.grid_20,.grid_21,.grid_22,.grid_23,.grid_24{display:inline;float:right;margin-right:5px;margin-left:5px}.push_1,.pull_1,.push_2,.pull_2,.push_3,.pull_3,.push_4,.pull_4,.push_5,.pull_5,.push_6,.pull_6,.push_7,.pull_7,.push_8,.pull_8,.push_9,.pull_9,.push_10,.pull_10,.push_11,.pull_11,.push_12,.pull_12,.push_13,.pull_13,.push_14,.pull_14,.push_15,.pull_15,.push_16,.pull_16,.push_17,.pull_17,.push_18,.pull_18,.push_19,.pull_19,.push_20,.pull_20,.push_21,.pull_21,.push_22,.pull_22,.push_23,.pull_23{position:relative}.alpha{margin-right:0}.omega{margin-left:0}.container_24 .grid_1{width:30px}.container_24 .grid_2{width:70px}.container_24 .grid_3{width:110px}.container_24 .grid_4{width:150px}.container_24 .grid_5{width:190px}.container_24 .grid_6{width:230px}.container_24 .grid_7{width:270px}.container_24 .grid_8{width:310px}.container_24 .grid_9{width:350px}.container_24 .grid_10{width:390px}.container_24 .grid_11{width:430px}.container_24 .grid_12{width:470px}.container_24 .grid_13{width:510px}.container_24 .grid_14{width:550px}.container_24 .grid_15{width:590px}.container_24 .grid_16{width:630px}.container_24 .grid_17{width:670px}.container_24 .grid_18{width:710px}.container_24 .grid_19{width:750px}.container_24 .grid_20{width:790px}.container_24 .grid_21{width:830px}.container_24 .grid_22{width:870px}.container_24 .grid_23{width:910px}.container_24 .grid_24{width:950px}.container_24 .prefix_1{padding-right:40px}.container_24 .prefix_2{padding-right:80px}.container_24 .prefix_3{padding-right:120px}.container_24 .prefix_4{padding-right:160px}.container_24 .prefix_5{padding-right:200px}.container_24 .prefix_6{padding-right:240px}.container_24 .prefix_7{padding-right:280px}.container_24 .prefix_8{padding-right:320px}.container_24 .prefix_9{padding-right:360px}.container_24 .prefix_10{padding-right:400px}.container_24 .prefix_11{padding-right:440px}.container_24 .prefix_12{padding-right:480px}.container_24 .prefix_13{padding-right:520px}.container_24 .prefix_14{padding-right:560px}.container_24 .prefix_15{padding-right:600px}.container_24 .prefix_16{padding-right:640px}.container_24 .prefix_17{padding-right:680px}.container_24 .prefix_18{padding-right:720px}.container_24 .prefix_19{padding-right:760px}.container_24 .prefix_20{padding-right:800px}.container_24 .prefix_21{padding-right:840px}.container_24 .prefix_22{padding-right:880px}.container_24 .prefix_23{padding-right:920px}.container_24 .suffix_1{padding-left:40px}.container_24 .suffix_2{padding-left:80px}.container_24 .suffix_3{padding-left:120px}.container_24 .suffix_4{padding-left:160px}.container_24 .suffix_5{padding-left:200px}.container_24 .suffix_6{padding-left:240px}.container_24 .suffix_7{padding-left:280px}.container_24 .suffix_8{padding-left:320px}.container_24 .suffix_9{padding-left:360px}.container_24 .suffix_10{padding-left:400px}.container_24 .suffix_11{padding-left:440px}.container_24 .suffix_12{padding-left:480px}.container_24 .suffix_13{padding-left:520px}.container_24 .suffix_14{padding-left:560px}.container_24 .suffix_15{padding-left:600px}.container_24 .suffix_16{padding-left:640px}.container_24 .suffix_17{padding-left:680px}.container_24 .suffix_18{padding-left:720px}.container_24 .suffix_19{padding-left:760px}.container_24 .suffix_20{padding-left:800px}.container_24 .suffix_21{padding-left:840px}.container_24 .suffix_22{padding-left:880px}.container_24 .suffix_23{padding-left:920px}.container_24 .push_1{right:40px}.container_24 .push_2{right:80px}.container_24 .push_3{right:120px}.container_24 .push_4{right:160px}.container_24 .push_5{right:200px}.container_24 .push_6{right:240px}.container_24 .push_7{right:280px}.container_24 .push_8{right:320px}.container_24 .push_9{right:360px}.container_24 .push_10{right:400px}.container_24 .push_11{right:440px}.container_24 .push_12{right:480px}.container_24 .push_13{right:520px}.container_24 .push_14{right:560px}.container_24 .push_15{right:600px}.container_24 .push_16{right:640px}.container_24 .push_17{right:680px}.container_24 .push_18{right:720px}.container_24 .push_19{right:760px}.container_24 .push_20{right:800px}.container_24 .push_21{right:840px}.container_24 .push_22{right:880px}.container_24 .push_23{right:920px}.container_24 .pull_1{right:-40px}.container_24 .pull_2{right:-80px}.container_24 .pull_3{right:-120px}.container_24 .pull_4{right:-160px}.container_24 .pull_5{right:-200px}.container_24 .pull_6{right:-240px}.container_24 .pull_7{right:-280px}.container_24 .pull_8{right:-320px}.container_24 .pull_9{right:-360px}.container_24 .pull_10{right:-400px}.container_24 .pull_11{right:-440px}.container_24 .pull_12{right:-480px}.container_24 .pull_13{right:-520px}.container_24 .pull_14{right:-560px}.container_24 .pull_15{right:-600px}.container_24 .pull_16{right:-640px}.container_24 .pull_17{right:-680px}.container_24 .pull_18{right:-720px}.container_24 .pull_19{right:-760px}.container_24 .pull_20{right:-800px}.container_24 .pull_21{right:-840px}.container_24 .pull_22{right:-880px}.container_24 .pull_23{right:-920px}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}* html .clearfix,*:first-child+html .clearfix{zoom:1}
|
@@ -0,0 +1 @@
|
|
1
|
+
body{font:13px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif}a:focus{outline:1px dotted}hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}h1{font-size:25px}h2{font-size:23px}h3{font-size:21px}h4{font-size:19px}h5{font-size:17px}h6{font-size:15px}ol{list-style:decimal}ul{list-style:disc}li{margin-right:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}
|
@@ -0,0 +1 @@
|
|
1
|
+
body{font:13px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif}a:focus{outline:1px dotted}hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}h1{font-size:25px}h2{font-size:23px}h3{font-size:21px}h4{font-size:19px}h5{font-size:17px}h6{font-size:15px}ol{list-style:decimal}ul{list-style:disc}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}
|
@@ -0,0 +1,628 @@
|
|
1
|
+
/*
|
2
|
+
960 Grid System ~ Core CSS.
|
3
|
+
Learn more ~ http://960.gs/
|
4
|
+
|
5
|
+
Licensed under GPL and MIT.
|
6
|
+
*/
|
7
|
+
|
8
|
+
/* `Containers
|
9
|
+
----------------------------------------------------------------------------------------------------*/
|
10
|
+
|
11
|
+
.container_12,
|
12
|
+
.container_16 {
|
13
|
+
margin-left: auto;
|
14
|
+
margin-right: auto;
|
15
|
+
width: 960px;
|
16
|
+
}
|
17
|
+
|
18
|
+
/* `Grid >> Global
|
19
|
+
----------------------------------------------------------------------------------------------------*/
|
20
|
+
|
21
|
+
.grid_1,
|
22
|
+
.grid_2,
|
23
|
+
.grid_3,
|
24
|
+
.grid_4,
|
25
|
+
.grid_5,
|
26
|
+
.grid_6,
|
27
|
+
.grid_7,
|
28
|
+
.grid_8,
|
29
|
+
.grid_9,
|
30
|
+
.grid_10,
|
31
|
+
.grid_11,
|
32
|
+
.grid_12,
|
33
|
+
.grid_13,
|
34
|
+
.grid_14,
|
35
|
+
.grid_15,
|
36
|
+
.grid_16 {
|
37
|
+
display: inline;
|
38
|
+
float: left;
|
39
|
+
margin-left: 10px;
|
40
|
+
margin-right: 10px;
|
41
|
+
}
|
42
|
+
|
43
|
+
.push_1, .pull_1,
|
44
|
+
.push_2, .pull_2,
|
45
|
+
.push_3, .pull_3,
|
46
|
+
.push_4, .pull_4,
|
47
|
+
.push_5, .pull_5,
|
48
|
+
.push_6, .pull_6,
|
49
|
+
.push_7, .pull_7,
|
50
|
+
.push_8, .pull_8,
|
51
|
+
.push_9, .pull_9,
|
52
|
+
.push_10, .pull_10,
|
53
|
+
.push_11, .pull_11,
|
54
|
+
.push_12, .pull_12,
|
55
|
+
.push_13, .pull_13,
|
56
|
+
.push_14, .pull_14,
|
57
|
+
.push_15, .pull_15 {
|
58
|
+
position: relative;
|
59
|
+
}
|
60
|
+
|
61
|
+
.container_12 .grid_3,
|
62
|
+
.container_16 .grid_4 {
|
63
|
+
width: 220px;
|
64
|
+
}
|
65
|
+
|
66
|
+
.container_12 .grid_6,
|
67
|
+
.container_16 .grid_8 {
|
68
|
+
width: 460px;
|
69
|
+
}
|
70
|
+
|
71
|
+
.container_12 .grid_9,
|
72
|
+
.container_16 .grid_12 {
|
73
|
+
width: 700px;
|
74
|
+
}
|
75
|
+
|
76
|
+
.container_12 .grid_12,
|
77
|
+
.container_16 .grid_16 {
|
78
|
+
width: 940px;
|
79
|
+
}
|
80
|
+
|
81
|
+
/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
|
82
|
+
----------------------------------------------------------------------------------------------------*/
|
83
|
+
|
84
|
+
.alpha {
|
85
|
+
margin-left: 0;
|
86
|
+
}
|
87
|
+
|
88
|
+
.omega {
|
89
|
+
margin-right: 0;
|
90
|
+
}
|
91
|
+
|
92
|
+
/* `Grid >> 12 Columns
|
93
|
+
----------------------------------------------------------------------------------------------------*/
|
94
|
+
|
95
|
+
.container_12 .grid_1 {
|
96
|
+
width: 60px;
|
97
|
+
}
|
98
|
+
|
99
|
+
.container_12 .grid_2 {
|
100
|
+
width: 140px;
|
101
|
+
}
|
102
|
+
|
103
|
+
.container_12 .grid_4 {
|
104
|
+
width: 300px;
|
105
|
+
}
|
106
|
+
|
107
|
+
.container_12 .grid_5 {
|
108
|
+
width: 380px;
|
109
|
+
}
|
110
|
+
|
111
|
+
.container_12 .grid_7 {
|
112
|
+
width: 540px;
|
113
|
+
}
|
114
|
+
|
115
|
+
.container_12 .grid_8 {
|
116
|
+
width: 620px;
|
117
|
+
}
|
118
|
+
|
119
|
+
.container_12 .grid_10 {
|
120
|
+
width: 780px;
|
121
|
+
}
|
122
|
+
|
123
|
+
.container_12 .grid_11 {
|
124
|
+
width: 860px;
|
125
|
+
}
|
126
|
+
|
127
|
+
/* `Grid >> 16 Columns
|
128
|
+
----------------------------------------------------------------------------------------------------*/
|
129
|
+
|
130
|
+
.container_16 .grid_1 {
|
131
|
+
width: 40px;
|
132
|
+
}
|
133
|
+
|
134
|
+
.container_16 .grid_2 {
|
135
|
+
width: 100px;
|
136
|
+
}
|
137
|
+
|
138
|
+
.container_16 .grid_3 {
|
139
|
+
width: 160px;
|
140
|
+
}
|
141
|
+
|
142
|
+
.container_16 .grid_5 {
|
143
|
+
width: 280px;
|
144
|
+
}
|
145
|
+
|
146
|
+
.container_16 .grid_6 {
|
147
|
+
width: 340px;
|
148
|
+
}
|
149
|
+
|
150
|
+
.container_16 .grid_7 {
|
151
|
+
width: 400px;
|
152
|
+
}
|
153
|
+
|
154
|
+
.container_16 .grid_9 {
|
155
|
+
width: 520px;
|
156
|
+
}
|
157
|
+
|
158
|
+
.container_16 .grid_10 {
|
159
|
+
width: 580px;
|
160
|
+
}
|
161
|
+
|
162
|
+
.container_16 .grid_11 {
|
163
|
+
width: 640px;
|
164
|
+
}
|
165
|
+
|
166
|
+
.container_16 .grid_13 {
|
167
|
+
width: 760px;
|
168
|
+
}
|
169
|
+
|
170
|
+
.container_16 .grid_14 {
|
171
|
+
width: 820px;
|
172
|
+
}
|
173
|
+
|
174
|
+
.container_16 .grid_15 {
|
175
|
+
width: 880px;
|
176
|
+
}
|
177
|
+
|
178
|
+
/* `Prefix Extra Space >> Global
|
179
|
+
----------------------------------------------------------------------------------------------------*/
|
180
|
+
|
181
|
+
.container_12 .prefix_3,
|
182
|
+
.container_16 .prefix_4 {
|
183
|
+
padding-left: 240px;
|
184
|
+
}
|
185
|
+
|
186
|
+
.container_12 .prefix_6,
|
187
|
+
.container_16 .prefix_8 {
|
188
|
+
padding-left: 480px;
|
189
|
+
}
|
190
|
+
|
191
|
+
.container_12 .prefix_9,
|
192
|
+
.container_16 .prefix_12 {
|
193
|
+
padding-left: 720px;
|
194
|
+
}
|
195
|
+
|
196
|
+
/* `Prefix Extra Space >> 12 Columns
|
197
|
+
----------------------------------------------------------------------------------------------------*/
|
198
|
+
|
199
|
+
.container_12 .prefix_1 {
|
200
|
+
padding-left: 80px;
|
201
|
+
}
|
202
|
+
|
203
|
+
.container_12 .prefix_2 {
|
204
|
+
padding-left: 160px;
|
205
|
+
}
|
206
|
+
|
207
|
+
.container_12 .prefix_4 {
|
208
|
+
padding-left: 320px;
|
209
|
+
}
|
210
|
+
|
211
|
+
.container_12 .prefix_5 {
|
212
|
+
padding-left: 400px;
|
213
|
+
}
|
214
|
+
|
215
|
+
.container_12 .prefix_7 {
|
216
|
+
padding-left: 560px;
|
217
|
+
}
|
218
|
+
|
219
|
+
.container_12 .prefix_8 {
|
220
|
+
padding-left: 640px;
|
221
|
+
}
|
222
|
+
|
223
|
+
.container_12 .prefix_10 {
|
224
|
+
padding-left: 800px;
|
225
|
+
}
|
226
|
+
|
227
|
+
.container_12 .prefix_11 {
|
228
|
+
padding-left: 880px;
|
229
|
+
}
|
230
|
+
|
231
|
+
/* `Prefix Extra Space >> 16 Columns
|
232
|
+
----------------------------------------------------------------------------------------------------*/
|
233
|
+
|
234
|
+
.container_16 .prefix_1 {
|
235
|
+
padding-left: 60px;
|
236
|
+
}
|
237
|
+
|
238
|
+
.container_16 .prefix_2 {
|
239
|
+
padding-left: 120px;
|
240
|
+
}
|
241
|
+
|
242
|
+
.container_16 .prefix_3 {
|
243
|
+
padding-left: 180px;
|
244
|
+
}
|
245
|
+
|
246
|
+
.container_16 .prefix_5 {
|
247
|
+
padding-left: 300px;
|
248
|
+
}
|
249
|
+
|
250
|
+
.container_16 .prefix_6 {
|
251
|
+
padding-left: 360px;
|
252
|
+
}
|
253
|
+
|
254
|
+
.container_16 .prefix_7 {
|
255
|
+
padding-left: 420px;
|
256
|
+
}
|
257
|
+
|
258
|
+
.container_16 .prefix_9 {
|
259
|
+
padding-left: 540px;
|
260
|
+
}
|
261
|
+
|
262
|
+
.container_16 .prefix_10 {
|
263
|
+
padding-left: 600px;
|
264
|
+
}
|
265
|
+
|
266
|
+
.container_16 .prefix_11 {
|
267
|
+
padding-left: 660px;
|
268
|
+
}
|
269
|
+
|
270
|
+
.container_16 .prefix_13 {
|
271
|
+
padding-left: 780px;
|
272
|
+
}
|
273
|
+
|
274
|
+
.container_16 .prefix_14 {
|
275
|
+
padding-left: 840px;
|
276
|
+
}
|
277
|
+
|
278
|
+
.container_16 .prefix_15 {
|
279
|
+
padding-left: 900px;
|
280
|
+
}
|
281
|
+
|
282
|
+
/* `Suffix Extra Space >> Global
|
283
|
+
----------------------------------------------------------------------------------------------------*/
|
284
|
+
|
285
|
+
.container_12 .suffix_3,
|
286
|
+
.container_16 .suffix_4 {
|
287
|
+
padding-right: 240px;
|
288
|
+
}
|
289
|
+
|
290
|
+
.container_12 .suffix_6,
|
291
|
+
.container_16 .suffix_8 {
|
292
|
+
padding-right: 480px;
|
293
|
+
}
|
294
|
+
|
295
|
+
.container_12 .suffix_9,
|
296
|
+
.container_16 .suffix_12 {
|
297
|
+
padding-right: 720px;
|
298
|
+
}
|
299
|
+
|
300
|
+
/* `Suffix Extra Space >> 12 Columns
|
301
|
+
----------------------------------------------------------------------------------------------------*/
|
302
|
+
|
303
|
+
.container_12 .suffix_1 {
|
304
|
+
padding-right: 80px;
|
305
|
+
}
|
306
|
+
|
307
|
+
.container_12 .suffix_2 {
|
308
|
+
padding-right: 160px;
|
309
|
+
}
|
310
|
+
|
311
|
+
.container_12 .suffix_4 {
|
312
|
+
padding-right: 320px;
|
313
|
+
}
|
314
|
+
|
315
|
+
.container_12 .suffix_5 {
|
316
|
+
padding-right: 400px;
|
317
|
+
}
|
318
|
+
|
319
|
+
.container_12 .suffix_7 {
|
320
|
+
padding-right: 560px;
|
321
|
+
}
|
322
|
+
|
323
|
+
.container_12 .suffix_8 {
|
324
|
+
padding-right: 640px;
|
325
|
+
}
|
326
|
+
|
327
|
+
.container_12 .suffix_10 {
|
328
|
+
padding-right: 800px;
|
329
|
+
}
|
330
|
+
|
331
|
+
.container_12 .suffix_11 {
|
332
|
+
padding-right: 880px;
|
333
|
+
}
|
334
|
+
|
335
|
+
/* `Suffix Extra Space >> 16 Columns
|
336
|
+
----------------------------------------------------------------------------------------------------*/
|
337
|
+
|
338
|
+
.container_16 .suffix_1 {
|
339
|
+
padding-right: 60px;
|
340
|
+
}
|
341
|
+
|
342
|
+
.container_16 .suffix_2 {
|
343
|
+
padding-right: 120px;
|
344
|
+
}
|
345
|
+
|
346
|
+
.container_16 .suffix_3 {
|
347
|
+
padding-right: 180px;
|
348
|
+
}
|
349
|
+
|
350
|
+
.container_16 .suffix_5 {
|
351
|
+
padding-right: 300px;
|
352
|
+
}
|
353
|
+
|
354
|
+
.container_16 .suffix_6 {
|
355
|
+
padding-right: 360px;
|
356
|
+
}
|
357
|
+
|
358
|
+
.container_16 .suffix_7 {
|
359
|
+
padding-right: 420px;
|
360
|
+
}
|
361
|
+
|
362
|
+
.container_16 .suffix_9 {
|
363
|
+
padding-right: 540px;
|
364
|
+
}
|
365
|
+
|
366
|
+
.container_16 .suffix_10 {
|
367
|
+
padding-right: 600px;
|
368
|
+
}
|
369
|
+
|
370
|
+
.container_16 .suffix_11 {
|
371
|
+
padding-right: 660px;
|
372
|
+
}
|
373
|
+
|
374
|
+
.container_16 .suffix_13 {
|
375
|
+
padding-right: 780px;
|
376
|
+
}
|
377
|
+
|
378
|
+
.container_16 .suffix_14 {
|
379
|
+
padding-right: 840px;
|
380
|
+
}
|
381
|
+
|
382
|
+
.container_16 .suffix_15 {
|
383
|
+
padding-right: 900px;
|
384
|
+
}
|
385
|
+
|
386
|
+
/* `Push Space >> Global
|
387
|
+
----------------------------------------------------------------------------------------------------*/
|
388
|
+
|
389
|
+
.container_12 .push_3,
|
390
|
+
.container_16 .push_4 {
|
391
|
+
left: 240px;
|
392
|
+
}
|
393
|
+
|
394
|
+
.container_12 .push_6,
|
395
|
+
.container_16 .push_8 {
|
396
|
+
left: 480px;
|
397
|
+
}
|
398
|
+
|
399
|
+
.container_12 .push_9,
|
400
|
+
.container_16 .push_12 {
|
401
|
+
left: 720px;
|
402
|
+
}
|
403
|
+
|
404
|
+
/* `Push Space >> 12 Columns
|
405
|
+
----------------------------------------------------------------------------------------------------*/
|
406
|
+
|
407
|
+
.container_12 .push_1 {
|
408
|
+
left: 80px;
|
409
|
+
}
|
410
|
+
|
411
|
+
.container_12 .push_2 {
|
412
|
+
left: 160px;
|
413
|
+
}
|
414
|
+
|
415
|
+
.container_12 .push_4 {
|
416
|
+
left: 320px;
|
417
|
+
}
|
418
|
+
|
419
|
+
.container_12 .push_5 {
|
420
|
+
left: 400px;
|
421
|
+
}
|
422
|
+
|
423
|
+
.container_12 .push_7 {
|
424
|
+
left: 560px;
|
425
|
+
}
|
426
|
+
|
427
|
+
.container_12 .push_8 {
|
428
|
+
left: 640px;
|
429
|
+
}
|
430
|
+
|
431
|
+
.container_12 .push_10 {
|
432
|
+
left: 800px;
|
433
|
+
}
|
434
|
+
|
435
|
+
.container_12 .push_11 {
|
436
|
+
left: 880px;
|
437
|
+
}
|
438
|
+
|
439
|
+
/* `Push Space >> 16 Columns
|
440
|
+
----------------------------------------------------------------------------------------------------*/
|
441
|
+
|
442
|
+
.container_16 .push_1 {
|
443
|
+
left: 60px;
|
444
|
+
}
|
445
|
+
|
446
|
+
.container_16 .push_2 {
|
447
|
+
left: 120px;
|
448
|
+
}
|
449
|
+
|
450
|
+
.container_16 .push_3 {
|
451
|
+
left: 180px;
|
452
|
+
}
|
453
|
+
|
454
|
+
.container_16 .push_5 {
|
455
|
+
left: 300px;
|
456
|
+
}
|
457
|
+
|
458
|
+
.container_16 .push_6 {
|
459
|
+
left: 360px;
|
460
|
+
}
|
461
|
+
|
462
|
+
.container_16 .push_7 {
|
463
|
+
left: 420px;
|
464
|
+
}
|
465
|
+
|
466
|
+
.container_16 .push_9 {
|
467
|
+
left: 540px;
|
468
|
+
}
|
469
|
+
|
470
|
+
.container_16 .push_10 {
|
471
|
+
left: 600px;
|
472
|
+
}
|
473
|
+
|
474
|
+
.container_16 .push_11 {
|
475
|
+
left: 660px;
|
476
|
+
}
|
477
|
+
|
478
|
+
.container_16 .push_13 {
|
479
|
+
left: 780px;
|
480
|
+
}
|
481
|
+
|
482
|
+
.container_16 .push_14 {
|
483
|
+
left: 840px;
|
484
|
+
}
|
485
|
+
|
486
|
+
.container_16 .push_15 {
|
487
|
+
left: 900px;
|
488
|
+
}
|
489
|
+
|
490
|
+
/* `Pull Space >> Global
|
491
|
+
----------------------------------------------------------------------------------------------------*/
|
492
|
+
|
493
|
+
.container_12 .pull_3,
|
494
|
+
.container_16 .pull_4 {
|
495
|
+
left: -240px;
|
496
|
+
}
|
497
|
+
|
498
|
+
.container_12 .pull_6,
|
499
|
+
.container_16 .pull_8 {
|
500
|
+
left: -480px;
|
501
|
+
}
|
502
|
+
|
503
|
+
.container_12 .pull_9,
|
504
|
+
.container_16 .pull_12 {
|
505
|
+
left: -720px;
|
506
|
+
}
|
507
|
+
|
508
|
+
/* `Pull Space >> 12 Columns
|
509
|
+
----------------------------------------------------------------------------------------------------*/
|
510
|
+
|
511
|
+
.container_12 .pull_1 {
|
512
|
+
left: -80px;
|
513
|
+
}
|
514
|
+
|
515
|
+
.container_12 .pull_2 {
|
516
|
+
left: -160px;
|
517
|
+
}
|
518
|
+
|
519
|
+
.container_12 .pull_4 {
|
520
|
+
left: -320px;
|
521
|
+
}
|
522
|
+
|
523
|
+
.container_12 .pull_5 {
|
524
|
+
left: -400px;
|
525
|
+
}
|
526
|
+
|
527
|
+
.container_12 .pull_7 {
|
528
|
+
left: -560px;
|
529
|
+
}
|
530
|
+
|
531
|
+
.container_12 .pull_8 {
|
532
|
+
left: -640px;
|
533
|
+
}
|
534
|
+
|
535
|
+
.container_12 .pull_10 {
|
536
|
+
left: -800px;
|
537
|
+
}
|
538
|
+
|
539
|
+
.container_12 .pull_11 {
|
540
|
+
left: -880px;
|
541
|
+
}
|
542
|
+
|
543
|
+
/* `Pull Space >> 16 Columns
|
544
|
+
----------------------------------------------------------------------------------------------------*/
|
545
|
+
|
546
|
+
.container_16 .pull_1 {
|
547
|
+
left: -60px;
|
548
|
+
}
|
549
|
+
|
550
|
+
.container_16 .pull_2 {
|
551
|
+
left: -120px;
|
552
|
+
}
|
553
|
+
|
554
|
+
.container_16 .pull_3 {
|
555
|
+
left: -180px;
|
556
|
+
}
|
557
|
+
|
558
|
+
.container_16 .pull_5 {
|
559
|
+
left: -300px;
|
560
|
+
}
|
561
|
+
|
562
|
+
.container_16 .pull_6 {
|
563
|
+
left: -360px;
|
564
|
+
}
|
565
|
+
|
566
|
+
.container_16 .pull_7 {
|
567
|
+
left: -420px;
|
568
|
+
}
|
569
|
+
|
570
|
+
.container_16 .pull_9 {
|
571
|
+
left: -540px;
|
572
|
+
}
|
573
|
+
|
574
|
+
.container_16 .pull_10 {
|
575
|
+
left: -600px;
|
576
|
+
}
|
577
|
+
|
578
|
+
.container_16 .pull_11 {
|
579
|
+
left: -660px;
|
580
|
+
}
|
581
|
+
|
582
|
+
.container_16 .pull_13 {
|
583
|
+
left: -780px;
|
584
|
+
}
|
585
|
+
|
586
|
+
.container_16 .pull_14 {
|
587
|
+
left: -840px;
|
588
|
+
}
|
589
|
+
|
590
|
+
.container_16 .pull_15 {
|
591
|
+
left: -900px;
|
592
|
+
}
|
593
|
+
|
594
|
+
/* `Clear Floated Elements
|
595
|
+
----------------------------------------------------------------------------------------------------*/
|
596
|
+
|
597
|
+
/* http://sonspring.com/journal/clearing-floats */
|
598
|
+
|
599
|
+
.clear {
|
600
|
+
clear: both;
|
601
|
+
display: block;
|
602
|
+
overflow: hidden;
|
603
|
+
visibility: hidden;
|
604
|
+
width: 0;
|
605
|
+
height: 0;
|
606
|
+
}
|
607
|
+
|
608
|
+
/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */
|
609
|
+
|
610
|
+
.clearfix:after {
|
611
|
+
clear: both;
|
612
|
+
content: ' ';
|
613
|
+
display: block;
|
614
|
+
font-size: 0;
|
615
|
+
line-height: 0;
|
616
|
+
visibility: hidden;
|
617
|
+
width: 0;
|
618
|
+
height: 0;
|
619
|
+
}
|
620
|
+
|
621
|
+
/*
|
622
|
+
The following zoom:1 rule is specifically for IE6 + IE7.
|
623
|
+
Move to separate stylesheet if invalid CSS is a problem.
|
624
|
+
*/
|
625
|
+
* html .clearfix,
|
626
|
+
*:first-child+html .clearfix {
|
627
|
+
zoom: 1;
|
628
|
+
}
|