Commit 7f3aea511da1a9c96931ffb8098066fe90f16657
1 parent
44062abc
Exists in
master
and in
28 other branches
ActionItem110: bli
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@758 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
65 changed files
with
0 additions
and
2185 deletions
Show diff stats
public/designs/templates/default/default.yml
public/designs/templates/default/images/add.png
489 Bytes
public/designs/templates/default/images/bgblue.jpg
11.4 KB
public/designs/templates/default/images/bgblue.png
43.1 KB
public/designs/templates/default/images/bggreen.jpg
11.1 KB
public/designs/templates/default/images/bggreen.png
42.4 KB
public/designs/templates/default/images/bgorange.jpg
11.4 KB
public/designs/templates/default/images/bgorange.png
42 KB
public/designs/templates/default/images/bgpurple.jpg
11.2 KB
public/designs/templates/default/images/bgpurple.png
43.1 KB
public/designs/templates/default/images/bgred.jpg
11.8 KB
public/designs/templates/default/images/bgred.png
41.3 KB
public/designs/templates/default/images/foto.png
4.35 KB
public/designs/templates/default/stylesheets/cms.css
... | ... | @@ -1,128 +0,0 @@ |
1 | - | |
2 | -/************************************ | |
3 | - * listing stuff | |
4 | - ************************************/ | |
5 | -#content .handle, #content .do-reorder UL LI .handle { | |
6 | - display: none; | |
7 | -} | |
8 | -#content .do-reorder LI .handle { | |
9 | - display: inline; | |
10 | - background: gray; | |
11 | - color: white; | |
12 | - padding: 1px 3px; | |
13 | - cursor: move; | |
14 | -} | |
15 | - | |
16 | -ul.page-list li { | |
17 | - list-style: none; | |
18 | -} | |
19 | - | |
20 | -ul.page-list li table, | |
21 | -ul.page-list li td { | |
22 | - border: none; | |
23 | - padding: 3px; | |
24 | -} | |
25 | - | |
26 | -ul.page-list a.page { | |
27 | - font-weight: bold; | |
28 | -} | |
29 | - | |
30 | -ul.page-list a:visited, ul.page-list a:link { | |
31 | - color: #000; | |
32 | -} | |
33 | - | |
34 | -ul.page-list a:hover { | |
35 | - background: #aa9; | |
36 | -} | |
37 | - | |
38 | -#content .page-list .hover { | |
39 | - background: #F1F0DB; | |
40 | -} | |
41 | - | |
42 | -#content .page-list .commands A.delete-page:hover { | |
43 | - color: white; | |
44 | - background: black; | |
45 | -} | |
46 | -#content .page-list .hover-delete { | |
47 | - background: red; | |
48 | - color: #FF8E90; | |
49 | -} | |
50 | -#content .page-list .hover-delete A, | |
51 | -#content .page-list .hover-delete .commands A { | |
52 | - color: #FF8E90; | |
53 | -} | |
54 | -#content .page-list .hover-delete A.page { | |
55 | - color: white; | |
56 | - border-bottom: 0px; | |
57 | -} | |
58 | -#content .page-list .hover-delete UL LI A.page { | |
59 | - color: red; | |
60 | - border-bottom: 0px; | |
61 | -} | |
62 | - | |
63 | -/*********************************** | |
64 | - * from stuff | |
65 | - ***********************************/ | |
66 | -div.comatose_field { | |
67 | -} | |
68 | -div.comatose_field label { | |
69 | - display: block; | |
70 | - font-weight: bold; | |
71 | -} | |
72 | - | |
73 | -div.comatose_field textarea { | |
74 | - width: 90%; | |
75 | -} | |
76 | -div.comatose_field textarea, | |
77 | -div.comatose_field input, | |
78 | -div.comatose_field select { | |
79 | - border: 1px solid gray; | |
80 | -} | |
81 | - | |
82 | -/**************************************** | |
83 | - * revisions page stuff | |
84 | - ****************************************/ | |
85 | - | |
86 | -.older-content { | |
87 | - float: right; | |
88 | -} | |
89 | -.current-content { | |
90 | - float: left; | |
91 | -} | |
92 | - | |
93 | -.revisions { | |
94 | - width: 47%; | |
95 | - border: 1px solid gray; | |
96 | - padding: 0.25em; | |
97 | -} | |
98 | - | |
99 | -.revisions .header { | |
100 | - font-weight: bold; | |
101 | - border-bottom: 1px solid black; | |
102 | - margin-bottom: 10px; | |
103 | - height: 40px; | |
104 | -} | |
105 | - | |
106 | -.revisions .meta { | |
107 | - border-bottom: 1px solid black; | |
108 | - margin-bottom: 10px; | |
109 | -} | |
110 | - | |
111 | -.revisions .footer { | |
112 | - border-top: 1px solid black; | |
113 | - margin-top: 10px; | |
114 | - padding: 0.25em; | |
115 | -} | |
116 | - | |
117 | -.revisions .meta label span { | |
118 | - font-weight: bold; | |
119 | -} | |
120 | - | |
121 | -.revisions .meta label { | |
122 | - font-weight: normal; | |
123 | - display: block; | |
124 | -} | |
125 | - | |
126 | -.collapsed { | |
127 | - display: none; | |
128 | -} |
public/designs/templates/default/stylesheets/contentblocks.css
... | ... | @@ -1,34 +0,0 @@ |
1 | -div.listblock div.block_content ul { | |
2 | -margin: 0px; | |
3 | -padding: 0px; | |
4 | -} | |
5 | - | |
6 | -div.listblock div.block_content li { | |
7 | -display: block; | |
8 | -float: left; | |
9 | -height: 95px; | |
10 | -width: 80px; | |
11 | -border: 1px solid #dfdfdf; | |
12 | -background: #ffffff url("../images/foto.png") no-repeat; | |
13 | -margin: 2px; | |
14 | -overflow: hidden; | |
15 | -font-size: 10px; | |
16 | -color: #545454; | |
17 | -font-weight: bold; | |
18 | -} | |
19 | - | |
20 | -div.listblock div.block_content li span { | |
21 | -display: none; | |
22 | -} | |
23 | - | |
24 | -div.listblock div.block_content li:hover span { | |
25 | -display: block; | |
26 | -line-height: 95px; | |
27 | -text-align: center; | |
28 | -background: #ffffff; | |
29 | -vertical-align: middle; | |
30 | -} | |
31 | - | |
32 | -div.listblock div.block_footer { | |
33 | -clear: both; | |
34 | -} |
public/designs/templates/default/stylesheets/editor.css
... | ... | @@ -1,90 +0,0 @@ |
1 | -#design_editor_blocksbar { | |
2 | - list-style: none; | |
3 | - position: relative; | |
4 | - width: 760px; | |
5 | - left: 50%; | |
6 | - margin-left: -380px; | |
7 | - padding: 0em; | |
8 | - height: 30px; | |
9 | -} | |
10 | - | |
11 | -#design_editor_blocksbar li { | |
12 | -float: left; | |
13 | -margin: 4px; | |
14 | -} | |
15 | - | |
16 | -#design_editor_blocksbar a { | |
17 | -background: url("../images/add.png") no-repeat; | |
18 | -background-position: 0px 3px; | |
19 | -display: block; | |
20 | -padding: 5px; | |
21 | -padding-left: 28px; | |
22 | -border: 1px outset #545454; | |
23 | -text-decoration: none; | |
24 | -color: black; | |
25 | -font-weight: bold; | |
26 | -} | |
27 | - | |
28 | -#design_editor_blocksbar a:hover { | |
29 | -border: 1px inset #545454; | |
30 | -} | |
31 | - | |
32 | -#design_editor ul.block_list { | |
33 | - list-style: none; | |
34 | - margin: 0px; | |
35 | - padding: 3px; | |
36 | - border: 2px dotted #dfdfdf; | |
37 | -} | |
38 | - | |
39 | -#design_editor ul:hover.block_list { | |
40 | - border: 2px dotted #545454; | |
41 | -} | |
42 | - | |
43 | -#design_editor .box { | |
44 | - border: 2px solid transparent; | |
45 | -} | |
46 | - | |
47 | -#design_editor .hover { | |
48 | - border: 2px dotted red; | |
49 | - background: #ff6; | |
50 | -} | |
51 | - | |
52 | -#design_editor_toolbar { | |
53 | - padding: 5px; | |
54 | -} | |
55 | - | |
56 | -#design_editor_toolbar h3 { | |
57 | - font-size: 10px; | |
58 | - background: #dfdfdf; | |
59 | - margin: 0px; | |
60 | - padding: 1px; | |
61 | - text-align: right; | |
62 | - color: #545454; | |
63 | -} | |
64 | - | |
65 | -#design_editor_toolbar a { | |
66 | - font-size: 10px; | |
67 | - padding: 5px; | |
68 | - background: #dfdfdf; | |
69 | - color: black; | |
70 | -} | |
71 | - | |
72 | -.design_editor_box_toolbar { | |
73 | - text-align: center; | |
74 | - margin: 5px; | |
75 | - background: #dfdfdf; | |
76 | -} | |
77 | - | |
78 | -.design_editor_box_toolbar a { | |
79 | - display: inline; | |
80 | - width: 30px; | |
81 | - font-size: 10px; | |
82 | - padding: 2px; | |
83 | - background: #dfdfdf; | |
84 | -} | |
85 | - | |
86 | -#design_editor_toolbar a:hover, .design_editor_box_toolbar a:hover { | |
87 | - background: #545454; | |
88 | - color: #ffffff; | |
89 | -} | |
90 | - |
public/designs/templates/default/stylesheets/style.css
... | ... | @@ -1,113 +0,0 @@ |
1 | -@import url("editor.css"); | |
2 | - | |
3 | -@import url("contentblocks.css"); | |
4 | - | |
5 | -body { | |
6 | - font-family: Verdana, Sans-Serif; | |
7 | - font-size: 14px; | |
8 | -} | |
9 | - | |
10 | -#wrap.category { | |
11 | - background-attachment: fixed; | |
12 | - background: url("../images/bgblue.png") top left no-repeat; | |
13 | -} | |
14 | - | |
15 | -#wrap.category1 { | |
16 | - background-attachment: fixed; | |
17 | - background: url("../images/bgorange.png") top left no-repeat; | |
18 | - } | |
19 | - | |
20 | -#wrap.category2 { | |
21 | - background-attachment: fixed; | |
22 | - background: url("../images/bggreen.png") top left no-repeat; | |
23 | - } | |
24 | - | |
25 | -#wrap.category3 { | |
26 | - background-attachment: fixed; | |
27 | - background: url("../images/bgpurple.png") top left no-repeat; | |
28 | - } | |
29 | - | |
30 | -#wrap.category4 { | |
31 | - background-attachment: fixed; | |
32 | - background: url("../images/bgred.png") top left no-repeat; | |
33 | -} | |
34 | - | |
35 | -#header { | |
36 | -height: 145px; | |
37 | -} | |
38 | - | |
39 | -#boxes { | |
40 | - position: relative; | |
41 | - margin-left: 10px; | |
42 | - margin-right: 10px; | |
43 | - padding: 0em; | |
44 | -} | |
45 | - | |
46 | -#box_3 { | |
47 | - width: 210px; | |
48 | - float: right; | |
49 | -} | |
50 | - | |
51 | -#box_2 { | |
52 | - float: left; | |
53 | - width: 210px; | |
54 | -} | |
55 | - | |
56 | -#box_1 { | |
57 | - margin-left: 215px; | |
58 | - margin-right: 215px; | |
59 | -} | |
60 | - | |
61 | -#spinner { | |
62 | - z-index: 1000; | |
63 | - position: absolute; | |
64 | - left: 50%; | |
65 | - margin-left: -16px; | |
66 | - top: 200px; | |
67 | -} | |
68 | - | |
69 | -#footer_content { | |
70 | -clear: both; | |
71 | -} | |
72 | - | |
73 | -#footer { | |
74 | - clear: both; | |
75 | - text-align: center; | |
76 | - font-size: smaller; | |
77 | - color: #333; | |
78 | - margin: 0px; | |
79 | - padding: 5px; | |
80 | -} | |
81 | - | |
82 | -/* Notice */ | |
83 | - | |
84 | -div#notice { | |
85 | - z-index: 10000; | |
86 | - position: absolute; | |
87 | - top: 100px; | |
88 | - left: 50%; | |
89 | - margin-left: -200px; | |
90 | - width: 400px; | |
91 | - border: 1px solid black; | |
92 | - background: #efefef; | |
93 | - padding: 0.5em; | |
94 | -} | |
95 | - | |
96 | -div#notice .button { | |
97 | - text-align: center; | |
98 | - margin-top: 1em; | |
99 | - margin-bottom: 0.25em; | |
100 | -} | |
101 | - | |
102 | -div#notice .button a { | |
103 | - border: 1px solid gray; | |
104 | - background: #ddd; | |
105 | - color: black; | |
106 | - padding: 4px; | |
107 | - padding-left: 28px; | |
108 | - background-position: top left; | |
109 | - background-repeat: no-repeat; | |
110 | -} | |
111 | -div#notice .button a:hover { | |
112 | - background-color: #ffd; | |
113 | -} |
public/designs/templates/default/thumbnail.jpg
4.82 KB
public/designs/templates/leftbar/images/bg_bgheader.png
192 Bytes
public/designs/templates/leftbar/images/bg_content.png
183 Bytes
public/designs/templates/leftbar/images/bg_footer.png
162 Bytes
public/designs/templates/leftbar/images/bg_header.png
3.26 KB
public/designs/templates/leftbar/leftbar.yml
public/designs/templates/leftbar/source/bluestyle.png
29.2 KB
public/designs/templates/leftbar/source/bluestyle.svg
... | ... | @@ -1,376 +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="210mm" | |
13 | - height="297mm" | |
14 | - id="svg2" | |
15 | - sodipodi:version="0.32" | |
16 | - inkscape:version="0.45+devel" | |
17 | - sodipodi:docname="bluestyle.svg" | |
18 | - inkscape:output_extension="org.inkscape.output.svg.inkscape"> | |
19 | - <defs | |
20 | - id="defs4"> | |
21 | - <linearGradient | |
22 | - inkscape:collect="always" | |
23 | - id="linearGradient3920"> | |
24 | - <stop | |
25 | - style="stop-color:#204a87;stop-opacity:1;" | |
26 | - offset="0" | |
27 | - id="stop3922" /> | |
28 | - <stop | |
29 | - style="stop-color:#eeeeec;stop-opacity:1" | |
30 | - offset="1" | |
31 | - id="stop3924" /> | |
32 | - </linearGradient> | |
33 | - <linearGradient | |
34 | - id="linearGradient3105"> | |
35 | - <stop | |
36 | - style="stop-color:#eeeeec;stop-opacity:1;" | |
37 | - offset="0" | |
38 | - id="stop3107" /> | |
39 | - <stop | |
40 | - id="stop3115" | |
41 | - offset="0.62403959" | |
42 | - style="stop-color:#eeeeec;stop-opacity:0;" /> | |
43 | - <stop | |
44 | - style="stop-color:#eeeeec;stop-opacity:0;" | |
45 | - offset="1" | |
46 | - id="stop3109" /> | |
47 | - </linearGradient> | |
48 | - <linearGradient | |
49 | - inkscape:collect="always" | |
50 | - id="linearGradient2233"> | |
51 | - <stop | |
52 | - style="stop-color:#3465a4;stop-opacity:1" | |
53 | - offset="0" | |
54 | - id="stop2235" /> | |
55 | - <stop | |
56 | - style="stop-color:#4e9a06;stop-opacity:0;" | |
57 | - offset="1" | |
58 | - id="stop2237" /> | |
59 | - </linearGradient> | |
60 | - <linearGradient | |
61 | - inkscape:collect="always" | |
62 | - xlink:href="#linearGradient2233" | |
63 | - id="linearGradient2239" | |
64 | - x1="37.653664" | |
65 | - y1="2.8870213" | |
66 | - x2="37.653664" | |
67 | - y2="53.101185" | |
68 | - gradientUnits="userSpaceOnUse" | |
69 | - gradientTransform="matrix(1.6797097,0,0,2.2490534,-253.93591,-2.1321094)" /> | |
70 | - <marker | |
71 | - orient="auto" | |
72 | - markerHeight="3" | |
73 | - markerWidth="4" | |
74 | - markerUnits="strokeWidth" | |
75 | - refY="5" | |
76 | - refX="10" | |
77 | - viewBox="0 0 10 10" | |
78 | - id="ArrowStart"> | |
79 | - <path | |
80 | - id="path2327" | |
81 | - d="M 10 0 L 0 5 L 10 10 z" /> | |
82 | - </marker> | |
83 | - <marker | |
84 | - orient="auto" | |
85 | - markerHeight="3" | |
86 | - markerWidth="4" | |
87 | - markerUnits="strokeWidth" | |
88 | - refY="5" | |
89 | - refX="0" | |
90 | - viewBox="0 0 10 10" | |
91 | - id="ArrowEnd"> | |
92 | - <path | |
93 | - id="path2324" | |
94 | - d="M 0 0 L 10 5 L 0 10 z" /> | |
95 | - </marker> | |
96 | - <filter | |
97 | - inkscape:collect="always" | |
98 | - id="filter3080"> | |
99 | - <feGaussianBlur | |
100 | - inkscape:collect="always" | |
101 | - stdDeviation="2.1328811" | |
102 | - id="feGaussianBlur3082" /> | |
103 | - </filter> | |
104 | - <linearGradient | |
105 | - inkscape:collect="always" | |
106 | - xlink:href="#linearGradient3920" | |
107 | - id="linearGradient4752" | |
108 | - gradientUnits="userSpaceOnUse" | |
109 | - x1="141.4034" | |
110 | - y1="241.13509" | |
111 | - x2="91.042419" | |
112 | - y2="-40.106369" /> | |
113 | - <linearGradient | |
114 | - inkscape:collect="always" | |
115 | - xlink:href="#linearGradient2233" | |
116 | - id="linearGradient5155" | |
117 | - gradientUnits="userSpaceOnUse" | |
118 | - gradientTransform="matrix(1.0008411,0,0,1,-0.9387463,-0.9379342)" | |
119 | - x1="7.8690352" | |
120 | - y1="37.794449" | |
121 | - x2="-18.124477" | |
122 | - y2="37.794449" /> | |
123 | - <linearGradient | |
124 | - inkscape:collect="always" | |
125 | - xlink:href="#linearGradient2233" | |
126 | - id="linearGradient5159" | |
127 | - gradientUnits="userSpaceOnUse" | |
128 | - gradientTransform="matrix(1.0008411,0,0,1,-742.00037,-0.9379342)" | |
129 | - x1="7.8690352" | |
130 | - y1="37.794449" | |
131 | - x2="-18.124477" | |
132 | - y2="37.794449" /> | |
133 | - <linearGradient | |
134 | - inkscape:collect="always" | |
135 | - xlink:href="#linearGradient2233" | |
136 | - id="linearGradient5163" | |
137 | - gradientUnits="userSpaceOnUse" | |
138 | - gradientTransform="matrix(1.0008411,0,0,2.0131867,-618.27201,-252.88183)" | |
139 | - x1="7.8690352" | |
140 | - y1="37.794449" | |
141 | - x2="-18.124477" | |
142 | - y2="37.794449" /> | |
143 | - </defs> | |
144 | - <sodipodi:namedview | |
145 | - id="base" | |
146 | - pagecolor="#ffffff" | |
147 | - bordercolor="#666666" | |
148 | - borderopacity="1.0" | |
149 | - inkscape:pageopacity="0.0" | |
150 | - inkscape:pageshadow="2" | |
151 | - inkscape:zoom="1" | |
152 | - inkscape:cx="-244.1571" | |
153 | - inkscape:cy="762.12104" | |
154 | - inkscape:document-units="px" | |
155 | - inkscape:current-layer="layer1" | |
156 | - inkscape:window-width="1280" | |
157 | - inkscape:window-height="727" | |
158 | - inkscape:window-x="0" | |
159 | - inkscape:window-y="25" | |
160 | - showborder="false" /> | |
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 | - </cc:Work> | |
170 | - </rdf:RDF> | |
171 | - </metadata> | |
172 | - <g | |
173 | - inkscape:label="Camada 1" | |
174 | - inkscape:groupmode="layer" | |
175 | - id="layer1"> | |
176 | - <rect | |
177 | - style="opacity:0.37344396000000002;color:#000000;fill:#204a87;fill-opacity:0.69834708000000001;fill-rule:nonzero;stroke:none;stroke-width:1.55029594999999998;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" | |
178 | - id="rect5165" | |
179 | - width="1256" | |
180 | - height="110" | |
181 | - x="-248" | |
182 | - y="618.36218" /> | |
183 | - <rect | |
184 | - style="opacity:1;color:#000000;fill:url(#linearGradient2239);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.55029595;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" | |
185 | - id="rect2231" | |
186 | - width="1248.7272" | |
187 | - height="117.25629" | |
188 | - x="-252.31419" | |
189 | - y="0.018129941" | |
190 | - ry="0" /> | |
191 | - <path | |
192 | - id="path2485" | |
193 | - d="M 158.71919,13.809044 C 158.21464,13.82023 157.68597,13.843992 157.15669,13.902794 C 155.0643,14.135311 153.24819,14.6849 151.84419,15.496544 C 151.14219,15.902366 150.51357,16.360171 150.06294,16.965294 C 149.61231,17.570417 149.33564,18.365485 149.43794,19.184044 C 149.44632,19.226193 149.45675,19.267909 149.46919,19.309044 C 149.50947,19.493849 149.65084,19.584261 149.71919,19.746544 C 142.0193,20.724655 134.34175,21.704446 126.68794,22.684044 C 126.67752,22.683921 126.66711,22.683921 126.65669,22.684044 C 125.27924,22.886633 124.02674,23.289564 123.03169,23.902794 C 122.82143,24.032377 122.68757,24.249646 122.50044,24.402794 C 122.20126,24.149923 121.87575,23.924992 121.53169,23.777794 C 120.73485,23.436885 119.83805,23.297239 118.84419,23.277794 C 118.2076,23.265341 117.51367,23.277348 116.78169,23.402794 C 108.95825,24.662464 101.0802,25.953337 93.250437,27.215294 C 93.254747,27.003917 93.358937,26.804945 93.312937,26.590294 C 93.055137,25.387339 92.041207,24.528719 90.812937,24.059044 C 87.707407,22.905615 83.273017,23.403439 80.000437,25.121544 C 78.355817,25.984964 77.190087,27.089127 76.937937,28.590294 C 76.811857,29.340877 77.013867,30.15822 77.469187,30.777794 C 77.924507,31.397368 78.571817,31.834769 79.344187,32.152794 C 79.752337,32.316067 80.241997,32.337211 80.687937,32.434044 C 75.428417,35.569417 70.133057,38.731502 64.594187,41.996544 C 64.594067,42.00696 64.594067,42.017378 64.594187,42.027794 C 63.451437,42.704933 62.606837,43.55307 62.406687,44.746544 C 62.266967,44.734674 62.142037,44.689393 62.000437,44.684044 C 60.008127,44.608788 57.781747,45.122789 56.062937,46.246544 C 56.052517,46.246421 56.042107,46.246421 56.031687,46.246544 C 50.063117,50.291965 43.882147,54.3613 37.531687,58.527794 C 36.072157,57.483756 33.989337,57.188967 31.594187,57.402794 C 29.349597,57.639091 27.180477,58.345778 25.406687,59.340294 C 23.632897,60.33481 22.177867,61.575524 21.562937,63.215294 C 21.207427,64.053298 21.172767,64.92788 21.469187,65.746544 C 21.765607,66.565208 22.365827,67.207286 23.094187,67.652794 C 24.550907,68.54381 26.523407,68.826278 28.844187,68.590294 C 29.910337,68.481858 30.827947,68.047813 31.812937,67.746544 C 30.611057,72.512213 29.416747,77.367642 28.156687,82.527794 C 28.145727,82.548349 28.135307,82.569189 28.125437,82.590294 C 27.900947,83.712906 28.489807,84.714371 29.281687,85.465294 C 28.638827,85.751 28.007727,86.080573 27.469187,86.465294 C 26.210417,87.364527 25.205097,88.525377 25.031687,90.027794 C 24.212477,96.171924 23.381587,102.73616 22.562937,109.52779 C 19.244107,109.04409 15.340687,109.82978 12.000437,111.96529 C 9.6060673,113.45668 7.9373973,115.35411 7.2191873,117.40279 C 6.5009773,119.45147 6.9470473,121.80103 8.7191873,123.24654 C 10.544867,124.75254 13.108757,125.20864 15.781687,124.99654 C 18.454617,124.78444 21.284347,123.8825 23.750437,122.27779 C 23.750557,122.26737 23.750557,122.25696 23.750437,122.24654 C 25.782307,120.91435 27.028807,119.28176 27.781687,117.55904 C 34.825517,122.23623 42.199107,126.96057 49.937937,132.02779 C 51.638447,133.16132 53.780357,133.39448 55.906687,133.02779 C 55.616197,133.69957 55.372277,134.3766 55.375437,135.09029 C 55.382997,136.79704 56.425737,138.43237 58.125437,139.37154 C 66.493547,143.87781 75.331647,148.68493 84.500437,153.65279 C 81.759937,155.57936 79.827017,158.29904 79.594187,161.46529 C 79.594067,161.47571 79.594067,161.48612 79.594187,161.49654 C 79.423147,164.44754 80.863407,167.06192 83.187937,168.80904 C 85.512467,170.55616 88.706237,171.4964 92.219187,171.34029 C 95.778807,171.14473 99.027947,169.83253 101.40669,167.84029 C 103.78543,165.84805 105.32464,163.11668 105.28169,160.15279 C 105.28169,158.59705 104.73704,157.22593 103.96919,155.96529 C 116.96882,154.64541 130.01557,153.26526 143.18794,151.90279 C 145.50343,151.65905 147.53132,150.74959 148.93794,149.37154 C 149.38626,148.93233 149.63604,148.37907 149.93794,147.84029 C 151.70117,150.81613 155.682,152.39071 159.78169,151.68404 C 173.46363,149.44944 187.20984,147.28997 200.96919,145.05904 C 200.83519,146.52002 200.95026,147.97893 201.65669,149.37154 C 202.71094,151.44982 204.60507,153.32924 207.21919,154.77779 C 207.22961,154.77791 207.24002,154.77791 207.25044,154.77779 C 210.44531,156.53107 214.15455,157.29528 217.62544,157.09029 C 221.06436,156.88719 224.31967,155.72922 226.43794,153.40279 C 226.44778,153.39198 226.45939,153.3824 226.46919,153.37154 C 226.47975,153.36065 226.48996,153.35122 226.50044,153.34029 C 228.60209,151.14919 229.12124,148.18432 228.18794,145.55904 C 227.24533,142.90758 224.97349,140.53788 221.78169,138.90279 C 219.17379,137.56704 216.34939,137.10257 213.56294,137.02779 C 220.31299,129.488 226.86427,122.13154 233.18794,115.21529 C 234.43524,113.87184 234.61149,111.94744 233.87544,110.40279 C 235.08593,110.54545 236.30178,110.57738 237.43794,110.40279 C 239.45268,110.0932 241.30021,109.31398 242.37544,107.77779 C 247.16956,101.25164 251.76004,94.999334 256.25044,88.902794 C 259.26856,90.424835 263.07867,91.324674 266.96919,90.996544 C 270.17297,90.764929 272.71314,89.854376 274.34419,88.277794 C 275.15972,87.489503 275.72645,86.500253 275.87544,85.402794 C 276.02443,84.305335 275.75385,83.145277 275.09419,82.121544 C 273.80281,80.117423 271.49289,78.681165 268.78169,77.715294 C 266.07049,76.749423 262.90355,76.288662 259.81294,76.559044 C 257.89976,76.704355 256.32261,77.162607 254.93794,77.809044 C 250.82465,71.594209 246.84402,65.656544 243.15669,60.027794 C 243.15681,60.017378 243.15681,60.00696 243.15669,59.996544 C 242.40374,58.866986 241.23337,58.12383 239.84419,57.621544 C 240.01096,57.483954 240.23067,57.404811 240.37544,57.246544 C 240.85598,56.721189 241.20388,56.009754 241.21919,55.246544 C 241.2345,54.483334 240.90962,53.735212 240.40669,53.152794 C 236.58439,48.516455 233.02384,44.158413 229.53169,39.902794 C 232.43488,39.875378 235.25104,39.461312 237.12544,38.027794 C 237.89977,37.435596 238.48316,36.704105 238.71919,35.840294 C 238.95522,34.976483 238.78184,34.021522 238.34419,33.277794 C 237.46889,31.790338 235.74667,30.845927 233.50044,30.215294 C 231.27401,29.539527 228.84917,29.395393 226.56294,29.621544 C 224.27671,29.847695 222.18876,30.415402 220.65669,31.496544 C 220.6461,31.506786 220.63568,31.517204 220.62544,31.527794 C 219.77376,32.154134 219.13747,32.923904 218.90669,33.871544 C 218.89415,33.923046 218.91638,33.975952 218.90669,34.027794 C 210.23387,31.75696 201.79797,29.548834 193.75044,27.402794 C 192.69704,27.115459 191.56955,27.026525 190.46919,27.059044 C 189.85181,27.07729 189.27431,27.202853 188.68794,27.309044 C 188.64003,26.941125 188.68525,26.54615 188.50044,26.246544 C 187.83863,25.173636 186.68811,24.636344 185.25044,24.340294 C 178.45758,22.837434 171.95942,21.429344 165.53169,20.027794 C 166.21543,19.300087 166.70337,18.277185 166.43794,17.215294 C 166.08234,15.792704 164.85581,14.996314 163.50044,14.496544 C 162.14507,13.996774 160.5004,13.769559 158.71919,13.809044 z M 165.87544,27.934044 C 170.42064,28.981135 174.95891,30.03588 179.71919,31.121544 C 181.15029,31.458333 182.65169,31.474047 184.06294,31.246544 C 184.17413,31.228619 184.26579,31.173357 184.37544,31.152794 C 184.40359,31.399624 184.27833,31.651986 184.37544,31.871544 C 184.89915,33.055554 186.03062,33.675168 187.43794,34.059044 C 191.00097,35.098264 194.71987,36.159387 198.40669,37.215294 C 197.92922,37.273099 197.44464,37.345484 196.96919,37.402794 C 196.93866,37.406474 196.90596,37.399117 196.87544,37.402794 C 196.63846,37.417056 196.38861,37.43321 196.12544,37.465294 C 196.11502,37.465171 196.10461,37.465171 196.09419,37.465294 C 187.57534,38.601208 179.03586,39.673068 170.50044,40.809044 C 170.48076,40.602126 170.51036,40.380642 170.43794,40.184044 C 170.42752,40.183921 170.41711,40.183921 170.40669,40.184044 C 168.82791,36.164838 167.41282,32.318945 166.12544,28.527794 C 166.12556,28.517378 166.12556,28.50696 166.12544,28.496544 C 166.0859,28.391112 166.01549,28.332638 165.96919,28.246544 C 165.96141,28.224263 165.94571,28.206291 165.93794,28.184044 C 165.90918,28.10174 165.90412,28.01592 165.87544,27.934044 z M 139.96919,27.996544 C 139.93794,28.017377 139.85461,28.079877 139.84419,28.090294 C 134.96346,31.464149 129.84425,34.850935 124.65669,38.309044 C 124.64627,38.308921 124.63586,38.308921 124.62544,38.309044 C 124.5856,38.337268 124.57021,38.37382 124.53169,38.402794 C 124.12555,38.105789 123.69125,37.826372 123.18794,37.652794 C 123.17752,37.652671 123.16711,37.652671 123.15669,37.652794 C 117.34646,35.785338 111.67009,33.924946 106.18794,32.121544 C 110.21531,31.466411 114.23721,30.821319 118.28169,30.152794 C 119.74169,29.909498 120.98353,29.419881 121.93794,28.746544 C 122.04948,28.667856 122.11533,28.550685 122.21919,28.465294 C 122.67368,28.840272 123.21039,29.102623 123.78169,29.277794 C 124.92429,29.628135 126.28556,29.699921 127.75044,29.496544 C 131.81338,29.016678 135.88844,28.499628 139.96919,27.996544 z M 155.25044,34.871544 C 156.03708,37.318609 156.83444,39.781879 157.65669,42.340294 C 158.07465,43.73048 159.31401,44.406439 160.62544,44.809044 C 161.86218,45.188719 163.29676,45.247773 164.78169,45.090294 C 164.79083,45.343853 164.75813,45.594365 164.84419,45.840294 C 164.85406,45.861399 164.86448,45.882239 164.87544,45.902794 C 165.41646,47.187841 166.62293,47.840348 167.96919,48.246544 C 169.31545,48.65274 170.91157,48.790606 172.59419,48.590294 C 179.3063,47.765055 186.05421,46.873248 192.84419,45.996544 C 195.12197,47.072854 197.42378,48.194853 199.75044,49.309044 C 196.79393,51.788983 193.80802,54.256498 190.75044,56.746544 C 190.73985,56.756786 190.72943,56.767204 190.71919,56.777794 C 189.59782,57.752442 189.11814,59.340133 189.68794,60.621544 C 190.07397,61.489687 190.83786,62.116713 191.75044,62.621544 C 191.64442,62.698335 191.50714,62.725328 191.40669,62.809044 C 191.3961,62.819286 191.38568,62.829704 191.37544,62.840294 C 190.2134,63.856551 189.73044,65.495045 190.31294,66.809044 C 190.89544,68.123043 192.17826,68.98631 193.84419,69.527794 C 200.33497,71.709166 207.20125,73.986749 214.06294,76.277794 C 214.24672,78.256736 214.44111,80.304802 214.62544,82.371544 C 207.51396,83.197957 200.42121,84.034085 193.37544,84.902794 C 191.42113,85.106307 189.77789,85.765785 188.62544,86.840294 C 187.64978,87.749971 187.23283,89.099984 187.43794,90.434044 C 187.03812,90.394116 186.69133,90.215563 186.28169,90.215294 C 185.76256,90.21495 185.27953,90.251911 184.81294,90.309044 C 182.83543,90.551175 181.12914,91.209882 179.93794,92.309044 C 178.74674,93.408204 178.12679,95.166474 178.75044,96.777794 C 180.46464,101.55733 182.33781,106.63663 184.25044,111.80904 C 180.95525,113.8033 177.62338,115.78604 174.25044,117.77779 C 167.61987,114.77214 160.95756,111.72329 154.78169,108.90279 C 154.77127,108.90267 154.76086,108.90267 154.75044,108.90279 C 151.18713,107.29058 146.62244,107.77075 143.90669,110.21529 C 143.90657,110.22571 143.90657,110.23612 143.90669,110.24654 C 143.823,110.3221 143.79771,110.41812 143.71919,110.49654 C 143.15356,109.88718 142.41105,109.37809 141.56294,108.99654 C 138.1322,107.36671 133.69418,107.87694 130.93794,110.27779 C 125.7935,114.82679 120.3844,119.56008 114.96919,124.30904 C 110.46513,124.08972 106.01835,123.89721 101.59419,123.71529 C 101.27644,118.84349 100.95224,114.06455 100.71919,109.49654 C 100.67149,108.0198 99.781987,106.81691 98.594187,106.05904 C 97.406387,105.30117 95.901557,104.90867 94.281687,104.87154 C 93.904887,104.86291 93.551287,104.90287 93.187937,104.93404 C 93.274347,104.58257 93.481737,104.2787 93.469187,103.90279 C 93.415487,102.2379 92.286767,100.87903 90.844187,100.15279 C 89.401607,99.426554 87.613507,99.178494 85.687937,99.465294 C 78.115617,100.39136 70.626517,101.3332 63.125437,102.27779 C 61.481817,100.59868 59.885997,99.033914 58.312937,97.465294 C 62.957187,94.182904 67.633887,90.87908 72.125437,87.684044 C 73.505137,86.735502 74.397617,85.475358 74.469187,84.059044 C 74.518577,83.081647 73.957567,82.252382 73.219187,81.559044 C 73.620147,81.36122 74.043987,81.219195 74.406687,80.965294 C 75.753327,80.053052 76.639067,78.833888 76.687937,77.434044 C 76.736807,76.0342 75.757287,74.741 74.375437,74.121544 C 70.051887,72.165694 65.921087,70.270066 61.781687,68.371544 C 62.626747,66.72473 63.468117,65.117824 64.281687,63.559044 C 70.024687,62.840628 75.804207,62.094093 81.594187,61.309044 C 83.182117,61.105434 84.630587,60.582334 85.781687,59.840294 C 86.739977,59.222546 87.429717,58.342365 87.687937,57.246544 C 88.394367,57.319751 89.142867,57.317215 89.937937,57.215294 C 89.948357,57.215417 89.958767,57.215417 89.969187,57.215294 C 91.526007,57.01042 92.942687,56.497856 94.062937,55.746544 C 95.183187,54.995232 96.131857,53.912719 96.062937,52.465294 C 95.960297,49.48837 95.859097,46.61144 95.781687,43.777794 C 98.433377,42.606553 101.05662,41.437361 103.65669,40.309044 C 107.65964,41.679475 111.66707,43.054475 115.84419,44.496544 C 118.47009,45.402155 121.72108,44.93546 123.96919,43.496544 C 123.97978,43.486302 123.9902,43.475884 124.00044,43.465294 C 124.06672,43.420214 124.09345,43.35571 124.15669,43.309044 C 124.56969,43.632918 125.02531,43.936155 125.56294,44.121544 C 125.57336,44.121667 125.58377,44.121667 125.59419,44.121544 C 128.30446,45.024676 131.67989,44.542868 133.90669,42.965294 C 137.88621,40.312491 141.70287,37.659188 145.50044,35.027794 C 148.72858,34.973723 151.95914,34.925832 155.25044,34.871544 z M 83.562937,40.121544 C 83.544247,40.560189 83.517637,40.986908 83.500437,41.434044 C 83.487537,41.606876 83.500437,41.626839 83.500437,41.590294 C 83.500437,45.331448 83.413487,49.226267 83.344187,53.246544 C 82.722917,53.210681 82.084517,53.222155 81.406687,53.309044 C 73.127087,54.388962 64.907937,55.447512 56.625437,56.527794 C 56.615017,56.527671 56.604607,56.527671 56.594187,56.527794 C 56.425157,56.550634 56.353017,56.575878 56.281687,56.590294 C 56.267877,56.593084 56.229637,56.588475 56.219187,56.590294 C 56.010357,56.616525 55.803187,56.657386 55.594187,56.684044 C 58.504087,54.712247 61.437087,52.715852 64.250437,50.809044 C 65.272307,50.127764 65.940047,49.256429 66.125437,48.184044 C 66.838667,48.248321 67.599917,48.22073 68.344187,48.121544 C 69.740737,47.935432 71.138497,47.504964 72.312937,46.809044 C 76.102197,44.535476 79.841737,42.330774 83.562937,40.121544 z M 139.31294,45.746544 C 138.49442,45.743605 137.69893,45.761407 136.90669,45.777794 C 136.93919,45.777142 136.91909,45.776245 136.84419,45.777794 C 135.12094,45.814529 133.41167,45.905483 131.71919,46.027794 C 131.05323,46.074761 130.38516,46.124035 129.71919,46.184044 C 128.98956,46.24979 128.27486,46.323394 127.56294,46.402794 C 127.41607,46.419487 127.34459,46.433998 127.34419,46.434044 C 125.90657,46.597575 124.4535,46.772688 123.03169,46.996544 C 122.88605,47.019475 122.76527,47.041518 122.65669,47.059044 C 122.58791,47.070306 122.52824,47.080507 122.46919,47.090294 C 121.9164,47.180632 121.35512,47.27349 120.81294,47.371544 C 120.59244,47.41196 120.45255,47.45079 120.37544,47.465294 C 119.6203,47.605502 118.8726,47.776764 118.12544,47.934044 C 117.58916,48.046932 117.08091,48.151968 116.53169,48.277794 C 116.52127,48.277671 116.51086,48.277671 116.50044,48.277794 C 116.2526,48.335052 116.04656,48.39327 115.87544,48.434044 C 114.39754,48.783613 112.951,49.146632 111.53169,49.559044 C 110.10518,49.973551 108.70727,50.425991 107.34419,50.902794 C 106.39084,51.236272 105.40888,51.593324 104.46919,51.965294 C 104.34595,52.01042 104.2301,52.073611 104.12544,52.152794 C 99.203027,54.119345 94.818667,56.466862 91.156687,59.184044 C 91.149897,59.189084 91.132227,59.179002 91.125437,59.184044 C 90.991277,59.226241 90.864687,59.289533 90.750437,59.371544 C 89.495567,60.338846 88.363477,61.371502 87.312937,62.402794 C 86.589557,63.112915 85.877207,63.833548 85.219187,64.621544 C 85.163507,64.687687 85.116657,64.744019 85.062937,64.809044 C 84.961177,64.933208 84.937197,64.973538 84.969187,64.934044 C 84.661697,65.310865 84.374867,65.704648 84.094187,66.090294 C 84.329317,65.765603 84.301497,65.777399 84.031687,66.152794 C 83.738907,66.558261 83.448657,66.958772 83.187937,67.371544 C 83.172307,67.393883 83.173017,67.376879 83.156687,67.402794 C 82.875037,67.849771 82.635237,68.326007 82.406687,68.746544 C 82.396267,68.746421 82.385857,68.746421 82.375437,68.746544 C 82.102627,69.265262 81.894397,69.76318 81.687937,70.246544 C 81.486247,70.718718 81.315047,71.21259 81.156687,71.684044 C 81.268317,71.351878 81.251567,71.365613 81.125437,71.746544 C 81.050537,71.971738 81.049427,72.009665 81.094187,71.871544 C 80.963737,72.275572 80.866057,72.662102 80.781687,72.996544 C 80.744777,73.142578 80.704057,73.310557 80.656687,73.527794 C 80.570277,73.924208 80.491657,74.314304 80.437937,74.684044 C 80.420527,74.804115 80.414627,74.903092 80.406687,74.965294 C 80.363267,75.303806 80.305797,75.691112 80.281687,76.152794 C 80.272687,76.329509 80.279157,76.372122 80.281687,76.309044 C 80.264657,76.722587 80.267217,77.161187 80.281687,77.559044 C 80.293737,77.885424 80.324787,78.154043 80.344187,78.371544 C 80.326137,78.17066 80.315367,78.204843 80.344187,78.496544 C 80.370617,78.766483 80.392567,79.043941 80.437937,79.340294 C 80.494047,79.70255 80.580317,80.063182 80.656687,80.402794 C 80.716647,80.669443 80.758257,80.777988 80.750437,80.746544 C 80.732767,80.674893 80.734417,80.750758 80.781687,80.934044 C 80.802607,81.014385 80.819197,81.145661 80.875437,81.340294 C 80.968597,81.666968 81.080627,81.97174 81.187937,82.277794 C 81.357607,82.757398 81.535277,83.244488 81.750437,83.715294 C 81.878177,83.994814 82.013407,84.215648 82.125437,84.434044 C 82.667567,85.499825 83.318707,86.573451 84.094187,87.590294 C 84.965147,88.73233 85.983677,89.783468 87.094187,90.809044 C 87.662037,91.333474 88.269527,91.837534 88.906687,92.340294 C 89.533007,92.834504 90.169197,93.329274 90.875437,93.809044 C 91.570877,94.281484 92.293807,94.749684 93.031687,95.184044 C 93.529547,95.477114 94.060777,95.757884 94.625437,96.059044 C 94.817247,96.163194 95.027067,96.331644 95.344187,96.496544 C 95.462227,96.556734 95.588637,96.598864 95.719187,96.621544 C 95.727347,96.625654 95.742267,96.617434 95.750437,96.621544 C 96.753707,97.126584 97.794267,97.626384 98.906687,98.090294 C 101.37339,99.118984 104.03011,100.01214 106.90669,100.77779 C 107.8685,101.03379 108.86537,101.24642 109.84419,101.46529 C 111.81965,101.90702 113.88436,102.30849 116.03169,102.62154 C 118.15685,102.93135 120.34675,103.19803 122.65669,103.37154 C 124.7221,103.52725 126.75871,103.59459 128.78169,103.62154 C 128.9254,103.62328 129.06834,103.62077 129.15669,103.62154 C 130.24601,103.63225 131.3152,103.61401 132.37544,103.59029 C 133.44986,103.56626 134.50754,103.52259 135.56294,103.46529 C 136.29594,103.42669 137.04774,103.39725 137.81294,103.34029 C 138.0901,103.31901 138.40961,103.30715 138.75044,103.27779 C 139.4284,103.22127 140.05697,103.15863 140.71919,103.09029 C 141.09733,103.05 141.47861,103.00843 141.84419,102.96529 C 142.43929,102.89726 143.04463,102.8233 143.62544,102.74654 C 144.06917,102.686 144.49487,102.62568 144.93794,102.55904 C 145.48563,102.47925 145.99129,102.38637 146.46919,102.30904 C 155.04255,100.92179 162.97372,98.505884 169.65669,95.184044 C 169.83958,95.096564 169.99994,94.968264 170.12544,94.809044 C 180.46449,89.580751 187.66634,82.510041 188.81294,74.590294 C 189.79136,67.381728 186.24711,61.078925 179.96919,56.402794 C 173.69127,51.726663 164.65968,48.473246 154.15669,46.871544 C 154.2075,46.879729 154.18697,46.865008 154.03169,46.840294 C 154.02127,46.840171 154.01086,46.840171 154.00044,46.840294 C 152.74013,46.650408 151.46655,46.482756 150.15669,46.340294 C 149.8437,46.304965 149.51246,46.276561 149.21919,46.246544 C 148.95687,46.220521 148.71868,46.204093 148.50044,46.184044 C 147.09854,46.052192 145.67815,45.969388 144.25044,45.902794 C 143.40949,45.860351 142.56607,45.831748 141.71919,45.809044 C 140.93924,45.787011 140.1468,45.749538 139.31294,45.746544 z M 219.75044,47.246544 C 222.09076,50.308376 224.40669,53.344258 226.90669,56.590294 C 227.61109,57.543415 228.69468,58.104421 229.87544,58.527794 C 229.78432,58.600699 229.64817,58.636947 229.56294,58.715294 C 229.03526,59.200355 228.64687,59.824226 228.50044,60.559044 C 228.35401,61.293862 228.48976,62.085307 228.87544,62.746544 C 230.64816,65.830614 232.53923,69.125367 234.43794,72.402794 C 232.37132,71.710377 230.29793,71.001818 228.28169,70.340294 C 228.27127,70.340171 228.26086,70.340171 228.25044,70.340294 C 228.22638,70.332264 228.19181,70.320949 228.15669,70.309044 C 228.12584,70.297465 228.09457,70.287041 228.06294,70.277794 C 228.04329,70.271494 228.02009,70.284092 228.00044,70.277794 C 219.16087,67.443744 210.7021,64.729716 202.50044,62.090294 C 202.53598,62.060943 202.59066,62.058043 202.62544,62.027794 C 207.34312,57.924983 211.89243,53.928783 216.40669,50.027794 C 216.42779,50.017929 216.44864,50.007508 216.46919,49.996544 C 216.48591,49.9821 216.51497,49.979736 216.53169,49.965294 C 216.63306,49.915061 216.72758,49.852048 216.81294,49.777794 C 217.78933,48.923327 218.77634,48.087757 219.75044,47.246544 z M 103.78169,52.652794 L 103.84419,52.684044 C 103.81187,52.750791 103.77344,52.798959 103.75044,52.871544 C 103.76848,52.787981 103.74539,52.730331 103.78169,52.652794 z M 103.68794,53.402794 C 103.714,53.516053 103.73512,53.679419 103.75044,53.715294 C 103.77935,53.783017 103.73987,53.743163 103.68794,53.559044 C 103.67908,53.527635 103.6944,53.44575 103.68794,53.402794 z M 43.781687,71.621544 C 45.011777,72.238382 46.223647,72.843782 47.500437,73.465294 C 47.521927,73.475757 47.541417,73.486077 47.562937,73.496544 C 47.512597,73.480441 47.407947,73.450301 47.687937,73.590294 C 52.819637,76.090407 58.270637,78.738103 63.781687,81.371544 C 63.530387,81.513215 63.236177,81.579247 63.000437,81.746544 C 56.092527,86.495709 48.905757,91.388194 41.625437,96.434044 C 40.366987,97.290304 39.104897,98.161564 37.844187,99.027794 C 38.143107,95.417024 38.457817,91.763014 38.719187,88.402794 C 38.802257,87.364297 38.235597,86.521159 37.500437,85.840294 C 37.999237,85.620553 38.502107,85.40431 38.937937,85.121544 C 40.226477,84.285541 41.263957,83.208628 41.594187,81.777794 C 41.594307,81.767378 41.594307,81.75696 41.594187,81.746544 C 42.337107,78.238144 43.053647,74.944938 43.781687,71.621544 z M 235.28169,90.684044 C 232.43214,94.295594 229.56536,97.910054 226.62544,101.68404 C 225.64273,102.93488 225.69946,104.55578 226.31294,105.93404 C 223.21193,105.50534 220.07016,106.12757 218.06294,107.99654 C 218.05235,108.00678 218.04193,108.0172 218.03169,108.02779 C 213.92815,112.25665 209.65363,116.65833 205.34419,121.09029 C 204.58066,119.15612 203.81102,117.21711 203.12544,115.34029 C 203.10595,115.30817 203.08509,115.27689 203.06294,115.24654 C 203.05369,115.21491 203.04327,115.18364 203.03169,115.15279 C 203.02611,115.13955 203.00602,115.13478 203.00044,115.12154 C 200.03122,108.08045 197.16902,101.42328 194.53169,95.059044 C 195.3376,95.130394 196.15946,95.191234 197.00044,95.090294 C 207.4439,93.898884 218.093,92.692514 228.75044,91.434044 C 229.01734,91.402844 229.31122,91.376614 229.62544,91.340294 C 230.15862,91.277534 230.18048,91.250364 229.71919,91.309044 C 231.56709,91.095694 233.4315,90.887987 235.28169,90.684044 z M 85.781687,109.99654 C 85.685657,110.35484 85.500437,110.67558 85.500437,111.05904 C 85.572427,118.11494 85.637537,125.55511 85.781687,133.34029 C 85.790757,133.67583 85.807887,133.5692 85.812937,133.49654 C 85.813337,133.51666 85.812527,133.53889 85.812937,133.55904 C 85.839747,134.88939 85.870837,136.29198 85.906687,137.68404 C 80.018037,134.64958 74.201877,131.62078 68.625437,128.74654 C 66.948887,127.88571 64.981637,127.67494 63.031687,127.99654 C 63.218557,127.52681 63.463717,127.08511 63.500437,126.59029 C 63.622847,124.9409 62.767647,123.30631 61.250437,122.34029 C 56.978547,119.63255 53.012657,117.08592 49.000437,114.52779 C 51.052007,114.28808 53.103357,114.05062 55.156687,113.80904 C 54.937547,113.83181 54.995107,113.8576 55.375437,113.80904 C 65.463667,112.53031 75.619877,111.27527 85.781687,109.99654 z M 143.40669,116.96529 C 143.97491,117.60566 144.69085,118.16459 145.56294,118.59029 C 145.57336,118.59041 145.58377,118.59041 145.59419,118.59029 C 154.81038,123.0539 164.4605,127.73942 174.62544,132.49654 C 176.06962,133.18741 177.58425,133.90833 179.06294,134.62154 C 171.29846,135.86363 163.54585,137.11948 155.81294,138.34029 C 155.80252,138.34017 155.79211,138.34017 155.78169,138.34029 C 153.55393,138.74534 151.67735,139.72974 150.40669,141.15279 C 150.13497,141.4571 150.04894,141.86635 149.84419,142.21529 C 149.19692,141.1864 148.32173,140.30396 147.18794,139.68404 C 145.41926,138.71699 143.22339,138.25069 140.96919,138.49654 C 133.05991,139.29996 125.31525,140.04612 117.53169,140.80904 C 119.00339,139.50381 120.4933,138.17967 121.96919,136.90279 C 122.06787,136.81189 122.15216,136.70652 122.21919,136.59029 C 129.47028,129.91317 136.43571,123.45714 143.25044,117.21529 C 143.32602,117.14479 143.33507,117.03819 143.40669,116.96529 z" | |
194 | - style="fill:url(#linearGradient4752);fill-opacity:1;stroke:none;filter:url(#filter3080)" | |
195 | - transform="matrix(0.4863668,0,0,0.4863668,13.457862,7.3059421)" | |
196 | - inkscape:export-filename="/home/valessio/Desenvolvimento/anheteguar/public/designs/templates/blue_style/source/tmpimg.png" | |
197 | - inkscape:export-xdpi="100" | |
198 | - inkscape:export-ydpi="100" /> | |
199 | - <g | |
200 | - id="g3908" | |
201 | - transform="matrix(0.8237267,0,0,0.8237267,4.6105477,2.4072536)" | |
202 | - inkscape:export-filename="/home/valessio/Desenvolvimento/anheteguar/public/designs/templates/blue_style/source/tmpimg.png" | |
203 | - inkscape:export-xdpi="100" | |
204 | - inkscape:export-ydpi="100"> | |
205 | - <path | |
206 | - id="path2333" | |
207 | - d="M 121.44879,48.305386 C 120.0884,57.701757 102.40098,66.077649 83.225633,64.63206 C 65.113147,63.27156 55.376679,54.215286 60.09612,45.329181 C 64.39038,37.335889 79.356437,31.766087 94.407515,32.191269 C 110.26692,32.616448 122.72415,38.909017 121.44879,48.305386 z" | |
208 | - style="fill:#015c93;fill-opacity:1;stroke:none" /> | |
209 | - <path | |
210 | - id="path2335" | |
211 | - d="M 104.48113,13.29709 C 104.20391,13.303235 103.91938,13.320555 103.63236,13.352445 C 101.3367,13.607548 99.630022,14.583106 99.757552,15.603523 C 99.845081,16.005081 100.26381,16.342871 100.86464,16.599901 C 95.770595,17.247261 90.700151,17.889945 85.642185,18.537305 C 84.196771,18.749889 83.00525,19.443876 83.132786,20.12413 C 83.21781,20.804443 84.53554,21.222362 86.066568,21.0098 C 89.579113,20.59494 93.120883,20.157354 96.657706,19.718197 C 95.806189,20.279884 94.955047,20.860762 94.074502,21.434184 C 93.967018,21.487431 93.854637,21.539063 93.760827,21.600246 C 90.870007,23.598555 87.854884,25.593056 84.793417,27.633875 C 83.773126,28.3567 83.911143,29.256865 85.143995,29.681987 C 86.41995,30.107167 88.330637,29.814366 89.350928,29.091539 C 91.757371,27.48737 94.098297,25.870488 96.399386,24.275709 C 98.57445,24.239416 100.73963,24.201294 102.9681,24.165 C 103.48468,25.78219 104.02562,27.424101 104.57338,29.128443 C 104.82905,29.978804 106.43963,30.448092 108.09762,30.235531 C 109.79869,30.022911 110.94149,29.179725 110.64392,28.371933 C 109.70864,25.990956 108.86282,23.724526 108.09762,21.471088 C 108.07612,21.413792 108.04365,21.358473 108.00536,21.305024 C 107.82611,20.791621 107.64951,20.293346 107.47026,19.792003 C 110.61766,20.516667 113.73725,21.237188 117.02812,21.987727 C 118.47354,22.327884 120.29815,22.022181 121.10589,21.341926 C 121.91362,20.661613 121.40731,19.812876 119.96191,19.515232 C 115.30354,18.48461 110.81437,17.495214 106.43698,16.544547 C 107.68048,16.09126 108.43686,15.410712 108.26368,14.717852 C 108.04049,13.824987 106.42164,13.254075 104.48113,13.29709 z" | |
212 | - style="fill:#c5224f;fill-opacity:1;stroke:none" /> | |
213 | - <path | |
214 | - id="path2347" | |
215 | - d="M 123.22781,21.120509 C 122.25866,21.149151 121.33174,21.396469 120.77376,21.821665 C 119.8385,22.459407 120.21964,23.339497 121.62254,23.722165 C 124.92897,24.686543 128.35279,25.668428 131.82621,26.655948 C 130.23724,26.844811 128.65133,27.03911 127.08417,27.227943 C 126.93556,27.236381 126.79074,27.246629 126.64133,27.264845 C 121.53928,27.945158 116.42867,28.57729 111.32662,29.257603 C 109.66865,29.470164 108.51964,30.326194 108.81722,31.176556 C 109.15732,31.984345 110.77736,32.496204 112.56286,32.283643 C 116.5955,31.787838 120.6568,31.260954 124.74083,30.73372 C 126.51589,31.570696 128.28257,32.428249 130.11021,33.298474 C 128.06648,35.012255 126.00092,36.750881 123.87361,38.483335 C 122.89524,39.333695 123.35904,40.440014 125.0176,40.992733 C 126.67557,41.545509 128.89256,41.252649 129.87034,40.402287 C 132.71587,37.927622 135.46705,35.52282 138.19195,33.169314 C 138.21056,33.168057 138.2287,33.170575 138.2473,33.169314 C 139.03636,32.478782 139.82003,31.799703 140.60909,31.121201 C 142.15829,33.150387 143.69672,35.154341 145.35111,37.302441 C 146.07383,38.280338 148.1857,38.817881 150.05624,38.520237 C 151.96988,38.222652 152.91208,37.204545 152.10435,36.269159 C 149.51052,33.122903 147.04349,30.113515 144.70532,27.264845 C 144.6804,27.233291 144.64165,27.202957 144.61306,27.172589 C 146.77155,27.450341 149.10676,27.090147 150.27766,26.194662 C 151.72307,25.089227 150.83726,23.645968 148.41405,22.965655 C 146.03278,22.242889 142.92231,22.591047 141.47631,23.611457 C 140.67216,24.202843 140.52787,24.903658 140.97812,25.54886 C 140.94502,25.538199 140.92001,25.522106 140.88586,25.511957 C 135.3587,24.066308 130.04585,22.66559 124.9438,21.305024 C 124.41772,21.161524 123.8093,21.103325 123.22781,21.120509 z" | |
216 | - style="fill:#0093c9;fill-opacity:1;stroke:none" /> | |
217 | - <path | |
218 | - id="path2359" | |
219 | - d="M 149.72411,38.741654 C 149.48273,38.74257 149.24365,38.751979 149.00451,38.778557 C 147.04835,39.03363 145.97373,40.009226 146.56891,41.029635 C 147.94129,43.417212 149.39665,45.937771 150.88655,48.502478 C 149.01058,47.878254 147.12085,47.237684 145.29577,46.638879 C 145.29004,46.64036 145.28303,46.6374 145.27732,46.638879 C 145.23918,46.626151 145.20571,46.614146 145.1666,46.601978 C 139.59692,44.816229 134.23994,43.112231 129.09538,41.454019 C 127.43681,40.943813 125.28139,41.212557 124.2611,42.062917 C 123.2402,42.955733 123.74149,44.130308 125.44198,44.683026 C 129.43219,46.024021 133.65587,47.423943 137.87827,48.834604 C 138.02301,50.395388 138.17637,52.031479 138.32112,53.687338 C 133.86931,54.20323 129.42632,54.730593 125.0176,55.274164 C 122.97642,55.486724 121.70844,56.679751 122.17607,57.912723 C 122.68621,59.145755 124.84784,59.99455 126.97345,59.739419 C 133.14018,59.035908 139.42995,58.323367 145.72014,57.580596 C 145.89204,57.560506 146.06489,57.54511 146.23678,57.525242 C 146.25716,57.522846 146.27195,57.509359 146.29214,57.506791 C 147.99959,57.309658 149.7143,57.123559 151.42165,56.934796 C 149.37736,59.530519 147.28888,62.162985 145.1666,64.887369 C 144.23134,66.077827 145.22491,67.744128 147.43613,68.466952 C 149.64676,69.23223 152.31868,68.838313 153.21144,67.562831 C 156.16144,63.547036 159.01836,59.679175 161.77292,55.938416 C 163.43416,56.946962 165.90614,57.524572 168.30473,57.322276 C 171.83384,57.067144 173.74452,55.194688 172.51166,53.281405 C 171.27881,51.368123 167.62852,50.050037 164.22696,50.347624 C 162.87918,50.449991 161.77313,50.792288 160.99796,51.288648 C 158.43254,47.406596 155.96847,43.740708 153.67272,40.236223 C 153.07756,39.343363 151.41385,38.735246 149.72411,38.741654 z" | |
220 | - style="fill:#e67817;fill-opacity:1;stroke:none" /> | |
221 | - <path | |
222 | - id="path2371" | |
223 | - d="M 120.73686,58.410913 C 120.47838,58.410743 120.22229,58.434384 119.96191,58.466268 C 117.87821,58.7214 116.51798,59.915934 117.02812,61.233987 C 118.10809,64.245181 119.2851,67.443123 120.497,70.71803 C 118.25647,72.075668 115.99219,73.438253 113.68841,74.795804 C 109.64942,72.965419 105.56965,71.108529 101.80567,69.389525 C 100.02015,68.581676 97.508688,68.887326 96.233323,70.035326 C 94.914856,71.225784 95.302183,72.837882 97.045187,73.688716 C 102.48734,76.324469 108.1912,79.093813 114.1866,81.899616 C 115.7763,82.660099 117.40539,83.451983 119.05778,84.242951 C 113.64912,85.105475 108.25953,85.976225 102.87585,86.826155 C 100.53768,87.251277 99.001928,88.908219 99.554586,90.608705 C 100.06533,92.394807 102.49456,93.580129 104.96087,93.155007 C 113.29384,91.794028 121.66031,90.474526 130.03641,89.114136 C 130.13772,89.098142 130.2344,89.079295 130.33162,89.058783 C 129.49051,91.054759 130.61943,93.485061 133.48682,95.073959 C 136.97282,96.987006 141.76726,96.771936 143.89346,94.391254 C 146.06156,92.180032 144.83374,88.870578 141.34715,87.084476 C 139.37418,86.073932 137.07985,85.743081 135.07365,86.032743 C 135.10853,85.998556 135.15182,85.976279 135.18437,85.940485 C 139.56371,81.050996 143.77876,76.326271 147.86052,71.862021 C 148.96583,70.671503 148.11029,68.92423 145.94156,68.116374 C 143.85847,67.308525 141.26995,67.55888 140.03709,68.706822 C 137.34011,71.486177 134.53651,74.365788 131.69703,77.28675 C 131.08998,75.760871 130.48755,74.235268 129.94415,72.747691 C 129.93819,72.746321 129.93165,72.74906 129.92569,72.747691 C 129.9164,72.72353 129.91761,72.698076 129.90724,72.673885 C 128.07864,68.337289 126.30093,64.204547 124.68547,60.292963 C 124.23909,59.176912 122.54632,58.412101 120.73686,58.410913 z" | |
224 | - style="fill:#c4be66;fill-opacity:1;stroke:none" /> | |
225 | - <path | |
226 | - id="path2383" | |
227 | - d="M 66.397309,67.064641 C 66.158314,67.059167 65.90904,67.074968 65.65925,67.101544 C 63.575859,67.356616 62.005861,68.625014 62.005861,69.943069 C 62.048373,74.10997 62.0869,78.488604 62.171924,83.080509 C 62.172763,83.111514 62.188125,83.142134 62.190377,83.172766 C 62.214661,84.387185 62.250022,85.679242 62.282632,86.955316 C 58.393302,84.954098 54.581554,82.976798 50.916532,81.087751 C 49.343406,80.280021 46.869197,80.655545 45.381094,81.973422 C 43.850421,83.29189 43.820751,85.084633 45.436449,85.977389 C 50.75164,88.839644 56.327706,91.86034 62.190377,95.037056 C 60.123387,96.036234 58.662964,97.796544 58.518535,99.76063 C 58.348487,102.69456 61.334494,104.93102 65.161061,104.76098 C 69.030199,104.54841 72.178227,101.8827 72.135715,98.948766 C 72.135715,97.732334 71.60074,96.65002 70.714953,95.830468 C 78.82941,95.01228 86.986177,94.135669 95.218492,93.284168 C 97.641686,93.029094 99.346749,91.379381 98.964139,89.593875 C 98.666555,87.893388 96.413257,86.66334 94.074502,86.918412 C 88.592121,87.475311 83.21487,87.991639 77.818765,88.52369 C 79.298288,87.192528 80.767556,85.892028 82.247116,84.611981 C 82.240698,84.599397 82.235071,84.587655 82.228665,84.575077 C 82.265165,84.544014 82.304129,84.51503 82.339373,84.48282 C 86.633692,80.528598 90.755454,76.70516 94.79411,73.006011 C 96.070059,71.815794 95.720224,70.210157 94.019149,69.444879 C 92.318662,68.637036 89.893845,68.924282 88.575966,70.07223 C 85.46426,72.823776 82.200523,75.688246 78.925853,78.559901 C 75.916617,78.413056 72.941115,78.271692 69.995346,78.15397 C 69.791759,75.032378 69.590994,71.98181 69.4418,69.057399 C 69.404548,67.904103 68.070257,67.102991 66.397309,67.064641 z" | |
228 | - style="fill:#4b9f30;fill-opacity:1;stroke:none" /> | |
229 | - <path | |
230 | - id="path2395" | |
231 | - d="M 51.377819,52.395735 C 50.35059,52.394901 49.23092,52.69679 48.407134,53.281405 C 44.325435,56.087563 40.062144,58.977329 35.767883,61.953595 C 34.579243,62.762359 33.375328,63.59151 32.1883,64.407631 C 32.406529,61.734131 32.640187,59.003433 32.8341,56.510412 C 32.919125,55.447487 31.61781,54.810516 29.78961,55.108101 C 28.003862,55.405746 26.429879,56.512006 26.302283,57.617499 C 25.792079,61.444063 25.281017,65.525258 24.770813,69.777005 C 24.764247,69.826248 24.754168,69.876815 24.752361,69.924617 C 22.936105,69.389319 20.351537,69.803605 18.257447,71.142413 C 15.66388,72.757876 14.778179,75.212362 16.393849,76.530241 C 18.094542,77.933141 21.667808,77.64589 24.346429,75.90289 C 25.829578,74.930466 26.674602,73.721946 26.818924,72.61853 C 26.855727,72.648213 26.888744,72.683049 26.929634,72.710787 C 31.266406,75.602205 35.852996,78.532298 40.65752,81.678198 C 42.060599,82.613466 44.540417,82.320604 46.156055,81.087751 C 47.814267,79.854899 47.891261,78.161644 46.488183,77.268298 C 43.315074,75.257025 40.375943,73.372821 37.391612,71.47454 C 39.335475,71.245518 41.278411,71.020539 43.222274,70.791836 C 43.265287,70.787366 43.307965,70.797386 43.351433,70.791836 C 49.388929,70.026557 55.464567,69.269133 61.544575,68.503855 C 63.585395,68.291235 65.203632,67.011619 65.161061,65.736135 C 65.118549,64.418081 63.450626,63.574899 61.452317,63.872539 C 56.853233,64.434992 52.283429,65.014639 47.72443,65.588524 C 46.437303,64.266821 45.18362,63.029649 43.960333,61.805983 C 46.959665,59.685936 49.971984,57.558767 52.872387,55.495581 C 54.232954,54.560196 54.271422,53.280581 53.038451,52.727862 C 52.576066,52.504651 51.994157,52.396237 51.377819,52.395735 z" | |
232 | - style="fill:#87583a;fill-opacity:1;stroke:none" /> | |
233 | - <path | |
234 | - id="path2407" | |
235 | - d="M 47.318499,31.527133 C 46.316008,31.489266 45.103124,31.778473 44.274006,32.320547 C 40.588456,34.818563 36.774778,37.311665 32.852551,39.885646 C 32.327994,39.227279 31.071116,38.894468 29.475935,39.036878 C 27.052446,39.292011 24.727474,40.610154 24.217269,41.97066 C 23.622039,43.373739 25.196082,44.347651 27.704595,44.092579 C 28.737505,43.987524 29.736476,43.686405 30.601474,43.280714 C 29.789322,46.46237 28.981649,49.789595 28.128978,53.281405 C 27.916417,54.344388 29.147854,55.025438 30.9336,54.812877 C 32.719348,54.600257 34.294955,53.574976 34.550087,52.469541 C 35.061756,50.0532 35.564126,47.803026 36.063107,45.513341 C 37.091276,46.032587 38.1141,46.544053 39.181403,47.063264 C 39.209515,47.07899 39.225227,47.103627 39.25521,47.118618 C 42.571571,48.734317 46.071888,50.436692 49.643382,52.137415 C 50.876353,52.732643 52.962313,52.42139 54.237796,51.528517 C 55.555851,50.635643 55.581475,49.405772 54.348504,48.853055 C 51.537157,47.581285 48.841261,46.337725 46.156055,45.107408 C 46.849665,43.754155 47.525568,42.437568 48.185717,41.177248 C 51.713347,40.737575 55.255785,40.275803 58.813758,39.793388 C 60.471969,39.580768 61.876701,38.693503 61.876701,37.80063 C 61.876701,36.950269 60.564227,36.407175 58.906015,36.619737 C 54.016526,37.257477 49.163556,37.882495 44.274006,38.520237 C 44.204382,38.529647 44.140058,38.545128 44.071041,38.55714 C 42.852748,38.709916 41.624625,38.876896 40.3992,39.036878 C 43.05973,37.234838 45.693625,35.449445 48.241071,33.722857 C 49.389018,32.957521 49.389018,32.057413 48.241071,31.674744 C 47.975329,31.589706 47.652661,31.539756 47.318499,31.527133 z" | |
236 | - style="fill:#f6b801;fill-opacity:1;stroke:none" /> | |
237 | - <path | |
238 | - id="path2419" | |
239 | - d="M 80.90016,18.887883 C 80.56064,18.881239 80.202103,18.897913 79.829975,18.961689 C 74.812947,19.769491 69.753703,20.589432 64.736677,21.397281 C 64.680631,21.406886 64.625531,21.423278 64.570615,21.434184 C 65.404231,20.624942 65.242271,19.752545 64.090877,19.312266 C 62.602773,18.759567 60.053194,19.009833 58.352472,19.902713 C 56.651749,20.795587 56.445595,22.038299 57.891186,22.633528 C 58.715543,22.9633 59.882839,23.018201 61.064836,22.854947 C 61.053418,22.861149 61.039181,22.8671 61.027934,22.873398 C 57.243878,25.126838 53.331932,27.467072 49.292805,29.84805 C 48.144799,30.528304 48.014073,31.434079 49.034484,31.85926 C 50.054894,32.28444 51.890445,32.022871 53.038451,31.342619 C 55.696116,29.748011 58.32057,28.201154 60.917225,26.655948 C 60.888399,27.392211 60.853793,28.120573 60.824967,28.870123 C 60.823674,28.887444 60.824967,28.908149 60.824967,28.925477 C 60.824967,31.263942 60.775222,33.686839 60.732711,36.195352 C 60.732711,37.045714 62.100598,37.588807 63.75875,37.376247 C 65.374448,37.163626 66.735043,36.276302 66.692532,35.383488 C 66.625664,33.444013 66.554221,31.545919 66.508018,29.700438 C 68.331506,28.89694 70.124075,28.094346 71.914297,27.3202 C 74.378102,28.162674 76.837932,29.01697 79.405591,29.903405 C 80.638444,30.328585 82.457462,30.067017 83.520267,29.386764 C 84.583071,28.663939 84.457896,27.763831 83.225044,27.338651 C 79.653431,26.190705 76.158429,25.049076 72.799968,23.943582 C 72.728075,23.918693 72.65548,23.907792 72.57855,23.888228 C 71.782769,23.61718 70.98233,23.347412 70.179859,23.076363 C 73.603224,22.521023 77.021278,21.965236 80.457324,21.397281 C 81.988352,21.142149 83.050123,20.374451 82.837562,19.73665 C 82.710026,19.226454 81.918709,18.90781 80.90016,18.887883 z" | |
240 | - style="fill:#6d5394;fill-opacity:1;stroke:none" /> | |
241 | - <path | |
242 | - id="path2431" | |
243 | - d="M 92.930512,32.172934 C 85.581752,32.156093 78.46586,33.498948 72.726162,35.770969 C 72.683649,35.813482 72.726162,35.839167 72.726162,35.881678 C 73.023747,36.051727 73.280591,36.154465 73.833249,36.324512 C 73.960786,36.409597 73.954439,36.577224 74.294535,36.619737 C 75.14478,36.577224 74.978865,36.406348 75.106401,36.066192 C 75.616547,35.726036 76.049048,35.507838 76.176584,35.125168 C 76.559786,35.040144 76.851317,34.91503 77.191415,34.829944 C 78.211707,34.574872 78.595351,34.315696 78.722887,34.996008 C 79.403082,35.208568 79.697715,34.835554 80.420422,34.793042 C 80.420422,34.75053 80.414812,34.737687 80.457324,34.737688 C 81.35067,34.397531 81.781106,35.085843 82.376275,35.383488 C 82.673861,35.468513 83.602928,35.556785 83.81549,35.64181 C 84.283124,35.981965 83.77283,36.486591 82.837562,36.65664 C 82.79505,36.571615 82.806268,36.533088 82.763757,36.490576 C 82.211098,36.405552 82.161206,36.4922 81.693572,36.619737 C 80.120031,36.70476 79.566783,36.919033 79.184173,37.726824 C 79.184173,37.939445 79.280416,38.185689 79.110367,38.483335 C 78.557709,38.525846 78.033688,38.732858 77.523542,38.520237 C 76.758322,38.520237 75.699209,38.441648 75.401623,39.036878 C 75.401623,39.036878 75.309366,39.036877 75.309366,39.036878 C 75.096806,39.164415 74.894578,39.296822 74.682017,39.424358 C 73.109066,40.019587 72.816796,40.180869 72.689259,40.180868 C 72.221625,40.648561 72.341043,41.043245 72.043457,41.638534 C 71.788385,41.638534 71.793404,41.638533 71.45301,41.638534 C 71.282903,41.425913 71.312573,41.421101 71.397657,41.251054 C 70.504783,41.123518 69.627909,41.072206 68.777548,41.029635 C 68.267342,41.539899 67.970494,42.475227 68.353164,42.985491 C 68.820857,43.240564 69.617546,43.542283 70.382827,43.797354 C 70.808006,43.967462 72.679664,44.608423 72.892224,45.033603 C 73.317346,44.99109 73.745863,44.910052 74.128473,44.86754 C 75.063741,44.910052 75.947491,45.326464 76.840838,45.62405 C 77.47852,45.709074 78.932348,45.632846 79.442494,45.845467 C 79.399981,45.930491 79.392749,46.050057 79.350237,46.177593 C 79.605309,47.070467 82.069982,47.113776 83.132786,47.709065 C 83.175298,47.921625 83.232277,48.142304 83.3173,48.354866 C 84.08252,48.822559 84.875638,49.197225 86.066568,49.664919 C 86.066568,49.707431 86.066568,49.751567 86.066568,49.79408 C 86.619226,50.00664 87.683205,49.913586 88.575966,50.126206 C 89.511234,50.508874 90.912518,51.661693 89.849118,52.469541 C 88.998875,52.767127 88.672948,52.856224 88.077777,53.281405 C 87.695168,54.301875 87.017482,55.701794 84.848772,55.956868 C 82.595628,55.871843 82.67209,55.705809 81.269188,56.768732 C 80.205794,57.193913 79.145499,57.579859 78.040183,58.004979 C 78.040183,58.047492 78.040183,58.078784 78.040183,58.078785 C 77.402499,58.206323 77.111114,58.08602 76.600969,58.171043 C 76.43092,58.341093 76.248768,58.554534 76.121232,58.724588 C 75.398524,58.852126 74.681131,58.717355 74.128473,58.632332 C 73.958424,58.717355 73.950305,58.727831 73.482672,58.982909 C 72.632428,59.238041 70.763901,59.835691 71.231594,60.64354 C 70.97652,60.941185 69.952007,61.309358 69.4418,61.436953 C 69.4418,61.479465 69.4418,61.523595 69.4418,61.566113 C 73.225916,63.139241 77.910431,64.203873 83.225044,64.629047 C 93.34412,65.351873 103.29936,63.482578 110.57011,59.868579 C 109.71987,59.443398 108.98565,58.300997 108.68806,57.87582 C 108.56052,56.982947 109.07023,56.589001 109.66598,55.993771 C 109.92106,55.185922 109.50849,54.509592 109.16779,53.871852 C 108.78518,53.361648 108.51875,53.147435 108.26368,52.764766 C 108.39121,52.424667 108.73456,51.501266 108.522,51.288648 C 107.88431,51.203624 107.28649,51.318316 106.86136,51.233294 C 106.73383,50.97822 106.68644,50.906778 106.47389,50.864265 C 104.0501,50.694216 101.25242,51.794041 99.296266,50.901167 C 98.275974,50.263426 97.513553,49.455518 96.620804,48.945313 C 96.323218,48.350083 97.214504,47.106573 97.469572,46.638879 C 97.384547,46.468832 97.338787,46.305188 97.211251,46.177593 C 97.551348,44.987135 98.999124,44.443953 100.82774,44.018773 C 100.99778,43.593591 101.0059,43.491712 101.47354,43.151554 C 102.57886,42.811398 102.90227,42.68944 102.56218,42.136723 C 102.13705,42.094211 101.92597,42.228981 101.71341,42.228981 C 101.71341,42.101445 101.76316,41.969038 101.80567,41.841501 C 101.29552,41.713963 102.14502,40.782534 102.23005,40.697509 C 103.08029,40.527402 104.14294,40.61092 105.16383,40.568349 C 105.41891,40.100656 104.65442,39.888064 104.73945,39.590421 C 105.24959,39.462885 105.37639,39.299242 105.16383,39.129135 C 104.86624,39.086623 104.5629,39.036877 104.22281,39.036878 C 103.8402,38.611698 104.39478,38.561125 104.90551,38.391076 C 105.11807,38.008409 104.35433,37.979534 104.05674,38.022048 C 103.97172,38.107071 103.9388,38.195285 103.85378,38.280368 C 103.2586,38.492929 103.17181,38.475303 102.74669,38.81546 C 102.49162,38.81546 102.43862,38.832288 102.39612,38.704751 C 102.43863,38.577156 102.5325,38.407904 102.61753,38.280368 C 103.12768,38.195285 103.2899,37.9354 103.92759,37.892888 C 103.9701,37.807863 104.01423,37.756555 104.05674,37.671469 C 103.63162,37.118752 104.3499,37.086632 105.20074,37.044121 C 105.20074,37.214168 105.08205,37.206137 105.42215,37.376247 C 105.37964,37.461271 105.33551,37.641799 105.29299,37.726824 C 105.63309,38.066981 106.7731,38.269976 106.60304,38.907717 C 106.47551,38.907717 106.36156,38.902108 106.23402,38.944621 C 106.149,39.029645 106.19077,39.215784 106.6584,39.258295 C 108.14633,39.088188 108.98698,38.274759 110.77307,38.317271 C 110.77307,38.274759 110.85411,38.193719 110.93914,38.151208 C 111.1517,37.300906 111.07937,37.216589 110.01656,36.748896 C 109.4214,36.068643 111.04113,35.966703 111.80635,35.881678 C 111.80635,35.839167 111.80635,35.856053 111.80635,35.770969 C 107.17195,33.687637 101.12473,32.318922 94.406629,32.191385 C 93.915047,32.178097 93.420429,32.174058 92.930512,32.172934 z M 64.810483,40.051708 C 62.769604,41.624895 61.149831,43.372972 60.086909,45.328826 C 57.068132,51.068678 59.971565,56.774461 67.41214,60.64354 C 67.454652,60.558517 67.498788,60.551284 67.5413,60.551284 C 68.051563,59.785946 68.590672,58.980454 68.888255,58.300205 C 69.398461,58.002558 69.493169,57.583016 69.663217,57.285373 C 70.471068,56.945216 70.600258,56.345145 70.770307,55.919965 C 71.45062,55.069602 73.19778,52.983792 72.560098,52.303479 C 72.092466,52.048405 71.620167,51.833337 71.19469,51.620774 C 71.024641,51.280618 71.01983,51.274979 70.80721,50.67975 C 70.552137,50.212057 69.83808,49.376101 70.050699,48.90841 C 70.603416,48.483229 70.508,48.466372 70.678049,48.04119 C 71.400874,47.530986 71.40548,47.538189 72.043457,47.15552 C 72.383555,46.560291 71.782983,46.29958 71.102433,46.214496 C 69.954487,45.576756 69.233195,44.682198 68.297809,44.129481 C 67.319912,44.044457 66.677299,43.973072 65.954474,43.760453 C 65.826937,43.590403 65.670528,43.364116 65.585444,43.151554 C 65.372883,42.046119 64.727083,41.114689 64.939643,40.051708 C 64.897131,40.051708 64.895507,40.051708 64.810483,40.051708 z M 108.09762,40.568349 C 108.01259,40.653433 107.93715,40.778548 107.89464,40.863573 C 107.0444,41.246241 105.80077,41.111501 105.58821,41.749242 C 104.90802,41.834268 104.7424,41.809409 104.44423,42.192078 C 104.27417,42.234589 104.09763,42.265883 103.92759,42.265883 C 103.80004,42.393421 103.79842,42.391 103.79842,42.561107 C 103.96848,42.603618 104.19476,42.684656 104.40732,42.727171 C 105.89584,42.557121 107.25711,42.701487 108.87258,42.616462 C 109.38272,42.488866 109.58185,42.389434 110.21953,42.431946 C 110.21953,42.602055 110.17303,42.730358 110.3856,42.985491 C 110.30056,43.070515 110.1754,43.121883 110.09037,43.206908 C 110.13288,43.24942 110.14574,43.293556 110.14573,43.336068 C 110.86843,43.548688 110.85693,43.547093 113.57769,44.184836 C 114.64109,44.142323 114.77631,43.877567 115.20142,43.409874 C 115.92413,43.367362 116.64079,43.834256 117.61857,43.834258 C 118.17122,43.749234 118.77702,43.412236 118.94708,43.114651 C 118.3088,43.114651 118.05093,42.898842 117.71082,42.85633 C 117.54078,41.963457 117.48676,41.543916 115.82878,41.841501 C 115.78627,41.926524 115.80147,42.273117 115.58891,42.35814 C 115.12127,42.315629 114.94708,41.963427 114.77705,41.878403 C 114.60699,41.113125 114.48462,41.210963 113.20867,40.955829 C 112.69852,40.700757 112.0021,40.781736 111.91707,41.121893 C 112.55474,41.334454 113.19272,41.457207 113.87292,41.71234 C 113.83041,41.754852 113.79913,41.749241 113.79911,41.749242 C 113.67158,41.791755 113.50227,41.798989 113.37473,41.841501 C 113.28971,41.969037 113.02489,42.265883 112.59977,42.265883 C 112.64228,42.095835 112.74015,41.932134 112.65512,41.804597 C 112.18749,41.634548 111.72045,41.463614 111.25281,41.251054 C 110.61513,40.825872 110.69189,40.484889 109.62909,40.697509 C 108.9483,40.697509 108.52273,40.568349 108.09762,40.568349 z" | |
244 | - style="fill:#71b0d3;fill-opacity:1;stroke:none" /> | |
245 | - </g> | |
246 | - <rect | |
247 | - style="opacity:1;color:#000000;fill:url(#linearGradient5155);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.55029594999999998;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" | |
248 | - id="rect4760" | |
249 | - width="18.993464" | |
250 | - height="617.2876" | |
251 | - x="-18.965919" | |
252 | - y="0.018129941" | |
253 | - ry="0" /> | |
254 | - <rect | |
255 | - ry="0" | |
256 | - y="0.018129941" | |
257 | - x="-760.02753" | |
258 | - height="617.2876" | |
259 | - width="18.993464" | |
260 | - id="rect5157" | |
261 | - style="opacity:1;color:#000000;fill:url(#linearGradient5159);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.55029595;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" | |
262 | - transform="scale(-1,1)" /> | |
263 | - <rect | |
264 | - style="opacity:1;color:#000000;fill:url(#linearGradient5163);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.55029595;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" | |
265 | - id="rect5161" | |
266 | - width="18.993464" | |
267 | - height="1242.7152" | |
268 | - x="-636.29919" | |
269 | - y="-250.95712" | |
270 | - ry="0" | |
271 | - transform="matrix(0,-1,1,0,0,0)" /> | |
272 | - <rect | |
273 | - style="opacity:1;color:#000000;fill:none;fill-opacity:0.69834708000000001;fill-rule:nonzero;stroke:#babdb6;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:3,6;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" | |
274 | - id="rect5358" | |
275 | - width="698.29449" | |
276 | - height="71.54657" | |
277 | - x="17.171177" | |
278 | - y="126.54961" | |
279 | - ry="0" /> | |
280 | - <rect | |
281 | - style="opacity:1;color:#000000;fill:#babdb6;fill-opacity:0.69834708;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:3, 6;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" | |
282 | - id="rect5753" | |
283 | - width="688" | |
284 | - height="17" | |
285 | - x="22" | |
286 | - y="129.36218" /> | |
287 | - <text | |
288 | - xml:space="preserve" | |
289 | - 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-tb;text-anchor:start;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" | |
290 | - x="548" | |
291 | - y="142.36218" | |
292 | - id="text6148" | |
293 | - sodipodi:linespacing="125%"><tspan | |
294 | - sodipodi:role="line" | |
295 | - id="tspan6150" | |
296 | - x="548" | |
297 | - y="142.36218">Barra de Ferramentas</tspan></text> | |
298 | - <rect | |
299 | - style="opacity:1;color:#000000;fill:#555753;fill-opacity:0.69834708;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:3, 6;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" | |
300 | - id="rect6152" | |
301 | - width="38" | |
302 | - height="38" | |
303 | - x="29" | |
304 | - y="152.36218" /> | |
305 | - <rect | |
306 | - y="152.36218" | |
307 | - x="83" | |
308 | - height="38" | |
309 | - width="38" | |
310 | - id="rect6154" | |
311 | - style="opacity:1;color:#000000;fill:#555753;fill-opacity:0.69834708;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:3, 6;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> | |
312 | - <rect | |
313 | - y="152.36218" | |
314 | - x="135" | |
315 | - height="38" | |
316 | - width="38" | |
317 | - id="rect6156" | |
318 | - style="opacity:1;color:#000000;fill:#555753;fill-opacity:0.69834708;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:3, 6;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> | |
319 | - <rect | |
320 | - style="opacity:1;color:#000000;fill:#555753;fill-opacity:0.69834708;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:3, 6;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" | |
321 | - id="rect6158" | |
322 | - width="38" | |
323 | - height="38" | |
324 | - x="189" | |
325 | - y="152.36218" /> | |
326 | - <rect | |
327 | - y="152.36218" | |
328 | - x="245" | |
329 | - height="38" | |
330 | - width="38" | |
331 | - id="rect6160" | |
332 | - style="opacity:1;color:#000000;fill:#555753;fill-opacity:0.69834708;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:3, 6;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> | |
333 | - <rect | |
334 | - style="opacity:1;color:#000000;fill:#555753;fill-opacity:0.69834708;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:3, 6;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" | |
335 | - id="rect6162" | |
336 | - width="38" | |
337 | - height="38" | |
338 | - x="299" | |
339 | - y="152.36218" /> | |
340 | - <rect | |
341 | - style="opacity:1;color:#000000;fill:#555753;fill-opacity:0.69834708;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:3, 6;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" | |
342 | - id="rect6164" | |
343 | - width="38" | |
344 | - height="38" | |
345 | - x="351" | |
346 | - y="152.36218" /> | |
347 | - <rect | |
348 | - y="152.36218" | |
349 | - x="405" | |
350 | - height="38" | |
351 | - width="38" | |
352 | - id="rect6166" | |
353 | - style="opacity:1;color:#000000;fill:#555753;fill-opacity:0.69834708;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:3, 6;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> | |
354 | - <rect | |
355 | - style="opacity:1;color:#000000;fill:#d3d7cf;fill-opacity:0.69834708000000001;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:3, 6;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" | |
356 | - id="rect6174" | |
357 | - width="162" | |
358 | - height="32" | |
359 | - x="536" | |
360 | - y="157.36218" /> | |
361 | - <text | |
362 | - xml:space="preserve" | |
363 | - style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" | |
364 | - x="544" | |
365 | - y="178.36218" | |
366 | - id="text6168"><tspan | |
367 | - sodipodi:role="line" | |
368 | - id="tspan6170" | |
369 | - x="544" | |
370 | - y="178.36218">Itens para Adicionar</tspan></text> | |
371 | - <path | |
372 | - style="fill:#2e3436;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | |
373 | - d="M 677,170.16781 L 684.26523,182.75156 L 691.80913,169.68514 L 677,170.16781 z" | |
374 | - id="path6172" /> | |
375 | - </g> | |
376 | -</svg> |
public/designs/templates/leftbar/source/tmpimg.png
18.9 KB
public/designs/templates/leftbar/stylesheets/cms.css
... | ... | @@ -1,128 +0,0 @@ |
1 | - | |
2 | -/************************************ | |
3 | - * listing stuff | |
4 | - ************************************/ | |
5 | -#content .handle, #content .do-reorder UL LI .handle { | |
6 | - display: none; | |
7 | -} | |
8 | -#content .do-reorder LI .handle { | |
9 | - display: inline; | |
10 | - background: gray; | |
11 | - color: white; | |
12 | - padding: 1px 3px; | |
13 | - cursor: move; | |
14 | -} | |
15 | - | |
16 | -ul.page-list li { | |
17 | - list-style: none; | |
18 | -} | |
19 | - | |
20 | -ul.page-list li table, | |
21 | -ul.page-list li td { | |
22 | - border: none; | |
23 | - padding: 3px; | |
24 | -} | |
25 | - | |
26 | -ul.page-list a.page { | |
27 | - font-weight: bold; | |
28 | -} | |
29 | - | |
30 | -ul.page-list a:visited, ul.page-list a:link { | |
31 | - color: #000; | |
32 | -} | |
33 | - | |
34 | -ul.page-list a:hover { | |
35 | - background: #aa9; | |
36 | -} | |
37 | - | |
38 | -#content .page-list .hover { | |
39 | - background: #F1F0DB; | |
40 | -} | |
41 | - | |
42 | -#content .page-list .commands A.delete-page:hover { | |
43 | - color: white; | |
44 | - background: black; | |
45 | -} | |
46 | -#content .page-list .hover-delete { | |
47 | - background: red; | |
48 | - color: #FF8E90; | |
49 | -} | |
50 | -#content .page-list .hover-delete A, | |
51 | -#content .page-list .hover-delete .commands A { | |
52 | - color: #FF8E90; | |
53 | -} | |
54 | -#content .page-list .hover-delete A.page { | |
55 | - color: white; | |
56 | - border-bottom: 0px; | |
57 | -} | |
58 | -#content .page-list .hover-delete UL LI A.page { | |
59 | - color: red; | |
60 | - border-bottom: 0px; | |
61 | -} | |
62 | - | |
63 | -/*********************************** | |
64 | - * from stuff | |
65 | - ***********************************/ | |
66 | -div.comatose_field { | |
67 | -} | |
68 | -div.comatose_field label { | |
69 | - display: block; | |
70 | - font-weight: bold; | |
71 | -} | |
72 | - | |
73 | -div.comatose_field textarea { | |
74 | - width: 90%; | |
75 | -} | |
76 | -div.comatose_field textarea, | |
77 | -div.comatose_field input, | |
78 | -div.comatose_field select { | |
79 | - border: 1px solid gray; | |
80 | -} | |
81 | - | |
82 | -/**************************************** | |
83 | - * revisions page stuff | |
84 | - ****************************************/ | |
85 | - | |
86 | -.older-content { | |
87 | - float: right; | |
88 | -} | |
89 | -.current-content { | |
90 | - float: left; | |
91 | -} | |
92 | - | |
93 | -.revisions { | |
94 | - width: 47%; | |
95 | - border: 1px solid gray; | |
96 | - padding: 0.25em; | |
97 | -} | |
98 | - | |
99 | -.revisions .header { | |
100 | - font-weight: bold; | |
101 | - border-bottom: 1px solid black; | |
102 | - margin-bottom: 10px; | |
103 | - height: 40px; | |
104 | -} | |
105 | - | |
106 | -.revisions .meta { | |
107 | - border-bottom: 1px solid black; | |
108 | - margin-bottom: 10px; | |
109 | -} | |
110 | - | |
111 | -.revisions .footer { | |
112 | - border-top: 1px solid black; | |
113 | - margin-top: 10px; | |
114 | - padding: 0.25em; | |
115 | -} | |
116 | - | |
117 | -.revisions .meta label span { | |
118 | - font-weight: bold; | |
119 | -} | |
120 | - | |
121 | -.revisions .meta label { | |
122 | - font-weight: normal; | |
123 | - display: block; | |
124 | -} | |
125 | - | |
126 | -.collapsed { | |
127 | - display: none; | |
128 | -} |
public/designs/templates/leftbar/stylesheets/style.css
... | ... | @@ -1,115 +0,0 @@ |
1 | -body { | |
2 | -margin: 0px; | |
3 | -padding: 0px; | |
4 | -font-family: Verdana, Sans-Serif; | |
5 | -font-size: 14px; | |
6 | -} | |
7 | - | |
8 | -#wrap { | |
9 | -background: url("../images/bg_content.png") top center repeat-y; | |
10 | -} | |
11 | - | |
12 | -#frame { | |
13 | - background: url("../images/bg_bgheader.png") top left repeat-x; | |
14 | -} | |
15 | - | |
16 | -#header { | |
17 | -background: url("../images/bg_header.png") top center no-repeat; | |
18 | -height: 135px; | |
19 | -} | |
20 | - | |
21 | -#boxes { | |
22 | -position: relative; | |
23 | -width: 780px; | |
24 | -left: 50%; | |
25 | -margin-left: -390px; | |
26 | -padding-top: 1em; | |
27 | -} | |
28 | - | |
29 | -#box_2 { | |
30 | -float: left; | |
31 | -width: 200px; | |
32 | -} | |
33 | - | |
34 | -#box_1 { | |
35 | -margin-left: 205px; | |
36 | -} | |
37 | - | |
38 | -#spinner { | |
39 | - z-index: 1000; | |
40 | - position: absolute; | |
41 | - left: 50%; | |
42 | - margin-left: -16px; | |
43 | - top: 200px; | |
44 | -} | |
45 | - | |
46 | - | |
47 | -#footer_content { | |
48 | -clear: both; | |
49 | -} | |
50 | - | |
51 | -#footer { | |
52 | -margin: 0px; | |
53 | -padding: 5px; | |
54 | -text-align: center; | |
55 | -clear: both; | |
56 | -background: #c5d0df url("../images/bg_footer.png") top left repeat-x; | |
57 | -} | |
58 | - | |
59 | - | |
60 | -/* Edition Mode */ | |
61 | - | |
62 | -#design_editor .block_list { | |
63 | -list-style: none; | |
64 | -margin: 0px; | |
65 | -padding: 3px; | |
66 | -} | |
67 | - | |
68 | -#design_editor .box { | |
69 | -border: 2px solid transparent; | |
70 | -} | |
71 | - | |
72 | -#design_editor .hover { | |
73 | -border: 2px dotted red; | |
74 | -background: #ff6; | |
75 | -} | |
76 | - | |
77 | -#design_editor_toolbar { | |
78 | -padding: 5px; | |
79 | -} | |
80 | - | |
81 | -#design_editor_toolbar h3 { | |
82 | -font-size: 10px; | |
83 | -background: #dfdfdf; | |
84 | -margin: 0px; | |
85 | -padding: 1px; | |
86 | -text-align: right; | |
87 | -color: #545454; | |
88 | -} | |
89 | - | |
90 | -#design_editor_toolbar a { | |
91 | -font-size: 10px; | |
92 | -padding: 5px; | |
93 | -background: #dfdfdf; | |
94 | -color: black; | |
95 | -} | |
96 | - | |
97 | -.design_editor_box_toolbar { | |
98 | -text-align: center; | |
99 | -margin: 5px; | |
100 | -background: #dfdfdf; | |
101 | -} | |
102 | - | |
103 | -.design_editor_box_toolbar a { | |
104 | -display: inline; | |
105 | -width: 30px; | |
106 | -font-size: 10px; | |
107 | -padding: 2px; | |
108 | -background: #dfdfdf; | |
109 | -} | |
110 | - | |
111 | -#design_editor_toolbar a:hover, .design_editor_box_toolbar a:hover { | |
112 | -background: #545454; | |
113 | -color: #ffffff; | |
114 | -} | |
115 | - |
public/designs/templates/leftbar/thumbnail.jpg
5.58 KB
public/designs/templates/onecolumn/images/bg_bgheader.png
248 Bytes
public/designs/templates/onecolumn/images/bg_content.png
225 Bytes
public/designs/templates/onecolumn/images/bg_footer.png
168 Bytes
public/designs/templates/onecolumn/images/bg_header.png
7.98 KB
public/designs/templates/onecolumn/images/fbes.png
4.75 KB
public/designs/templates/onecolumn/onecolumn.yml
public/designs/templates/onecolumn/stylesheets/cms.css
... | ... | @@ -1,128 +0,0 @@ |
1 | - | |
2 | -/************************************ | |
3 | - * listing stuff | |
4 | - ************************************/ | |
5 | -#content .handle, #content .do-reorder UL LI .handle { | |
6 | - display: none; | |
7 | -} | |
8 | -#content .do-reorder LI .handle { | |
9 | - display: inline; | |
10 | - background: gray; | |
11 | - color: white; | |
12 | - padding: 1px 3px; | |
13 | - cursor: move; | |
14 | -} | |
15 | - | |
16 | -ul.page-list li { | |
17 | - list-style: none; | |
18 | -} | |
19 | - | |
20 | -ul.page-list li table, | |
21 | -ul.page-list li td { | |
22 | - border: none; | |
23 | - padding: 3px; | |
24 | -} | |
25 | - | |
26 | -ul.page-list a.page { | |
27 | - font-weight: bold; | |
28 | -} | |
29 | - | |
30 | -ul.page-list a:visited, ul.page-list a:link { | |
31 | - color: #000; | |
32 | -} | |
33 | - | |
34 | -ul.page-list a:hover { | |
35 | - background: #aa9; | |
36 | -} | |
37 | - | |
38 | -#content .page-list .hover { | |
39 | - background: #F1F0DB; | |
40 | -} | |
41 | - | |
42 | -#content .page-list .commands A.delete-page:hover { | |
43 | - color: white; | |
44 | - background: black; | |
45 | -} | |
46 | -#content .page-list .hover-delete { | |
47 | - background: red; | |
48 | - color: #FF8E90; | |
49 | -} | |
50 | -#content .page-list .hover-delete A, | |
51 | -#content .page-list .hover-delete .commands A { | |
52 | - color: #FF8E90; | |
53 | -} | |
54 | -#content .page-list .hover-delete A.page { | |
55 | - color: white; | |
56 | - border-bottom: 0px; | |
57 | -} | |
58 | -#content .page-list .hover-delete UL LI A.page { | |
59 | - color: red; | |
60 | - border-bottom: 0px; | |
61 | -} | |
62 | - | |
63 | -/*********************************** | |
64 | - * from stuff | |
65 | - ***********************************/ | |
66 | -div.comatose_field { | |
67 | -} | |
68 | -div.comatose_field label { | |
69 | - display: block; | |
70 | - font-weight: bold; | |
71 | -} | |
72 | - | |
73 | -div.comatose_field textarea { | |
74 | - width: 90%; | |
75 | -} | |
76 | -div.comatose_field textarea, | |
77 | -div.comatose_field input, | |
78 | -div.comatose_field select { | |
79 | - border: 1px solid gray; | |
80 | -} | |
81 | - | |
82 | -/**************************************** | |
83 | - * revisions page stuff | |
84 | - ****************************************/ | |
85 | - | |
86 | -.older-content { | |
87 | - float: right; | |
88 | -} | |
89 | -.current-content { | |
90 | - float: left; | |
91 | -} | |
92 | - | |
93 | -.revisions { | |
94 | - width: 47%; | |
95 | - border: 1px solid gray; | |
96 | - padding: 0.25em; | |
97 | -} | |
98 | - | |
99 | -.revisions .header { | |
100 | - font-weight: bold; | |
101 | - border-bottom: 1px solid black; | |
102 | - margin-bottom: 10px; | |
103 | - height: 40px; | |
104 | -} | |
105 | - | |
106 | -.revisions .meta { | |
107 | - border-bottom: 1px solid black; | |
108 | - margin-bottom: 10px; | |
109 | -} | |
110 | - | |
111 | -.revisions .footer { | |
112 | - border-top: 1px solid black; | |
113 | - margin-top: 10px; | |
114 | - padding: 0.25em; | |
115 | -} | |
116 | - | |
117 | -.revisions .meta label span { | |
118 | - font-weight: bold; | |
119 | -} | |
120 | - | |
121 | -.revisions .meta label { | |
122 | - font-weight: normal; | |
123 | - display: block; | |
124 | -} | |
125 | - | |
126 | -.collapsed { | |
127 | - display: none; | |
128 | -} |
public/designs/templates/onecolumn/stylesheets/style.css
... | ... | @@ -1,132 +0,0 @@ |
1 | -body { | |
2 | - font-family: Verdana, Sans-Serif; | |
3 | - font-size: 14px; | |
4 | -} | |
5 | - | |
6 | -#wrap { | |
7 | -} | |
8 | - | |
9 | -#frame { | |
10 | -background: url("../images/bg_bgheader.png") top left repeat-x; | |
11 | -} | |
12 | - | |
13 | -#header { | |
14 | -height: 55px; | |
15 | -} | |
16 | - | |
17 | -#boxes { | |
18 | - position: relative; | |
19 | - width: auto; | |
20 | - margin: 20px; | |
21 | - padding: 10px; | |
22 | -} | |
23 | - | |
24 | -#box_1 { | |
25 | -} | |
26 | - | |
27 | -#spinner { | |
28 | - z-index: 1000; | |
29 | - position: absolute; | |
30 | - left: 50%; | |
31 | - margin-left: -16px; | |
32 | - top: 200px; | |
33 | -} | |
34 | - | |
35 | -#footer { | |
36 | - clear: both; | |
37 | - text-align: center; | |
38 | - font-size: smaller; | |
39 | - color: #333; | |
40 | - margin: 0px; | |
41 | - padding: 5px; | |
42 | - background: #c5d0df url("../images/bg_footer.png") top left repeat-x; | |
43 | -} | |
44 | - | |
45 | - | |
46 | -/* Edition Mode */ | |
47 | - | |
48 | -#design_editor .block_list { | |
49 | - list-style: none; | |
50 | - margin: 0px; | |
51 | - padding: 3px; | |
52 | -} | |
53 | - | |
54 | -#design_editor .box { | |
55 | - border: 2px solid transparent; | |
56 | -} | |
57 | - | |
58 | -#design_editor .hover { | |
59 | - border: 2px dotted red; | |
60 | - background: #ff6; | |
61 | -} | |
62 | - | |
63 | -#design_editor_toolbar { | |
64 | - padding: 5px; | |
65 | -} | |
66 | - | |
67 | -#design_editor_toolbar h3 { | |
68 | - font-size: 10px; | |
69 | - background: #dfdfdf; | |
70 | - margin: 0px; | |
71 | - padding: 1px; | |
72 | - text-align: right; | |
73 | - color: #545454; | |
74 | -} | |
75 | - | |
76 | -#design_editor_toolbar a { | |
77 | - font-size: 10px; | |
78 | - padding: 5px; | |
79 | - background: #dfdfdf; | |
80 | - color: black; | |
81 | -} | |
82 | - | |
83 | -.design_editor_box_toolbar { | |
84 | - text-align: center; | |
85 | - margin: 5px; | |
86 | - background: #dfdfdf; | |
87 | -} | |
88 | - | |
89 | -.design_editor_box_toolbar a { | |
90 | - display: inline; | |
91 | - width: 30px; | |
92 | - font-size: 10px; | |
93 | - padding: 2px; | |
94 | - background: #dfdfdf; | |
95 | -} | |
96 | - | |
97 | -#design_editor_toolbar a:hover, .design_editor_box_toolbar a:hover { | |
98 | - background: #545454; | |
99 | - color: #ffffff; | |
100 | -} | |
101 | - | |
102 | -div#notice { | |
103 | - z-index: 10000; | |
104 | - position: absolute; | |
105 | - top: 100px; | |
106 | - left: 50%; | |
107 | - margin-left: -200px; | |
108 | - width: 400px; | |
109 | - border: 1px solid black; | |
110 | - background: #efefef; | |
111 | - padding: 0.5em; | |
112 | -} | |
113 | - | |
114 | -div#notice .button { | |
115 | - text-align: center; | |
116 | - margin-top: 1em; | |
117 | - margin-bottom: 0.25em; | |
118 | -} | |
119 | - | |
120 | -div#notice .button a { | |
121 | - border: 1px solid gray; | |
122 | - background: #ddd; | |
123 | - color: black; | |
124 | - padding: 4px; | |
125 | - padding-left: 28px; | |
126 | - background-image: url(../../../icons/default/cancel.png); | |
127 | - background-position: top left; | |
128 | - background-repeat: no-repeat; | |
129 | -} | |
130 | -div#notice .button a:hover { | |
131 | - background-color: #ffd; | |
132 | -} |
public/designs/templates/onecolumn/thumbnail.jpg
5.08 KB
public/designs/templates/raw/raw.yml
public/designs/templates/raw/stylesheets/style.css
public/designs/templates/raw/thumbnail.jpg
4.52 KB
public/designs/templates/threecolumn/images/bg_bgheader.png
283 Bytes
public/designs/templates/threecolumn/images/bg_content.png
260 Bytes
public/designs/templates/threecolumn/images/bg_footer.png
196 Bytes
public/designs/templates/threecolumn/images/bg_header.png
6.53 KB
public/designs/templates/threecolumn/images/fbes.png
4.75 KB
public/designs/templates/threecolumn/source/bluestyle.png
29.2 KB
public/designs/templates/threecolumn/source/bluestyle.svg
... | ... | @@ -1,383 +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="210mm" | |
13 | - height="297mm" | |
14 | - id="svg2" | |
15 | - sodipodi:version="0.32" | |
16 | - inkscape:version="0.45+devel" | |
17 | - sodipodi:docname="bluestyle.svg" | |
18 | - inkscape:output_extension="org.inkscape.output.svg.inkscape"> | |
19 | - <defs | |
20 | - id="defs4"> | |
21 | - <linearGradient | |
22 | - inkscape:collect="always" | |
23 | - id="linearGradient3920"> | |
24 | - <stop | |
25 | - style="stop-color:#204a87;stop-opacity:1;" | |
26 | - offset="0" | |
27 | - id="stop3922" /> | |
28 | - <stop | |
29 | - style="stop-color:#eeeeec;stop-opacity:1" | |
30 | - offset="1" | |
31 | - id="stop3924" /> | |
32 | - </linearGradient> | |
33 | - <linearGradient | |
34 | - id="linearGradient3105"> | |
35 | - <stop | |
36 | - style="stop-color:#eeeeec;stop-opacity:1;" | |
37 | - offset="0" | |
38 | - id="stop3107" /> | |
39 | - <stop | |
40 | - id="stop3115" | |
41 | - offset="0.62403959" | |
42 | - style="stop-color:#eeeeec;stop-opacity:0;" /> | |
43 | - <stop | |
44 | - style="stop-color:#eeeeec;stop-opacity:0;" | |
45 | - offset="1" | |
46 | - id="stop3109" /> | |
47 | - </linearGradient> | |
48 | - <linearGradient | |
49 | - inkscape:collect="always" | |
50 | - id="linearGradient2233"> | |
51 | - <stop | |
52 | - style="stop-color:#3465a4;stop-opacity:1" | |
53 | - offset="0" | |
54 | - id="stop2235" /> | |
55 | - <stop | |
56 | - style="stop-color:#4e9a06;stop-opacity:0;" | |
57 | - offset="1" | |
58 | - id="stop2237" /> | |
59 | - </linearGradient> | |
60 | - <linearGradient | |
61 | - inkscape:collect="always" | |
62 | - xlink:href="#linearGradient2233" | |
63 | - id="linearGradient2239" | |
64 | - x1="37.653664" | |
65 | - y1="2.8870213" | |
66 | - x2="37.653664" | |
67 | - y2="53.101185" | |
68 | - gradientUnits="userSpaceOnUse" | |
69 | - gradientTransform="matrix(1.6797097,0,0,2.2490534,-253.93591,-2.1321094)" /> | |
70 | - <marker | |
71 | - orient="auto" | |
72 | - markerHeight="3" | |
73 | - markerWidth="4" | |
74 | - markerUnits="strokeWidth" | |
75 | - refY="5" | |
76 | - refX="10" | |
77 | - viewBox="0 0 10 10" | |
78 | - id="ArrowStart"> | |
79 | - <path | |
80 | - id="path2327" | |
81 | - d="M 10 0 L 0 5 L 10 10 z" /> | |
82 | - </marker> | |
83 | - <marker | |
84 | - orient="auto" | |
85 | - markerHeight="3" | |
86 | - markerWidth="4" | |
87 | - markerUnits="strokeWidth" | |
88 | - refY="5" | |
89 | - refX="0" | |
90 | - viewBox="0 0 10 10" | |
91 | - id="ArrowEnd"> | |
92 | - <path | |
93 | - id="path2324" | |
94 | - d="M 0 0 L 10 5 L 0 10 z" /> | |
95 | - </marker> | |
96 | - <filter | |
97 | - inkscape:collect="always" | |
98 | - id="filter3080"> | |
99 | - <feGaussianBlur | |
100 | - inkscape:collect="always" | |
101 | - stdDeviation="2.1328811" | |
102 | - id="feGaussianBlur3082" /> | |
103 | - </filter> | |
104 | - <linearGradient | |
105 | - inkscape:collect="always" | |
106 | - xlink:href="#linearGradient3920" | |
107 | - id="linearGradient4752" | |
108 | - gradientUnits="userSpaceOnUse" | |
109 | - x1="141.4034" | |
110 | - y1="241.13509" | |
111 | - x2="91.042419" | |
112 | - y2="-40.106369" /> | |
113 | - <linearGradient | |
114 | - inkscape:collect="always" | |
115 | - xlink:href="#linearGradient2233" | |
116 | - id="linearGradient5155" | |
117 | - gradientUnits="userSpaceOnUse" | |
118 | - gradientTransform="matrix(1.0008411,0,0,1,-0.9387463,-0.9379342)" | |
119 | - x1="7.8690352" | |
120 | - y1="37.794449" | |
121 | - x2="-18.124477" | |
122 | - y2="37.794449" /> | |
123 | - <linearGradient | |
124 | - inkscape:collect="always" | |
125 | - xlink:href="#linearGradient2233" | |
126 | - id="linearGradient5159" | |
127 | - gradientUnits="userSpaceOnUse" | |
128 | - gradientTransform="matrix(1.0008411,0,0,1,-742.00037,-0.9379342)" | |
129 | - x1="7.8690352" | |
130 | - y1="37.794449" | |
131 | - x2="-18.124477" | |
132 | - y2="37.794449" /> | |
133 | - <linearGradient | |
134 | - inkscape:collect="always" | |
135 | - xlink:href="#linearGradient2233" | |
136 | - id="linearGradient5163" | |
137 | - gradientUnits="userSpaceOnUse" | |
138 | - gradientTransform="matrix(1.0008411,0,0,2.0131867,-618.27201,-252.88183)" | |
139 | - x1="7.8690352" | |
140 | - y1="37.794449" | |
141 | - x2="-18.124477" | |
142 | - y2="37.794449" /> | |
143 | - </defs> | |
144 | - <sodipodi:namedview | |
145 | - id="base" | |
146 | - pagecolor="#ffffff" | |
147 | - bordercolor="#666666" | |
148 | - borderopacity="1.0" | |
149 | - inkscape:pageopacity="0.0" | |
150 | - inkscape:pageshadow="2" | |
151 | - inkscape:zoom="1" | |
152 | - inkscape:cx="-244.1571" | |
153 | - inkscape:cy="762.12104" | |
154 | - inkscape:document-units="px" | |
155 | - inkscape:current-layer="layer1" | |
156 | - inkscape:window-width="1280" | |
157 | - inkscape:window-height="727" | |
158 | - inkscape:window-x="0" | |
159 | - inkscape:window-y="25" | |
160 | - showborder="false" /> | |
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 | - </cc:Work> | |
170 | - </rdf:RDF> | |
171 | - </metadata> | |
172 | - <g | |
173 | - inkscape:label="Camada 1" | |
174 | - inkscape:groupmode="layer" | |
175 | - id="layer1"> | |
176 | - <rect | |
177 | - style="opacity:0.37344396000000002;color:#000000;fill:#204a87;fill-opacity:0.69834708000000001;fill-rule:nonzero;stroke:none;stroke-width:1.55029594999999998;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" | |
178 | - id="rect5165" | |
179 | - width="1256" | |
180 | - height="110" | |
181 | - x="-248" | |
182 | - y="618.36218" /> | |
183 | - <rect | |
184 | - style="opacity:1;color:#000000;fill:url(#linearGradient2239);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.55029595;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" | |
185 | - id="rect2231" | |
186 | - width="1248.7272" | |
187 | - height="117.25629" | |
188 | - x="-252.31419" | |
189 | - y="0.018129941" | |
190 | - ry="0" /> | |
191 | - <path | |
192 | - id="path2485" | |
193 | - d="M 158.71919,13.809044 C 158.21464,13.82023 157.68597,13.843992 157.15669,13.902794 C 155.0643,14.135311 153.24819,14.6849 151.84419,15.496544 C 151.14219,15.902366 150.51357,16.360171 150.06294,16.965294 C 149.61231,17.570417 149.33564,18.365485 149.43794,19.184044 C 149.44632,19.226193 149.45675,19.267909 149.46919,19.309044 C 149.50947,19.493849 149.65084,19.584261 149.71919,19.746544 C 142.0193,20.724655 134.34175,21.704446 126.68794,22.684044 C 126.67752,22.683921 126.66711,22.683921 126.65669,22.684044 C 125.27924,22.886633 124.02674,23.289564 123.03169,23.902794 C 122.82143,24.032377 122.68757,24.249646 122.50044,24.402794 C 122.20126,24.149923 121.87575,23.924992 121.53169,23.777794 C 120.73485,23.436885 119.83805,23.297239 118.84419,23.277794 C 118.2076,23.265341 117.51367,23.277348 116.78169,23.402794 C 108.95825,24.662464 101.0802,25.953337 93.250437,27.215294 C 93.254747,27.003917 93.358937,26.804945 93.312937,26.590294 C 93.055137,25.387339 92.041207,24.528719 90.812937,24.059044 C 87.707407,22.905615 83.273017,23.403439 80.000437,25.121544 C 78.355817,25.984964 77.190087,27.089127 76.937937,28.590294 C 76.811857,29.340877 77.013867,30.15822 77.469187,30.777794 C 77.924507,31.397368 78.571817,31.834769 79.344187,32.152794 C 79.752337,32.316067 80.241997,32.337211 80.687937,32.434044 C 75.428417,35.569417 70.133057,38.731502 64.594187,41.996544 C 64.594067,42.00696 64.594067,42.017378 64.594187,42.027794 C 63.451437,42.704933 62.606837,43.55307 62.406687,44.746544 C 62.266967,44.734674 62.142037,44.689393 62.000437,44.684044 C 60.008127,44.608788 57.781747,45.122789 56.062937,46.246544 C 56.052517,46.246421 56.042107,46.246421 56.031687,46.246544 C 50.063117,50.291965 43.882147,54.3613 37.531687,58.527794 C 36.072157,57.483756 33.989337,57.188967 31.594187,57.402794 C 29.349597,57.639091 27.180477,58.345778 25.406687,59.340294 C 23.632897,60.33481 22.177867,61.575524 21.562937,63.215294 C 21.207427,64.053298 21.172767,64.92788 21.469187,65.746544 C 21.765607,66.565208 22.365827,67.207286 23.094187,67.652794 C 24.550907,68.54381 26.523407,68.826278 28.844187,68.590294 C 29.910337,68.481858 30.827947,68.047813 31.812937,67.746544 C 30.611057,72.512213 29.416747,77.367642 28.156687,82.527794 C 28.145727,82.548349 28.135307,82.569189 28.125437,82.590294 C 27.900947,83.712906 28.489807,84.714371 29.281687,85.465294 C 28.638827,85.751 28.007727,86.080573 27.469187,86.465294 C 26.210417,87.364527 25.205097,88.525377 25.031687,90.027794 C 24.212477,96.171924 23.381587,102.73616 22.562937,109.52779 C 19.244107,109.04409 15.340687,109.82978 12.000437,111.96529 C 9.6060673,113.45668 7.9373973,115.35411 7.2191873,117.40279 C 6.5009773,119.45147 6.9470473,121.80103 8.7191873,123.24654 C 10.544867,124.75254 13.108757,125.20864 15.781687,124.99654 C 18.454617,124.78444 21.284347,123.8825 23.750437,122.27779 C 23.750557,122.26737 23.750557,122.25696 23.750437,122.24654 C 25.782307,120.91435 27.028807,119.28176 27.781687,117.55904 C 34.825517,122.23623 42.199107,126.96057 49.937937,132.02779 C 51.638447,133.16132 53.780357,133.39448 55.906687,133.02779 C 55.616197,133.69957 55.372277,134.3766 55.375437,135.09029 C 55.382997,136.79704 56.425737,138.43237 58.125437,139.37154 C 66.493547,143.87781 75.331647,148.68493 84.500437,153.65279 C 81.759937,155.57936 79.827017,158.29904 79.594187,161.46529 C 79.594067,161.47571 79.594067,161.48612 79.594187,161.49654 C 79.423147,164.44754 80.863407,167.06192 83.187937,168.80904 C 85.512467,170.55616 88.706237,171.4964 92.219187,171.34029 C 95.778807,171.14473 99.027947,169.83253 101.40669,167.84029 C 103.78543,165.84805 105.32464,163.11668 105.28169,160.15279 C 105.28169,158.59705 104.73704,157.22593 103.96919,155.96529 C 116.96882,154.64541 130.01557,153.26526 143.18794,151.90279 C 145.50343,151.65905 147.53132,150.74959 148.93794,149.37154 C 149.38626,148.93233 149.63604,148.37907 149.93794,147.84029 C 151.70117,150.81613 155.682,152.39071 159.78169,151.68404 C 173.46363,149.44944 187.20984,147.28997 200.96919,145.05904 C 200.83519,146.52002 200.95026,147.97893 201.65669,149.37154 C 202.71094,151.44982 204.60507,153.32924 207.21919,154.77779 C 207.22961,154.77791 207.24002,154.77791 207.25044,154.77779 C 210.44531,156.53107 214.15455,157.29528 217.62544,157.09029 C 221.06436,156.88719 224.31967,155.72922 226.43794,153.40279 C 226.44778,153.39198 226.45939,153.3824 226.46919,153.37154 C 226.47975,153.36065 226.48996,153.35122 226.50044,153.34029 C 228.60209,151.14919 229.12124,148.18432 228.18794,145.55904 C 227.24533,142.90758 224.97349,140.53788 221.78169,138.90279 C 219.17379,137.56704 216.34939,137.10257 213.56294,137.02779 C 220.31299,129.488 226.86427,122.13154 233.18794,115.21529 C 234.43524,113.87184 234.61149,111.94744 233.87544,110.40279 C 235.08593,110.54545 236.30178,110.57738 237.43794,110.40279 C 239.45268,110.0932 241.30021,109.31398 242.37544,107.77779 C 247.16956,101.25164 251.76004,94.999334 256.25044,88.902794 C 259.26856,90.424835 263.07867,91.324674 266.96919,90.996544 C 270.17297,90.764929 272.71314,89.854376 274.34419,88.277794 C 275.15972,87.489503 275.72645,86.500253 275.87544,85.402794 C 276.02443,84.305335 275.75385,83.145277 275.09419,82.121544 C 273.80281,80.117423 271.49289,78.681165 268.78169,77.715294 C 266.07049,76.749423 262.90355,76.288662 259.81294,76.559044 C 257.89976,76.704355 256.32261,77.162607 254.93794,77.809044 C 250.82465,71.594209 246.84402,65.656544 243.15669,60.027794 C 243.15681,60.017378 243.15681,60.00696 243.15669,59.996544 C 242.40374,58.866986 241.23337,58.12383 239.84419,57.621544 C 240.01096,57.483954 240.23067,57.404811 240.37544,57.246544 C 240.85598,56.721189 241.20388,56.009754 241.21919,55.246544 C 241.2345,54.483334 240.90962,53.735212 240.40669,53.152794 C 236.58439,48.516455 233.02384,44.158413 229.53169,39.902794 C 232.43488,39.875378 235.25104,39.461312 237.12544,38.027794 C 237.89977,37.435596 238.48316,36.704105 238.71919,35.840294 C 238.95522,34.976483 238.78184,34.021522 238.34419,33.277794 C 237.46889,31.790338 235.74667,30.845927 233.50044,30.215294 C 231.27401,29.539527 228.84917,29.395393 226.56294,29.621544 C 224.27671,29.847695 222.18876,30.415402 220.65669,31.496544 C 220.6461,31.506786 220.63568,31.517204 220.62544,31.527794 C 219.77376,32.154134 219.13747,32.923904 218.90669,33.871544 C 218.89415,33.923046 218.91638,33.975952 218.90669,34.027794 C 210.23387,31.75696 201.79797,29.548834 193.75044,27.402794 C 192.69704,27.115459 191.56955,27.026525 190.46919,27.059044 C 189.85181,27.07729 189.27431,27.202853 188.68794,27.309044 C 188.64003,26.941125 188.68525,26.54615 188.50044,26.246544 C 187.83863,25.173636 186.68811,24.636344 185.25044,24.340294 C 178.45758,22.837434 171.95942,21.429344 165.53169,20.027794 C 166.21543,19.300087 166.70337,18.277185 166.43794,17.215294 C 166.08234,15.792704 164.85581,14.996314 163.50044,14.496544 C 162.14507,13.996774 160.5004,13.769559 158.71919,13.809044 z M 165.87544,27.934044 C 170.42064,28.981135 174.95891,30.03588 179.71919,31.121544 C 181.15029,31.458333 182.65169,31.474047 184.06294,31.246544 C 184.17413,31.228619 184.26579,31.173357 184.37544,31.152794 C 184.40359,31.399624 184.27833,31.651986 184.37544,31.871544 C 184.89915,33.055554 186.03062,33.675168 187.43794,34.059044 C 191.00097,35.098264 194.71987,36.159387 198.40669,37.215294 C 197.92922,37.273099 197.44464,37.345484 196.96919,37.402794 C 196.93866,37.406474 196.90596,37.399117 196.87544,37.402794 C 196.63846,37.417056 196.38861,37.43321 196.12544,37.465294 C 196.11502,37.465171 196.10461,37.465171 196.09419,37.465294 C 187.57534,38.601208 179.03586,39.673068 170.50044,40.809044 C 170.48076,40.602126 170.51036,40.380642 170.43794,40.184044 C 170.42752,40.183921 170.41711,40.183921 170.40669,40.184044 C 168.82791,36.164838 167.41282,32.318945 166.12544,28.527794 C 166.12556,28.517378 166.12556,28.50696 166.12544,28.496544 C 166.0859,28.391112 166.01549,28.332638 165.96919,28.246544 C 165.96141,28.224263 165.94571,28.206291 165.93794,28.184044 C 165.90918,28.10174 165.90412,28.01592 165.87544,27.934044 z M 139.96919,27.996544 C 139.93794,28.017377 139.85461,28.079877 139.84419,28.090294 C 134.96346,31.464149 129.84425,34.850935 124.65669,38.309044 C 124.64627,38.308921 124.63586,38.308921 124.62544,38.309044 C 124.5856,38.337268 124.57021,38.37382 124.53169,38.402794 C 124.12555,38.105789 123.69125,37.826372 123.18794,37.652794 C 123.17752,37.652671 123.16711,37.652671 123.15669,37.652794 C 117.34646,35.785338 111.67009,33.924946 106.18794,32.121544 C 110.21531,31.466411 114.23721,30.821319 118.28169,30.152794 C 119.74169,29.909498 120.98353,29.419881 121.93794,28.746544 C 122.04948,28.667856 122.11533,28.550685 122.21919,28.465294 C 122.67368,28.840272 123.21039,29.102623 123.78169,29.277794 C 124.92429,29.628135 126.28556,29.699921 127.75044,29.496544 C 131.81338,29.016678 135.88844,28.499628 139.96919,27.996544 z M 155.25044,34.871544 C 156.03708,37.318609 156.83444,39.781879 157.65669,42.340294 C 158.07465,43.73048 159.31401,44.406439 160.62544,44.809044 C 161.86218,45.188719 163.29676,45.247773 164.78169,45.090294 C 164.79083,45.343853 164.75813,45.594365 164.84419,45.840294 C 164.85406,45.861399 164.86448,45.882239 164.87544,45.902794 C 165.41646,47.187841 166.62293,47.840348 167.96919,48.246544 C 169.31545,48.65274 170.91157,48.790606 172.59419,48.590294 C 179.3063,47.765055 186.05421,46.873248 192.84419,45.996544 C 195.12197,47.072854 197.42378,48.194853 199.75044,49.309044 C 196.79393,51.788983 193.80802,54.256498 190.75044,56.746544 C 190.73985,56.756786 190.72943,56.767204 190.71919,56.777794 C 189.59782,57.752442 189.11814,59.340133 189.68794,60.621544 C 190.07397,61.489687 190.83786,62.116713 191.75044,62.621544 C 191.64442,62.698335 191.50714,62.725328 191.40669,62.809044 C 191.3961,62.819286 191.38568,62.829704 191.37544,62.840294 C 190.2134,63.856551 189.73044,65.495045 190.31294,66.809044 C 190.89544,68.123043 192.17826,68.98631 193.84419,69.527794 C 200.33497,71.709166 207.20125,73.986749 214.06294,76.277794 C 214.24672,78.256736 214.44111,80.304802 214.62544,82.371544 C 207.51396,83.197957 200.42121,84.034085 193.37544,84.902794 C 191.42113,85.106307 189.77789,85.765785 188.62544,86.840294 C 187.64978,87.749971 187.23283,89.099984 187.43794,90.434044 C 187.03812,90.394116 186.69133,90.215563 186.28169,90.215294 C 185.76256,90.21495 185.27953,90.251911 184.81294,90.309044 C 182.83543,90.551175 181.12914,91.209882 179.93794,92.309044 C 178.74674,93.408204 178.12679,95.166474 178.75044,96.777794 C 180.46464,101.55733 182.33781,106.63663 184.25044,111.80904 C 180.95525,113.8033 177.62338,115.78604 174.25044,117.77779 C 167.61987,114.77214 160.95756,111.72329 154.78169,108.90279 C 154.77127,108.90267 154.76086,108.90267 154.75044,108.90279 C 151.18713,107.29058 146.62244,107.77075 143.90669,110.21529 C 143.90657,110.22571 143.90657,110.23612 143.90669,110.24654 C 143.823,110.3221 143.79771,110.41812 143.71919,110.49654 C 143.15356,109.88718 142.41105,109.37809 141.56294,108.99654 C 138.1322,107.36671 133.69418,107.87694 130.93794,110.27779 C 125.7935,114.82679 120.3844,119.56008 114.96919,124.30904 C 110.46513,124.08972 106.01835,123.89721 101.59419,123.71529 C 101.27644,118.84349 100.95224,114.06455 100.71919,109.49654 C 100.67149,108.0198 99.781987,106.81691 98.594187,106.05904 C 97.406387,105.30117 95.901557,104.90867 94.281687,104.87154 C 93.904887,104.86291 93.551287,104.90287 93.187937,104.93404 C 93.274347,104.58257 93.481737,104.2787 93.469187,103.90279 C 93.415487,102.2379 92.286767,100.87903 90.844187,100.15279 C 89.401607,99.426554 87.613507,99.178494 85.687937,99.465294 C 78.115617,100.39136 70.626517,101.3332 63.125437,102.27779 C 61.481817,100.59868 59.885997,99.033914 58.312937,97.465294 C 62.957187,94.182904 67.633887,90.87908 72.125437,87.684044 C 73.505137,86.735502 74.397617,85.475358 74.469187,84.059044 C 74.518577,83.081647 73.957567,82.252382 73.219187,81.559044 C 73.620147,81.36122 74.043987,81.219195 74.406687,80.965294 C 75.753327,80.053052 76.639067,78.833888 76.687937,77.434044 C 76.736807,76.0342 75.757287,74.741 74.375437,74.121544 C 70.051887,72.165694 65.921087,70.270066 61.781687,68.371544 C 62.626747,66.72473 63.468117,65.117824 64.281687,63.559044 C 70.024687,62.840628 75.804207,62.094093 81.594187,61.309044 C 83.182117,61.105434 84.630587,60.582334 85.781687,59.840294 C 86.739977,59.222546 87.429717,58.342365 87.687937,57.246544 C 88.394367,57.319751 89.142867,57.317215 89.937937,57.215294 C 89.948357,57.215417 89.958767,57.215417 89.969187,57.215294 C 91.526007,57.01042 92.942687,56.497856 94.062937,55.746544 C 95.183187,54.995232 96.131857,53.912719 96.062937,52.465294 C 95.960297,49.48837 95.859097,46.61144 95.781687,43.777794 C 98.433377,42.606553 101.05662,41.437361 103.65669,40.309044 C 107.65964,41.679475 111.66707,43.054475 115.84419,44.496544 C 118.47009,45.402155 121.72108,44.93546 123.96919,43.496544 C 123.97978,43.486302 123.9902,43.475884 124.00044,43.465294 C 124.06672,43.420214 124.09345,43.35571 124.15669,43.309044 C 124.56969,43.632918 125.02531,43.936155 125.56294,44.121544 C 125.57336,44.121667 125.58377,44.121667 125.59419,44.121544 C 128.30446,45.024676 131.67989,44.542868 133.90669,42.965294 C 137.88621,40.312491 141.70287,37.659188 145.50044,35.027794 C 148.72858,34.973723 151.95914,34.925832 155.25044,34.871544 z M 83.562937,40.121544 C 83.544247,40.560189 83.517637,40.986908 83.500437,41.434044 C 83.487537,41.606876 83.500437,41.626839 83.500437,41.590294 C 83.500437,45.331448 83.413487,49.226267 83.344187,53.246544 C 82.722917,53.210681 82.084517,53.222155 81.406687,53.309044 C 73.127087,54.388962 64.907937,55.447512 56.625437,56.527794 C 56.615017,56.527671 56.604607,56.527671 56.594187,56.527794 C 56.425157,56.550634 56.353017,56.575878 56.281687,56.590294 C 56.267877,56.593084 56.229637,56.588475 56.219187,56.590294 C 56.010357,56.616525 55.803187,56.657386 55.594187,56.684044 C 58.504087,54.712247 61.437087,52.715852 64.250437,50.809044 C 65.272307,50.127764 65.940047,49.256429 66.125437,48.184044 C 66.838667,48.248321 67.599917,48.22073 68.344187,48.121544 C 69.740737,47.935432 71.138497,47.504964 72.312937,46.809044 C 76.102197,44.535476 79.841737,42.330774 83.562937,40.121544 z M 139.31294,45.746544 C 138.49442,45.743605 137.69893,45.761407 136.90669,45.777794 C 136.93919,45.777142 136.91909,45.776245 136.84419,45.777794 C 135.12094,45.814529 133.41167,45.905483 131.71919,46.027794 C 131.05323,46.074761 130.38516,46.124035 129.71919,46.184044 C 128.98956,46.24979 128.27486,46.323394 127.56294,46.402794 C 127.41607,46.419487 127.34459,46.433998 127.34419,46.434044 C 125.90657,46.597575 124.4535,46.772688 123.03169,46.996544 C 122.88605,47.019475 122.76527,47.041518 122.65669,47.059044 C 122.58791,47.070306 122.52824,47.080507 122.46919,47.090294 C 121.9164,47.180632 121.35512,47.27349 120.81294,47.371544 C 120.59244,47.41196 120.45255,47.45079 120.37544,47.465294 C 119.6203,47.605502 118.8726,47.776764 118.12544,47.934044 C 117.58916,48.046932 117.08091,48.151968 116.53169,48.277794 C 116.52127,48.277671 116.51086,48.277671 116.50044,48.277794 C 116.2526,48.335052 116.04656,48.39327 115.87544,48.434044 C 114.39754,48.783613 112.951,49.146632 111.53169,49.559044 C 110.10518,49.973551 108.70727,50.425991 107.34419,50.902794 C 106.39084,51.236272 105.40888,51.593324 104.46919,51.965294 C 104.34595,52.01042 104.2301,52.073611 104.12544,52.152794 C 99.203027,54.119345 94.818667,56.466862 91.156687,59.184044 C 91.149897,59.189084 91.132227,59.179002 91.125437,59.184044 C 90.991277,59.226241 90.864687,59.289533 90.750437,59.371544 C 89.495567,60.338846 88.363477,61.371502 87.312937,62.402794 C 86.589557,63.112915 85.877207,63.833548 85.219187,64.621544 C 85.163507,64.687687 85.116657,64.744019 85.062937,64.809044 C 84.961177,64.933208 84.937197,64.973538 84.969187,64.934044 C 84.661697,65.310865 84.374867,65.704648 84.094187,66.090294 C 84.329317,65.765603 84.301497,65.777399 84.031687,66.152794 C 83.738907,66.558261 83.448657,66.958772 83.187937,67.371544 C 83.172307,67.393883 83.173017,67.376879 83.156687,67.402794 C 82.875037,67.849771 82.635237,68.326007 82.406687,68.746544 C 82.396267,68.746421 82.385857,68.746421 82.375437,68.746544 C 82.102627,69.265262 81.894397,69.76318 81.687937,70.246544 C 81.486247,70.718718 81.315047,71.21259 81.156687,71.684044 C 81.268317,71.351878 81.251567,71.365613 81.125437,71.746544 C 81.050537,71.971738 81.049427,72.009665 81.094187,71.871544 C 80.963737,72.275572 80.866057,72.662102 80.781687,72.996544 C 80.744777,73.142578 80.704057,73.310557 80.656687,73.527794 C 80.570277,73.924208 80.491657,74.314304 80.437937,74.684044 C 80.420527,74.804115 80.414627,74.903092 80.406687,74.965294 C 80.363267,75.303806 80.305797,75.691112 80.281687,76.152794 C 80.272687,76.329509 80.279157,76.372122 80.281687,76.309044 C 80.264657,76.722587 80.267217,77.161187 80.281687,77.559044 C 80.293737,77.885424 80.324787,78.154043 80.344187,78.371544 C 80.326137,78.17066 80.315367,78.204843 80.344187,78.496544 C 80.370617,78.766483 80.392567,79.043941 80.437937,79.340294 C 80.494047,79.70255 80.580317,80.063182 80.656687,80.402794 C 80.716647,80.669443 80.758257,80.777988 80.750437,80.746544 C 80.732767,80.674893 80.734417,80.750758 80.781687,80.934044 C 80.802607,81.014385 80.819197,81.145661 80.875437,81.340294 C 80.968597,81.666968 81.080627,81.97174 81.187937,82.277794 C 81.357607,82.757398 81.535277,83.244488 81.750437,83.715294 C 81.878177,83.994814 82.013407,84.215648 82.125437,84.434044 C 82.667567,85.499825 83.318707,86.573451 84.094187,87.590294 C 84.965147,88.73233 85.983677,89.783468 87.094187,90.809044 C 87.662037,91.333474 88.269527,91.837534 88.906687,92.340294 C 89.533007,92.834504 90.169197,93.329274 90.875437,93.809044 C 91.570877,94.281484 92.293807,94.749684 93.031687,95.184044 C 93.529547,95.477114 94.060777,95.757884 94.625437,96.059044 C 94.817247,96.163194 95.027067,96.331644 95.344187,96.496544 C 95.462227,96.556734 95.588637,96.598864 95.719187,96.621544 C 95.727347,96.625654 95.742267,96.617434 95.750437,96.621544 C 96.753707,97.126584 97.794267,97.626384 98.906687,98.090294 C 101.37339,99.118984 104.03011,100.01214 106.90669,100.77779 C 107.8685,101.03379 108.86537,101.24642 109.84419,101.46529 C 111.81965,101.90702 113.88436,102.30849 116.03169,102.62154 C 118.15685,102.93135 120.34675,103.19803 122.65669,103.37154 C 124.7221,103.52725 126.75871,103.59459 128.78169,103.62154 C 128.9254,103.62328 129.06834,103.62077 129.15669,103.62154 C 130.24601,103.63225 131.3152,103.61401 132.37544,103.59029 C 133.44986,103.56626 134.50754,103.52259 135.56294,103.46529 C 136.29594,103.42669 137.04774,103.39725 137.81294,103.34029 C 138.0901,103.31901 138.40961,103.30715 138.75044,103.27779 C 139.4284,103.22127 140.05697,103.15863 140.71919,103.09029 C 141.09733,103.05 141.47861,103.00843 141.84419,102.96529 C 142.43929,102.89726 143.04463,102.8233 143.62544,102.74654 C 144.06917,102.686 144.49487,102.62568 144.93794,102.55904 C 145.48563,102.47925 145.99129,102.38637 146.46919,102.30904 C 155.04255,100.92179 162.97372,98.505884 169.65669,95.184044 C 169.83958,95.096564 169.99994,94.968264 170.12544,94.809044 C 180.46449,89.580751 187.66634,82.510041 188.81294,74.590294 C 189.79136,67.381728 186.24711,61.078925 179.96919,56.402794 C 173.69127,51.726663 164.65968,48.473246 154.15669,46.871544 C 154.2075,46.879729 154.18697,46.865008 154.03169,46.840294 C 154.02127,46.840171 154.01086,46.840171 154.00044,46.840294 C 152.74013,46.650408 151.46655,46.482756 150.15669,46.340294 C 149.8437,46.304965 149.51246,46.276561 149.21919,46.246544 C 148.95687,46.220521 148.71868,46.204093 148.50044,46.184044 C 147.09854,46.052192 145.67815,45.969388 144.25044,45.902794 C 143.40949,45.860351 142.56607,45.831748 141.71919,45.809044 C 140.93924,45.787011 140.1468,45.749538 139.31294,45.746544 z M 219.75044,47.246544 C 222.09076,50.308376 224.40669,53.344258 226.90669,56.590294 C 227.61109,57.543415 228.69468,58.104421 229.87544,58.527794 C 229.78432,58.600699 229.64817,58.636947 229.56294,58.715294 C 229.03526,59.200355 228.64687,59.824226 228.50044,60.559044 C 228.35401,61.293862 228.48976,62.085307 228.87544,62.746544 C 230.64816,65.830614 232.53923,69.125367 234.43794,72.402794 C 232.37132,71.710377 230.29793,71.001818 228.28169,70.340294 C 228.27127,70.340171 228.26086,70.340171 228.25044,70.340294 C 228.22638,70.332264 228.19181,70.320949 228.15669,70.309044 C 228.12584,70.297465 228.09457,70.287041 228.06294,70.277794 C 228.04329,70.271494 228.02009,70.284092 228.00044,70.277794 C 219.16087,67.443744 210.7021,64.729716 202.50044,62.090294 C 202.53598,62.060943 202.59066,62.058043 202.62544,62.027794 C 207.34312,57.924983 211.89243,53.928783 216.40669,50.027794 C 216.42779,50.017929 216.44864,50.007508 216.46919,49.996544 C 216.48591,49.9821 216.51497,49.979736 216.53169,49.965294 C 216.63306,49.915061 216.72758,49.852048 216.81294,49.777794 C 217.78933,48.923327 218.77634,48.087757 219.75044,47.246544 z M 103.78169,52.652794 L 103.84419,52.684044 C 103.81187,52.750791 103.77344,52.798959 103.75044,52.871544 C 103.76848,52.787981 103.74539,52.730331 103.78169,52.652794 z M 103.68794,53.402794 C 103.714,53.516053 103.73512,53.679419 103.75044,53.715294 C 103.77935,53.783017 103.73987,53.743163 103.68794,53.559044 C 103.67908,53.527635 103.6944,53.44575 103.68794,53.402794 z M 43.781687,71.621544 C 45.011777,72.238382 46.223647,72.843782 47.500437,73.465294 C 47.521927,73.475757 47.541417,73.486077 47.562937,73.496544 C 47.512597,73.480441 47.407947,73.450301 47.687937,73.590294 C 52.819637,76.090407 58.270637,78.738103 63.781687,81.371544 C 63.530387,81.513215 63.236177,81.579247 63.000437,81.746544 C 56.092527,86.495709 48.905757,91.388194 41.625437,96.434044 C 40.366987,97.290304 39.104897,98.161564 37.844187,99.027794 C 38.143107,95.417024 38.457817,91.763014 38.719187,88.402794 C 38.802257,87.364297 38.235597,86.521159 37.500437,85.840294 C 37.999237,85.620553 38.502107,85.40431 38.937937,85.121544 C 40.226477,84.285541 41.263957,83.208628 41.594187,81.777794 C 41.594307,81.767378 41.594307,81.75696 41.594187,81.746544 C 42.337107,78.238144 43.053647,74.944938 43.781687,71.621544 z M 235.28169,90.684044 C 232.43214,94.295594 229.56536,97.910054 226.62544,101.68404 C 225.64273,102.93488 225.69946,104.55578 226.31294,105.93404 C 223.21193,105.50534 220.07016,106.12757 218.06294,107.99654 C 218.05235,108.00678 218.04193,108.0172 218.03169,108.02779 C 213.92815,112.25665 209.65363,116.65833 205.34419,121.09029 C 204.58066,119.15612 203.81102,117.21711 203.12544,115.34029 C 203.10595,115.30817 203.08509,115.27689 203.06294,115.24654 C 203.05369,115.21491 203.04327,115.18364 203.03169,115.15279 C 203.02611,115.13955 203.00602,115.13478 203.00044,115.12154 C 200.03122,108.08045 197.16902,101.42328 194.53169,95.059044 C 195.3376,95.130394 196.15946,95.191234 197.00044,95.090294 C 207.4439,93.898884 218.093,92.692514 228.75044,91.434044 C 229.01734,91.402844 229.31122,91.376614 229.62544,91.340294 C 230.15862,91.277534 230.18048,91.250364 229.71919,91.309044 C 231.56709,91.095694 233.4315,90.887987 235.28169,90.684044 z M 85.781687,109.99654 C 85.685657,110.35484 85.500437,110.67558 85.500437,111.05904 C 85.572427,118.11494 85.637537,125.55511 85.781687,133.34029 C 85.790757,133.67583 85.807887,133.5692 85.812937,133.49654 C 85.813337,133.51666 85.812527,133.53889 85.812937,133.55904 C 85.839747,134.88939 85.870837,136.29198 85.906687,137.68404 C 80.018037,134.64958 74.201877,131.62078 68.625437,128.74654 C 66.948887,127.88571 64.981637,127.67494 63.031687,127.99654 C 63.218557,127.52681 63.463717,127.08511 63.500437,126.59029 C 63.622847,124.9409 62.767647,123.30631 61.250437,122.34029 C 56.978547,119.63255 53.012657,117.08592 49.000437,114.52779 C 51.052007,114.28808 53.103357,114.05062 55.156687,113.80904 C 54.937547,113.83181 54.995107,113.8576 55.375437,113.80904 C 65.463667,112.53031 75.619877,111.27527 85.781687,109.99654 z M 143.40669,116.96529 C 143.97491,117.60566 144.69085,118.16459 145.56294,118.59029 C 145.57336,118.59041 145.58377,118.59041 145.59419,118.59029 C 154.81038,123.0539 164.4605,127.73942 174.62544,132.49654 C 176.06962,133.18741 177.58425,133.90833 179.06294,134.62154 C 171.29846,135.86363 163.54585,137.11948 155.81294,138.34029 C 155.80252,138.34017 155.79211,138.34017 155.78169,138.34029 C 153.55393,138.74534 151.67735,139.72974 150.40669,141.15279 C 150.13497,141.4571 150.04894,141.86635 149.84419,142.21529 C 149.19692,141.1864 148.32173,140.30396 147.18794,139.68404 C 145.41926,138.71699 143.22339,138.25069 140.96919,138.49654 C 133.05991,139.29996 125.31525,140.04612 117.53169,140.80904 C 119.00339,139.50381 120.4933,138.17967 121.96919,136.90279 C 122.06787,136.81189 122.15216,136.70652 122.21919,136.59029 C 129.47028,129.91317 136.43571,123.45714 143.25044,117.21529 C 143.32602,117.14479 143.33507,117.03819 143.40669,116.96529 z" | |
194 | - style="fill:url(#linearGradient4752);fill-opacity:1;stroke:none;filter:url(#filter3080)" | |
195 | - transform="matrix(0.4863668,0,0,0.4863668,13.457862,7.3059421)" | |
196 | - inkscape:export-filename="/home/valessio/Desenvolvimento/anheteguar/public/designs/templates/blue_style/source/tmpimg.png" | |
197 | - inkscape:export-xdpi="100" | |
198 | - inkscape:export-ydpi="100" /> | |
199 | - <g | |
200 | - id="g3908" | |
201 | - transform="matrix(0.8237267,0,0,0.8237267,4.6105477,2.4072536)" | |
202 | - inkscape:export-filename="/home/valessio/Desenvolvimento/anheteguar/public/designs/templates/blue_style/source/tmpimg.png" | |
203 | - inkscape:export-xdpi="100" | |
204 | - inkscape:export-ydpi="100"> | |
205 | - <path | |
206 | - id="path2333" | |
207 | - d="M 121.44879,48.305386 C 120.0884,57.701757 102.40098,66.077649 83.225633,64.63206 C 65.113147,63.27156 55.376679,54.215286 60.09612,45.329181 C 64.39038,37.335889 79.356437,31.766087 94.407515,32.191269 C 110.26692,32.616448 122.72415,38.909017 121.44879,48.305386 z" | |
208 | - style="fill:#015c93;fill-opacity:1;stroke:none" /> | |
209 | - <path | |
210 | - id="path2335" | |
211 | - d="M 104.48113,13.29709 C 104.20391,13.303235 103.91938,13.320555 103.63236,13.352445 C 101.3367,13.607548 99.630022,14.583106 99.757552,15.603523 C 99.845081,16.005081 100.26381,16.342871 100.86464,16.599901 C 95.770595,17.247261 90.700151,17.889945 85.642185,18.537305 C 84.196771,18.749889 83.00525,19.443876 83.132786,20.12413 C 83.21781,20.804443 84.53554,21.222362 86.066568,21.0098 C 89.579113,20.59494 93.120883,20.157354 96.657706,19.718197 C 95.806189,20.279884 94.955047,20.860762 94.074502,21.434184 C 93.967018,21.487431 93.854637,21.539063 93.760827,21.600246 C 90.870007,23.598555 87.854884,25.593056 84.793417,27.633875 C 83.773126,28.3567 83.911143,29.256865 85.143995,29.681987 C 86.41995,30.107167 88.330637,29.814366 89.350928,29.091539 C 91.757371,27.48737 94.098297,25.870488 96.399386,24.275709 C 98.57445,24.239416 100.73963,24.201294 102.9681,24.165 C 103.48468,25.78219 104.02562,27.424101 104.57338,29.128443 C 104.82905,29.978804 106.43963,30.448092 108.09762,30.235531 C 109.79869,30.022911 110.94149,29.179725 110.64392,28.371933 C 109.70864,25.990956 108.86282,23.724526 108.09762,21.471088 C 108.07612,21.413792 108.04365,21.358473 108.00536,21.305024 C 107.82611,20.791621 107.64951,20.293346 107.47026,19.792003 C 110.61766,20.516667 113.73725,21.237188 117.02812,21.987727 C 118.47354,22.327884 120.29815,22.022181 121.10589,21.341926 C 121.91362,20.661613 121.40731,19.812876 119.96191,19.515232 C 115.30354,18.48461 110.81437,17.495214 106.43698,16.544547 C 107.68048,16.09126 108.43686,15.410712 108.26368,14.717852 C 108.04049,13.824987 106.42164,13.254075 104.48113,13.29709 z" | |
212 | - style="fill:#c5224f;fill-opacity:1;stroke:none" /> | |
213 | - <path | |
214 | - id="path2347" | |
215 | - d="M 123.22781,21.120509 C 122.25866,21.149151 121.33174,21.396469 120.77376,21.821665 C 119.8385,22.459407 120.21964,23.339497 121.62254,23.722165 C 124.92897,24.686543 128.35279,25.668428 131.82621,26.655948 C 130.23724,26.844811 128.65133,27.03911 127.08417,27.227943 C 126.93556,27.236381 126.79074,27.246629 126.64133,27.264845 C 121.53928,27.945158 116.42867,28.57729 111.32662,29.257603 C 109.66865,29.470164 108.51964,30.326194 108.81722,31.176556 C 109.15732,31.984345 110.77736,32.496204 112.56286,32.283643 C 116.5955,31.787838 120.6568,31.260954 124.74083,30.73372 C 126.51589,31.570696 128.28257,32.428249 130.11021,33.298474 C 128.06648,35.012255 126.00092,36.750881 123.87361,38.483335 C 122.89524,39.333695 123.35904,40.440014 125.0176,40.992733 C 126.67557,41.545509 128.89256,41.252649 129.87034,40.402287 C 132.71587,37.927622 135.46705,35.52282 138.19195,33.169314 C 138.21056,33.168057 138.2287,33.170575 138.2473,33.169314 C 139.03636,32.478782 139.82003,31.799703 140.60909,31.121201 C 142.15829,33.150387 143.69672,35.154341 145.35111,37.302441 C 146.07383,38.280338 148.1857,38.817881 150.05624,38.520237 C 151.96988,38.222652 152.91208,37.204545 152.10435,36.269159 C 149.51052,33.122903 147.04349,30.113515 144.70532,27.264845 C 144.6804,27.233291 144.64165,27.202957 144.61306,27.172589 C 146.77155,27.450341 149.10676,27.090147 150.27766,26.194662 C 151.72307,25.089227 150.83726,23.645968 148.41405,22.965655 C 146.03278,22.242889 142.92231,22.591047 141.47631,23.611457 C 140.67216,24.202843 140.52787,24.903658 140.97812,25.54886 C 140.94502,25.538199 140.92001,25.522106 140.88586,25.511957 C 135.3587,24.066308 130.04585,22.66559 124.9438,21.305024 C 124.41772,21.161524 123.8093,21.103325 123.22781,21.120509 z" | |
216 | - style="fill:#0093c9;fill-opacity:1;stroke:none" /> | |
217 | - <path | |
218 | - id="path2359" | |
219 | - d="M 149.72411,38.741654 C 149.48273,38.74257 149.24365,38.751979 149.00451,38.778557 C 147.04835,39.03363 145.97373,40.009226 146.56891,41.029635 C 147.94129,43.417212 149.39665,45.937771 150.88655,48.502478 C 149.01058,47.878254 147.12085,47.237684 145.29577,46.638879 C 145.29004,46.64036 145.28303,46.6374 145.27732,46.638879 C 145.23918,46.626151 145.20571,46.614146 145.1666,46.601978 C 139.59692,44.816229 134.23994,43.112231 129.09538,41.454019 C 127.43681,40.943813 125.28139,41.212557 124.2611,42.062917 C 123.2402,42.955733 123.74149,44.130308 125.44198,44.683026 C 129.43219,46.024021 133.65587,47.423943 137.87827,48.834604 C 138.02301,50.395388 138.17637,52.031479 138.32112,53.687338 C 133.86931,54.20323 129.42632,54.730593 125.0176,55.274164 C 122.97642,55.486724 121.70844,56.679751 122.17607,57.912723 C 122.68621,59.145755 124.84784,59.99455 126.97345,59.739419 C 133.14018,59.035908 139.42995,58.323367 145.72014,57.580596 C 145.89204,57.560506 146.06489,57.54511 146.23678,57.525242 C 146.25716,57.522846 146.27195,57.509359 146.29214,57.506791 C 147.99959,57.309658 149.7143,57.123559 151.42165,56.934796 C 149.37736,59.530519 147.28888,62.162985 145.1666,64.887369 C 144.23134,66.077827 145.22491,67.744128 147.43613,68.466952 C 149.64676,69.23223 152.31868,68.838313 153.21144,67.562831 C 156.16144,63.547036 159.01836,59.679175 161.77292,55.938416 C 163.43416,56.946962 165.90614,57.524572 168.30473,57.322276 C 171.83384,57.067144 173.74452,55.194688 172.51166,53.281405 C 171.27881,51.368123 167.62852,50.050037 164.22696,50.347624 C 162.87918,50.449991 161.77313,50.792288 160.99796,51.288648 C 158.43254,47.406596 155.96847,43.740708 153.67272,40.236223 C 153.07756,39.343363 151.41385,38.735246 149.72411,38.741654 z" | |
220 | - style="fill:#e67817;fill-opacity:1;stroke:none" /> | |
221 | - <path | |
222 | - id="path2371" | |
223 | - d="M 120.73686,58.410913 C 120.47838,58.410743 120.22229,58.434384 119.96191,58.466268 C 117.87821,58.7214 116.51798,59.915934 117.02812,61.233987 C 118.10809,64.245181 119.2851,67.443123 120.497,70.71803 C 118.25647,72.075668 115.99219,73.438253 113.68841,74.795804 C 109.64942,72.965419 105.56965,71.108529 101.80567,69.389525 C 100.02015,68.581676 97.508688,68.887326 96.233323,70.035326 C 94.914856,71.225784 95.302183,72.837882 97.045187,73.688716 C 102.48734,76.324469 108.1912,79.093813 114.1866,81.899616 C 115.7763,82.660099 117.40539,83.451983 119.05778,84.242951 C 113.64912,85.105475 108.25953,85.976225 102.87585,86.826155 C 100.53768,87.251277 99.001928,88.908219 99.554586,90.608705 C 100.06533,92.394807 102.49456,93.580129 104.96087,93.155007 C 113.29384,91.794028 121.66031,90.474526 130.03641,89.114136 C 130.13772,89.098142 130.2344,89.079295 130.33162,89.058783 C 129.49051,91.054759 130.61943,93.485061 133.48682,95.073959 C 136.97282,96.987006 141.76726,96.771936 143.89346,94.391254 C 146.06156,92.180032 144.83374,88.870578 141.34715,87.084476 C 139.37418,86.073932 137.07985,85.743081 135.07365,86.032743 C 135.10853,85.998556 135.15182,85.976279 135.18437,85.940485 C 139.56371,81.050996 143.77876,76.326271 147.86052,71.862021 C 148.96583,70.671503 148.11029,68.92423 145.94156,68.116374 C 143.85847,67.308525 141.26995,67.55888 140.03709,68.706822 C 137.34011,71.486177 134.53651,74.365788 131.69703,77.28675 C 131.08998,75.760871 130.48755,74.235268 129.94415,72.747691 C 129.93819,72.746321 129.93165,72.74906 129.92569,72.747691 C 129.9164,72.72353 129.91761,72.698076 129.90724,72.673885 C 128.07864,68.337289 126.30093,64.204547 124.68547,60.292963 C 124.23909,59.176912 122.54632,58.412101 120.73686,58.410913 z" | |
224 | - style="fill:#c4be66;fill-opacity:1;stroke:none" /> | |
225 | - <path | |
226 | - id="path2383" | |
227 | - d="M 66.397309,67.064641 C 66.158314,67.059167 65.90904,67.074968 65.65925,67.101544 C 63.575859,67.356616 62.005861,68.625014 62.005861,69.943069 C 62.048373,74.10997 62.0869,78.488604 62.171924,83.080509 C 62.172763,83.111514 62.188125,83.142134 62.190377,83.172766 C 62.214661,84.387185 62.250022,85.679242 62.282632,86.955316 C 58.393302,84.954098 54.581554,82.976798 50.916532,81.087751 C 49.343406,80.280021 46.869197,80.655545 45.381094,81.973422 C 43.850421,83.29189 43.820751,85.084633 45.436449,85.977389 C 50.75164,88.839644 56.327706,91.86034 62.190377,95.037056 C 60.123387,96.036234 58.662964,97.796544 58.518535,99.76063 C 58.348487,102.69456 61.334494,104.93102 65.161061,104.76098 C 69.030199,104.54841 72.178227,101.8827 72.135715,98.948766 C 72.135715,97.732334 71.60074,96.65002 70.714953,95.830468 C 78.82941,95.01228 86.986177,94.135669 95.218492,93.284168 C 97.641686,93.029094 99.346749,91.379381 98.964139,89.593875 C 98.666555,87.893388 96.413257,86.66334 94.074502,86.918412 C 88.592121,87.475311 83.21487,87.991639 77.818765,88.52369 C 79.298288,87.192528 80.767556,85.892028 82.247116,84.611981 C 82.240698,84.599397 82.235071,84.587655 82.228665,84.575077 C 82.265165,84.544014 82.304129,84.51503 82.339373,84.48282 C 86.633692,80.528598 90.755454,76.70516 94.79411,73.006011 C 96.070059,71.815794 95.720224,70.210157 94.019149,69.444879 C 92.318662,68.637036 89.893845,68.924282 88.575966,70.07223 C 85.46426,72.823776 82.200523,75.688246 78.925853,78.559901 C 75.916617,78.413056 72.941115,78.271692 69.995346,78.15397 C 69.791759,75.032378 69.590994,71.98181 69.4418,69.057399 C 69.404548,67.904103 68.070257,67.102991 66.397309,67.064641 z" | |
228 | - style="fill:#4b9f30;fill-opacity:1;stroke:none" /> | |
229 | - <path | |
230 | - id="path2395" | |
231 | - d="M 51.377819,52.395735 C 50.35059,52.394901 49.23092,52.69679 48.407134,53.281405 C 44.325435,56.087563 40.062144,58.977329 35.767883,61.953595 C 34.579243,62.762359 33.375328,63.59151 32.1883,64.407631 C 32.406529,61.734131 32.640187,59.003433 32.8341,56.510412 C 32.919125,55.447487 31.61781,54.810516 29.78961,55.108101 C 28.003862,55.405746 26.429879,56.512006 26.302283,57.617499 C 25.792079,61.444063 25.281017,65.525258 24.770813,69.777005 C 24.764247,69.826248 24.754168,69.876815 24.752361,69.924617 C 22.936105,69.389319 20.351537,69.803605 18.257447,71.142413 C 15.66388,72.757876 14.778179,75.212362 16.393849,76.530241 C 18.094542,77.933141 21.667808,77.64589 24.346429,75.90289 C 25.829578,74.930466 26.674602,73.721946 26.818924,72.61853 C 26.855727,72.648213 26.888744,72.683049 26.929634,72.710787 C 31.266406,75.602205 35.852996,78.532298 40.65752,81.678198 C 42.060599,82.613466 44.540417,82.320604 46.156055,81.087751 C 47.814267,79.854899 47.891261,78.161644 46.488183,77.268298 C 43.315074,75.257025 40.375943,73.372821 37.391612,71.47454 C 39.335475,71.245518 41.278411,71.020539 43.222274,70.791836 C 43.265287,70.787366 43.307965,70.797386 43.351433,70.791836 C 49.388929,70.026557 55.464567,69.269133 61.544575,68.503855 C 63.585395,68.291235 65.203632,67.011619 65.161061,65.736135 C 65.118549,64.418081 63.450626,63.574899 61.452317,63.872539 C 56.853233,64.434992 52.283429,65.014639 47.72443,65.588524 C 46.437303,64.266821 45.18362,63.029649 43.960333,61.805983 C 46.959665,59.685936 49.971984,57.558767 52.872387,55.495581 C 54.232954,54.560196 54.271422,53.280581 53.038451,52.727862 C 52.576066,52.504651 51.994157,52.396237 51.377819,52.395735 z" | |
232 | - style="fill:#87583a;fill-opacity:1;stroke:none" /> | |
233 | - <path | |
234 | - id="path2407" | |
235 | - d="M 47.318499,31.527133 C 46.316008,31.489266 45.103124,31.778473 44.274006,32.320547 C 40.588456,34.818563 36.774778,37.311665 32.852551,39.885646 C 32.327994,39.227279 31.071116,38.894468 29.475935,39.036878 C 27.052446,39.292011 24.727474,40.610154 24.217269,41.97066 C 23.622039,43.373739 25.196082,44.347651 27.704595,44.092579 C 28.737505,43.987524 29.736476,43.686405 30.601474,43.280714 C 29.789322,46.46237 28.981649,49.789595 28.128978,53.281405 C 27.916417,54.344388 29.147854,55.025438 30.9336,54.812877 C 32.719348,54.600257 34.294955,53.574976 34.550087,52.469541 C 35.061756,50.0532 35.564126,47.803026 36.063107,45.513341 C 37.091276,46.032587 38.1141,46.544053 39.181403,47.063264 C 39.209515,47.07899 39.225227,47.103627 39.25521,47.118618 C 42.571571,48.734317 46.071888,50.436692 49.643382,52.137415 C 50.876353,52.732643 52.962313,52.42139 54.237796,51.528517 C 55.555851,50.635643 55.581475,49.405772 54.348504,48.853055 C 51.537157,47.581285 48.841261,46.337725 46.156055,45.107408 C 46.849665,43.754155 47.525568,42.437568 48.185717,41.177248 C 51.713347,40.737575 55.255785,40.275803 58.813758,39.793388 C 60.471969,39.580768 61.876701,38.693503 61.876701,37.80063 C 61.876701,36.950269 60.564227,36.407175 58.906015,36.619737 C 54.016526,37.257477 49.163556,37.882495 44.274006,38.520237 C 44.204382,38.529647 44.140058,38.545128 44.071041,38.55714 C 42.852748,38.709916 41.624625,38.876896 40.3992,39.036878 C 43.05973,37.234838 45.693625,35.449445 48.241071,33.722857 C 49.389018,32.957521 49.389018,32.057413 48.241071,31.674744 C 47.975329,31.589706 47.652661,31.539756 47.318499,31.527133 z" | |
236 | - style="fill:#f6b801;fill-opacity:1;stroke:none" /> | |
237 | - <path | |
238 | - id="path2419" | |
239 | - d="M 80.90016,18.887883 C 80.56064,18.881239 80.202103,18.897913 79.829975,18.961689 C 74.812947,19.769491 69.753703,20.589432 64.736677,21.397281 C 64.680631,21.406886 64.625531,21.423278 64.570615,21.434184 C 65.404231,20.624942 65.242271,19.752545 64.090877,19.312266 C 62.602773,18.759567 60.053194,19.009833 58.352472,19.902713 C 56.651749,20.795587 56.445595,22.038299 57.891186,22.633528 C 58.715543,22.9633 59.882839,23.018201 61.064836,22.854947 C 61.053418,22.861149 61.039181,22.8671 61.027934,22.873398 C 57.243878,25.126838 53.331932,27.467072 49.292805,29.84805 C 48.144799,30.528304 48.014073,31.434079 49.034484,31.85926 C 50.054894,32.28444 51.890445,32.022871 53.038451,31.342619 C 55.696116,29.748011 58.32057,28.201154 60.917225,26.655948 C 60.888399,27.392211 60.853793,28.120573 60.824967,28.870123 C 60.823674,28.887444 60.824967,28.908149 60.824967,28.925477 C 60.824967,31.263942 60.775222,33.686839 60.732711,36.195352 C 60.732711,37.045714 62.100598,37.588807 63.75875,37.376247 C 65.374448,37.163626 66.735043,36.276302 66.692532,35.383488 C 66.625664,33.444013 66.554221,31.545919 66.508018,29.700438 C 68.331506,28.89694 70.124075,28.094346 71.914297,27.3202 C 74.378102,28.162674 76.837932,29.01697 79.405591,29.903405 C 80.638444,30.328585 82.457462,30.067017 83.520267,29.386764 C 84.583071,28.663939 84.457896,27.763831 83.225044,27.338651 C 79.653431,26.190705 76.158429,25.049076 72.799968,23.943582 C 72.728075,23.918693 72.65548,23.907792 72.57855,23.888228 C 71.782769,23.61718 70.98233,23.347412 70.179859,23.076363 C 73.603224,22.521023 77.021278,21.965236 80.457324,21.397281 C 81.988352,21.142149 83.050123,20.374451 82.837562,19.73665 C 82.710026,19.226454 81.918709,18.90781 80.90016,18.887883 z" | |
240 | - style="fill:#6d5394;fill-opacity:1;stroke:none" /> | |
241 | - <path | |
242 | - id="path2431" | |
243 | - d="M 92.930512,32.172934 C 85.581752,32.156093 78.46586,33.498948 72.726162,35.770969 C 72.683649,35.813482 72.726162,35.839167 72.726162,35.881678 C 73.023747,36.051727 73.280591,36.154465 73.833249,36.324512 C 73.960786,36.409597 73.954439,36.577224 74.294535,36.619737 C 75.14478,36.577224 74.978865,36.406348 75.106401,36.066192 C 75.616547,35.726036 76.049048,35.507838 76.176584,35.125168 C 76.559786,35.040144 76.851317,34.91503 77.191415,34.829944 C 78.211707,34.574872 78.595351,34.315696 78.722887,34.996008 C 79.403082,35.208568 79.697715,34.835554 80.420422,34.793042 C 80.420422,34.75053 80.414812,34.737687 80.457324,34.737688 C 81.35067,34.397531 81.781106,35.085843 82.376275,35.383488 C 82.673861,35.468513 83.602928,35.556785 83.81549,35.64181 C 84.283124,35.981965 83.77283,36.486591 82.837562,36.65664 C 82.79505,36.571615 82.806268,36.533088 82.763757,36.490576 C 82.211098,36.405552 82.161206,36.4922 81.693572,36.619737 C 80.120031,36.70476 79.566783,36.919033 79.184173,37.726824 C 79.184173,37.939445 79.280416,38.185689 79.110367,38.483335 C 78.557709,38.525846 78.033688,38.732858 77.523542,38.520237 C 76.758322,38.520237 75.699209,38.441648 75.401623,39.036878 C 75.401623,39.036878 75.309366,39.036877 75.309366,39.036878 C 75.096806,39.164415 74.894578,39.296822 74.682017,39.424358 C 73.109066,40.019587 72.816796,40.180869 72.689259,40.180868 C 72.221625,40.648561 72.341043,41.043245 72.043457,41.638534 C 71.788385,41.638534 71.793404,41.638533 71.45301,41.638534 C 71.282903,41.425913 71.312573,41.421101 71.397657,41.251054 C 70.504783,41.123518 69.627909,41.072206 68.777548,41.029635 C 68.267342,41.539899 67.970494,42.475227 68.353164,42.985491 C 68.820857,43.240564 69.617546,43.542283 70.382827,43.797354 C 70.808006,43.967462 72.679664,44.608423 72.892224,45.033603 C 73.317346,44.99109 73.745863,44.910052 74.128473,44.86754 C 75.063741,44.910052 75.947491,45.326464 76.840838,45.62405 C 77.47852,45.709074 78.932348,45.632846 79.442494,45.845467 C 79.399981,45.930491 79.392749,46.050057 79.350237,46.177593 C 79.605309,47.070467 82.069982,47.113776 83.132786,47.709065 C 83.175298,47.921625 83.232277,48.142304 83.3173,48.354866 C 84.08252,48.822559 84.875638,49.197225 86.066568,49.664919 C 86.066568,49.707431 86.066568,49.751567 86.066568,49.79408 C 86.619226,50.00664 87.683205,49.913586 88.575966,50.126206 C 89.511234,50.508874 90.912518,51.661693 89.849118,52.469541 C 88.998875,52.767127 88.672948,52.856224 88.077777,53.281405 C 87.695168,54.301875 87.017482,55.701794 84.848772,55.956868 C 82.595628,55.871843 82.67209,55.705809 81.269188,56.768732 C 80.205794,57.193913 79.145499,57.579859 78.040183,58.004979 C 78.040183,58.047492 78.040183,58.078784 78.040183,58.078785 C 77.402499,58.206323 77.111114,58.08602 76.600969,58.171043 C 76.43092,58.341093 76.248768,58.554534 76.121232,58.724588 C 75.398524,58.852126 74.681131,58.717355 74.128473,58.632332 C 73.958424,58.717355 73.950305,58.727831 73.482672,58.982909 C 72.632428,59.238041 70.763901,59.835691 71.231594,60.64354 C 70.97652,60.941185 69.952007,61.309358 69.4418,61.436953 C 69.4418,61.479465 69.4418,61.523595 69.4418,61.566113 C 73.225916,63.139241 77.910431,64.203873 83.225044,64.629047 C 93.34412,65.351873 103.29936,63.482578 110.57011,59.868579 C 109.71987,59.443398 108.98565,58.300997 108.68806,57.87582 C 108.56052,56.982947 109.07023,56.589001 109.66598,55.993771 C 109.92106,55.185922 109.50849,54.509592 109.16779,53.871852 C 108.78518,53.361648 108.51875,53.147435 108.26368,52.764766 C 108.39121,52.424667 108.73456,51.501266 108.522,51.288648 C 107.88431,51.203624 107.28649,51.318316 106.86136,51.233294 C 106.73383,50.97822 106.68644,50.906778 106.47389,50.864265 C 104.0501,50.694216 101.25242,51.794041 99.296266,50.901167 C 98.275974,50.263426 97.513553,49.455518 96.620804,48.945313 C 96.323218,48.350083 97.214504,47.106573 97.469572,46.638879 C 97.384547,46.468832 97.338787,46.305188 97.211251,46.177593 C 97.551348,44.987135 98.999124,44.443953 100.82774,44.018773 C 100.99778,43.593591 101.0059,43.491712 101.47354,43.151554 C 102.57886,42.811398 102.90227,42.68944 102.56218,42.136723 C 102.13705,42.094211 101.92597,42.228981 101.71341,42.228981 C 101.71341,42.101445 101.76316,41.969038 101.80567,41.841501 C 101.29552,41.713963 102.14502,40.782534 102.23005,40.697509 C 103.08029,40.527402 104.14294,40.61092 105.16383,40.568349 C 105.41891,40.100656 104.65442,39.888064 104.73945,39.590421 C 105.24959,39.462885 105.37639,39.299242 105.16383,39.129135 C 104.86624,39.086623 104.5629,39.036877 104.22281,39.036878 C 103.8402,38.611698 104.39478,38.561125 104.90551,38.391076 C 105.11807,38.008409 104.35433,37.979534 104.05674,38.022048 C 103.97172,38.107071 103.9388,38.195285 103.85378,38.280368 C 103.2586,38.492929 103.17181,38.475303 102.74669,38.81546 C 102.49162,38.81546 102.43862,38.832288 102.39612,38.704751 C 102.43863,38.577156 102.5325,38.407904 102.61753,38.280368 C 103.12768,38.195285 103.2899,37.9354 103.92759,37.892888 C 103.9701,37.807863 104.01423,37.756555 104.05674,37.671469 C 103.63162,37.118752 104.3499,37.086632 105.20074,37.044121 C 105.20074,37.214168 105.08205,37.206137 105.42215,37.376247 C 105.37964,37.461271 105.33551,37.641799 105.29299,37.726824 C 105.63309,38.066981 106.7731,38.269976 106.60304,38.907717 C 106.47551,38.907717 106.36156,38.902108 106.23402,38.944621 C 106.149,39.029645 106.19077,39.215784 106.6584,39.258295 C 108.14633,39.088188 108.98698,38.274759 110.77307,38.317271 C 110.77307,38.274759 110.85411,38.193719 110.93914,38.151208 C 111.1517,37.300906 111.07937,37.216589 110.01656,36.748896 C 109.4214,36.068643 111.04113,35.966703 111.80635,35.881678 C 111.80635,35.839167 111.80635,35.856053 111.80635,35.770969 C 107.17195,33.687637 101.12473,32.318922 94.406629,32.191385 C 93.915047,32.178097 93.420429,32.174058 92.930512,32.172934 z M 64.810483,40.051708 C 62.769604,41.624895 61.149831,43.372972 60.086909,45.328826 C 57.068132,51.068678 59.971565,56.774461 67.41214,60.64354 C 67.454652,60.558517 67.498788,60.551284 67.5413,60.551284 C 68.051563,59.785946 68.590672,58.980454 68.888255,58.300205 C 69.398461,58.002558 69.493169,57.583016 69.663217,57.285373 C 70.471068,56.945216 70.600258,56.345145 70.770307,55.919965 C 71.45062,55.069602 73.19778,52.983792 72.560098,52.303479 C 72.092466,52.048405 71.620167,51.833337 71.19469,51.620774 C 71.024641,51.280618 71.01983,51.274979 70.80721,50.67975 C 70.552137,50.212057 69.83808,49.376101 70.050699,48.90841 C 70.603416,48.483229 70.508,48.466372 70.678049,48.04119 C 71.400874,47.530986 71.40548,47.538189 72.043457,47.15552 C 72.383555,46.560291 71.782983,46.29958 71.102433,46.214496 C 69.954487,45.576756 69.233195,44.682198 68.297809,44.129481 C 67.319912,44.044457 66.677299,43.973072 65.954474,43.760453 C 65.826937,43.590403 65.670528,43.364116 65.585444,43.151554 C 65.372883,42.046119 64.727083,41.114689 64.939643,40.051708 C 64.897131,40.051708 64.895507,40.051708 64.810483,40.051708 z M 108.09762,40.568349 C 108.01259,40.653433 107.93715,40.778548 107.89464,40.863573 C 107.0444,41.246241 105.80077,41.111501 105.58821,41.749242 C 104.90802,41.834268 104.7424,41.809409 104.44423,42.192078 C 104.27417,42.234589 104.09763,42.265883 103.92759,42.265883 C 103.80004,42.393421 103.79842,42.391 103.79842,42.561107 C 103.96848,42.603618 104.19476,42.684656 104.40732,42.727171 C 105.89584,42.557121 107.25711,42.701487 108.87258,42.616462 C 109.38272,42.488866 109.58185,42.389434 110.21953,42.431946 C 110.21953,42.602055 110.17303,42.730358 110.3856,42.985491 C 110.30056,43.070515 110.1754,43.121883 110.09037,43.206908 C 110.13288,43.24942 110.14574,43.293556 110.14573,43.336068 C 110.86843,43.548688 110.85693,43.547093 113.57769,44.184836 C 114.64109,44.142323 114.77631,43.877567 115.20142,43.409874 C 115.92413,43.367362 116.64079,43.834256 117.61857,43.834258 C 118.17122,43.749234 118.77702,43.412236 118.94708,43.114651 C 118.3088,43.114651 118.05093,42.898842 117.71082,42.85633 C 117.54078,41.963457 117.48676,41.543916 115.82878,41.841501 C 115.78627,41.926524 115.80147,42.273117 115.58891,42.35814 C 115.12127,42.315629 114.94708,41.963427 114.77705,41.878403 C 114.60699,41.113125 114.48462,41.210963 113.20867,40.955829 C 112.69852,40.700757 112.0021,40.781736 111.91707,41.121893 C 112.55474,41.334454 113.19272,41.457207 113.87292,41.71234 C 113.83041,41.754852 113.79913,41.749241 113.79911,41.749242 C 113.67158,41.791755 113.50227,41.798989 113.37473,41.841501 C 113.28971,41.969037 113.02489,42.265883 112.59977,42.265883 C 112.64228,42.095835 112.74015,41.932134 112.65512,41.804597 C 112.18749,41.634548 111.72045,41.463614 111.25281,41.251054 C 110.61513,40.825872 110.69189,40.484889 109.62909,40.697509 C 108.9483,40.697509 108.52273,40.568349 108.09762,40.568349 z" | |
244 | - style="fill:#71b0d3;fill-opacity:1;stroke:none" /> | |
245 | - </g> | |
246 | - <rect | |
247 | - style="opacity:1;color:#000000;fill:url(#linearGradient5155);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.55029594999999998;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" | |
248 | - id="rect4760" | |
249 | - width="18.993464" | |
250 | - height="617.2876" | |
251 | - x="-18.965919" | |
252 | - y="0.018129941" | |
253 | - ry="0" /> | |
254 | - <rect | |
255 | - ry="0" | |
256 | - y="0.018129941" | |
257 | - x="-760.02753" | |
258 | - height="617.2876" | |
259 | - width="18.993464" | |
260 | - id="rect5157" | |
261 | - style="opacity:1;color:#000000;fill:url(#linearGradient5159);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.55029595;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" | |
262 | - transform="scale(-1,1)" /> | |
263 | - <rect | |
264 | - style="opacity:1;color:#000000;fill:url(#linearGradient5163);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.55029595;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" | |
265 | - id="rect5161" | |
266 | - width="18.993464" | |
267 | - height="1242.7152" | |
268 | - x="-636.29919" | |
269 | - y="-250.95712" | |
270 | - ry="0" | |
271 | - transform="matrix(0,-1,1,0,0,0)" /> | |
272 | - <rect | |
273 | - style="opacity:1;color:#000000;fill:none;fill-opacity:0.69834708000000001;fill-rule:nonzero;stroke:#babdb6;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:3,6;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" | |
274 | - id="rect5358" | |
275 | - width="698.29449" | |
276 | - height="71.54657" | |
277 | - x="17.171177" | |
278 | - y="126.54961" | |
279 | - ry="0" /> | |
280 | - <rect | |
281 | - style="opacity:1;color:#000000;fill:#babdb6;fill-opacity:0.69834708;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:3, 6;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" | |
282 | - id="rect5753" | |
283 | - width="688" | |
284 | - height="17" | |
285 | - x="22" | |
286 | - y="129.36218" /> | |
287 | - <text | |
288 | - xml:space="preserve" | |
289 | - 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-tb;text-anchor:start;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" | |
290 | - x="548" | |
291 | - y="142.36218" | |
292 | - id="text6148" | |
293 | - sodipodi:linespacing="125%"><tspan | |
294 | - sodipodi:role="line" | |
295 | - id="tspan6150" | |
296 | - x="548" | |
297 | - y="142.36218">Barra de Ferramentas</tspan></text> | |
298 | - <rect | |
299 | - style="opacity:1;color:#000000;fill:#555753;fill-opacity:0.69834708;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:3, 6;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" | |
300 | - id="rect6152" | |
301 | - width="38" | |
302 | - height="38" | |
303 | - x="29" | |
304 | - y="152.36218" /> | |
305 | - <rect | |
306 | - y="152.36218" | |
307 | - x="83" | |
308 | - height="38" | |
309 | - width="38" | |
310 | - id="rect6154" | |
311 | - style="opacity:1;color:#000000;fill:#555753;fill-opacity:0.69834708;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:3, 6;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> | |
312 | - <rect | |
313 | - y="152.36218" | |
314 | - x="135" | |
315 | - height="38" | |
316 | - width="38" | |
317 | - id="rect6156" | |
318 | - style="opacity:1;color:#000000;fill:#555753;fill-opacity:0.69834708;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:3, 6;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> | |
319 | - <rect | |
320 | - style="opacity:1;color:#000000;fill:#555753;fill-opacity:0.69834708;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:3, 6;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" | |
321 | - id="rect6158" | |
322 | - width="38" | |
323 | - height="38" | |
324 | - x="189" | |
325 | - y="152.36218" /> | |
326 | - <rect | |
327 | - y="152.36218" | |
328 | - x="245" | |
329 | - height="38" | |
330 | - width="38" | |
331 | - id="rect6160" | |
332 | - style="opacity:1;color:#000000;fill:#555753;fill-opacity:0.69834708;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:3, 6;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> | |
333 | - <rect | |
334 | - style="opacity:1;color:#000000;fill:#555753;fill-opacity:0.69834708;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:3, 6;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" | |
335 | - id="rect6162" | |
336 | - width="38" | |
337 | - height="38" | |
338 | - x="299" | |
339 | - y="152.36218" /> | |
340 | - <rect | |
341 | - style="opacity:1;color:#000000;fill:#555753;fill-opacity:0.69834708;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:3, 6;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" | |
342 | - id="rect6164" | |
343 | - width="38" | |
344 | - height="38" | |
345 | - x="351" | |
346 | - y="152.36218" /> | |
347 | - <rect | |
348 | - y="152.36218" | |
349 | - x="405" | |
350 | - height="38" | |
351 | - width="38" | |
352 | - id="rect6166" | |
353 | - style="opacity:1;color:#000000;fill:#555753;fill-opacity:0.69834708;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:3, 6;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> | |
354 | - <rect | |
355 | - style="opacity:1;color:#000000;fill:#d3d7cf;fill-opacity:0.69834708000000001;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:3, 6;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" | |
356 | - id="rect6174" | |
357 | - width="162" | |
358 | - height="32" | |
359 | - x="536" | |
360 | - y="157.36218" /> | |
361 | - <text | |
362 | - xml:space="preserve" | |
363 | - style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" | |
364 | - x="544" | |
365 | - y="178.36218" | |
366 | - id="text6168"><tspan | |
367 | - sodipodi:role="line" | |
368 | - id="tspan6170" | |
369 | - x="544" | |
370 | - y="178.36218">Itens para Adicionar</tspan></text> | |
371 | - <path | |
372 | - style="fill:#2e3436;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | |
373 | - d="M 677,170.16781 L 684.26523,182.75156 L 691.80913,169.68514 L 677,170.16781 z" | |
374 | - id="path6172" /> | |
375 | - <rect | |
376 | - style="opacity:1;color:#000000;fill:#4e9a06;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:3, 6;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" | |
377 | - id="rect2433" | |
378 | - width="210" | |
379 | - height="209" | |
380 | - x="486" | |
381 | - y="189.36218" /> | |
382 | - </g> | |
383 | -</svg> |
public/designs/templates/threecolumn/source/tmpimg.png
18.9 KB
public/designs/templates/threecolumn/stylesheets/cms.css
... | ... | @@ -1,128 +0,0 @@ |
1 | - | |
2 | -/************************************ | |
3 | - * listing stuff | |
4 | - ************************************/ | |
5 | -#content .handle, #content .do-reorder UL LI .handle { | |
6 | - display: none; | |
7 | -} | |
8 | -#content .do-reorder LI .handle { | |
9 | - display: inline; | |
10 | - background: gray; | |
11 | - color: white; | |
12 | - padding: 1px 3px; | |
13 | - cursor: move; | |
14 | -} | |
15 | - | |
16 | -ul.page-list li { | |
17 | - list-style: none; | |
18 | -} | |
19 | - | |
20 | -ul.page-list li table, | |
21 | -ul.page-list li td { | |
22 | - border: none; | |
23 | - padding: 3px; | |
24 | -} | |
25 | - | |
26 | -ul.page-list a.page { | |
27 | - font-weight: bold; | |
28 | -} | |
29 | - | |
30 | -ul.page-list a:visited, ul.page-list a:link { | |
31 | - color: #000; | |
32 | -} | |
33 | - | |
34 | -ul.page-list a:hover { | |
35 | - background: #aa9; | |
36 | -} | |
37 | - | |
38 | -#content .page-list .hover { | |
39 | - background: #F1F0DB; | |
40 | -} | |
41 | - | |
42 | -#content .page-list .commands A.delete-page:hover { | |
43 | - color: white; | |
44 | - background: black; | |
45 | -} | |
46 | -#content .page-list .hover-delete { | |
47 | - background: red; | |
48 | - color: #FF8E90; | |
49 | -} | |
50 | -#content .page-list .hover-delete A, | |
51 | -#content .page-list .hover-delete .commands A { | |
52 | - color: #FF8E90; | |
53 | -} | |
54 | -#content .page-list .hover-delete A.page { | |
55 | - color: white; | |
56 | - border-bottom: 0px; | |
57 | -} | |
58 | -#content .page-list .hover-delete UL LI A.page { | |
59 | - color: red; | |
60 | - border-bottom: 0px; | |
61 | -} | |
62 | - | |
63 | -/*********************************** | |
64 | - * from stuff | |
65 | - ***********************************/ | |
66 | -div.comatose_field { | |
67 | -} | |
68 | -div.comatose_field label { | |
69 | - display: block; | |
70 | - font-weight: bold; | |
71 | -} | |
72 | - | |
73 | -div.comatose_field textarea { | |
74 | - width: 90%; | |
75 | -} | |
76 | -div.comatose_field textarea, | |
77 | -div.comatose_field input, | |
78 | -div.comatose_field select { | |
79 | - border: 1px solid gray; | |
80 | -} | |
81 | - | |
82 | -/**************************************** | |
83 | - * revisions page stuff | |
84 | - ****************************************/ | |
85 | - | |
86 | -.older-content { | |
87 | - float: right; | |
88 | -} | |
89 | -.current-content { | |
90 | - float: left; | |
91 | -} | |
92 | - | |
93 | -.revisions { | |
94 | - width: 47%; | |
95 | - border: 1px solid gray; | |
96 | - padding: 0.25em; | |
97 | -} | |
98 | - | |
99 | -.revisions .header { | |
100 | - font-weight: bold; | |
101 | - border-bottom: 1px solid black; | |
102 | - margin-bottom: 10px; | |
103 | - height: 40px; | |
104 | -} | |
105 | - | |
106 | -.revisions .meta { | |
107 | - border-bottom: 1px solid black; | |
108 | - margin-bottom: 10px; | |
109 | -} | |
110 | - | |
111 | -.revisions .footer { | |
112 | - border-top: 1px solid black; | |
113 | - margin-top: 10px; | |
114 | - padding: 0.25em; | |
115 | -} | |
116 | - | |
117 | -.revisions .meta label span { | |
118 | - font-weight: bold; | |
119 | -} | |
120 | - | |
121 | -.revisions .meta label { | |
122 | - font-weight: normal; | |
123 | - display: block; | |
124 | -} | |
125 | - | |
126 | -.collapsed { | |
127 | - display: none; | |
128 | -} |
public/designs/templates/threecolumn/stylesheets/style.css
... | ... | @@ -1,151 +0,0 @@ |
1 | -body { | |
2 | - font-family: Verdana, Sans-Serif; | |
3 | - font-size: 14px; | |
4 | -} | |
5 | - | |
6 | -#wrap { | |
7 | -background: url("../images/bg_content.png") top center repeat-y; | |
8 | -} | |
9 | - | |
10 | -#frame { | |
11 | -background: url("../images/bg_bgheader.png") top left repeat-x; | |
12 | -} | |
13 | - | |
14 | -#header { | |
15 | -background: url("../images/bg_header.png") top center no-repeat; | |
16 | -height: 135px; | |
17 | -} | |
18 | - | |
19 | -#boxes { | |
20 | - position: relative; | |
21 | - width: 760px; | |
22 | - left: 50%; | |
23 | - margin-left: -380px; | |
24 | - padding: 0em; | |
25 | -} | |
26 | - | |
27 | -#box_3 { | |
28 | - width: 200px; | |
29 | - float: right; | |
30 | -} | |
31 | - | |
32 | -#box_2 { | |
33 | - float: left; | |
34 | - width: 200px; | |
35 | -} | |
36 | - | |
37 | -#box_1 { | |
38 | - margin-left: 205px; | |
39 | - margin-right: 205px; | |
40 | -} | |
41 | - | |
42 | -#spinner { | |
43 | - z-index: 1000; | |
44 | - position: absolute; | |
45 | - left: 50%; | |
46 | - margin-left: -16px; | |
47 | - top: 200px; | |
48 | -} | |
49 | - | |
50 | -#footer_content { | |
51 | -clear: both; | |
52 | -} | |
53 | - | |
54 | -#footer { | |
55 | - clear: both; | |
56 | - text-align: center; | |
57 | - font-size: smaller; | |
58 | - color: #333; | |
59 | - margin: 0px; | |
60 | - padding: 5px; | |
61 | - background: #c5d0df url("../images/bg_footer.png") top left repeat-x; | |
62 | -} | |
63 | - | |
64 | - | |
65 | -/* Edition Mode */ | |
66 | - | |
67 | -#design_editor .block_list { | |
68 | - list-style: none; | |
69 | - margin: 0px; | |
70 | - padding: 3px; | |
71 | -} | |
72 | - | |
73 | -#design_editor .box { | |
74 | - border: 2px solid transparent; | |
75 | -} | |
76 | - | |
77 | -#design_editor .hover { | |
78 | - border: 2px dotted red; | |
79 | - background: #ff6; | |
80 | -} | |
81 | - | |
82 | -#design_editor_toolbar { | |
83 | - padding: 5px; | |
84 | -} | |
85 | - | |
86 | -#design_editor_toolbar h3 { | |
87 | - font-size: 10px; | |
88 | - background: #dfdfdf; | |
89 | - margin: 0px; | |
90 | - padding: 1px; | |
91 | - text-align: right; | |
92 | - color: #545454; | |
93 | -} | |
94 | - | |
95 | -#design_editor_toolbar a { | |
96 | - font-size: 10px; | |
97 | - padding: 5px; | |
98 | - background: #dfdfdf; | |
99 | - color: black; | |
100 | -} | |
101 | - | |
102 | -.design_editor_box_toolbar { | |
103 | - text-align: center; | |
104 | - margin: 5px; | |
105 | - background: #dfdfdf; | |
106 | -} | |
107 | - | |
108 | -.design_editor_box_toolbar a { | |
109 | - display: inline; | |
110 | - width: 30px; | |
111 | - font-size: 10px; | |
112 | - padding: 2px; | |
113 | - background: #dfdfdf; | |
114 | -} | |
115 | - | |
116 | -#design_editor_toolbar a:hover, .design_editor_box_toolbar a:hover { | |
117 | - background: #545454; | |
118 | - color: #ffffff; | |
119 | -} | |
120 | - | |
121 | -div#notice { | |
122 | - z-index: 10000; | |
123 | - position: absolute; | |
124 | - top: 100px; | |
125 | - left: 50%; | |
126 | - margin-left: -200px; | |
127 | - width: 400px; | |
128 | - border: 1px solid black; | |
129 | - background: #efefef; | |
130 | - padding: 0.5em; | |
131 | -} | |
132 | - | |
133 | -div#notice .button { | |
134 | - text-align: center; | |
135 | - margin-top: 1em; | |
136 | - margin-bottom: 0.25em; | |
137 | -} | |
138 | - | |
139 | -div#notice .button a { | |
140 | - border: 1px solid gray; | |
141 | - background: #ddd; | |
142 | - color: black; | |
143 | - padding: 4px; | |
144 | - padding-left: 28px; | |
145 | - background-image: url(../../../icons/default/cancel.png); | |
146 | - background-position: top left; | |
147 | - background-repeat: no-repeat; | |
148 | -} | |
149 | -div#notice .button a:hover { | |
150 | - background-color: #ffd; | |
151 | -} |
public/designs/templates/threecolumn/threecolumn.yml
public/designs/templates/threecolumn/thumbnail.jpg
6.06 KB
public/designs/themes/default/images/bottom.png
5.41 KB
public/designs/themes/default/images/button.png
1.79 KB
public/designs/themes/default/images/h3bg.png
3.88 KB
public/designs/themes/default/macstyle.yml
public/designs/themes/default/style.css
... | ... | @@ -1,88 +0,0 @@ |
1 | -/* MacStyle Theme for Blocks */ | |
2 | - | |
3 | -div.block | |
4 | -{ | |
5 | - background: #FFFFFF; | |
6 | - border: 0px; | |
7 | -} | |
8 | - | |
9 | -ul.block_control_list | |
10 | -{ | |
11 | - list-style: none; | |
12 | - margin: 0px; | |
13 | - padding: 0px; | |
14 | -} | |
15 | - | |
16 | -h3.block_header | |
17 | -{ | |
18 | - position: relative; | |
19 | - background: url('images/h3bg.png') repeat-x; | |
20 | - cursor:move; | |
21 | - font-family: Sans-serif; | |
22 | - font-size: 15px; | |
23 | - margin: 0px; | |
24 | - padding: 0px; | |
25 | - overflow: hidden; | |
26 | - color: #545454; | |
27 | - padding-left: 10px; | |
28 | - height: 25px; | |
29 | - vertical-align: top; | |
30 | -} | |
31 | - | |
32 | -a.button_block span { | |
33 | -display: none; | |
34 | -padding: 1px; | |
35 | -color: #000; | |
36 | -background: #dfdfdf; | |
37 | -font-family: Sans-serif; | |
38 | -font-size: 10px; | |
39 | -font-weight: normal; | |
40 | -border: 1px inset #545454; | |
41 | -} | |
42 | - | |
43 | -a.button_block:hover span { | |
44 | -display: inline; | |
45 | -position: absolute; | |
46 | -margin-top: -20px; | |
47 | -} | |
48 | - | |
49 | -a.button_block { | |
50 | -display: block; | |
51 | -float: right; | |
52 | -position: absolute; | |
53 | -width: 20px; | |
54 | -height: 20px; | |
55 | -text-decoration: none; | |
56 | -} | |
57 | - | |
58 | -div.block a.button_block_hide { | |
59 | -right: 25px; | |
60 | -background:url('images/button.png') no-repeat; | |
61 | -background-position: 0px 0px; | |
62 | -} | |
63 | - | |
64 | -div.block a:hover.button_block_hide { | |
65 | -background: url('images/button.png') no-repeat; | |
66 | -background-position: 0px -20px; | |
67 | -} | |
68 | - | |
69 | -div.block a.button_block_remove { | |
70 | -right: 5px; | |
71 | -background: url('images/button.png') no-repeat; | |
72 | -background-position:-20px 0; | |
73 | -} | |
74 | - | |
75 | -div.block a:hover.button_block_remove { | |
76 | -background: url('images/button.png') no-repeat; | |
77 | -background-position:-20px -20px; | |
78 | -} | |
79 | - | |
80 | -div.block_content | |
81 | -{ | |
82 | - margin: 0; | |
83 | - padding: 5px 10px 9px 10px; | |
84 | - background: url(images/bottom.png) repeat-x 0 100%; | |
85 | - overflow: hidden; | |
86 | -} | |
87 | - | |
88 | - |
public/designs/themes/default/thumbnail.jpg
3.65 KB
public/designs/themes/gray/default.yml
public/designs/themes/gray/style.css
... | ... | @@ -1,90 +0,0 @@ |
1 | -/* Default Plain Theme for Blocks */ | |
2 | - | |
3 | -div.block | |
4 | -{ | |
5 | - background: #FFFFFF; | |
6 | - border: 3px solid #000000; | |
7 | - margin-bottom: 10px; | |
8 | -} | |
9 | - | |
10 | -div.block ul | |
11 | -{ | |
12 | - list-style: none; | |
13 | - margin-left: 15px; | |
14 | -} | |
15 | - | |
16 | -div.block h3 | |
17 | -{ | |
18 | - color: #FFFFFF; | |
19 | - background: #545454; | |
20 | - font-family: Sans-serif; | |
21 | - font-size: 13px; | |
22 | - font-weight: normal; | |
23 | - border-bottom: 1px solid black; | |
24 | - height: 27px; | |
25 | - margin: 0px; | |
26 | - line-height: 27px; | |
27 | - padding-left: 10px; | |
28 | -} | |
29 | - | |
30 | -div.block span { | |
31 | -display: none; | |
32 | -} | |
33 | - | |
34 | -div.block a.button_block_hide:hover span { | |
35 | -display: inline; | |
36 | -position: absolute; | |
37 | -color: #dfdfdf; | |
38 | -background: #000000; | |
39 | -font-family: Sans-serif; | |
40 | -font-size: 13px; | |
41 | -font-weight: normal; | |
42 | -margin: 10px; | |
43 | -padding-left: 5px; | |
44 | -padding-right: 5px; | |
45 | -} | |
46 | - | |
47 | -div.block a.button_block { | |
48 | -display: block !important; | |
49 | -width: 10px !important; | |
50 | -height: 10px !important; | |
51 | -margin-top: 10px !important; | |
52 | -margin-right: 5px !important; | |
53 | -float: right !important; | |
54 | -} | |
55 | - | |
56 | -div.block a.button_block_hide { | |
57 | -border-bottom: 2px solid #dfdfdf; | |
58 | -} | |
59 | - | |
60 | -div.block a:hover.button_block_hide { | |
61 | -border-bottom: 2px solid #000000; | |
62 | -} | |
63 | - | |
64 | -div.block a.button_block_remove { | |
65 | -background: #dfdfdf; | |
66 | -} | |
67 | - | |
68 | -div.block a:hover.button_block_remove { | |
69 | -background: #000000; | |
70 | -} | |
71 | - | |
72 | -div.block_content | |
73 | -{ | |
74 | - padding: 5px; | |
75 | -} | |
76 | - | |
77 | -div.block ul { | |
78 | - padding-left: 0px; | |
79 | - margin: 0px; | |
80 | -} | |
81 | - | |
82 | -div.block ul li a:link, | |
83 | -div.block ul li a:hover { | |
84 | - display: block; | |
85 | - color: #000; | |
86 | -} | |
87 | -div.block ul li a:hover { | |
88 | - background: #ddd; | |
89 | - color: red; | |
90 | -} |
public/designs/themes/gray/thumbnail.jpg
3.51 KB
public/designs/themes/green/green.yml
public/designs/themes/green/style.css
... | ... | @@ -1,77 +0,0 @@ |
1 | -/* Green Theme for Blocks */ | |
2 | - | |
3 | -div.block | |
4 | -{ | |
5 | - background: #FFFFFF; | |
6 | - border: 3px solid #060; | |
7 | - margin-bottom: 10px; | |
8 | -} | |
9 | - | |
10 | -div.block ul | |
11 | -{ | |
12 | - list-style: none; | |
13 | - margin-left: 15px; | |
14 | -} | |
15 | - | |
16 | -div.block h3 | |
17 | -{ | |
18 | - color: #afa; | |
19 | - background: green; | |
20 | - font-family: Sans-serif; | |
21 | - font-size: 13px; | |
22 | - font-weight: normal; | |
23 | - border-bottom: 1px solid black; | |
24 | - height: 27px; | |
25 | - margin: 0px; | |
26 | - line-height: 27px; | |
27 | - padding-left: 10px; | |
28 | -} | |
29 | - | |
30 | -div.block span { | |
31 | -display: none; | |
32 | -} | |
33 | - | |
34 | -div.block a:hover span { | |
35 | -display: inline; | |
36 | -position: absolute; | |
37 | -color: white; | |
38 | -background: #009900; | |
39 | -font-family: Sans-serif; | |
40 | -font-size: 13px; | |
41 | -font-weight: normal; | |
42 | -margin: 10px; | |
43 | -padding-left: 5px; | |
44 | -padding-right: 5px; | |
45 | -} | |
46 | - | |
47 | -div.block a { | |
48 | -display: block; | |
49 | -width: 10px; | |
50 | -height: 10px; | |
51 | -margin-top: 10px; | |
52 | -margin-right: 5px; | |
53 | -float: right; | |
54 | -} | |
55 | - | |
56 | -div.block a.button_block_hide { | |
57 | -border-bottom: 2px solid #dfdfdf; | |
58 | -} | |
59 | - | |
60 | -div.block a:hover.button_block_hide { | |
61 | -border-bottom: 2px solid #000000; | |
62 | -} | |
63 | - | |
64 | -div.block a.button_block_remove { | |
65 | -background: #dfdfdf; | |
66 | -} | |
67 | - | |
68 | -div.block a:hover.button_block_remove { | |
69 | -background: #000000; | |
70 | -} | |
71 | - | |
72 | -div.block_content | |
73 | -{ | |
74 | - padding: 5px; | |
75 | -} | |
76 | - | |
77 | - |
public/designs/themes/green/thumbnail.jpg
5.32 KB