pixarea-compass-themes 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  module Pixarea
2
2
  module Compass
3
3
  module Themes
4
- VERSION = "0.2.1"
4
+ VERSION = "0.2.2"
5
5
  end
6
6
  end
7
7
  end
@@ -1,6 +1,6 @@
1
1
  =minipane-shapes
2
2
  #{$_menu_1} a,
3
- #{$_body_content_left},
4
- #{$_body_content_right}
3
+ #{$_body_content_1},
4
+ #{$_body_content_2}
5
5
  +pie
6
6
  +border-radius
@@ -8,7 +8,7 @@
8
8
  // Or you can set $blueprint-grid-width to a fixed value and unset $blueprint-container-size -- it will be calculated for you.
9
9
  $blueprint-grid-width: ($blueprint-container-size + $blueprint-grid-margin) / $blueprint-grid-columns - $blueprint-grid-margin
10
10
 
11
- #{$_body_content_title}
11
+ #{$_page_title}
12
12
  +visually-hide
13
13
 
14
14
  #{$_inner}
@@ -29,12 +29,12 @@
29
29
  +clearfix
30
30
  position: relative
31
31
 
32
- #{$_body_content_left}
32
+ #{$_body_content_1}
33
33
  +column(16)
34
34
  #{$_no_body_content_2} &
35
35
  +column(22)
36
36
  @import compass/layout/stretching
37
- #{$_body_content_right}
37
+ #{$_body_content_2}
38
38
  +column(8)
39
39
  +last
40
40
  +stretch-y
@@ -14,12 +14,12 @@
14
14
  #{$_header}
15
15
  h1
16
16
  background: $darkblue
17
- #{$_body_content_left}
17
+ #{$_body_content_1}
18
18
  background: $lightsable
19
19
  #{$_menu_1} li
20
20
  background: $lightsable
21
21
  +linear-gradient-pie($palegreen 0%, $deepgreen 100%)
22
- #{$_body_content_right} #{$_inner}
22
+ #{$_body_content_2} #{$_inner}
23
23
  $framb: #A83438
24
24
  background: $framb
25
25
  border: 1px solid $framb - #222222
@@ -37,10 +37,10 @@
37
37
  #{$_footer}
38
38
  color: ($bg / 2) + ($neutral / 2.5)
39
39
 
40
- #{$_body_content_left}
40
+ #{$_body_content_1}
41
41
  background: $dark + 30
42
42
 
43
- #{$_body_content_right}
43
+ #{$_body_content_2}
44
44
  background: $dark + 10
45
45
  color: $neutral - 50
46
46
  //border: 2px solid $dark - 10
@@ -4,7 +4,7 @@ $shadow-color: black !default
4
4
 
5
5
  $default-box-shadow-color: $shadow-color
6
6
  $default-box-shadow-blur: 15px
7
- #{$_body_content_left},
7
+ #{$_body_content_1},
8
8
  #{$_menu_1} a,
9
9
  #{$_header} h1,
10
10
  #{$_header} h1 a
@@ -12,5 +12,5 @@ $shadow-color: black !default
12
12
  #{$_header} h1 a
13
13
  +text-shadow(0,0,4px,transparentize($shadow-color, 0.7))
14
14
  //filter: Shadow(Color=$shadow-color, Direction=135, Strength=5)
15
- #{$_body_content_right} #{$_inner}
15
+ #{$_body_content_2} #{$_inner}
16
16
  +box-shadow(transparentize(black, 0.6), -6px, 6px, 14px, 0)
@@ -24,9 +24,9 @@
24
24
  +border-radius-pie(50px $b)
25
25
  a
26
26
  +border-radius-pie(50px $b)
27
- #{$_body_content_right} #{$_inner}
27
+ #{$_body_content_2} #{$_inner}
28
28
  +border-radius-pie($b $b*4 $b*4 $b)
29
- #{$_body_content_left}
29
+ #{$_body_content_1}
30
30
  +border-radius-pie($b)
31
31
  #{$_menu_1} a
32
32
  +border-radius-pie($b $b 0 0)
@@ -1,5 +1,5 @@
1
1
  =shapy-structure
2
- #{$_body_content_title}
2
+ #{$_page_title}
3
3
  +visually-hide
