innetra-easy_generators 1.2 → 1.3
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/Manifest +8 -2
- data/README.rdoc +2 -2
- data/Rakefile +1 -1
- data/easy_generators.gemspec +3 -3
- data/generators/easy_layout/easy_layout_generator.rb +9 -1
- data/generators/easy_layout/templates/config/initializers/rails_teaks.rb +22 -0
- data/generators/easy_layout/templates/design/head-background.svg +223 -0
- data/generators/easy_layout/templates/helpers/form_helper.rb +0 -15
- data/generators/easy_layout/templates/helpers/layout_helper.rb +23 -3
- data/generators/easy_layout/templates/helpers/search_helper.rb +25 -0
- data/generators/easy_layout/templates/images/1px.gif +0 -0
- data/generators/easy_layout/templates/images/head-background.png +0 -0
- data/generators/easy_layout/templates/images/innetra-logo-small.png +0 -0
- data/generators/easy_layout/templates/layouts/application.haml +11 -7
- data/generators/easy_layout/templates/stylesheets/sass/application.sass +2 -346
- data/generators/easy_layout/templates/stylesheets/sass/default.sass +360 -0
- data/generators/easy_layout/templates/stylesheets/sass/template/default.sass +146 -0
- data/generators/easy_layout/templates/stylesheets/sass/template/init.sass +2 -0
- metadata +10 -4
- data/generators/easy_layout/templates/images/body_bg.png +0 -0
- data/generators/easy_layout/templates/images/body_bg.svg +0 -381
@@ -0,0 +1,146 @@
|
|
1
|
+
// =============================================================================
|
2
|
+
// Body
|
3
|
+
// =============================================================================
|
4
|
+
!anchor_color = #21A1D5
|
5
|
+
!body_background_color = #EFEFEF
|
6
|
+
!body_background_image = "none"
|
7
|
+
!body_background_repeat = "repeat-none"
|
8
|
+
!body_min_width = 980px
|
9
|
+
!border_color = #E0E0E0
|
10
|
+
!header_color = #707070
|
11
|
+
!text_color = #696969
|
12
|
+
|
13
|
+
// =============================================================================
|
14
|
+
// Font
|
15
|
+
// =============================================================================
|
16
|
+
!font_family = "helvetica, arial, sans-serif"
|
17
|
+
|
18
|
+
// -----------------------------------------------------------------------------
|
19
|
+
// Font sizes
|
20
|
+
// -----------------------------------------------------------------------------
|
21
|
+
!font_size = 14px
|
22
|
+
|
23
|
+
!head_font_size_big = 26px
|
24
|
+
!head_font_size_medium = 20px
|
25
|
+
!head_font_size_normal = 16px
|
26
|
+
!head_font_size_small = 13px
|
27
|
+
|
28
|
+
!sidebar_font_size_big = 17px
|
29
|
+
!sidebar_font_size_medium = 15px
|
30
|
+
!sidebar_font_size_normal = 14px
|
31
|
+
!sidebar_font_size_small = 12px
|
32
|
+
|
33
|
+
!content_font_size_big = 18px
|
34
|
+
!content_font_size_medium = 16px
|
35
|
+
!content_font_size_normal = 14px
|
36
|
+
!content_font_size_small = 12px
|
37
|
+
|
38
|
+
// =============================================================================
|
39
|
+
// Forms
|
40
|
+
// =============================================================================
|
41
|
+
|
42
|
+
// -----------------------------------------------------------------------------
|
43
|
+
// Flash messages
|
44
|
+
// -----------------------------------------------------------------------------
|
45
|
+
!flash_background_color = #FFFFCC
|
46
|
+
!flash_error_color = #F00
|
47
|
+
!flash_notice_color = #000
|
48
|
+
|
49
|
+
// -----------------------------------------------------------------------------
|
50
|
+
// Input[type=text|password] and textarea colors with shadow effect
|
51
|
+
// -----------------------------------------------------------------------------
|
52
|
+
!form_input_dark_border_color = #8C8C8C
|
53
|
+
!form_input_light_border_color = #BEBEBE
|
54
|
+
|
55
|
+
// -----------------------------------------------------------------------------
|
56
|
+
// The color for * (asterisk) indicating required fields
|
57
|
+
// -----------------------------------------------------------------------------
|
58
|
+
!required_field_symbol_color = #F00
|
59
|
+
|
60
|
+
// -----------------------------------------------------------------------------
|
61
|
+
// Comment's color
|
62
|
+
// -----------------------------------------------------------------------------
|
63
|
+
!comment_color = #9E9E9E
|
64
|
+
|
65
|
+
// -----------------------------------------------------------------------------
|
66
|
+
// Errors
|
67
|
+
// -----------------------------------------------------------------------------
|
68
|
+
!form_error_color = #F00
|
69
|
+
|
70
|
+
// =============================================================================
|
71
|
+
// Easy Navigation
|
72
|
+
// =============================================================================
|
73
|
+
|
74
|
+
!easy_navigation_font_size = 0.9em
|
75
|
+
!easy_navigation_line_height = 1.5em
|
76
|
+
!easy_navigation_height = 1.5em
|
77
|
+
!easy_navigation_menu_color = #FFF
|
78
|
+
!easy_navigation_menu_background_color = #257291
|
79
|
+
!easy_navigation_tab_color = #FFF
|
80
|
+
!easy_navigation_tab_background_color = transparent
|
81
|
+
|
82
|
+
// -----------------------------------------------------------------------------
|
83
|
+
// Current tab|menu being viewed
|
84
|
+
// -----------------------------------------------------------------------------
|
85
|
+
!easy_navigation_current_menu_color = #FFFF00
|
86
|
+
!easy_navigation_current_menu_background_color = #257291
|
87
|
+
!easy_navigation_current_tab_color = #FFFF00
|
88
|
+
!easy_navigation_current_tab_background_color = #257291
|
89
|
+
|
90
|
+
// -----------------------------------------------------------------------------
|
91
|
+
// Hover style for tab and menus
|
92
|
+
// -----------------------------------------------------------------------------
|
93
|
+
!easy_navigation_hover_menu_background_color = #258BB4
|
94
|
+
!easy_navigation_hover_tab_background_color = #257291
|
95
|
+
|
96
|
+
// -----------------------------------------------------------------------------
|
97
|
+
// Drop down menu image (arrow down)
|
98
|
+
// -----------------------------------------------------------------------------
|
99
|
+
!easy_navigation_drop_down_indicator_image = "url(/images/arrow.png)"
|
100
|
+
|
101
|
+
// =============================================================================
|
102
|
+
// Layout
|
103
|
+
// =============================================================================
|
104
|
+
|
105
|
+
// -----------------------------------------------------------------------------
|
106
|
+
// Header
|
107
|
+
// -----------------------------------------------------------------------------
|
108
|
+
!head_color = #FFF
|
109
|
+
!head_background_color = #257291
|
110
|
+
!head_background_image = "url(/images/head-background.png)"
|
111
|
+
!head_background_repeat = "repeat-x"
|
112
|
+
!head_height = 130px
|
113
|
+
|
114
|
+
// -----------------------------------------------------------------------------
|
115
|
+
// Toolbar
|
116
|
+
// -----------------------------------------------------------------------------
|
117
|
+
!toolbar_color = #FFF
|
118
|
+
!toolbar_background_color = #222
|
119
|
+
|
120
|
+
// -----------------------------------------------------------------------------
|
121
|
+
// Title
|
122
|
+
// -----------------------------------------------------------------------------
|
123
|
+
!title_logo_background_image = "url(/images/innetra-logo-small.png)"
|
124
|
+
!title_logo_height = 50px
|
125
|
+
!title_logo_width = 133px
|
126
|
+
|
127
|
+
// -----------------------------------------------------------------------------
|
128
|
+
// Page
|
129
|
+
// -----------------------------------------------------------------------------
|
130
|
+
!page_background_color = #FFF
|
131
|
+
!page_sidebar_margin = 420px
|
132
|
+
|
133
|
+
// -----------------------------------------------------------------------------
|
134
|
+
// Sidebar
|
135
|
+
// -----------------------------------------------------------------------------
|
136
|
+
!sidebar_width = 400px
|
137
|
+
!sidebar_section_background_color = #EFEFEF
|
138
|
+
!sidebar_section_border_color = #DDD
|
139
|
+
!sidebar_section_border_style = "solid"
|
140
|
+
!sidebar_section_border_width = 3px
|
141
|
+
|
142
|
+
// =============================================================================
|
143
|
+
// Shadowbox
|
144
|
+
// =============================================================================
|
145
|
+
!shadow1_background_color = #C9C9C9
|
146
|
+
!shadow2_background_color = #B0B0B0
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: innetra-easy_generators
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: "1.
|
4
|
+
version: "1.3"
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ivan Torres
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-05-
|
12
|
+
date: 2009-05-21 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
@@ -25,11 +25,17 @@ extra_rdoc_files:
|
|
25
25
|
files:
|
26
26
|
- Manifest
|
27
27
|
- generators/easy_layout/templates/stylesheets/sass/application.sass
|
28
|
+
- generators/easy_layout/templates/stylesheets/sass/template/init.sass
|
29
|
+
- generators/easy_layout/templates/stylesheets/sass/template/default.sass
|
30
|
+
- generators/easy_layout/templates/stylesheets/sass/default.sass
|
28
31
|
- generators/easy_layout/templates/helpers/layout_helper.rb
|
29
32
|
- generators/easy_layout/templates/helpers/shadowbox_helper.rb
|
33
|
+
- generators/easy_layout/templates/helpers/search_helper.rb
|
30
34
|
- generators/easy_layout/templates/helpers/form_helper.rb
|
31
|
-
- generators/easy_layout/templates/
|
32
|
-
- generators/easy_layout/templates/images/
|
35
|
+
- generators/easy_layout/templates/design/head-background.svg
|
36
|
+
- generators/easy_layout/templates/images/1px.gif
|
37
|
+
- generators/easy_layout/templates/images/innetra-logo-small.png
|
38
|
+
- generators/easy_layout/templates/images/head-background.png
|
33
39
|
- generators/easy_layout/templates/config/initializers/rails_teaks.rb
|
34
40
|
- generators/easy_layout/templates/layouts/application.haml
|
35
41
|
- generators/easy_layout/easy_layout_generator.rb
|
Binary file
|
@@ -1,381 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
-
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
-
<svg
|
4
|
-
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
5
|
-
xmlns:cc="http://creativecommons.org/ns#"
|
6
|
-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
7
|
-
xmlns:svg="http://www.w3.org/2000/svg"
|
8
|
-
xmlns="http://www.w3.org/2000/svg"
|
9
|
-
xmlns:xlink="http://www.w3.org/1999/xlink"
|
10
|
-
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
11
|
-
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
12
|
-
width="744.09448819"
|
13
|
-
height="1052.3622047"
|
14
|
-
id="svg2"
|
15
|
-
sodipodi:version="0.32"
|
16
|
-
inkscape:version="0.46"
|
17
|
-
sodipodi:docname="codebase.svg"
|
18
|
-
inkscape:output_extension="org.inkscape.output.svg.inkscape">
|
19
|
-
<defs
|
20
|
-
id="defs4">
|
21
|
-
<linearGradient
|
22
|
-
id="linearGradient3316">
|
23
|
-
<stop
|
24
|
-
id="stop3318"
|
25
|
-
offset="0"
|
26
|
-
style="stop-color:#449cbe;stop-opacity:1;" />
|
27
|
-
<stop
|
28
|
-
id="stop3320"
|
29
|
-
offset="1"
|
30
|
-
style="stop-color:#257291;stop-opacity:1;" />
|
31
|
-
</linearGradient>
|
32
|
-
<linearGradient
|
33
|
-
id="linearGradient3304">
|
34
|
-
<stop
|
35
|
-
style="stop-color:#efefdf;stop-opacity:1;"
|
36
|
-
offset="0"
|
37
|
-
id="stop3306" />
|
38
|
-
<stop
|
39
|
-
style="stop-color:#ffffff;stop-opacity:1;"
|
40
|
-
offset="1"
|
41
|
-
id="stop3308" />
|
42
|
-
</linearGradient>
|
43
|
-
<linearGradient
|
44
|
-
id="linearGradient3189">
|
45
|
-
<stop
|
46
|
-
style="stop-color:#7397b5;stop-opacity:1;"
|
47
|
-
offset="0"
|
48
|
-
id="stop3191" />
|
49
|
-
<stop
|
50
|
-
style="stop-color:#3a566e;stop-opacity:1;"
|
51
|
-
offset="1"
|
52
|
-
id="stop3193" />
|
53
|
-
</linearGradient>
|
54
|
-
<inkscape:perspective
|
55
|
-
sodipodi:type="inkscape:persp3d"
|
56
|
-
inkscape:vp_x="0 : 526.18109 : 1"
|
57
|
-
inkscape:vp_y="0 : 1000 : 0"
|
58
|
-
inkscape:vp_z="744.09448 : 526.18109 : 1"
|
59
|
-
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
|
60
|
-
id="perspective10" />
|
61
|
-
<linearGradient
|
62
|
-
inkscape:collect="always"
|
63
|
-
xlink:href="#linearGradient3316"
|
64
|
-
id="linearGradient3195"
|
65
|
-
x1="-424"
|
66
|
-
y1="99.362183"
|
67
|
-
x2="-424"
|
68
|
-
y2="30.333202"
|
69
|
-
gradientUnits="userSpaceOnUse" />
|
70
|
-
<linearGradient
|
71
|
-
inkscape:collect="always"
|
72
|
-
xlink:href="#linearGradient3189"
|
73
|
-
id="linearGradient3254"
|
74
|
-
gradientUnits="userSpaceOnUse"
|
75
|
-
x1="-456.45401"
|
76
|
-
y1="13.485125"
|
77
|
-
x2="-456.45401"
|
78
|
-
y2="113.73999"
|
79
|
-
gradientTransform="matrix(6.25e-3,0,0,1,-869.74395,0)" />
|
80
|
-
<linearGradient
|
81
|
-
inkscape:collect="always"
|
82
|
-
xlink:href="#linearGradient3189"
|
83
|
-
id="linearGradient3286"
|
84
|
-
gradientUnits="userSpaceOnUse"
|
85
|
-
gradientTransform="matrix(6.25e-3,0,0,1,-869.74395,0)"
|
86
|
-
x1="-456.45401"
|
87
|
-
y1="13.485125"
|
88
|
-
x2="-456.45401"
|
89
|
-
y2="113.73999" />
|
90
|
-
<linearGradient
|
91
|
-
inkscape:collect="always"
|
92
|
-
xlink:href="#linearGradient3189"
|
93
|
-
id="linearGradient3290"
|
94
|
-
gradientUnits="userSpaceOnUse"
|
95
|
-
gradientTransform="matrix(6.25e-3,0,0,1.4,-869.74395,-5.402011)"
|
96
|
-
x1="-456.45401"
|
97
|
-
y1="13.485125"
|
98
|
-
x2="-456.45401"
|
99
|
-
y2="113.73999" />
|
100
|
-
<linearGradient
|
101
|
-
inkscape:collect="always"
|
102
|
-
xlink:href="#linearGradient3189"
|
103
|
-
id="linearGradient3314"
|
104
|
-
gradientUnits="userSpaceOnUse"
|
105
|
-
x1="-456.45401"
|
106
|
-
y1="13.485125"
|
107
|
-
x2="-456.45401"
|
108
|
-
y2="113.73999"
|
109
|
-
gradientTransform="translate(3,546)" />
|
110
|
-
<linearGradient
|
111
|
-
inkscape:collect="always"
|
112
|
-
xlink:href="#linearGradient3316"
|
113
|
-
id="linearGradient3333"
|
114
|
-
gradientUnits="userSpaceOnUse"
|
115
|
-
x1="-424"
|
116
|
-
y1="99.362183"
|
117
|
-
x2="-424"
|
118
|
-
y2="30.333202"
|
119
|
-
gradientTransform="matrix(6.25e-3,0,0,1.4,-916.7607,-0.4020111)" />
|
120
|
-
<linearGradient
|
121
|
-
inkscape:collect="always"
|
122
|
-
xlink:href="#linearGradient3189"
|
123
|
-
id="linearGradient3335"
|
124
|
-
gradientUnits="userSpaceOnUse"
|
125
|
-
gradientTransform="matrix(6.25e-3,0,0,1.4,-869.74395,-5.402011)"
|
126
|
-
x1="-456.45401"
|
127
|
-
y1="13.485125"
|
128
|
-
x2="-456.45401"
|
129
|
-
y2="113.73999" />
|
130
|
-
<linearGradient
|
131
|
-
inkscape:collect="always"
|
132
|
-
xlink:href="#linearGradient3189"
|
133
|
-
id="linearGradient3339"
|
134
|
-
gradientUnits="userSpaceOnUse"
|
135
|
-
gradientTransform="matrix(6.25e-3,0,0,1.4,-869.74395,-5.402011)"
|
136
|
-
x1="-456.45401"
|
137
|
-
y1="13.485125"
|
138
|
-
x2="-456.45401"
|
139
|
-
y2="113.73999" />
|
140
|
-
</defs>
|
141
|
-
<sodipodi:namedview
|
142
|
-
id="base"
|
143
|
-
pagecolor="#ffffff"
|
144
|
-
bordercolor="#666666"
|
145
|
-
borderopacity="1.0"
|
146
|
-
gridtolerance="10000"
|
147
|
-
guidetolerance="10"
|
148
|
-
objecttolerance="10"
|
149
|
-
inkscape:pageopacity="0.0"
|
150
|
-
inkscape:pageshadow="2"
|
151
|
-
inkscape:zoom="1"
|
152
|
-
inkscape:cx="-765.69108"
|
153
|
-
inkscape:cy="784.75854"
|
154
|
-
inkscape:document-units="px"
|
155
|
-
inkscape:current-layer="layer1"
|
156
|
-
showgrid="false"
|
157
|
-
inkscape:window-width="1280"
|
158
|
-
inkscape:window-height="725"
|
159
|
-
inkscape:window-x="0"
|
160
|
-
inkscape:window-y="25" />
|
161
|
-
<metadata
|
162
|
-
id="metadata7">
|
163
|
-
<rdf:RDF>
|
164
|
-
<cc:Work
|
165
|
-
rdf:about="">
|
166
|
-
<dc:format>image/svg+xml</dc:format>
|
167
|
-
<dc:type
|
168
|
-
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
169
|
-
<dc:title>body_bg</dc:title>
|
170
|
-
<dc:creator>
|
171
|
-
<cc:Agent>
|
172
|
-
<dc:title>Ivan Torres</dc:title>
|
173
|
-
</cc:Agent>
|
174
|
-
</dc:creator>
|
175
|
-
<dc:rights>
|
176
|
-
<cc:Agent>
|
177
|
-
<dc:title>Innetra Consultancy Services, S.C.</dc:title>
|
178
|
-
</cc:Agent>
|
179
|
-
</dc:rights>
|
180
|
-
<dc:publisher>
|
181
|
-
<cc:Agent>
|
182
|
-
<dc:title>Innetra Consultancy Services, S.C.</dc:title>
|
183
|
-
</cc:Agent>
|
184
|
-
</dc:publisher>
|
185
|
-
</cc:Work>
|
186
|
-
</rdf:RDF>
|
187
|
-
</metadata>
|
188
|
-
<g
|
189
|
-
inkscape:label="Layer 1"
|
190
|
-
inkscape:groupmode="layer"
|
191
|
-
id="layer1">
|
192
|
-
<rect
|
193
|
-
style="opacity:1;fill:url(#linearGradient3195);fill-opacity:1;stroke:none;stroke-width:5;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
194
|
-
id="rect2383"
|
195
|
-
width="800"
|
196
|
-
height="100"
|
197
|
-
x="-861.14282"
|
198
|
-
y="13.505028" />
|
199
|
-
<rect
|
200
|
-
y="13.505028"
|
201
|
-
x="-861.14282"
|
202
|
-
height="25"
|
203
|
-
width="800"
|
204
|
-
id="rect2385"
|
205
|
-
style="opacity:1;fill:#333333;fill-opacity:1;stroke:none;stroke-width:5;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
206
|
-
<rect
|
207
|
-
style="fill:#257291;fill-opacity:1;stroke:none;stroke-width:5;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
208
|
-
id="rect3159"
|
209
|
-
width="100"
|
210
|
-
height="30"
|
211
|
-
x="-853.14282"
|
212
|
-
y="79.398888" />
|
213
|
-
<text
|
214
|
-
xml:space="preserve"
|
215
|
-
style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr;text-anchor:start;fill:#ffff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial;-inkscape-font-specification:Arial Bold"
|
216
|
-
x="-827.87817"
|
217
|
-
y="98.623497"
|
218
|
-
id="text3161"
|
219
|
-
sodipodi:linespacing="125%"><tspan
|
220
|
-
sodipodi:role="line"
|
221
|
-
id="tspan3163"
|
222
|
-
x="-827.87817"
|
223
|
-
y="98.623497">Welcome</tspan></text>
|
224
|
-
<rect
|
225
|
-
y="113.50503"
|
226
|
-
x="-861.14282"
|
227
|
-
height="400"
|
228
|
-
width="800"
|
229
|
-
id="rect3169"
|
230
|
-
style="opacity:1;fill:#efefdf;fill-opacity:1;stroke:none;stroke-width:5;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
231
|
-
<text
|
232
|
-
xml:space="preserve"
|
233
|
-
style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial;-inkscape-font-specification:Arial"
|
234
|
-
x="-156.81238"
|
235
|
-
y="29.585598"
|
236
|
-
id="text3171"
|
237
|
-
sodipodi:linespacing="125%"><tspan
|
238
|
-
sodipodi:role="line"
|
239
|
-
id="tspan3173"
|
240
|
-
x="-156.81238"
|
241
|
-
y="29.585598">Configuration</tspan></text>
|
242
|
-
<rect
|
243
|
-
y="125.50264"
|
244
|
-
x="-847.15955"
|
245
|
-
height="380"
|
246
|
-
width="500"
|
247
|
-
id="rect3185"
|
248
|
-
style="opacity:1;fill:#888a85;fill-opacity:1;stroke:none;stroke-width:5;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
249
|
-
<rect
|
250
|
-
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:5;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
251
|
-
id="rect3175"
|
252
|
-
width="500"
|
253
|
-
height="380"
|
254
|
-
x="-848.15839"
|
255
|
-
y="123.50503" />
|
256
|
-
<rect
|
257
|
-
y="122.49391"
|
258
|
-
x="-327.01535"
|
259
|
-
height="197.46432"
|
260
|
-
width="247.46434"
|
261
|
-
id="rect3177"
|
262
|
-
style="opacity:1;fill:#888a85;fill-opacity:1;stroke:none;stroke-width:5;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
263
|
-
<rect
|
264
|
-
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:5;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
265
|
-
id="rect3183"
|
266
|
-
width="251.46434"
|
267
|
-
height="201.46432"
|
268
|
-
x="-331.01297"
|
269
|
-
y="119.4951" />
|
270
|
-
<rect
|
271
|
-
y="79.398888"
|
272
|
-
x="-748.38892"
|
273
|
-
height="30"
|
274
|
-
width="100"
|
275
|
-
id="rect3216"
|
276
|
-
style="fill:none;fill-opacity:1;stroke:none;stroke-width:5;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
277
|
-
<text
|
278
|
-
sodipodi:linespacing="125%"
|
279
|
-
id="text3218"
|
280
|
-
y="97.504356"
|
281
|
-
x="-733.99048"
|
282
|
-
style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial;-inkscape-font-specification:Arial Bold"
|
283
|
-
xml:space="preserve"><tspan
|
284
|
-
y="97.504356"
|
285
|
-
x="-733.99048"
|
286
|
-
id="tspan3220"
|
287
|
-
sodipodi:role="line">Configuration</tspan></text>
|
288
|
-
<g
|
289
|
-
id="g3345"
|
290
|
-
inkscape:export-filename="/home/itorres/code/sandbox/public/images/header_bg.png"
|
291
|
-
inkscape:export-xdpi="90"
|
292
|
-
inkscape:export-ydpi="90"
|
293
|
-
transform="translate(43,-5)">
|
294
|
-
<g
|
295
|
-
id="g3341">
|
296
|
-
<rect
|
297
|
-
y="18.505028"
|
298
|
-
x="-922.14282"
|
299
|
-
height="140"
|
300
|
-
width="5"
|
301
|
-
id="rect3331"
|
302
|
-
style="opacity:1;fill:url(#linearGradient3333);fill-opacity:1;stroke:none;stroke-width:5;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
303
|
-
<rect
|
304
|
-
style="fill:#333333;fill-opacity:1;stroke:none;stroke-width:5;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
305
|
-
id="rect3252"
|
306
|
-
width="5"
|
307
|
-
height="25"
|
308
|
-
x="-922.14282"
|
309
|
-
y="18.505028" />
|
310
|
-
</g>
|
311
|
-
</g>
|
312
|
-
<g
|
313
|
-
id="g3282"
|
314
|
-
inkscape:export-filename="/home/itorres/code/sandbox/public/images/easy_navigation/arrow.png"
|
315
|
-
inkscape:export-xdpi="90"
|
316
|
-
inkscape:export-ydpi="90"
|
317
|
-
transform="translate(-133.8,27.6)">
|
318
|
-
<rect
|
319
|
-
inkscape:export-ydpi="90"
|
320
|
-
inkscape:export-xdpi="90"
|
321
|
-
inkscape:export-filename="/home/itorres/Desktop/arrow.png"
|
322
|
-
y="59.667595"
|
323
|
-
x="-515.89069"
|
324
|
-
height="14"
|
325
|
-
width="10"
|
326
|
-
id="rect3277"
|
327
|
-
style="fill:none;fill-opacity:1;stroke:none;stroke-width:5;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
328
|
-
<path
|
329
|
-
inkscape:export-ydpi="90"
|
330
|
-
inkscape:export-xdpi="90"
|
331
|
-
inkscape:export-filename="/home/itorres/Desktop/arrow.png"
|
332
|
-
transform="matrix(-0.9483359,0,0,-0.821283,-496.82445,96.6195)"
|
333
|
-
d="M 18.52321,39.665869 L 14.832535,39.665869 L 11.141859,39.665869 L 12.987197,36.469651 L 14.832535,33.273432 L 16.677872,36.469651 L 18.52321,39.665869 z"
|
334
|
-
inkscape:randomized="0"
|
335
|
-
inkscape:rounded="0"
|
336
|
-
inkscape:flatsided="false"
|
337
|
-
sodipodi:arg2="1.5707963"
|
338
|
-
sodipodi:arg1="0.52359878"
|
339
|
-
sodipodi:r2="2.1308122"
|
340
|
-
sodipodi:r1="4.2616248"
|
341
|
-
sodipodi:cy="37.535057"
|
342
|
-
sodipodi:cx="14.832535"
|
343
|
-
sodipodi:sides="3"
|
344
|
-
id="path2385"
|
345
|
-
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:5;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
346
|
-
sodipodi:type="star" />
|
347
|
-
</g>
|
348
|
-
<rect
|
349
|
-
y="559.505"
|
350
|
-
x="-858.14282"
|
351
|
-
height="100"
|
352
|
-
width="800"
|
353
|
-
id="rect3312"
|
354
|
-
style="opacity:1;fill:url(#linearGradient3314);fill-opacity:1;stroke:none;stroke-width:5;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
355
|
-
<text
|
356
|
-
xml:space="preserve"
|
357
|
-
style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
|
358
|
-
x="-837"
|
359
|
-
y="153.36218"
|
360
|
-
id="text3322"
|
361
|
-
sodipodi:linespacing="125%"><tspan
|
362
|
-
sodipodi:role="line"
|
363
|
-
id="tspan3324"
|
364
|
-
x="-837"
|
365
|
-
y="153.36218">Some Welcome</tspan></text>
|
366
|
-
<rect
|
367
|
-
y="119.4951"
|
368
|
-
x="-331.01297"
|
369
|
-
height="197.46432"
|
370
|
-
width="247.46434"
|
371
|
-
id="rect3326"
|
372
|
-
style="opacity:1;fill:#efefdf;fill-opacity:1;stroke:#ddddca;stroke-width:5;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
373
|
-
<rect
|
374
|
-
y="79.398888"
|
375
|
-
x="-623.14282"
|
376
|
-
height="30"
|
377
|
-
width="100"
|
378
|
-
id="rect3350"
|
379
|
-
style="fill:#449cbe;fill-opacity:1;stroke:none;stroke-width:5;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
380
|
-
</g>
|
381
|
-
</svg>
|