magic_stylez 0.0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +11 -0
- data/Gemfile +14 -0
- data/MIT-LICENSE +20 -0
- data/README.md +33 -0
- data/Rakefile +32 -0
- data/lib/magic_stylez/engine.rb +10 -0
- data/lib/magic_stylez/version.rb +3 -0
- data/lib/magic_stylez.rb +53 -0
- data/lib/tasks/magic_stylez_tasks.rake +4 -0
- data/magic_stylez.gemspec +38 -0
- data/test/dummy/README.rdoc +28 -0
- data/test/dummy/Rakefile +6 -0
- data/test/dummy/app/assets/images/.keep +0 -0
- data/test/dummy/app/assets/javascripts/application.js +15 -0
- data/test/dummy/app/assets/javascripts/views/app/start.jst.eco +71 -0
- data/test/dummy/app/assets/javascripts/views/effects/reflections.jst.eco +70 -0
- data/test/dummy/app/assets/javascripts/views/effects/shadows.jst.eco +1528 -0
- data/test/dummy/app/assets/javascripts/views/elements/arrow_infos.jst.eco +46 -0
- data/test/dummy/app/assets/javascripts/views/layout/corset.jst.eco +27 -0
- data/test/dummy/app/assets/javascripts/views/layout/fullpage_table.jst.eco +76 -0
- data/test/dummy/app/assets/javascripts/views/layout/section.jst.eco +109 -0
- data/test/dummy/app/assets/javascripts/views/layout/slide_boxes.jst.eco +33 -0
- data/test/dummy/app/assets/stylesheets/application.css.scss +180 -0
- data/test/dummy/app/controllers/application_controller.rb +6 -0
- data/test/dummy/app/controllers/concerns/.keep +0 -0
- data/test/dummy/app/controllers/front_controller.rb +7 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/mailers/.keep +0 -0
- data/test/dummy/app/models/.keep +0 -0
- data/test/dummy/app/models/concerns/.keep +0 -0
- data/test/dummy/app/views/front/_aside.html.erb +36 -0
- data/test/dummy/app/views/front/start.html.erb +77 -0
- data/test/dummy/app/views/layouts/application.html.erb +24 -0
- data/test/dummy/bin/bundle +3 -0
- data/test/dummy/bin/rails +4 -0
- data/test/dummy/bin/rake +4 -0
- data/test/dummy/config/application.rb +32 -0
- data/test/dummy/config/boot.rb +5 -0
- data/test/dummy/config/database.yml +25 -0
- data/test/dummy/config/environment.rb +5 -0
- data/test/dummy/config/environments/development.rb +49 -0
- data/test/dummy/config/environments/production.rb +88 -0
- data/test/dummy/config/environments/test.rb +39 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
- data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
- data/test/dummy/config/initializers/inflections.rb +16 -0
- data/test/dummy/config/initializers/mime_types.rb +4 -0
- data/test/dummy/config/initializers/session_store.rb +3 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/test/dummy/config/locales/en.yml +23 -0
- data/test/dummy/config/routes.rb +61 -0
- data/test/dummy/config/secrets.yml +20 -0
- data/test/dummy/config.ru +4 -0
- data/test/dummy/lib/assets/.keep +0 -0
- data/test/dummy/log/.keep +0 -0
- data/test/dummy/public/404.html +67 -0
- data/test/dummy/public/422.html +67 -0
- data/test/dummy/public/500.html +66 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/public/xindex.html +135 -0
- data/test/magic_stylez_test.rb +7 -0
- data/test/test_helper.rb +21 -0
- data/vendor/assets/filter/magic/filter.svg +10 -0
- data/vendor/assets/filter/magic/noise.svg +70 -0
- data/vendor/assets/fonts/magic/magicons-regular-webfont.eot +0 -0
- data/vendor/assets/fonts/magic/magicons-regular-webfont.svg +461 -0
- data/vendor/assets/fonts/magic/magicons-regular-webfont.ttf +0 -0
- data/vendor/assets/fonts/magic/magicons-regular-webfont.woff +0 -0
- data/vendor/assets/fonts/magic/orderlifticons-webfont.eot +0 -0
- data/vendor/assets/fonts/magic/orderlifticons-webfont.svg +172 -0
- data/vendor/assets/fonts/magic/orderlifticons-webfont.ttf +0 -0
- data/vendor/assets/fonts/magic/orderlifticons-webfont.woff +0 -0
- data/vendor/assets/images/magic/arrows/arrow-round1-a.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow-round1-b.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow-round2-a.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow-round2-b.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow1-a.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow1-b.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow1.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow2-1.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow2-2.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow2-a.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow2-b.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow3-a.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow3-b.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow4-a.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow4-b.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow5-a.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow5-b.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow6-a.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow6-b.png +0 -0
- data/vendor/assets/images/magic/bgs/hdr_landsberger.jpg +0 -0
- data/vendor/assets/images/magic/bgs/rain-flower.jpg +0 -0
- data/vendor/assets/images/magic/bgs/seucide.jpg +0 -0
- data/vendor/assets/javascripts/magic/render_eco.js.coffee +9 -0
- data/vendor/assets/javascripts/magic-stylez.js.coffee +49 -0
- data/vendor/assets/stylesheets/magic/_animation.scss +3 -0
- data/vendor/assets/stylesheets/magic/_forms.scss +42 -0
- data/vendor/assets/stylesheets/magic/_text.scss +41 -0
- data/vendor/assets/stylesheets/magic/content/_banner.scss +77 -0
- data/vendor/assets/stylesheets/magic/corporate/_colors.scss +244 -0
- data/vendor/assets/stylesheets/magic/corporate/_fonts.scss +152 -0
- data/vendor/assets/stylesheets/magic/corporate/_typo.scss +57 -0
- data/vendor/assets/stylesheets/magic/corporate/_variables.scss +636 -0
- data/vendor/assets/stylesheets/magic/effects/_reflections.scss +52 -0
- data/vendor/assets/stylesheets/magic/effects/_shadows.scss +255 -0
- data/vendor/assets/stylesheets/magic/icons/magicons.scss +706 -0
- data/vendor/assets/stylesheets/magic/icons/orderlifticons.scss +258 -0
- data/vendor/assets/stylesheets/magic/layout/_corset.scss +60 -0
- data/vendor/assets/stylesheets/magic/layout/_fullpage_table.scss +176 -0
- data/vendor/assets/stylesheets/magic/layout/_section.scss +126 -0
- data/vendor/assets/stylesheets/magic/layout/_tables.scss +513 -0
- data/vendor/assets/stylesheets/magic/lib/_cross_browser.scss +51 -0
- data/vendor/assets/stylesheets/magic/lib/_media_querries.scss +59 -0
- data/vendor/assets/stylesheets/magic/lib/_twbs.scss +55 -0
- data/vendor/assets/stylesheets/magic/lists/_nav.scss +207 -0
- data/vendor/assets/stylesheets/magic-stylez.scss +140 -0
- metadata +397 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: bcc1e1da9e5881fca3168dd385ca2571c77586d1
|
4
|
+
data.tar.gz: 0058a006b72801c9b96c588564c3439c0e69fcbf
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 029adcc7c5c1b6c88711806ce69d9963c30b120f825a714c5b25af1d91524ddedf8c9ccc94ffd38127d509619c9c5d0e1b9845cc2273fa94c6a333e62cd13943
|
7
|
+
data.tar.gz: 323b0ad62987ac31b71a51ba66e45ac9dc73fa06aef0a7db37cd2cd106da1084525a4c30ff641604ff07bade30f9ed14dfa1c4a2ce807e4b0133b7a811eaf5a2
|
data/.gitignore
ADDED
data/Gemfile
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
source "https://rubygems.org"
|
2
|
+
|
3
|
+
# Declare your gem's dependencies in magic_stylez.gemspec.
|
4
|
+
# Bundler will treat runtime dependencies like base dependencies, and
|
5
|
+
# development dependencies will be added by default to the :development group.
|
6
|
+
gemspec
|
7
|
+
|
8
|
+
# Declare any dependencies that are still in development here instead of in
|
9
|
+
# your gemspec. These might include edge Rails or gems from your path or
|
10
|
+
# Git. Remember to move these dependencies to your gemspec before releasing
|
11
|
+
# your gem to rubygems.org.
|
12
|
+
|
13
|
+
# To use debugger
|
14
|
+
# gem 'debugger'
|
data/MIT-LICENSE
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
Copyright 2014 berlinmagic UG
|
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,33 @@
|
|
1
|
+
# magic-stylez
|
2
|
+
|
3
|
+
*Some style helpers used in a lot of our apps.*
|
4
|
+
|
5
|
+
|
6
|
+
## dependencies
|
7
|
+
|
8
|
+
- [bootstrap-sass](https://github.com/twbs/bootstrap-sass)
|
9
|
+
- [bourbon](http://bourbon.io/)
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
### Thanks
|
18
|
+
|
19
|
+
A lot of code for this gem is taken from [bootstrap-sass](https://github.com/twbs/bootstrap-sass), so thank you guys for the great work. Same goes for bourbon thanks for a lightweight helper set.
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
### Authors
|
24
|
+
|
25
|
+
- Torsten Wetzel
|
26
|
+
- Austin Strange
|
27
|
+
- Marco Sebald
|
28
|
+
- many others ... (especially stackoverflow users)
|
29
|
+
|
30
|
+
|
31
|
+
#### License
|
32
|
+
|
33
|
+
MIT-License
|
data/Rakefile
ADDED
@@ -0,0 +1,32 @@
|
|
1
|
+
begin
|
2
|
+
require 'bundler/setup'
|
3
|
+
rescue LoadError
|
4
|
+
puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
|
5
|
+
end
|
6
|
+
|
7
|
+
require 'rdoc/task'
|
8
|
+
|
9
|
+
RDoc::Task.new(:rdoc) do |rdoc|
|
10
|
+
rdoc.rdoc_dir = 'rdoc'
|
11
|
+
rdoc.title = 'MagicStylez'
|
12
|
+
rdoc.options << '--line-numbers'
|
13
|
+
rdoc.rdoc_files.include('README.rdoc')
|
14
|
+
rdoc.rdoc_files.include('lib/**/*.rb')
|
15
|
+
end
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
Bundler::GemHelper.install_tasks
|
21
|
+
|
22
|
+
require 'rake/testtask'
|
23
|
+
|
24
|
+
Rake::TestTask.new(:test) do |t|
|
25
|
+
t.libs << 'lib'
|
26
|
+
t.libs << 'test'
|
27
|
+
t.pattern = 'test/**/*_test.rb'
|
28
|
+
t.verbose = false
|
29
|
+
end
|
30
|
+
|
31
|
+
|
32
|
+
task default: :test
|
@@ -0,0 +1,10 @@
|
|
1
|
+
module MagicStylez
|
2
|
+
module Rails
|
3
|
+
class Engine < ::Rails::Engine
|
4
|
+
initializer "magic-stylez.assets.precompile" do |app|
|
5
|
+
app.config.assets.precompile << %r(magic/magicons-regular-webfont\.(?:eot|svg|ttf|woff)$)
|
6
|
+
app.config.assets.precompile << %r(magic/orderlifticons-webfont\.(?:eot|svg|ttf|woff)$)
|
7
|
+
end
|
8
|
+
end
|
9
|
+
end
|
10
|
+
end
|
data/lib/magic_stylez.rb
ADDED
@@ -0,0 +1,53 @@
|
|
1
|
+
#
|
2
|
+
# Code from twbs/bootstrap/sas
|
3
|
+
#
|
4
|
+
module MagicStylez
|
5
|
+
class << self
|
6
|
+
# Inspired by Kaminari
|
7
|
+
def load!
|
8
|
+
require 'bootstrap-sass/sass_functions'
|
9
|
+
if rails?
|
10
|
+
register_rails_engine
|
11
|
+
end
|
12
|
+
end
|
13
|
+
|
14
|
+
# Paths
|
15
|
+
def gem_path
|
16
|
+
@gem_path ||= File.expand_path '..', File.dirname(__FILE__)
|
17
|
+
end
|
18
|
+
|
19
|
+
def stylesheets_path
|
20
|
+
File.join assets_path, 'stylesheets'
|
21
|
+
end
|
22
|
+
|
23
|
+
def fonts_path
|
24
|
+
File.join assets_path, 'fonts'
|
25
|
+
end
|
26
|
+
|
27
|
+
def javascripts_path
|
28
|
+
File.join assets_path, 'javascripts'
|
29
|
+
end
|
30
|
+
|
31
|
+
def assets_path
|
32
|
+
@assets_path ||= File.join gem_path, 'vendor', 'assets'
|
33
|
+
end
|
34
|
+
|
35
|
+
# Environment detection helpers
|
36
|
+
def asset_pipeline?
|
37
|
+
defined?(::Sprockets)
|
38
|
+
end
|
39
|
+
|
40
|
+
def rails?
|
41
|
+
defined?(::Rails)
|
42
|
+
end
|
43
|
+
|
44
|
+
private
|
45
|
+
|
46
|
+
def register_rails_engine
|
47
|
+
require 'magic_stylez/engine'
|
48
|
+
require 'autoprefixer-rails'
|
49
|
+
end
|
50
|
+
end
|
51
|
+
end
|
52
|
+
|
53
|
+
MagicStylez.load!
|
@@ -0,0 +1,38 @@
|
|
1
|
+
$:.push File.expand_path("../lib", __FILE__)
|
2
|
+
require "magic_stylez/version"
|
3
|
+
|
4
|
+
|
5
|
+
Gem::Specification.new do |s|
|
6
|
+
s.name = "magic_stylez"
|
7
|
+
s.version = MagicStylez::VERSION
|
8
|
+
s.authors = ["Torsten Wetzel"]
|
9
|
+
s.email = ["torstenwetzel@berlinmagic.com"]
|
10
|
+
s.homepage = "http://berlinmagic.github.io/magic_stylez/"
|
11
|
+
s.summary = "A set of sass helper depending on bourbon and bootstrap-sass."
|
12
|
+
s.description = "Lots of styles and helpers we used for several projects."
|
13
|
+
s.license = "MIT"
|
14
|
+
|
15
|
+
# s.files = Dir["{lib,vendor}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
|
16
|
+
# s.test_files = Dir["test/**/*"]
|
17
|
+
s.files = `git ls-files`.split("\n")
|
18
|
+
s.test_files = `git ls-files -- test/*`.split("\n")
|
19
|
+
|
20
|
+
# s.add_dependency "rails", "~> 4.1.1"
|
21
|
+
|
22
|
+
s.add_dependency "rails", ">= 3.1.0"
|
23
|
+
s.add_runtime_dependency 'autoprefixer-rails', '>= 1.1'
|
24
|
+
s.add_runtime_dependency 'sass', '>= 3.2'
|
25
|
+
s.add_runtime_dependency 'bootstrap-sass', '>= 3.1.1'
|
26
|
+
s.add_runtime_dependency 'bourbon', '>= 4.0.2'
|
27
|
+
|
28
|
+
# Testing dependencies
|
29
|
+
s.add_development_dependency 'test-unit', '>= 2.5.5'
|
30
|
+
# Dummy Rails app dependencies
|
31
|
+
s.add_development_dependency 'json', '>= 1.8.1'
|
32
|
+
s.add_development_dependency 'sprockets-rails', '>= 2.1.3'
|
33
|
+
s.add_development_dependency 'jquery-rails', '>= 3.1.0'
|
34
|
+
s.add_development_dependency 'coffee-rails'
|
35
|
+
s.add_development_dependency 'eco'
|
36
|
+
s.add_development_dependency 'uglifier'
|
37
|
+
s.add_development_dependency "sqlite3"
|
38
|
+
end
|
@@ -0,0 +1,28 @@
|
|
1
|
+
== README
|
2
|
+
|
3
|
+
This README would normally document whatever steps are necessary to get the
|
4
|
+
application up and running.
|
5
|
+
|
6
|
+
Things you may want to cover:
|
7
|
+
|
8
|
+
* Ruby version
|
9
|
+
|
10
|
+
* System dependencies
|
11
|
+
|
12
|
+
* Configuration
|
13
|
+
|
14
|
+
* Database creation
|
15
|
+
|
16
|
+
* Database initialization
|
17
|
+
|
18
|
+
* How to run the test suite
|
19
|
+
|
20
|
+
* Services (job queues, cache servers, search engines, etc.)
|
21
|
+
|
22
|
+
* Deployment instructions
|
23
|
+
|
24
|
+
* ...
|
25
|
+
|
26
|
+
|
27
|
+
Please feel free to use a different markup language if you do not plan to run
|
28
|
+
<tt>rake doc:app</tt>.
|
data/test/dummy/Rakefile
ADDED
File without changes
|
@@ -0,0 +1,15 @@
|
|
1
|
+
// This is a manifest file that'll be compiled into application.js, which will include all the files
|
2
|
+
// listed below.
|
3
|
+
//
|
4
|
+
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
|
5
|
+
// or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
|
6
|
+
//
|
7
|
+
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
|
8
|
+
// compiled file.
|
9
|
+
//
|
10
|
+
// Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details
|
11
|
+
// about supported directives.
|
12
|
+
//
|
13
|
+
//= require jquery
|
14
|
+
//= require_tree ./views
|
15
|
+
//= require magic-stylez
|
@@ -0,0 +1,71 @@
|
|
1
|
+
<div class="section head">
|
2
|
+
<div class="corset">
|
3
|
+
<h1>magic-stylez</h1>
|
4
|
+
</div>
|
5
|
+
</div>
|
6
|
+
|
7
|
+
|
8
|
+
<div class="section flatted">
|
9
|
+
<div class="corset">
|
10
|
+
<p class="loud"><em>Some style helpers used in a lot of our apps.</em></p>
|
11
|
+
</div>
|
12
|
+
</div>
|
13
|
+
|
14
|
+
<div class="section compact hard-top">
|
15
|
+
<div class="corset center_text">
|
16
|
+
<h2>Warning</h2>
|
17
|
+
<p class="loud">This Gem is still work in process, it is not used in a production app!</p>
|
18
|
+
<p class="loud">Its just the start to outsource my style framework (I mostly rebuild for every app).</p>
|
19
|
+
<p class="loud">It is mostly driven by my own habits, so I don't know if its usefull for others.</p>
|
20
|
+
</div>
|
21
|
+
</div>
|
22
|
+
|
23
|
+
<div class="section compact hard-top">
|
24
|
+
<div class="corset">
|
25
|
+
<h3>Dependencies</h3>
|
26
|
+
<ul>
|
27
|
+
<li><a href="https://github.com/twbs/bootstrap-sass" target="_blank">bootstrap-sass</a></li>
|
28
|
+
<li><a href="http://bourbon.io/" target="_blank">bourbon</a></li>
|
29
|
+
</ul>
|
30
|
+
</div>
|
31
|
+
</div>
|
32
|
+
|
33
|
+
<div class="section compact">
|
34
|
+
<div class="corset">
|
35
|
+
<h3>Thanks</h3>
|
36
|
+
<p class="loud">
|
37
|
+
A lot of code for this gem is taken from <a href="https://github.com/twbs/bootstrap-sass" target="_blank">bootstrap-sass</a>,
|
38
|
+
so thank you guys for the great work.<br>
|
39
|
+
Same goes for <a href="http://bourbon.io/" target="_blank">bourbon</a> thanks for a lightweight helper set.
|
40
|
+
</p>
|
41
|
+
<p class="loud">Also thanks to all the people, how share their knowlegde on <a href="http://stackoverflow.com/" target="_blank">stackoverflow</a>.</p>
|
42
|
+
</div>
|
43
|
+
</div>
|
44
|
+
|
45
|
+
<div class="section compact">
|
46
|
+
<div class="corset">
|
47
|
+
<h3>Authors</h3>
|
48
|
+
<ul>
|
49
|
+
<li><a href="http://twetzel.github.io/" target="_blank">Torsten Wetzel</a></li>
|
50
|
+
<li>many others ...</li>
|
51
|
+
</ul>
|
52
|
+
</div>
|
53
|
+
</div>
|
54
|
+
|
55
|
+
<div class="section compact">
|
56
|
+
<div class="corset">
|
57
|
+
<h3>License</h3>
|
58
|
+
<p class="loud">MIT-License</p>
|
59
|
+
</div>
|
60
|
+
</div>
|
61
|
+
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
<div class="section shine-top flat-bottom">
|
68
|
+
<div class="corset">
|
69
|
+
<p class="center_text">© 2014 Torsten Wetzel (berlinmagic UG)</p>
|
70
|
+
</div>
|
71
|
+
</div>
|
@@ -0,0 +1,70 @@
|
|
1
|
+
<div class="section head">
|
2
|
+
<div class="corset">
|
3
|
+
<h1>Reflections</h1>
|
4
|
+
</div>
|
5
|
+
</div>
|
6
|
+
|
7
|
+
|
8
|
+
<div class="section">
|
9
|
+
<div class="corset top">
|
10
|
+
<table class="layout fancy">
|
11
|
+
<tbody><tr>
|
12
|
+
<td class="tbox side-bar small bg-graySoft">
|
13
|
+
<div class="fancy_box">
|
14
|
+
<div class="reflection"></div>
|
15
|
+
</div>
|
16
|
+
<div class="in_box">
|
17
|
+
<ul id="devise_links" class="nav_list big">
|
18
|
+
<li class="">
|
19
|
+
<a href="#effects/reflections" class="shaguar">
|
20
|
+
<i class="icon-check"></i> Anmelden
|
21
|
+
</a> </li>
|
22
|
+
<li class="">
|
23
|
+
<a href="#effects/reflections" class="shaguar">
|
24
|
+
<i class="icon-edit"></i> Registrieren
|
25
|
+
</a> </li>
|
26
|
+
<li class="">
|
27
|
+
<span class="lst_lnk"><i class="icon-cog"></i> Probleme</span>
|
28
|
+
<ul class="sub_nav">
|
29
|
+
<li class="">
|
30
|
+
<a href="#effects/reflections" class="shaguar">
|
31
|
+
Passwort vergessen
|
32
|
+
</a> </li>
|
33
|
+
<li class="">
|
34
|
+
<a href="#effects/reflections" class="shaguar">
|
35
|
+
Bestätigung erneut senden
|
36
|
+
</a> </li>
|
37
|
+
<li class="">
|
38
|
+
<a href="#effects/reflections" class="shaguar">
|
39
|
+
Entsperr-E-Mail erneut senden
|
40
|
+
</a> </li>
|
41
|
+
</ul>
|
42
|
+
</li>
|
43
|
+
</ul>
|
44
|
+
|
45
|
+
|
46
|
+
<br>
|
47
|
+
</div>
|
48
|
+
</td>
|
49
|
+
<td class="tbox center">
|
50
|
+
<div class="fancy_box">
|
51
|
+
<div class="reflection"></div>
|
52
|
+
</div>
|
53
|
+
<div class="in_box padding_10">
|
54
|
+
body
|
55
|
+
</div>
|
56
|
+
</td>
|
57
|
+
<td class="tbox side-bar small min_grid_20 bg-graySoft">
|
58
|
+
<div class="fancy_box">
|
59
|
+
<div class="reflection"></div>
|
60
|
+
</div>
|
61
|
+
<div class="in_box padding_10">
|
62
|
+
|
63
|
+
</div>
|
64
|
+
</td>
|
65
|
+
</tr>
|
66
|
+
</tbody></table>
|
67
|
+
</div>
|
68
|
+
</div>
|
69
|
+
|
70
|
+
|