cyaml 0.0.24 → 0.0.25

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,17 +1,5 @@
1
1
  @charset "UTF-8";
2
2
 
3
- $layout_width: 1000px;
4
- $layout_max_width: $layout_width;
5
- $layout_min_width: $layout_width;
6
- $display_3rd_column: none; /* (none|block) */
7
- $header_height: 200px;
8
- $content_height: auto;
9
- $footer_height: 50px;
10
- $width_c1: 25%;
11
- $width_c2: 50%;
12
- $width_c3: auto;
13
- $yaml_img_dir: "/images";
14
-
15
3
  @import "default_includes";
16
4
 
17
5
  /**
@@ -35,7 +23,7 @@ $yaml_img_dir: "/images";
35
23
  */
36
24
  body {
37
25
  overflow-y: scroll;
38
- background: #4d87c7 url("images/bg_blue.gif") repeat-x top left fixed;
26
+ background: #4d87c7 repeat-x top left fixed;
39
27
  padding: 10px 0; }
40
28
  /*-------------------------------------------------------------------------*/
41
29
  /* (en) Marginal areas & page background */
@@ -82,13 +70,13 @@ $yaml_img_dir: "/images";
82
70
  width: $width_c1;
83
71
  margin: 0; }
84
72
  #col2 {
85
- float: left;
73
+ float: right;
86
74
  width: $width_c2;
75
+ display: $display_3rd_column;
87
76
  margin: 0; }
88
77
  #col3 {
89
78
  width: $width_c3;
90
79
  margin: 0 0 0 75%;
91
- display: $display_3rd_column;
92
80
  }
93
81
  #col1_content {
94
82
  padding: 0 10px 0 20px; }
@@ -0,0 +1,11 @@
1
+ $layout_width: 1000px;
2
+ $layout_max_width: $layout_width;
3
+ $layout_min_width: $layout_width;
4
+ $display_3rd_column: none; /* #col2 (none|block) */
5
+ $header_height: 200px;
6
+ $content_height: auto;
7
+ $footer_height: 50px;
8
+ $width_c1: 25%;
9
+ $width_c2: auto;
10
+ $width_c3: 50%;
11
+ $yaml_img_dir: "/images";
@@ -16,6 +16,7 @@ image 'images/vlist/square/node_plus.gif', :to => 'vlist/square/node_plus.gif'
16
16
  image 'images/vlist/square/subnode.gif', :to => 'vlist/square/subnode.gif'
17
17
  image 'images/vlist/square/subnode_minus.gif', :to => 'vlist/square/subnode_minus.gif'
18
18
  image 'images/vlist/square/subnode_plus.gif', :to => 'vlist/square/subnode_plus.gif'
19
+ image 'config.scss', :to => '.config.scss'
19
20
  stylesheet 'default_includes.scss'
20
21
  stylesheet 'basemod.scss', :media => 'all'
21
22
  stylesheet 'patch_my_layout.scss', :media => 'screen, projection'
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 24
9
- version: 0.0.24
8
+ - 25
9
+ version: 0.0.25
10
10
  platform: ruby
11
11
  authors:
12
12
  - Michael Gerber
@@ -94,6 +94,7 @@ files:
94
94
  - templates/project/images/sliding_door/round/left_on.png
95
95
  - templates/project/images/sliding_door/round/bg.gif
96
96
  - templates/project/images/sliding_door/round/right_on.png
97
+ - templates/project/config.scss
97
98
  - templates/project/basemod.scss
98
99
  - templates/project/manifest.rb
99
100
  has_rdoc: true