showoff-alexch 0.7.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/LICENSE +20 -0
- data/README.rdoc +558 -0
- data/Rakefile +27 -0
- data/bin/showoff +197 -0
- data/lib/commandline_parser.rb +67 -0
- data/lib/showoff.rb +510 -0
- data/lib/showoff_utils.rb +344 -0
- data/public/css/960.css +653 -0
- data/public/css/fg.menu.css +114 -0
- data/public/css/onepage.css +60 -0
- data/public/css/pdf.css +12 -0
- data/public/css/presenter.css +76 -0
- data/public/css/reset.css +53 -0
- data/public/css/sh_style.css +66 -0
- data/public/css/showoff.css +399 -0
- data/public/css/spinner_bar.gif +0 -0
- data/public/css/theme/images/ui-bg_diagonals-small_100_f0efea_40x40.png +0 -0
- data/public/css/theme/images/ui-bg_flat_35_f0f0f0_40x100.png +0 -0
- data/public/css/theme/images/ui-bg_glass_55_fcf0ba_1x400.png +0 -0
- data/public/css/theme/images/ui-bg_glow-ball_25_2e2e28_600x600.png +0 -0
- data/public/css/theme/images/ui-bg_highlight-soft_100_f0efea_1x100.png +0 -0
- data/public/css/theme/images/ui-bg_highlight-soft_25_327E04_1x100.png +0 -0
- data/public/css/theme/images/ui-bg_highlight-soft_25_5A9D1A_1x100.png +0 -0
- data/public/css/theme/images/ui-bg_highlight-soft_95_ffedad_1x100.png +0 -0
- data/public/css/theme/images/ui-bg_inset-soft_22_3b3b35_1x100.png +0 -0
- data/public/css/theme/images/ui-icons_808080_256x240.png +0 -0
- data/public/css/theme/images/ui-icons_8DC262_256x240.png +0 -0
- data/public/css/theme/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/public/css/theme/images/ui-icons_e7e6e4_256x240.png +0 -0
- data/public/css/theme/images/ui-icons_eeeeee_256x240.png +0 -0
- data/public/css/theme/images/ui-icons_ffffff_256x240.png +0 -0
- data/public/css/theme/ui.accordion.css +9 -0
- data/public/css/theme/ui.all.css +2 -0
- data/public/css/theme/ui.base.css +9 -0
- data/public/css/theme/ui.core.css +37 -0
- data/public/css/theme/ui.datepicker.css +62 -0
- data/public/css/theme/ui.dialog.css +13 -0
- data/public/css/theme/ui.progressbar.css +4 -0
- data/public/css/theme/ui.resizable.css +13 -0
- data/public/css/theme/ui.slider.css +17 -0
- data/public/css/theme/ui.tabs.css +9 -0
- data/public/css/theme/ui.theme.css +245 -0
- data/public/favicon.ico +0 -0
- data/public/js/coffee-script.js +8 -0
- data/public/js/core.js +79 -0
- data/public/js/fg.menu.js +645 -0
- data/public/js/jTypeWriter.js +26 -0
- data/public/js/jquery-1.4.2.min.js +154 -0
- data/public/js/jquery-print.js +109 -0
- data/public/js/jquery.batchImageLoad.js +56 -0
- data/public/js/jquery.cookie.js +96 -0
- data/public/js/jquery.cycle.all.js +1284 -0
- data/public/js/jquery.doubletap-0.1.js +105 -0
- data/public/js/jquery.uuid.js +24 -0
- data/public/js/jquery.ws-0.3pre.js +201 -0
- data/public/js/onepage.js +5 -0
- data/public/js/presenter.js +193 -0
- data/public/js/sh_lang/sh_bison.min.js +1 -0
- data/public/js/sh_lang/sh_c.min.js +1 -0
- data/public/js/sh_lang/sh_caml.min.js +1 -0
- data/public/js/sh_lang/sh_changelog.min.js +1 -0
- data/public/js/sh_lang/sh_coffeescript.min.js +1 -0
- data/public/js/sh_lang/sh_cpp.min.js +1 -0
- data/public/js/sh_lang/sh_csharp.min.js +1 -0
- data/public/js/sh_lang/sh_css.min.js +1 -0
- data/public/js/sh_lang/sh_cucumber.min.js +2 -0
- data/public/js/sh_lang/sh_desktop.min.js +1 -0
- data/public/js/sh_lang/sh_diff.min.js +1 -0
- data/public/js/sh_lang/sh_erlang.min.js +1 -0
- data/public/js/sh_lang/sh_flex.min.js +1 -0
- data/public/js/sh_lang/sh_glsl.min.js +1 -0
- data/public/js/sh_lang/sh_haxe.min.js +1 -0
- data/public/js/sh_lang/sh_html.min.js +1 -0
- data/public/js/sh_lang/sh_java.min.js +1 -0
- data/public/js/sh_lang/sh_javascript.min.js +1 -0
- data/public/js/sh_lang/sh_javascript_dom.min.js +1 -0
- data/public/js/sh_lang/sh_latex.min.js +1 -0
- data/public/js/sh_lang/sh_ldap.min.js +1 -0
- data/public/js/sh_lang/sh_log.min.js +1 -0
- data/public/js/sh_lang/sh_lsm.min.js +1 -0
- data/public/js/sh_lang/sh_m4.min.js +1 -0
- data/public/js/sh_lang/sh_makefile.min.js +1 -0
- data/public/js/sh_lang/sh_oracle.min.js +1 -0
- data/public/js/sh_lang/sh_pascal.min.js +1 -0
- data/public/js/sh_lang/sh_perl.min.js +1 -0
- data/public/js/sh_lang/sh_php.min.js +1 -0
- data/public/js/sh_lang/sh_prolog.min.js +1 -0
- data/public/js/sh_lang/sh_properties.min.js +1 -0
- data/public/js/sh_lang/sh_python.min.js +1 -0
- data/public/js/sh_lang/sh_ruby.min.js +1 -0
- data/public/js/sh_lang/sh_scala.min.js +1 -0
- data/public/js/sh_lang/sh_sh.min.js +1 -0
- data/public/js/sh_lang/sh_slang.min.js +1 -0
- data/public/js/sh_lang/sh_sml.min.js +1 -0
- data/public/js/sh_lang/sh_spec.min.js +1 -0
- data/public/js/sh_lang/sh_sql.min.js +1 -0
- data/public/js/sh_lang/sh_tcl.min.js +1 -0
- data/public/js/sh_lang/sh_xml.min.js +1 -0
- data/public/js/sh_lang/sh_xorg.min.js +1 -0
- data/public/js/sh_main.min.js +4 -0
- data/public/js/showoff.js +643 -0
- data/public/js/showoffcore.js +13 -0
- data/views/header.erb +40 -0
- data/views/index.erb +46 -0
- data/views/onepage.erb +34 -0
- data/views/presenter.erb +70 -0
- metadata +245 -0
|
@@ -0,0 +1,344 @@
|
|
|
1
|
+
class ShowOffUtils
|
|
2
|
+
def self.presentation_config_file
|
|
3
|
+
@presentation_config_file ||= 'showoff.json'
|
|
4
|
+
end
|
|
5
|
+
|
|
6
|
+
def self.presentation_config_file=(filename)
|
|
7
|
+
@presentation_config_file = filename
|
|
8
|
+
end
|
|
9
|
+
|
|
10
|
+
def self.create(dirname,create_samples,dir='one')
|
|
11
|
+
Dir.mkdir(dirname) if !File.exists?(dirname)
|
|
12
|
+
Dir.chdir(dirname) do
|
|
13
|
+
if create_samples
|
|
14
|
+
# create section
|
|
15
|
+
Dir.mkdir(dir)
|
|
16
|
+
|
|
17
|
+
# create markdown file
|
|
18
|
+
File.open("#{dir}/01_slide.md", 'w+') do |f|
|
|
19
|
+
f.puts make_slide("My Presentation")
|
|
20
|
+
f.puts make_slide("Bullet Points","bullets incremental",["first point","second point","third point"])
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
|
|
24
|
+
# create showoff.json
|
|
25
|
+
File.open(ShowOffUtils.presentation_config_file, 'w+') do |f|
|
|
26
|
+
f.puts "{ \"name\": \"My Preso\", \"sections\": [ {\"section\":\"#{dir}\"} ]}"
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
end
|
|
30
|
+
|
|
31
|
+
HEROKU_GEMS_FILE = '.gems'
|
|
32
|
+
HEROKU_BUNDLER_GEMS_FILE = 'Gemfile'
|
|
33
|
+
HEROKU_CONFIG_FILE = 'config.ru'
|
|
34
|
+
|
|
35
|
+
# Setup presentation to run on Heroku
|
|
36
|
+
#
|
|
37
|
+
# name - String containing heroku name
|
|
38
|
+
# force - boolean if .gems/Gemfile and config.ru should be overwritten if they don't exist
|
|
39
|
+
# password - String containing password to protect your heroku site; nil means no password protection
|
|
40
|
+
# use_dot_gems - boolean that, if true, indicates we should use the old, deprecated .gems file instead of Bundler
|
|
41
|
+
def self.heroku(name, force = false, password = nil, use_dot_gems = false)
|
|
42
|
+
modified_something = false
|
|
43
|
+
|
|
44
|
+
if use_dot_gems
|
|
45
|
+
modified_something = create_gems_file(HEROKU_GEMS_FILE,
|
|
46
|
+
!password.nil?,
|
|
47
|
+
force,
|
|
48
|
+
lambda{ |gem| gem })
|
|
49
|
+
else
|
|
50
|
+
modified_something = create_gems_file(HEROKU_BUNDLER_GEMS_FILE,
|
|
51
|
+
!password.nil?,
|
|
52
|
+
force,
|
|
53
|
+
lambda{ |gem| "gem '#{gem}'" },
|
|
54
|
+
lambda{ "source :rubygems" })
|
|
55
|
+
end
|
|
56
|
+
|
|
57
|
+
create_file_if_needed(HEROKU_CONFIG_FILE,force) do |file|
|
|
58
|
+
modified_something = true
|
|
59
|
+
file.puts 'require "showoff"'
|
|
60
|
+
if password.nil?
|
|
61
|
+
file.puts 'run ShowOff.new'
|
|
62
|
+
else
|
|
63
|
+
file.puts 'require "rack"'
|
|
64
|
+
file.puts 'showoff_app = ShowOff.new'
|
|
65
|
+
file.puts 'protected_showoff = Rack::Auth::Basic.new(showoff_app) do |username, password|'
|
|
66
|
+
file.puts "\tpassword == '#{password}'"
|
|
67
|
+
file.puts 'end'
|
|
68
|
+
file.puts 'run protected_showoff'
|
|
69
|
+
end
|
|
70
|
+
end
|
|
71
|
+
|
|
72
|
+
modified_something
|
|
73
|
+
end
|
|
74
|
+
|
|
75
|
+
# generate a static version of the site into the gh-pages branch
|
|
76
|
+
def self.github
|
|
77
|
+
ShowOff.do_static(nil)
|
|
78
|
+
`git add static`
|
|
79
|
+
sha = `git write-tree`.chomp
|
|
80
|
+
tree_sha = `git rev-parse #{sha}:static`.chomp
|
|
81
|
+
`git read-tree HEAD` # reset staging to last-commit
|
|
82
|
+
ghp_sha = `git rev-parse gh-pages 2>/dev/null`.chomp
|
|
83
|
+
extra = ghp_sha != 'gh-pages' ? "-p #{ghp_sha}" : ''
|
|
84
|
+
commit_sha = `echo 'static presentation' | git commit-tree #{tree_sha} #{extra}`.chomp
|
|
85
|
+
`git update-ref refs/heads/gh-pages #{commit_sha}`
|
|
86
|
+
end
|
|
87
|
+
|
|
88
|
+
# Makes a slide as a string.
|
|
89
|
+
# [title] title of the slide
|
|
90
|
+
# [classes] any "classes" to include, such as 'smaller', 'transition', etc.
|
|
91
|
+
# [content] slide content. Currently, if this is an array, it will make a bullet list. Otherwise
|
|
92
|
+
# the string value of this will be put in the slide as-is
|
|
93
|
+
def self.make_slide(title,classes="",content=nil)
|
|
94
|
+
slide = "!SLIDE #{classes}\n"
|
|
95
|
+
slide << "# #{title} #\n"
|
|
96
|
+
slide << "\n"
|
|
97
|
+
if content
|
|
98
|
+
if content.kind_of? Array
|
|
99
|
+
content.each { |x| slide << "* #{x.to_s}\n" }
|
|
100
|
+
else
|
|
101
|
+
slide << content.to_s
|
|
102
|
+
end
|
|
103
|
+
end
|
|
104
|
+
slide
|
|
105
|
+
end
|
|
106
|
+
|
|
107
|
+
TYPES = {
|
|
108
|
+
:default => lambda { |t,size,source,type| make_slide(t,"#{size} #{type}",source) },
|
|
109
|
+
'title' => lambda { |t,size,dontcare| make_slide(t,size) },
|
|
110
|
+
'bullets' => lambda { |t,size,dontcare| make_slide(t,"#{size} bullets incremental",["bullets","go","here"])},
|
|
111
|
+
'smbullets' => lambda { |t,size,dontcare| make_slide(t,"#{size} smbullets incremental",["bullets","go","here","and","here"])},
|
|
112
|
+
'code' => lambda { |t,size,src| make_slide(t,size,blank?(src) ? " @@@ Ruby\n code_here()" : src) },
|
|
113
|
+
'commandline' => lambda { |t,size,dontcare| make_slide(t,"#{size} commandline"," $ command here\n output here")},
|
|
114
|
+
'full-page' => lambda { |t,size,dontcare| make_slide(t,"#{size} full-page","")},
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
# Adds a new slide to a given dir, giving it a number such that it falls after all slides
|
|
119
|
+
# in that dir.
|
|
120
|
+
# Options are:
|
|
121
|
+
# [:dir] - dir where we put the slide (if omitted, slide is output to $stdout)
|
|
122
|
+
# [:name] - name of the file, without the number prefix. (if omitted, a default is used)
|
|
123
|
+
# [:title] - title in the slide. If not specified the source file name is
|
|
124
|
+
# used. If THAT is not specified, uses the value of +:name+. If THAT is not
|
|
125
|
+
# specified, a suitable default is used
|
|
126
|
+
# [:code] - path to a source file to use as content (force :type to be 'code')
|
|
127
|
+
# [:number] - true if numbering should be done, false if not
|
|
128
|
+
# [:type] - the type of slide to create
|
|
129
|
+
def self.add_slide(options)
|
|
130
|
+
|
|
131
|
+
add_new_dir(options[:dir]) if options[:dir] && !File.exists?(options[:dir])
|
|
132
|
+
|
|
133
|
+
options[:type] = 'code' if options[:code]
|
|
134
|
+
|
|
135
|
+
title = determine_title(options[:title],options[:name],options[:code])
|
|
136
|
+
|
|
137
|
+
options[:name] = 'new_slide' if !options[:name]
|
|
138
|
+
|
|
139
|
+
size,source = determine_size_and_source(options[:code])
|
|
140
|
+
type = options[:type] || :default
|
|
141
|
+
slide = TYPES[type].call(title,size,source)
|
|
142
|
+
|
|
143
|
+
if options[:dir]
|
|
144
|
+
filename = determine_filename(options[:dir],options[:name],options[:number])
|
|
145
|
+
write_file(filename,slide)
|
|
146
|
+
else
|
|
147
|
+
puts slide
|
|
148
|
+
puts
|
|
149
|
+
end
|
|
150
|
+
|
|
151
|
+
end
|
|
152
|
+
|
|
153
|
+
# Adds the given directory to this presentation, appending it to
|
|
154
|
+
# the end of showoff.json as well
|
|
155
|
+
def self.add_new_dir(dir)
|
|
156
|
+
puts "Creating #{dir}..."
|
|
157
|
+
Dir.mkdir dir
|
|
158
|
+
|
|
159
|
+
showoff_json = JSON.parse(File.read(ShowOffUtils.presentation_config_file))
|
|
160
|
+
showoff_json["section"] = dir
|
|
161
|
+
File.open(ShowOffUtils.presentation_config_file,'w') do |file|
|
|
162
|
+
file.puts JSON.generate(showoff_json)
|
|
163
|
+
end
|
|
164
|
+
puts "#{ShowOffUtils.presentation_config_file} updated"
|
|
165
|
+
end
|
|
166
|
+
|
|
167
|
+
def self.blank?(string)
|
|
168
|
+
string.nil? || string.strip.length == 0
|
|
169
|
+
end
|
|
170
|
+
|
|
171
|
+
def self.determine_size_and_source(code)
|
|
172
|
+
size = ""
|
|
173
|
+
source = ""
|
|
174
|
+
if code
|
|
175
|
+
source,lines,width = read_code(code)
|
|
176
|
+
size = adjust_size(lines,width)
|
|
177
|
+
end
|
|
178
|
+
[size,source]
|
|
179
|
+
end
|
|
180
|
+
|
|
181
|
+
def self.write_file(filename,slide)
|
|
182
|
+
File.open(filename,'w') do |file|
|
|
183
|
+
file.puts slide
|
|
184
|
+
end
|
|
185
|
+
puts "Wrote #{filename}"
|
|
186
|
+
end
|
|
187
|
+
|
|
188
|
+
def self.determine_filename(slide_dir,slide_name,number)
|
|
189
|
+
filename = "#{slide_dir}/#{slide_name}.md"
|
|
190
|
+
if number
|
|
191
|
+
max = find_next_number(slide_dir)
|
|
192
|
+
filename = "#{slide_dir}/#{max}_#{slide_name}.md"
|
|
193
|
+
end
|
|
194
|
+
filename
|
|
195
|
+
end
|
|
196
|
+
|
|
197
|
+
# Finds the next number in the given dir to
|
|
198
|
+
# name a slide as the last slide in the dir.
|
|
199
|
+
def self.find_next_number(slide_dir)
|
|
200
|
+
max = 0
|
|
201
|
+
Dir.open(slide_dir).each do |file|
|
|
202
|
+
if file =~ /(\d+).*\.md/
|
|
203
|
+
num = $1.to_i
|
|
204
|
+
max = num if num > max
|
|
205
|
+
end
|
|
206
|
+
end
|
|
207
|
+
max += 1
|
|
208
|
+
max = "0#{max}" if max < 10
|
|
209
|
+
max
|
|
210
|
+
end
|
|
211
|
+
|
|
212
|
+
def self.determine_title(title,slide_name,code)
|
|
213
|
+
if blank?(title)
|
|
214
|
+
title = slide_name
|
|
215
|
+
title = File.basename(code) if code
|
|
216
|
+
end
|
|
217
|
+
title = "Title here" if blank?(title)
|
|
218
|
+
title
|
|
219
|
+
end
|
|
220
|
+
|
|
221
|
+
# Determines a more optimal value for the size (e.g. small vs. smaller)
|
|
222
|
+
# based upon the size of the code being formatted.
|
|
223
|
+
def self.adjust_size(lines,width)
|
|
224
|
+
size = ""
|
|
225
|
+
# These values determined empircally
|
|
226
|
+
size = "small" if width > 50
|
|
227
|
+
size = "small" if lines > 15
|
|
228
|
+
size = "smaller" if width > 57
|
|
229
|
+
size = "smaller" if lines > 19
|
|
230
|
+
puts "warning, some lines are too long and the code may be cut off" if width > 65
|
|
231
|
+
puts "warning, your code is too long and the code may be cut off" if lines > 23
|
|
232
|
+
size
|
|
233
|
+
end
|
|
234
|
+
|
|
235
|
+
# Reads the code from the source file, returning
|
|
236
|
+
# the code, indented for markdown, as well as the number of lines
|
|
237
|
+
# and the width of the largest line
|
|
238
|
+
def self.read_code(source_file)
|
|
239
|
+
code = " @@@ #{lang(source_file)}\n"
|
|
240
|
+
lines = 0
|
|
241
|
+
width = 0
|
|
242
|
+
File.open(source_file) do |code_file|
|
|
243
|
+
code_file.readlines.each do |line|
|
|
244
|
+
code += " #{line}"
|
|
245
|
+
lines += 1
|
|
246
|
+
width = line.length if line.length > width
|
|
247
|
+
end
|
|
248
|
+
end
|
|
249
|
+
[code,lines,width]
|
|
250
|
+
end
|
|
251
|
+
|
|
252
|
+
def self.showoff_sections(dir,logger)
|
|
253
|
+
index = File.join(dir, ShowOffUtils.presentation_config_file)
|
|
254
|
+
sections = nil
|
|
255
|
+
if File.exists?(index)
|
|
256
|
+
data = JSON.parse(File.read(index))
|
|
257
|
+
logger.debug data
|
|
258
|
+
if data.is_a?(Hash)
|
|
259
|
+
sections = data['sections']
|
|
260
|
+
else
|
|
261
|
+
sections = data
|
|
262
|
+
end
|
|
263
|
+
sections = sections.map do |s|
|
|
264
|
+
if s.is_a? Hash
|
|
265
|
+
s['section']
|
|
266
|
+
else
|
|
267
|
+
s
|
|
268
|
+
end
|
|
269
|
+
end
|
|
270
|
+
else
|
|
271
|
+
sections = ["."] # if there's no showoff.json file, make a boring one
|
|
272
|
+
end
|
|
273
|
+
sections
|
|
274
|
+
end
|
|
275
|
+
|
|
276
|
+
def self.showoff_title(dir = '.')
|
|
277
|
+
index = File.join(dir, ShowOffUtils.presentation_config_file )
|
|
278
|
+
order = nil
|
|
279
|
+
if File.exists?(index)
|
|
280
|
+
data = JSON.parse(File.read(index))
|
|
281
|
+
data.is_a?(Hash) && data['name'] || "Presentation"
|
|
282
|
+
end
|
|
283
|
+
end
|
|
284
|
+
|
|
285
|
+
EXTENSIONS = {
|
|
286
|
+
'pl' => 'perl',
|
|
287
|
+
'rb' => 'ruby',
|
|
288
|
+
'erl' => 'erlang',
|
|
289
|
+
# so not exhaustive, but probably good enough for now
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
def self.lang(source_file)
|
|
293
|
+
ext = File.extname(source_file).gsub(/^\./,'')
|
|
294
|
+
EXTENSIONS[ext] || ext
|
|
295
|
+
end
|
|
296
|
+
|
|
297
|
+
REQUIRED_GEMS = %w(bluecloth nokogiri showoff gli heroku)
|
|
298
|
+
|
|
299
|
+
# Creates the file that lists the gems for heroku
|
|
300
|
+
#
|
|
301
|
+
# filename - String name of the file
|
|
302
|
+
# password - Boolean to indicate if we are setting a password
|
|
303
|
+
# force - Boolean to indicate if we should overwrite the existing file
|
|
304
|
+
# formatter - Proc/lambda that takes 1 argument, the gem name, and formats it for the file
|
|
305
|
+
# This is so we can support both the old .gems and the new bundler Gemfile
|
|
306
|
+
# header - Proc/lambda that creates any header information in the file
|
|
307
|
+
#
|
|
308
|
+
# Returns a boolean indicating that we had to create the file or not.
|
|
309
|
+
def self.create_gems_file(filename,password,force,formatter,header=nil)
|
|
310
|
+
create_file_if_needed(filename,force) do |file|
|
|
311
|
+
file.puts header.call unless header.nil?
|
|
312
|
+
REQUIRED_GEMS.each { |gem| file.puts formatter.call(gem) }
|
|
313
|
+
file.puts formatter.call("rack") if password
|
|
314
|
+
end
|
|
315
|
+
end
|
|
316
|
+
|
|
317
|
+
# Creates the given filename if it doesn't exist or if force is true
|
|
318
|
+
#
|
|
319
|
+
# filename - String name of the file to create
|
|
320
|
+
# force - if true, the file will always be created, if false, only create
|
|
321
|
+
# if it's not there
|
|
322
|
+
# block - takes a block that will be given the file handle to write
|
|
323
|
+
# data into the file IF it's being created
|
|
324
|
+
#
|
|
325
|
+
# Examples
|
|
326
|
+
#
|
|
327
|
+
# create_file_if_needed("config.ru",false) do |file|
|
|
328
|
+
# file.puts "require 'showoff'"
|
|
329
|
+
# file.puts "run ShowOff.new"
|
|
330
|
+
# end
|
|
331
|
+
#
|
|
332
|
+
# Returns true if the file was created
|
|
333
|
+
def self.create_file_if_needed(filename,force)
|
|
334
|
+
if !File.exists?(filename) || force
|
|
335
|
+
File.open(filename, 'w+') do |f|
|
|
336
|
+
yield f
|
|
337
|
+
end
|
|
338
|
+
true
|
|
339
|
+
else
|
|
340
|
+
puts "#{filename} exists; not overwriting (see showoff help heroku)"
|
|
341
|
+
false
|
|
342
|
+
end
|
|
343
|
+
end
|
|
344
|
+
end
|
data/public/css/960.css
ADDED
|
@@ -0,0 +1,653 @@
|
|
|
1
|
+
/*
|
|
2
|
+
960 Grid System ~ Core CSS.
|
|
3
|
+
Learn more ~ http://960.gs/
|
|
4
|
+
|
|
5
|
+
Licensed under GPL and MIT.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/*
|
|
9
|
+
Forces backgrounds to span full width,
|
|
10
|
+
even if there is horizontal scrolling.
|
|
11
|
+
Increase this if your layout is wider.
|
|
12
|
+
|
|
13
|
+
Note: IE6 works fine without this fix.
|
|
14
|
+
*/
|
|
15
|
+
|
|
16
|
+
body {
|
|
17
|
+
min-width: 960px;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
/* `Container
|
|
21
|
+
----------------------------------------------------------------------------------------------------*/
|
|
22
|
+
|
|
23
|
+
.container_12,
|
|
24
|
+
.container_16 {
|
|
25
|
+
margin-left: auto;
|
|
26
|
+
margin-right: auto;
|
|
27
|
+
width: 960px;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
/* `Grid >> Global
|
|
31
|
+
----------------------------------------------------------------------------------------------------*/
|
|
32
|
+
|
|
33
|
+
.grid_1,
|
|
34
|
+
.grid_2,
|
|
35
|
+
.grid_3,
|
|
36
|
+
.grid_4,
|
|
37
|
+
.grid_5,
|
|
38
|
+
.grid_6,
|
|
39
|
+
.grid_7,
|
|
40
|
+
.grid_8,
|
|
41
|
+
.grid_9,
|
|
42
|
+
.grid_10,
|
|
43
|
+
.grid_11,
|
|
44
|
+
.grid_12,
|
|
45
|
+
.grid_13,
|
|
46
|
+
.grid_14,
|
|
47
|
+
.grid_15,
|
|
48
|
+
.grid_16 {
|
|
49
|
+
display: inline;
|
|
50
|
+
float: left;
|
|
51
|
+
margin-left: 10px;
|
|
52
|
+
margin-right: 10px;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.push_1, .pull_1,
|
|
56
|
+
.push_2, .pull_2,
|
|
57
|
+
.push_3, .pull_3,
|
|
58
|
+
.push_4, .pull_4,
|
|
59
|
+
.push_5, .pull_5,
|
|
60
|
+
.push_6, .pull_6,
|
|
61
|
+
.push_7, .pull_7,
|
|
62
|
+
.push_8, .pull_8,
|
|
63
|
+
.push_9, .pull_9,
|
|
64
|
+
.push_10, .pull_10,
|
|
65
|
+
.push_11, .pull_11,
|
|
66
|
+
.push_12, .pull_12,
|
|
67
|
+
.push_13, .pull_13,
|
|
68
|
+
.push_14, .pull_14,
|
|
69
|
+
.push_15, .pull_15 {
|
|
70
|
+
position: relative;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.container_12 .grid_3,
|
|
74
|
+
.container_16 .grid_4 {
|
|
75
|
+
width: 220px;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.container_12 .grid_6,
|
|
79
|
+
.container_16 .grid_8 {
|
|
80
|
+
width: 460px;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.container_12 .grid_9,
|
|
84
|
+
.container_16 .grid_12 {
|
|
85
|
+
width: 700px;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.container_12 .grid_12,
|
|
89
|
+
.container_16 .grid_16 {
|
|
90
|
+
width: 940px;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
|
|
94
|
+
----------------------------------------------------------------------------------------------------*/
|
|
95
|
+
|
|
96
|
+
.alpha {
|
|
97
|
+
margin-left: 0;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.omega {
|
|
101
|
+
margin-right: 0;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
/* `Grid >> 12 Columns
|
|
105
|
+
----------------------------------------------------------------------------------------------------*/
|
|
106
|
+
|
|
107
|
+
.container_12 .grid_1 {
|
|
108
|
+
width: 60px;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.container_12 .grid_2 {
|
|
112
|
+
width: 140px;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.container_12 .grid_4 {
|
|
116
|
+
width: 300px;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.container_12 .grid_5 {
|
|
120
|
+
width: 380px;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.container_12 .grid_7 {
|
|
124
|
+
width: 540px;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.container_12 .grid_8 {
|
|
128
|
+
width: 620px;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.container_12 .grid_10 {
|
|
132
|
+
width: 780px;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.container_12 .grid_11 {
|
|
136
|
+
width: 860px;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
/* `Grid >> 16 Columns
|
|
140
|
+
----------------------------------------------------------------------------------------------------*/
|
|
141
|
+
|
|
142
|
+
.container_16 .grid_1 {
|
|
143
|
+
width: 40px;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.container_16 .grid_2 {
|
|
147
|
+
width: 100px;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.container_16 .grid_3 {
|
|
151
|
+
width: 160px;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.container_16 .grid_5 {
|
|
155
|
+
width: 280px;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.container_16 .grid_6 {
|
|
159
|
+
width: 340px;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.container_16 .grid_7 {
|
|
163
|
+
width: 400px;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.container_16 .grid_9 {
|
|
167
|
+
width: 520px;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.container_16 .grid_10 {
|
|
171
|
+
width: 580px;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.container_16 .grid_11 {
|
|
175
|
+
width: 640px;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.container_16 .grid_13 {
|
|
179
|
+
width: 760px;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.container_16 .grid_14 {
|
|
183
|
+
width: 820px;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.container_16 .grid_15 {
|
|
187
|
+
width: 880px;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
/* `Prefix Extra Space >> Global
|
|
191
|
+
----------------------------------------------------------------------------------------------------*/
|
|
192
|
+
|
|
193
|
+
.container_12 .prefix_3,
|
|
194
|
+
.container_16 .prefix_4 {
|
|
195
|
+
padding-left: 240px;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.container_12 .prefix_6,
|
|
199
|
+
.container_16 .prefix_8 {
|
|
200
|
+
padding-left: 480px;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.container_12 .prefix_9,
|
|
204
|
+
.container_16 .prefix_12 {
|
|
205
|
+
padding-left: 720px;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
/* `Prefix Extra Space >> 12 Columns
|
|
209
|
+
----------------------------------------------------------------------------------------------------*/
|
|
210
|
+
|
|
211
|
+
.container_12 .prefix_1 {
|
|
212
|
+
padding-left: 80px;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.container_12 .prefix_2 {
|
|
216
|
+
padding-left: 160px;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.container_12 .prefix_4 {
|
|
220
|
+
padding-left: 320px;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.container_12 .prefix_5 {
|
|
224
|
+
padding-left: 400px;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.container_12 .prefix_7 {
|
|
228
|
+
padding-left: 560px;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.container_12 .prefix_8 {
|
|
232
|
+
padding-left: 640px;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.container_12 .prefix_10 {
|
|
236
|
+
padding-left: 800px;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.container_12 .prefix_11 {
|
|
240
|
+
padding-left: 880px;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
/* `Prefix Extra Space >> 16 Columns
|
|
244
|
+
----------------------------------------------------------------------------------------------------*/
|
|
245
|
+
|
|
246
|
+
.container_16 .prefix_1 {
|
|
247
|
+
padding-left: 60px;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.container_16 .prefix_2 {
|
|
251
|
+
padding-left: 120px;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.container_16 .prefix_3 {
|
|
255
|
+
padding-left: 180px;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
.container_16 .prefix_5 {
|
|
259
|
+
padding-left: 300px;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
.container_16 .prefix_6 {
|
|
263
|
+
padding-left: 360px;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
.container_16 .prefix_7 {
|
|
267
|
+
padding-left: 420px;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
.container_16 .prefix_9 {
|
|
271
|
+
padding-left: 540px;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.container_16 .prefix_10 {
|
|
275
|
+
padding-left: 600px;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
.container_16 .prefix_11 {
|
|
279
|
+
padding-left: 660px;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
.container_16 .prefix_13 {
|
|
283
|
+
padding-left: 780px;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
.container_16 .prefix_14 {
|
|
287
|
+
padding-left: 840px;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
.container_16 .prefix_15 {
|
|
291
|
+
padding-left: 900px;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
/* `Suffix Extra Space >> Global
|
|
295
|
+
----------------------------------------------------------------------------------------------------*/
|
|
296
|
+
|
|
297
|
+
.container_12 .suffix_3,
|
|
298
|
+
.container_16 .suffix_4 {
|
|
299
|
+
padding-right: 240px;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
.container_12 .suffix_6,
|
|
303
|
+
.container_16 .suffix_8 {
|
|
304
|
+
padding-right: 480px;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
.container_12 .suffix_9,
|
|
308
|
+
.container_16 .suffix_12 {
|
|
309
|
+
padding-right: 720px;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
/* `Suffix Extra Space >> 12 Columns
|
|
313
|
+
----------------------------------------------------------------------------------------------------*/
|
|
314
|
+
|
|
315
|
+
.container_12 .suffix_1 {
|
|
316
|
+
padding-right: 80px;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.container_12 .suffix_2 {
|
|
320
|
+
padding-right: 160px;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
.container_12 .suffix_4 {
|
|
324
|
+
padding-right: 320px;
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
.container_12 .suffix_5 {
|
|
328
|
+
padding-right: 400px;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.container_12 .suffix_7 {
|
|
332
|
+
padding-right: 560px;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
.container_12 .suffix_8 {
|
|
336
|
+
padding-right: 640px;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
.container_12 .suffix_10 {
|
|
340
|
+
padding-right: 800px;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
.container_12 .suffix_11 {
|
|
344
|
+
padding-right: 880px;
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
/* `Suffix Extra Space >> 16 Columns
|
|
348
|
+
----------------------------------------------------------------------------------------------------*/
|
|
349
|
+
|
|
350
|
+
.container_16 .suffix_1 {
|
|
351
|
+
padding-right: 60px;
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
.container_16 .suffix_2 {
|
|
355
|
+
padding-right: 120px;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
.container_16 .suffix_3 {
|
|
359
|
+
padding-right: 180px;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
.container_16 .suffix_5 {
|
|
363
|
+
padding-right: 300px;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
.container_16 .suffix_6 {
|
|
367
|
+
padding-right: 360px;
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
.container_16 .suffix_7 {
|
|
371
|
+
padding-right: 420px;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
.container_16 .suffix_9 {
|
|
375
|
+
padding-right: 540px;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.container_16 .suffix_10 {
|
|
379
|
+
padding-right: 600px;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
.container_16 .suffix_11 {
|
|
383
|
+
padding-right: 660px;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
.container_16 .suffix_13 {
|
|
387
|
+
padding-right: 780px;
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
.container_16 .suffix_14 {
|
|
391
|
+
padding-right: 840px;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
.container_16 .suffix_15 {
|
|
395
|
+
padding-right: 900px;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
/* `Push Space >> Global
|
|
399
|
+
----------------------------------------------------------------------------------------------------*/
|
|
400
|
+
|
|
401
|
+
.container_12 .push_3,
|
|
402
|
+
.container_16 .push_4 {
|
|
403
|
+
left: 240px;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
.container_12 .push_6,
|
|
407
|
+
.container_16 .push_8 {
|
|
408
|
+
left: 480px;
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
.container_12 .push_9,
|
|
412
|
+
.container_16 .push_12 {
|
|
413
|
+
left: 720px;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
/* `Push Space >> 12 Columns
|
|
417
|
+
----------------------------------------------------------------------------------------------------*/
|
|
418
|
+
|
|
419
|
+
.container_12 .push_1 {
|
|
420
|
+
left: 80px;
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
.container_12 .push_2 {
|
|
424
|
+
left: 160px;
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
.container_12 .push_4 {
|
|
428
|
+
left: 320px;
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
.container_12 .push_5 {
|
|
432
|
+
left: 400px;
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
.container_12 .push_7 {
|
|
436
|
+
left: 560px;
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
.container_12 .push_8 {
|
|
440
|
+
left: 640px;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
.container_12 .push_10 {
|
|
444
|
+
left: 800px;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
.container_12 .push_11 {
|
|
448
|
+
left: 880px;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
/* `Push Space >> 16 Columns
|
|
452
|
+
----------------------------------------------------------------------------------------------------*/
|
|
453
|
+
|
|
454
|
+
.container_16 .push_1 {
|
|
455
|
+
left: 60px;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
.container_16 .push_2 {
|
|
459
|
+
left: 120px;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
.container_16 .push_3 {
|
|
463
|
+
left: 180px;
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
.container_16 .push_5 {
|
|
467
|
+
left: 300px;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
.container_16 .push_6 {
|
|
471
|
+
left: 360px;
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
.container_16 .push_7 {
|
|
475
|
+
left: 420px;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
.container_16 .push_9 {
|
|
479
|
+
left: 540px;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
.container_16 .push_10 {
|
|
483
|
+
left: 600px;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
.container_16 .push_11 {
|
|
487
|
+
left: 660px;
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
.container_16 .push_13 {
|
|
491
|
+
left: 780px;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
.container_16 .push_14 {
|
|
495
|
+
left: 840px;
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
.container_16 .push_15 {
|
|
499
|
+
left: 900px;
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
/* `Pull Space >> Global
|
|
503
|
+
----------------------------------------------------------------------------------------------------*/
|
|
504
|
+
|
|
505
|
+
.container_12 .pull_3,
|
|
506
|
+
.container_16 .pull_4 {
|
|
507
|
+
left: -240px;
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
.container_12 .pull_6,
|
|
511
|
+
.container_16 .pull_8 {
|
|
512
|
+
left: -480px;
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
.container_12 .pull_9,
|
|
516
|
+
.container_16 .pull_12 {
|
|
517
|
+
left: -720px;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
/* `Pull Space >> 12 Columns
|
|
521
|
+
----------------------------------------------------------------------------------------------------*/
|
|
522
|
+
|
|
523
|
+
.container_12 .pull_1 {
|
|
524
|
+
left: -80px;
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
.container_12 .pull_2 {
|
|
528
|
+
left: -160px;
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
.container_12 .pull_4 {
|
|
532
|
+
left: -320px;
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
.container_12 .pull_5 {
|
|
536
|
+
left: -400px;
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
.container_12 .pull_7 {
|
|
540
|
+
left: -560px;
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
.container_12 .pull_8 {
|
|
544
|
+
left: -640px;
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
.container_12 .pull_10 {
|
|
548
|
+
left: -800px;
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
.container_12 .pull_11 {
|
|
552
|
+
left: -880px;
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
/* `Pull Space >> 16 Columns
|
|
556
|
+
----------------------------------------------------------------------------------------------------*/
|
|
557
|
+
|
|
558
|
+
.container_16 .pull_1 {
|
|
559
|
+
left: -60px;
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
.container_16 .pull_2 {
|
|
563
|
+
left: -120px;
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
.container_16 .pull_3 {
|
|
567
|
+
left: -180px;
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
.container_16 .pull_5 {
|
|
571
|
+
left: -300px;
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
.container_16 .pull_6 {
|
|
575
|
+
left: -360px;
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
.container_16 .pull_7 {
|
|
579
|
+
left: -420px;
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
.container_16 .pull_9 {
|
|
583
|
+
left: -540px;
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
.container_16 .pull_10 {
|
|
587
|
+
left: -600px;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
.container_16 .pull_11 {
|
|
591
|
+
left: -660px;
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
.container_16 .pull_13 {
|
|
595
|
+
left: -780px;
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
.container_16 .pull_14 {
|
|
599
|
+
left: -840px;
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
.container_16 .pull_15 {
|
|
603
|
+
left: -900px;
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
/* `Clear Floated Elements
|
|
607
|
+
----------------------------------------------------------------------------------------------------*/
|
|
608
|
+
|
|
609
|
+
/* http://sonspring.com/journal/clearing-floats */
|
|
610
|
+
|
|
611
|
+
.clear {
|
|
612
|
+
clear: both;
|
|
613
|
+
display: block;
|
|
614
|
+
overflow: hidden;
|
|
615
|
+
visibility: hidden;
|
|
616
|
+
width: 0;
|
|
617
|
+
height: 0;
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
|
|
621
|
+
|
|
622
|
+
.clearfix:before,
|
|
623
|
+
.clearfix:after,
|
|
624
|
+
.container_12:before,
|
|
625
|
+
.container_12:after,
|
|
626
|
+
.container_16:before,
|
|
627
|
+
.container_16:after {
|
|
628
|
+
content: '.';
|
|
629
|
+
display: block;
|
|
630
|
+
overflow: hidden;
|
|
631
|
+
visibility: hidden;
|
|
632
|
+
font-size: 0;
|
|
633
|
+
line-height: 0;
|
|
634
|
+
width: 0;
|
|
635
|
+
height: 0;
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
.clearfix:after,
|
|
639
|
+
.container_12:after,
|
|
640
|
+
.container_16:after {
|
|
641
|
+
clear: both;
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
/*
|
|
645
|
+
The following zoom:1 rule is specifically for IE6 + IE7.
|
|
646
|
+
Move to separate stylesheet if invalid CSS is a problem.
|
|
647
|
+
*/
|
|
648
|
+
|
|
649
|
+
.clearfix,
|
|
650
|
+
.container_12,
|
|
651
|
+
.container_16 {
|
|
652
|
+
zoom: 1;
|
|
653
|
+
}
|