simplest 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -68,9 +68,6 @@ $simplest-fluid-grid : false !default
68
68
  margin: 0
69
69
  padding: 0
70
70
  list-style: none
71
- li
72
- margin: 0
73
- padding: 0
74
71
 
75
72
  =colgroup
76
73
  +row
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: simplest
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Elner
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-10-21 00:00:00 Z
13
+ date: 2012-11-27 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: compass
@@ -44,11 +44,7 @@ extra_rdoc_files: []
44
44
 
45
45
  files:
46
46
  - lib/simplest.rb
47
- - stylesheets/_demo-fluid.sass
48
- - stylesheets/_demo.sass
49
- - stylesheets/_mixins.sass
50
47
  - stylesheets/_simplest.sass
51
- - stylesheets/style.sass
52
48
  homepage: https://github.com/elner/simplest
53
49
  licenses: []
54
50
 
@@ -1,52 +0,0 @@
1
- @charset 'utf-8'
2
- @import demo
3
-
4
- $simplest-grid-content : 940px
5
- $simplest-gutter-width : 20px
6
- $simplest-margin-width : 20px
7
- $simplest-grid-columns : 12
8
- $simplest-fluid-grid : true
9
-
10
- .wrapper
11
- +grid-wrapper
12
- .content
13
- +grid-content
14
- .main
15
- +row
16
- ul
17
- +row
18
- &.two-col li
19
- +col(6)
20
- &.three-col li
21
- +col(4)
22
- &.four-col li
23
- +col(3)
24
- &.six-col li
25
- +col(2)
26
- section
27
- +row
28
- +col(8)
29
- +first
30
- article
31
- +col(2, 4, parent(8))
32
- +first
33
- aside
34
- +col(2, 4, parent(8))
35
- +last
36
- nav
37
- +col(4)
38
- +last
39
-
40
- &.layout .content .grid-overlay
41
- position: absolute
42
- width: 100%
43
- top: -50px
44
- left: 0
45
- ul
46
- text-align: center
47
- +row
48
- li
49
- +col(1)
50
- height: 300px
51
- color: #463F4C
52
- background-color: rgba(255,255,255, .1)
@@ -1,73 +0,0 @@
1
- @import url(http://fonts.googleapis.com/css?family=Vast+Shadow|IM+Fell+DW+Pica)
2
-
3
- html
4
- background-color: rgb(250,250,250)
5
- margin: 0
6
- padding: 0
7
-
8
- body
9
- margin: 30px
10
- padding: 0
11
- font: 20px/1.6em 'IM Fell DW Pica', serif, sans-serif
12
- color: #463F4C
13
- text-shadow: 0 1px 0 rgba(255,255,255, .5)
14
-
15
- pre
16
- border: 1px dashed rgb(200,200,200)
17
- line-height: 1.4em
18
- code
19
- font-size: 15px
20
- line-height: 1.4em
21
-
22
- header
23
- margin: 0 auto
24
- max-width: 980px
25
- h2, p
26
- margin-left: 2.04081633%
27
- margin-right: 2.04081633%
28
- h1, h2
29
- margin-bottom: .1em
30
- h1
31
- font-size: 2.4em
32
- text-align: center
33
- margin-bottom: 2.3em
34
- h2
35
- font-size: 1.4em
36
- margin-top: 1em
37
-
38
- p
39
- margin: 0.5em 0 0 0
40
-
41
- .wrapper
42
- &.layout
43
- text-align: center
44
- line-height: 2em
45
- background-color: #51788B
46
- padding: 20px 0
47
- //margin-top: 50px
48
- color: #D3E7EF
49
- .content
50
- i, b, li
51
- display: block
52
- text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2)
53
- font-weight: normal
54
- font-style: normal
55
- line-height: 2em
56
- i, li
57
- line-height: 1.4em
58
- padding-bottom: .6em
59
- color: #3d6778
60
- text-shadow: none
61
- i
62
- font-size: .8em
63
- li b
64
- color: #D3E7EF
65
-
66
- .main
67
- background-color: #ACD4E4
68
- ul
69
- margin-bottom: 2px
70
- header, section, nav, li
71
- background-color: #84B5CC
72
- article, aside
73
- background-color: #689fb5
@@ -1,19 +0,0 @@
1
- =at-media($media)
2
- @if $media == ipad-landscape
3
- @media only screen and (min-width : 1024px) and (max-width: 1200px)
4
- @content
5
- @else if $media == ipad-portrait
6
- @media only screen and (min-width : 768px) and (max-width : 1023px)
7
- @content
8
- @else if $media == iphone-landscape
9
- @media only screen and (min-width : 480px) and (max-width: 767px)
10
- @content
11
- @else if $media == iphone-portrait
12
- @media only screen and (max-width: 479px)
13
- @content
14
- @else if $media == less-than-ipad-landscape
15
- @media only screen and (max-width : 1023px)
16
- @content
17
- @else if $media == less-than-ipad-portrait
18
- @media only screen and (max-width: 767px)
19
- @content
@@ -1,5 +0,0 @@
1
- @charset 'utf-8'
2
-
3
- @import mixins
4
- @import simplest
5
- @import demo-fluid