4
4
 
5
5
  #{$_inner}
@@ -11,13 +11,13 @@
11
11
  padding-top: 20px
12
12
  #{$_body}
13
13
  +container-alt
14
- #{$_body_content_left}
14
+ #{$_body_content_1}
15
15
  +column(17)
16
16
  #{$_inner}
17
17
  padding-right: 100px
18
- #{$_no_body_content_2} #{$_body_content_left}
18
+ #{$_no_body_content_2} #{$_body_content_1}
19
19
  +column(22)
20
- #{$_body_content_right}
20
+ #{$_body_content_2}
21
21
  +column(8)
22
22
  +last
23
23
  +pull(1.5)
@@ -16,14 +16,15 @@
16
16
  background: $darkblue
17
17
  a
18
18
  +linear-gradient-pie($palegreen 0%, $deepgreen 100%)
19
- #{$_body_content_left}
19
+ #{$_body_content_1}
20
20
  background: $lightsable
21
21
  #{$_menu_1} a
22
22
  background: $lightsable - 30
23
- #{$_body_content_right} #{$_inner}
23
+ #{$_body_content_2} #{$_inner}
24
24
  $framb: #A83438
25
25
  $bg-sub: $framb
26
26
  background: $bg-sub
27
- color: $bg-sub / 4
27
+ color: $bg-sub / 4
28
+
28
29
  border: ($bg-sub / 1.5) 2px solid
29
30
 
@@ -16,14 +16,14 @@
16
16
  +linear-gradient-pie($mix 0%, $yellow 100%)
17
17
  a
18
18
  +linear-gradient-pie($green +#222 0%, $green -#222 100%)
19
- #{$_body_content_left}
19
+ #{$_body_content_1}
20
20
  $mix: mix($brown, $white, 50)
21
21
  +linear-gradient-pie($mix 50px, $white 300px)
22
22
  #{$_menu_1} li
23
23
  $mix: mix($brown, $white, 80)
24
24
  +linear-gradient-pie($mix 70%, $mix - #222 100%)
25
25
  color: $white !important
26
- #{$_body_content_right} .box
26
+ #{$_body_content_2} .box
27
27
  background: $red
28
28
  border: 5px solid mix($red,$brown - #333 ,50)
29
29
 
@@ -36,10 +36,10 @@
36
36
  #{$_footer}
37
37
  color: ($bg / 2) + ($neutral / 2.5)
38
38
 
39
- #{$_body_content_left}
39
+ #{$_body_content_1}
40
40
  background: $dark + 30
41
41
 
42
- #{$_body_content_right}
42
+ #{$_body_content_2}
43
43
  background: $dark + 20
44
44
  border: 2px solid $dark - 10
45
45
 
@@ -16,10 +16,10 @@
16
16
  +linear-gradient-pie($mix1 30%, $brick 95%)
17
17
  a
18
18
  background: $blue
19
- #{$_body_content_left}
19
+ #{$_body_content_1}
20
20
  +linear-gradient-pie($egg 0%, $deepegg 100%)
21
21
  #{$_menu_1} li
22
22
  background: $egg
23
23
  &:hover
24
- #{$_body_content_right} .box
24
+ #{$_body_content_2} .box
25
25
  background: $egg
@@ -20,11 +20,11 @@
20
20
  a
21
21
  +linear-gradient(color-stops(lighten($orange, 30), lighten($orange, 20), $orange, $red))
22
22
  color: darken($brownish-orange, 5)
23
- #{$_body_content_left}
23
+ #{$_body_content_1}
24
24
  +linear-gradient-pie($mix1 0%, white 100%)
25
25
  #{$_menu_1} li
26
26
  +linear-gradient-pie($mix1 0%, darken($mix1,20) 100%)
27
27
  &:hover
28
28
  +linear-gradient-pie($mix1 0%, $mix1 100%)
29
- #{$_body_content_right} .box
29
+ #{$_body_content_2} .box
30
30
  background: mix($young-green, $brownish-orange, 30)
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: pixarea-compass-themes
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.1
5
+ version: 0.2.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Daniel Reszka
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-04-06 00:00:00 +02:00
13
+ date: 2011-04-19 00:00:00 +02:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency