Merge lp:~abreu-alexandre/ubuntu-html5-theme/rtm-backport-html5-ui-fixes into lp:ubuntu-html5-theme/rtm-14.09

Proposed by Alexandre Abreu
Status: Merged
Merged at revision: 186
Proposed branch: lp:~abreu-alexandre/ubuntu-html5-theme/rtm-backport-html5-ui-fixes
Merge into: lp:ubuntu-html5-theme/rtm-14.09
Diff against target: 9628 lines (+1837/-6395)
59 files modified
0.1/ambiance/css/appTemplate.css (+481/-109)
0.1/ambiance/css/sass/constants.scss (+15/-5)
0.1/ambiance/css/sass/default.scss (+12/-5)
0.1/ambiance/css/sass/icons.scss (+16/-16)
0.1/ambiance/css/sass/listitems.scss (+12/-6)
0.1/ambiance/css/sass/mixins.scss (+4/-4)
0.1/ambiance/css/sass/popover.scss (+89/-21)
0.1/ambiance/css/sass/shapes.scss (+3/-3)
0.1/ambiance/css/sass/sliders.scss (+68/-17)
0.1/ambiance/css/sass/tabs.scss (+275/-45)
0.1/ambiance/css/sass/toolbars.scss (+3/-1)
0.1/ambiance/img/actions/add-to-playlist.svg (+0/-190)
0.1/ambiance/img/actions/calendar-today.svg (+0/-170)
0.1/ambiance/img/actions/camera-flip.svg (+0/-164)
0.1/ambiance/img/actions/contact.svg (+0/-161)
0.1/ambiance/img/actions/dialer.svg (+0/-208)
0.1/ambiance/img/actions/edit-clear.svg (+0/-161)
0.1/ambiance/img/actions/edit-copy.svg (+0/-177)
0.1/ambiance/img/actions/edit-delete.svg (+0/-190)
0.1/ambiance/img/actions/edit-paste.svg (+0/-200)
0.1/ambiance/img/actions/erase.svg (+0/-155)
0.1/ambiance/img/actions/event-new.svg (+0/-181)
0.1/ambiance/img/actions/go-down.svg (+0/-181)
0.1/ambiance/img/actions/home.svg (+0/-167)
0.1/ambiance/img/actions/info.svg (+0/-158)
0.1/ambiance/img/actions/language-chooser.svg (+0/-166)
0.1/ambiance/img/actions/media-playback-pause.svg (+0/-157)
0.1/ambiance/img/actions/media-playlist-shuffle.svg (+0/-185)
0.1/ambiance/img/actions/media-playlist.svg (+0/-173)
0.1/ambiance/img/actions/message-new.svg (+0/-173)
0.1/ambiance/img/actions/microphone-mute.svg (+0/-163)
0.1/ambiance/img/actions/notebook-new.svg (+0/-185)
0.1/ambiance/img/actions/notebook.svg (+0/-163)
0.1/ambiance/img/actions/outgoing-call.svg (+0/-166)
0.1/ambiance/img/actions/private-browsing.svg (+0/-149)
0.1/ambiance/img/actions/private-tab-new.svg (+0/-159)
0.1/ambiance/img/actions/redo.svg (+0/-170)
0.1/ambiance/img/actions/remove-from-call.svg (+0/-163)
0.1/ambiance/img/actions/share.svg (+0/-146)
0.1/ambiance/img/actions/system-log-out.svg (+0/-174)
0.1/ambiance/img/actions/tab-new.svg (+0/-165)
0.1/ambiance/img/actions/unlike.svg (+0/-142)
0.1/ambiance/img/icons/icon-call.svg (+0/-88)
0.1/ambiance/js/core.js (+355/-205)
0.1/ambiance/js/header.js (+6/-6)
0.1/ambiance/js/list.js (+8/-6)
0.1/ambiance/js/page.js (+9/-37)
0.1/ambiance/js/pagestacks.js (+18/-10)
0.1/ambiance/js/tab.js (+25/-28)
0.1/ambiance/js/tabs.js (+141/-301)
0.1/ambiance/js/toolbars.js (+65/-1)
debian/control (+1/-4)
examples/html5-theme/apps/rss-reader/app.js (+22/-18)
examples/html5-theme/apps/rss-reader/index.html (+7/-5)
examples/html5-theme/widgets/ListItems.html (+28/-28)
examples/html5-theme/widgets/Pagestack.html (+107/-101)
examples/html5-theme/widgets/Popovers.html (+19/-13)
examples/html5-theme/widgets/Sliders.html (+8/-8)
examples/html5-theme/widgets/UbuntuShape.html (+40/-42)
To merge this branch: bzr merge lp:~abreu-alexandre/ubuntu-html5-theme/rtm-backport-html5-ui-fixes
Reviewer Review Type Date Requested Status
Ubuntu HTML5 Theme Developers Pending
Review via email: mp+252321@code.launchpad.net

Commit message

Backport HTM5 fixes and new header

Description of the change

Backport HTM5 fixes and new header

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file '0.1/ambiance/css/appTemplate.css'
--- 0.1/ambiance/css/appTemplate.css 2014-05-25 18:51:21 +0000
+++ 0.1/ambiance/css/appTemplate.css 2015-03-09 16:04:14 +0000
@@ -1,4 +1,3 @@
1@charset "UTF-8";
2/*1/*
3 * Copyright (C) 2013 Adnane Belmadiaf <daker@ubuntu.com>2 * Copyright (C) 2013 Adnane Belmadiaf <daker@ubuntu.com>
4 * License granted by Canonical Limited3 * License granted by Canonical Limited
@@ -48,6 +47,30 @@
48 * Font family47 * Font family
49 */48 */
50/*49/*
50 * Slider
51 */
52/*
53 * Copyright (C) 2013 Adnane Belmadiaf <daker@ubuntu.com>
54 * License granted by Canonical Limited
55 *
56 * This file is part of ubuntu-html5-ui-toolkit.
57 *
58 * This package is free software; you can redistribute it and/or modify
59 * it under the terms of the GNU Lesser General Public License as
60 * published by the Free Software Foundation; either version 3 of the
61 * License, or
62 * (at your option) any later version.
63
64 * This package is distributed in the hope that it will be useful,
65 * but WITHOUT ANY WARRANTY; without even the implied warranty of
66 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
67 * GNU General Public License for more details.
68
69 * You should have received a copy of the GNU Lesser General Public
70 * License along with this program. If not, see
71 * <http://www.gnu.org/licenses/>
72 */
73/*
51 * Copyright (C) 2013 Adnane Belmadiaf <daker@ubuntu.com>74 * Copyright (C) 2013 Adnane Belmadiaf <daker@ubuntu.com>
52 * License granted by Canonical Limited75 * License granted by Canonical Limited
53 *76 *
@@ -205,61 +228,152 @@
205/* ----------------------------------228/* ----------------------------------
206 * Tabs229 * Tabs
207 * ---------------------------------- */230 * ---------------------------------- */
231/* Workarround to load the Ubuntu Light font pad.lv/1186372 */
232@font-face {
233 font-family: 'Ubuntu';
234 font-style: normal;
235 font-weight: 300;
236 src: local("Ubuntu Light"), local("Ubuntu-Light"), url(ubuntu-light.woff) format("woff");
237}
238@font-face {
239 font-family: 'Ubuntu';
240 font-style: normal;
241 font-weight: 300;
242 src: local("Ubuntu Light"), local("Ubuntu-Light"), url(ubuntu-light.woff) format("woff");
243}
208[data-role="header"] {244[data-role="header"] {
209 background: #ededf0 url("../img/background_paper@30.png") repeat-x top left;245 background: #ededed;
210 height: 74px;246 height: 60px;
211 width: 100%;247 width: 100%;
212 overflow: hidden;248 position: fixed;
213 position: relative;249 z-index: 10;
214}250}
215[data-role="header"]:after {251[data-role="header"]:after {
216 background: #C2C2C2;252 background: #c2c2c2;
217 content: "";253 content: "";
218 border-top: 1px solid #afafaf;254 border-top: 1px solid #afafaf;
219 height: 14px;255 height: 15px;
220 width: 100%;256 width: 100%;
221 display: block;257 display: block;
222}258 position: absolute;
223[data-role="header"] .active {259 top: 60px;
224 color: #484647;
225 padding-left: 15px;
226 -webkit-opacity: 1;
227 opacity: 1;
228}
229[data-role="header"] .active:after {
230 content: "›";
231 padding-left: 10px;
232 -webkit-opacity: 0.5;
233 opacity: 0.5;
234}
235[data-role="header"] .inactive {
236 color: #a0a0a0;
237 -webkit-opacity: 0.5;
238 opacity: 0.5;
239}260}
240261
241[data-role="tabs"] {262[data-role="tabs"] {
242 width: 100%;263 background: #ededed;
243 white-space: nowrap;264 -webkit-box-shadow: 0 0px 10px rgba(140, 140, 140, 0.3);
265 box-shadow: 0 0px 10px rgba(140, 140, 140, 0.3);
266 width: 160px;
267 max-height: 250px;
268 overflow: auto;
269 -webkit-overflow-scrolling: touch;
270 position: absolute;
271 left: 0;
272 top: 61px;
273 z-index: 9;
274 visibility: hidden;
275 opacity: 0;
276 transition: all 0.2s;
277}
278[data-role="tabs"].opened {
279 visibility: visible;
280 opacity: 1;
244}281}
245282
246[data-role="tabitem"] {283[data-role="tabitem"] {
247 display: inline-block;284 position: relative;
248 font: 35px "Ubuntu";285 padding: 16px 16px;
249 letter-spacing: -1px;286 border-bottom: 1px solid #d9d9d9;
250 line-height: 60px;287 text-align: left;
251 padding-right: 35px;288 font-size: 0.9rem;
289 cursor: pointer;
290}
291[data-role="tabitem"]:only-child {
292 border-bottom: 0;
293}
294[data-role="tabitem"].active {
295 display: none;
296}
297[data-role="tabitem"].inactive {
298 display: block;
299}
300[data-role="tabitem"]:active {
301 background: rgba(0, 0, 0, 0.05);
302}
303
304[data-role="back-btn"] {
305 background: #ededed;
306 width: 40px;
307 height: 60px;
308 line-height: 60px;
309 float: left;
310 cursor: pointer;
311 border: none;
312 position: relative;
313}
314[data-role="back-btn"]:after {
315 content: "";
316 display: block;
317 width: 20px;
318 height: 20px;
319 background: transparent url("/usr/share/icons/suru/actions/scalable/back.svg") no-repeat center center;
320 background-size: 100%;
321 margin: 0 auto;
322}
323[data-role="back-btn"]:disabled {
324 background: transparent;
325 width: 0;
326}
327[data-role="back-btn"]:active {
328 background: rgba(0, 0, 0, 0.05);
329}
330
331[data-role="tabs-btn"] {
332 background: #ededed;
333 width: 40px;
334 height: 60px;
335 line-height: 60px;
336 float: left;
337 cursor: pointer;
338 border: none;
339 position: relative;
340 z-index: 10;
341}
342[data-role="tabs-btn"]:after {
343 content: "";
344 display: block;
345 width: 20px;
346 height: 20px;
347 background: transparent url("/usr/share/icons/suru/actions/scalable/navigation-menu.svg") no-repeat center center;
348 background-size: 100%;
349 margin: 0 auto;
350}
351[data-role="tabs-btn"]:active {
352 background: rgba(0, 0, 0, 0.05);
353}
354
355[data-role="back-btn"]:disabled + [data-role="tabtitle"],
356[data-role="back-btn"] + [data-role="tabtitle"],
357[data-role="tabs-btn"] + [data-role="tabtitle"],
358[data-role="tabs"] + [data-role="tabtitle"] {
359 width: calc(100% - 140px);
360}
361
362[data-role="tabtitle"] {
363 font-family: "Ubuntu";
364 font-size: x-large;
365 font-weight: 300;
252 text-decoration: none;366 text-decoration: none;
253 color: #a0a0a0;367 background: #ededed;
254 -webkit-opacity: 0;368 color: #5d5d5d;
255 opacity: 0;369 float: left;
256 -webkit-transition: opacity .25s ease-in-out;370 height: 60px;
257 transition: opacity .25s ease-in-out;371 line-height: 60px;
258 cursor: pointer;372 white-space: nowrap;
259}373 overflow: hidden;
260[data-role="tabitem"]:only-child:after {374 text-overflow: ellipsis;
261 content: "";375 position: relative;
262 padding-left: 10px;376 z-index: 10;
263}377}
264378
265[data-role="tab"] {379[data-role="tab"] {
@@ -275,8 +389,124 @@
275 display: block;389 display: block;
276}390}
277391
392[data-role="actions"] {
393 float: right;
394 height: 60px;
395 display: inline-block;
396 padding-right: 8px;
397 background: #ededed;
398 position: relative;
399 z-index: 10;
400}
401[data-role="actions"] button {
402 border: 0;
403 padding: 0;
404 width: 40px;
405 height: 60px;
406 line-height: 60px;
407 cursor: pointer;
408 float: left;
409 background: transparent;
410}
411[data-role="actions"] button img {
412 position: relative;
413 top: 5px;
414}
415[data-role="actions"] button:disabled {
416 opacity: 0.3;
417}
418[data-role="actions"] button:after {
419 content: "";
420 display: block;
421 width: 20px;
422 height: 20px;
423 background: transparent;
424 background-size: 100%;
425 margin: 0 auto;
426}
427[data-role="actions"] button:active {
428 background: rgba(0, 0, 0, 0.05);
429}
430[data-role="actions"] [data-role="actions-wrapper"] {
431 display: none;
432}
433[data-role="actions"] [data-role="actions-wrapper"]:first-child {
434 display: block;
435}
436
437[data-role="actions-overflow-icon"] {
438 background: transparent;
439}
440[data-role="actions-overflow-icon"]:after {
441 content: "";
442 display: block;
443 width: 20px;
444 height: 20px;
445 background: transparent url("/usr/share/icons/suru/actions/scalable/contextual-menu.svg") no-repeat center center !important;
446 background-size: 100% !important;
447 margin: 0 auto;
448}
449[data-role="actions-overflow-icon"]:active {
450 background: rgba(0, 0, 0, 0.05);
451}
452
453[data-role="actions-overflow-list"] {
454 background: #ededed;
455 -webkit-box-shadow: 0 0px 10px rgba(140, 140, 140, 0.3);
456 box-shadow: 0 0px 10px rgba(140, 140, 140, 0.3);
457 width: 160px;
458 max-height: 250px;
459 overflow: auto;
460 -webkit-overflow-scrolling: touch;
461 position: absolute;
462 right: 0;
463 top: 61px;
464 z-index: 9;
465 visibility: hidden;
466 opacity: 0;
467 transition: all 0.2s;
468}
469[data-role="actions-overflow-list"].opened {
470 visibility: visible;
471 opacity: 1;
472}
473[data-role="actions-overflow-list"] li {
474 position: relative;
475 padding: 16px 16px;
476 border-bottom: 1px solid #d9d9d9;
477 text-align: left;
478 font-size: 0.8rem;
479 cursor: pointer;
480 text-align: left;
481 padding-left: 45px;
482 cursor: pointer;
483 background: transparent no-repeat center left;
484 background-size: 20px;
485 background-position-x: 10px;
486}
487[data-role="actions-overflow-list"] li:only-child {
488 border-bottom: 0;
489}
490[data-role="actions-overflow-list"] li:active {
491 background-color: rgba(0, 0, 0, 0.05);
492}
493
494[data-role="overlay"] {
495 position: fixed;
496 top: 75px;
497 right: 0;
498 bottom: 0;
499 left: 0;
500 z-index: 9;
501 background: transparent;
502 display: none;
503}
504[data-role="overlay"].active {
505 display: block;
506}
507
278/*508/*
279 * Copyright (C) 2013 Adnane Belmadiaf <daker@ubuntu.com>509 * Copyright (C) 2013, 2014 Adnane Belmadiaf <daker@ubuntu.com>
280 * License granted by Canonical Limited510 * License granted by Canonical Limited
281 *511 *
282 * This file is part of ubuntu-html5-ui-toolkit.512 * This file is part of ubuntu-html5-ui-toolkit.
@@ -299,17 +529,17 @@
299/* ----------------------------------529/* ----------------------------------
300* Icons530* Icons
301* ---------------------------------- */531* ---------------------------------- */
302.icon {532[data-role="icon"] {
303 width: 26px;533 width: 26px;
304 height: 26px;534 height: 26px;
305 display: inline-block;535 display: inline-block;
306 vertical-align: middle;536 vertical-align: middle;
307}537}
308.icon.icon-call {538[data-role="icon"][data-icon="call"] {
309 background: url(../img/icons/icon-call.svg) no-repeat scroll center center transparent;539 background: url("/usr/share/icons/suru/actions/scalable/icon-call.svg") no-repeat scroll center center transparent;
310 background-size: 26px;540 background-size: 26px;
311}541}
312.icon.icon-caret {542[data-role="icon"][data-icon="caret"] {
313 background: url(../img/chevron_down@30.png) no-repeat scroll center center transparent;543 background: url(../img/chevron_down@30.png) no-repeat scroll center center transparent;
314 background-size: 26px;544 background-size: 26px;
315}545}
@@ -849,9 +1079,9 @@
849 color: #888888;1079 color: #888888;
850}1080}
851[data-role="button"].negative {1081[data-role="button"].negative {
852 background: #b2b2b2;1082 background: #929292;
853 color: white;1083 color: white;
854 border-color: #b2b2b2;1084 border-color: #929292;
855}1085}
8561086
857/*1087/*
@@ -878,31 +1108,81 @@
878/* ----------------------------------1108/* ----------------------------------
879 * Sliders1109 * Sliders
880 * ---------------------------------- */1110 * ---------------------------------- */
881/**
882 TODO: remove absolte values for w/h
883 */
884input[type=range] {1111input[type=range] {
885 -webkit-box-sizing: border-box;1112 -webkit-box-sizing: border-box;
886 box-sizing: border-box;1113 box-sizing: border-box;
887 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);1114 -webkit-appearance: none;
888 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);1115 background: linear-gradient(to right, rgba(175, 175, 175, 0.3) 0%, rgba(175, 175, 175, 0.3) 100%);
889 -webkit-appearance: none;1116 background-position: center;
890 background-color: rgba(192, 192, 192, 0.1);1117 background-size: 99% 4px;
891 width: 200px;1118 background-repeat: no-repeat;
892 height: 35px;1119 -webkit-appearance: none;
893 border-radius: 6px;1120 width: auto;
894 padding: 5px 0;1121 height: 36px;
1122 border-radius: 1px;
1123 overflow: hidden;
1124 margin-top: 5px;
1125 margin-bottom: 5px;
1126 /*&::-moz-range-thumb:before {
1127 position: absolute;
1128 top: ($range-slider-height / 2) - ($range-track-height / 2);
1129 left: -2000px;
1130 width: 2000px;
1131 height: $range-track-height;
1132 background: $ubuntu_orange;
1133 content: ' ';
1134 }*/
895}1135}
896input[type=range]::-webkit-slider-thumb {1136input[type=range]::-webkit-slider-thumb {
897 -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);1137 -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
898 box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);1138 box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
899 -webkit-box-sizing: border-box;1139 -webkit-box-sizing: border-box;
900 box-sizing: border-box;1140 box-sizing: border-box;
901 -webkit-appearance: none;1141 -webkit-appearance: none;
902 background-color: #dd4814;1142 background-color: #fff;
903 border-radius: 6px;1143 pointer-events: none;
904 width: 30px;1144 border-radius: 3px;
905 height: 27px;1145 width: 16px;
1146 height: 16px;
1147 position: relative;
1148}
1149input[type=range]::-webkit-slider-thumb:before {
1150 /* what creates the colorful line on the left side of the slider */
1151 position: absolute;
1152 top: 6px;
1153 left: -2000px;
1154 width: 2000px;
1155 height: 4px;
1156 background: #dd4814;
1157 content: ' ';
1158}
1159input[type=range]::-moz-range-track {
1160 -webkit-box-sizing: border-box;
1161 box-sizing: border-box;
1162 background: -moz-linear-gradient(to right, rgba(175, 175, 175, 0.3) 0%, rgba(175, 175, 175, 0.3) 100%);
1163 background-position: center;
1164 background-size: 99% 4px;
1165 background-repeat: no-repeat;
1166 width: auto;
1167 height: 36px;
1168 border: 0;
1169 border-radius: 1px;
1170 overflow: hidden;
1171 margin-top: 5px;
1172 margin-bottom: 5px;
1173}
1174input[type=range]::-moz-range-thumb {
1175 -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
1176 box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
1177 -webkit-box-sizing: border-box;
1178 box-sizing: border-box;
1179 background: #fff;
1180 pointer-events: none;
1181 border: 0;
1182 border-radius: 3px;
1183 width: 16px;
1184 height: 16px;
1185 position: relative;
906}1186}
9071187
908/*1188/*
@@ -1059,56 +1339,105 @@
1059 * License along with this program. If not, see1339 * License along with this program. If not, see
1060 * <http://www.gnu.org/licenses/>.1340 * <http://www.gnu.org/licenses/>.
1061 */1341 */
1062.popover {1342.has_actions {
1063 -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);1343 top: 65px !important;
1064 box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);1344 left: 10px !important;
1345 right: 10px;
1346}
1347.has_actions li {
1348 text-align: left !important;
1349 padding-left: 45px !important;
1350 cursor: pointer;
1351 background: transparent no-repeat center left;
1352 background-size: 25px;
1353 background-position-x: 10px;
1354}
1355.has_actions:before {
1356 right: 5px;
1357 left: auto !important;
1358}
1359
1360.popover,
1361[data-role="popover"] {
1362 -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
1363 box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
1065 position: absolute;1364 position: absolute;
1066 background: rgba(255, 255, 255, 0.98);1365 background: rgba(255, 255, 255, 0.98);
1067 -webkit-border-radius: 15px;1366 -webkit-border-radius: 8px;
1068 border-radius: 15px;1367 border-radius: 8px;
1069 -webkit-background-clip: padding-box;
1070 z-index: 110;1368 z-index: 110;
1071 width: 320px;
1072 left: 0;1369 left: 0;
1073 top: 0;1370 top: 0;
1074 color: #787878;1371 color: #787878;
1075 font-size: 1rem;1372 font-size: 1rem;
1076 display: none;1373 visibility: hidden;
1077}1374 opacity: 0;
1078.popover.active {1375 -webkit-transform: scaleY(0);
1079 display: block;1376 transform: scaleY(0);
1080}1377 -webkit-transition: -webkit-transform 0.1s;
1081.popover .list {1378 transition: transform 0.1s;
1082 -webkit-border-radius: 15px;1379}
1083 border-radius: 15px;1380.popover.active,
1381[data-role="popover"].active {
1382 visibility: visible;
1383 opacity: 1;
1384 -webkit-transform: scaleY(1);
1385 transform: scaleY(1);
1386}
1387.popover .list,
1388.popover ul,
1389[data-role="popover"] .list,
1390[data-role="popover"] ul {
1391 -webkit-border-radius: 8px;
1392 border-radius: 8px;
1084 width: auto;1393 width: auto;
1085 max-height: 250px;1394 max-height: 250px;
1086 overflow: auto;1395 overflow: auto;
1087 -webkit-overflow-scrolling: touch;1396 -webkit-overflow-scrolling: touch;
1088}1397}
1089.popover .list li {1398.popover .list li,
1399.popover ul li,
1400[data-role="popover"] .list li,
1401[data-role="popover"] ul li {
1090 position: relative;1402 position: relative;
1091 padding: 20px 10px 20px 10px;1403 padding: 16px 20px;
1092 border-bottom: 1px solid #d9d9d9;1404 border-bottom: 1px solid #d9d9d9;
1093 text-align: center;1405 text-align: center;
1094 font-size: 1rem;1406 font-size: 0.9rem;
1095}1407}
1096.popover .list li a {1408.popover .list li a,
1409.popover ul li a,
1410[data-role="popover"] .list li a,
1411[data-role="popover"] ul li a {
1097 color: #787878;1412 color: #787878;
1098 text-decoration: none;1413 text-decoration: none;
1099}1414}
1100.popover .list li.active {1415.popover .list li.active,
1416.popover ul li.active,
1417[data-role="popover"] .list li.active,
1418[data-role="popover"] ul li.active {
1101 background: #ebebeb;1419 background: #ebebeb;
1102 border-top: 1px solid #fcfcfc;1420 border-top: 1px solid #fcfcfc;
1103}1421}
1104.popover .list li.active a {1422.popover .list li.active a,
1423.popover ul li.active a,
1424[data-role="popover"] .list li.active a,
1425[data-role="popover"] ul li.active a {
1105 color: #dd4814;1426 color: #dd4814;
1106 text-decoration: none;1427 text-decoration: none;
1107}1428}
1429.popover .list li:only-child,
1430.popover ul li:only-child,
1431[data-role="popover"] .list li:only-child,
1432[data-role="popover"] ul li:only-child {
1433 border-bottom: 0;
1434}
11081435
1109/* Caret */1436/* Caret */
1110.popover[data-gravity]:before,1437.popover[data-gravity]:before,
1111.popover[data-gravity]:after {1438.popover[data-gravity]:after,
1439[data-role="popover"][data-gravity]:before,
1440[data-role="popover"][data-gravity]:after {
1112 position: absolute;1441 position: absolute;
1113 left: 50%;1442 left: 50%;
1114 width: 0;1443 width: 0;
@@ -1116,16 +1445,18 @@
1116 content: '';1445 content: '';
1117}1446}
11181447
1119.popover[data-gravity="n"]:before {1448.popover[data-gravity="n"]:before,
1120 top: -17px;1449[data-role="popover"][data-gravity="n"]:before {
1450 top: -15px;
1121 margin-left: -18px;1451 margin-left: -18px;
1122 background: transparent url(../img/UpArrow@18.png) no-repeat 0.5rem 0.5rem;1452 background: transparent url(../img/UpArrow@18.png) no-repeat 0.5rem 0.5rem;
1123 background-size: 50% 50%;1453 background-size: 50% 50%;
1124 width: 37px;1454 width: 28px;
1125 height: 18px;1455 height: 15px;
1126}1456}
11271457
1128.popover[data-gravity="w"]:before {1458.popover[data-gravity="w"]:before,
1459[data-role="popover"][data-gravity="w"]:before {
1129 top: 50%;1460 top: 50%;
1130 margin-left: -17px;1461 margin-left: -17px;
1131 margin-top: -18px;1462 margin-top: -18px;
@@ -1136,7 +1467,8 @@
1136 left: 0;1467 left: 0;
1137}1468}
11381469
1139.popover[data-gravity="s"]:after {1470.popover[data-gravity="s"]:after,
1471[data-role="popover"][data-gravity="s"]:after {
1140 bottom: -9px;1472 bottom: -9px;
1141 margin-left: -18px;1473 margin-left: -18px;
1142 background: transparent url(../img/DownArrow@18.png) no-repeat 0.5rem 0.5rem;1474 background: transparent url(../img/DownArrow@18.png) no-repeat 0.5rem 0.5rem;
@@ -1145,7 +1477,8 @@
1145 height: 18px;1477 height: 18px;
1146}1478}
11471479
1148.popover[data-gravity="e"]:before {1480.popover[data-gravity="e"]:before,
1481[data-role="popover"][data-gravity="e"]:before {
1149 top: 50%;1482 top: 50%;
1150 margin-right: -10px;1483 margin-right: -10px;
1151 margin-top: -18px;1484 margin-top: -18px;
@@ -1157,6 +1490,32 @@
1157 left: initial;1490 left: initial;
1158}1491}
11591492
1493.has_tabs {
1494 top: 65px;
1495 left: 10px;
1496 right: 10px;
1497}
1498.has_tabs li {
1499 text-align: left !important;
1500 padding-left: 20px !important;
1501 cursor: pointer;
1502}
1503.has_tabs:before {
1504 left: 30px !important;
1505}
1506
1507/* Tablet */
1508@media only screen and (min-width: 870px) {
1509 .popover,
1510 [data-role="popover"] {
1511 width: 320px;
1512 }
1513
1514 .has_actions {
1515 left: auto !important;
1516 right: 10px !important;
1517 }
1518}
1160/*1519/*
1161 * Copyright (C) 2013 Adnane Belmadiaf <daker@ubuntu.com>1520 * Copyright (C) 2013 Adnane Belmadiaf <daker@ubuntu.com>
1162 * License granted by Canonical Limited1521 * License granted by Canonical Limited
@@ -1199,7 +1558,7 @@
1199 -webkit-box-sizing: border-box;1558 -webkit-box-sizing: border-box;
1200 box-sizing: border-box;1559 box-sizing: border-box;
1201 width: 100%;1560 width: 100%;
1202 height: 3.5rem;1561 height: 3.1rem;
1203 border-bottom: solid 0.1rem #c7c7c7;1562 border-bottom: solid 0.1rem #c7c7c7;
1204 color: #787878;1563 color: #787878;
1205 position: relative;1564 position: relative;
@@ -1208,10 +1567,10 @@
1208 text-decoration: none;1567 text-decoration: none;
1209 color: #787878;1568 color: #787878;
1210 display: block;1569 display: block;
1211 height: 3.4rem;1570 height: 3rem;
1212 position: relative;1571 position: relative;
1213 border: none;1572 border: none;
1214 line-height: 3.4rem;1573 line-height: 3rem;
1215 padding-left: 1rem;1574 padding-left: 1rem;
1216 padding-right: 1.5rem;1575 padding-right: 1.5rem;
1217 border-top: 1px solid #ebebeb;1576 border-top: 1px solid #ebebeb;
@@ -1229,7 +1588,7 @@
1229 height: 2rem;1588 height: 2rem;
1230 top: 50%;1589 top: 50%;
1231 right: 0;1590 right: 0;
1232 margin-top: -1rem;1591 margin-top: -1.2rem;
1233 z-index: 0;1592 z-index: 0;
1234}1593}
1235[data-role="list"] ul li > a:active {1594[data-role="list"] ul li > a:active {
@@ -1249,10 +1608,15 @@
1249 line-height: 1rem;1608 line-height: 1rem;
1250}1609}
1251[data-role="list"] ul li p:only-child, [data-role="list"] ul li p:first-of-type:last-of-type {1610[data-role="list"] ul li p:only-child, [data-role="list"] ul li p:first-of-type:last-of-type {
1252 line-height: 2.5rem;1611 line-height: 2.1rem;
1612}
1613[data-role="list"] ul li p + p {
1614 color: rgba(136, 136, 136, 0.8);
1615 padding-top: 0.1rem;
1616 font-size: 0.8rem;
1253}1617}
1254[data-role="list"] ul li > label {1618[data-role="list"] ul li > label {
1255 z-index: 100;1619 z-index: 9;
1256 width: 4.5rem;1620 width: 4.5rem;
1257 height: 2.2rem;1621 height: 2.2rem;
1258 right: 0.5rem;1622 right: 0.5rem;
@@ -1322,6 +1686,7 @@
1322 bottom: -65px;1686 bottom: -65px;
1323 -webkit-transition: -webkit-transform 0.1s ease-in-out;1687 -webkit-transition: -webkit-transform 0.1s ease-in-out;
1324 transition: transform 0.1s ease-in-out;1688 transition: transform 0.1s ease-in-out;
1689 display: none;
1325}1690}
1326[data-role="footer"].revealed {1691[data-role="footer"].revealed {
1327 -webkit-transform: translate3d(0, -65px, 0);1692 -webkit-transform: translate3d(0, -65px, 0);
@@ -1336,6 +1701,7 @@
1336}1701}
1337[data-role="footer"] nav ul {1702[data-role="footer"] nav ul {
1338 list-style: none;1703 list-style: none;
1704 text-align: right;
1339}1705}
1340[data-role="footer"] nav ul li,1706[data-role="footer"] nav ul li,
1341[data-role="footer"] nav ul li a {1707[data-role="footer"] nav ul li a {
@@ -1343,7 +1709,7 @@
1343 font-size: 0.6rem;1709 font-size: 0.6rem;
1344 text-align: center;1710 text-align: center;
1345 width: 60px;1711 width: 60px;
1346 float: right;1712 display: inline-block;
1347 text-decoration: none;1713 text-decoration: none;
1348}1714}
1349[data-role="footer"] nav ul li {1715[data-role="footer"] nav ul li {
@@ -1394,7 +1760,7 @@
1394 z-index: 100;1760 z-index: 100;
1395}1761}
1396[data-role="shape"]:after {1762[data-role="shape"]:after {
1397 background: url(../img/ubuntushape_medium_radius_idle@18.png) no-repeat;1763 background: url(../img/ubuntushape.png) no-repeat;
1398 background-size: 100% 100%;1764 background-size: 100% 100%;
1399 content: ' ';1765 content: ' ';
1400 width: 100%;1766 width: 100%;
@@ -1406,14 +1772,14 @@
1406[data-role="shape"] img {1772[data-role="shape"] img {
1407 height: 100%;1773 height: 100%;
1408 width: 100%;1774 width: 100%;
1409 border-radius: 1.5rem;1775 max-width: 100% !important;
1410 margin-bottom: 0;1776 margin-bottom: 0;
1411 display: inline-block;1777 display: inline-block;
1412}1778}
1413[data-role="shape"] div {1779[data-role="shape"] div {
1414 height: 100%;1780 height: 100%;
1415 width: 100%;1781 width: 100%;
1416 border-radius: 1.5rem;1782 border-radius: 1rem;
1417 margin-bottom: 0;1783 margin-bottom: 0;
1418 display: inline-block;1784 display: inline-block;
1419}1785}
@@ -1603,20 +1969,26 @@
1603 -webkit-tap-highlight-color: transparent;1969 -webkit-tap-highlight-color: transparent;
1604}1970}
16051971
1972html, body,
1973[data-role="mainview"],
1974[data-role="content"] {
1975 position: relative;
1976 width: 100%;
1977 min-height: 100%;
1978}
1979
1606body {1980body {
1607 background: #ededf0 url("../img/background_paper@30.png") repeat top left;1981 background: #ededed;
1608 font-family: "Ubuntu";1982 font-family: "Ubuntu";
1609 font-weight: normal;1983 font-weight: normal;
1610 color: #787878;1984 color: #787878;
1611}1985}
16121986
1613[data-role="content"] {1987[data-role="content"] {
1614 background: #ededf0 url("../img/background_paper@30.png") repeat top left;1988 background: #ededed;
1615 border-top: 1px solid #f0f0f0;1989 border-top: 1px solid #f0f0f0;
1616 height: auto;
1617 min-height: auto;
1618 width: 100%;
1619 font-size: 1rem "Ubuntu";1990 font-size: 1rem "Ubuntu";
1991 min-height: calc(100% - 75px);
1620 color: #787878;1992 color: #787878;
1621}1993}
16221994
16231995
=== modified file '0.1/ambiance/css/sass/constants.scss'
--- 0.1/ambiance/css/sass/constants.scss 2014-02-24 22:24:41 +0000
+++ 0.1/ambiance/css/sass/constants.scss 2015-03-09 16:04:14 +0000
@@ -20,14 +20,15 @@
20 * <http://www.gnu.org/licenses/>20 * <http://www.gnu.org/licenses/>
21 */21 */
2222
23 /*23/*
24 * Colours24 * Colours
25 */25 */
26$ubuntu_orange: #dd4814;26$ubuntu_orange: #dd4814;
27$text_color: #787878;27$text_color: #787878;
28$cream: #f3f3e7;28$cream: #f3f3e7;
29$warm_grey: #888888;29$warm_grey: #888888;
30$light_grey: #b2b2b2;30$light_grey: #929292;
31$dark_grey: #5d5d5d;
31$green: #38b44a;32$green: #38b44a;
32$blue: #2ab7ec;33$blue: #2ab7ec;
33$white: #ffffff;34$white: #ffffff;
@@ -36,4 +37,13 @@
36 * Font family37 * Font family
37 */38 */
3839
39$font_family: "Ubuntu";
40\ No newline at end of file40\ No newline at end of file
41$font_family: "Ubuntu";
42
43/*
44 * Slider
45 */
46
47$range-track-height: 4px !default;
48$range-slider-width: 16px !default;
49$range-slider-height: 16px !default;
50$range-slider-border-radius: 1px !default;
4151
=== modified file '0.1/ambiance/css/sass/default.scss'
--- 0.1/ambiance/css/sass/default.scss 2014-04-04 13:19:54 +0000
+++ 0.1/ambiance/css/sass/default.scss 2015-03-09 16:04:14 +0000
@@ -22,6 +22,7 @@
2222
23@import "constants";23@import "constants";
24@import "mixins";24@import "mixins";
25@import "functions";
25@import "reset";26@import "reset";
26@import "tabs";27@import "tabs";
27@import "icons";28@import "icons";
@@ -44,20 +45,26 @@
44 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);45 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
45}46}
4647
48html, body,
49[data-role="mainview"],
50[data-role="content"] {
51 position: relative;
52 width: 100%;
53 min-height: 100%;
54}
55
47body {56body {
48 background: #ededf0 url("../img/background_paper@30.png") repeat top left;57 background: #ededed;
49 font-family: $font_family;58 font-family: $font_family;
50 font-weight: normal;59 font-weight: normal;
51 color: $text_color;60 color: $text_color;
52}61}
5362
54[data-role="content"] {63[data-role="content"] {
55 background: #ededf0 url("../img/background_paper@30.png") repeat top left;64 background: #ededed;
56 border-top: 1px solid #f0f0f0;65 border-top: 1px solid #f0f0f0;
57 height: auto;
58 min-height: auto;
59 width: 100%;
60 font-size: 1rem $font_family;66 font-size: 1rem $font_family;
67 min-height: calc(100% - 75px);
61 color: $text_color;68 color: $text_color;
62}69}
6370
6471
=== modified file '0.1/ambiance/css/sass/icons.scss'
--- 0.1/ambiance/css/sass/icons.scss 2014-02-24 22:24:41 +0000
+++ 0.1/ambiance/css/sass/icons.scss 2015-03-09 16:04:14 +0000
@@ -1,5 +1,5 @@
1/*1/*
2 * Copyright (C) 2013 Adnane Belmadiaf <daker@ubuntu.com>2 * Copyright (C) 2013, 2014 Adnane Belmadiaf <daker@ubuntu.com>
3 * License granted by Canonical Limited3 * License granted by Canonical Limited
4 *4 *
5 * This file is part of ubuntu-html5-ui-toolkit.5 * This file is part of ubuntu-html5-ui-toolkit.
@@ -24,19 +24,19 @@
24 * Icons24 * Icons
25 * ---------------------------------- */25 * ---------------------------------- */
2626
27.icon {27[data-role="icon"] {
28 width: 26px;28 width: 26px;
29 height: 26px;29 height: 26px;
30 display: inline-block;30 display: inline-block;
31 vertical-align: middle;31 vertical-align: middle;
3232
33 &.icon-call {33 &[data-icon="call"] {
34 background: url(../img/icons/icon-call.svg) no-repeat scroll center center transparent;34 background: url(icon(icon-call)) no-repeat scroll center center transparent;
35 background-size: 26px;35 background-size: 26px;
36 }36 }
3737
38 &.icon-caret {38 &[data-icon="caret"] {
39 background: url(../img/chevron_down@30.png) no-repeat scroll center center transparent;39 background: url(../img/chevron_down@30.png) no-repeat scroll center center transparent;
40 background-size: 26px;40 background-size: 26px;
41 }41 }
42}42}
43\ No newline at end of file43\ No newline at end of file
4444
=== modified file '0.1/ambiance/css/sass/listitems.scss'
--- 0.1/ambiance/css/sass/listitems.scss 2014-02-24 17:08:30 +0000
+++ 0.1/ambiance/css/sass/listitems.scss 2015-03-09 16:04:14 +0000
@@ -42,7 +42,7 @@
42 li {42 li {
43 @include box_sizing (border-box);43 @include box_sizing (border-box);
44 width: 100%;44 width: 100%;
45 height: 3.5rem;45 height: 3.1rem;
46 border-bottom: solid 0.1rem #c7c7c7;46 border-bottom: solid 0.1rem #c7c7c7;
47 color: $text_color;47 color: $text_color;
48 position: relative;48 position: relative;
@@ -51,10 +51,10 @@
51 text-decoration: none;51 text-decoration: none;
52 color: $text_color;52 color: $text_color;
53 display: block;53 display: block;
54 height: 3.4rem;54 height: 3rem;
55 position: relative;55 position: relative;
56 border: none;56 border: none;
57 line-height: 3.4rem;57 line-height: 3rem;
58 padding-left: 1rem;58 padding-left: 1rem;
59 padding-right: 1.5rem;59 padding-right: 1.5rem;
60 border-top: 1px solid #ebebeb;60 border-top: 1px solid #ebebeb;
@@ -72,7 +72,7 @@
72 height: 2rem;72 height: 2rem;
73 top: 50%;73 top: 50%;
74 right: 0;74 right: 0;
75 margin-top: -1rem;75 margin-top: -1.2rem;
76 z-index: 0;76 z-index: 0;
77 }77 }
7878
@@ -96,12 +96,18 @@
9696
97 &:only-child,97 &:only-child,
98 &:first-of-type:last-of-type {98 &:first-of-type:last-of-type {
99 line-height: 2.5rem;99 line-height: 2.1rem;
100 }
101
102 & + p {
103 color: rgba(136, 136, 136, 0.8);
104 padding-top: 0.1rem;
105 font-size: 0.8rem
100 }106 }
101 }107 }
102108
103 > label {109 > label {
104 z-index: 100;110 z-index: 9;
105 width: 4.5rem;111 width: 4.5rem;
106 height: 2.2rem;112 height: 2.2rem;
107 right: 0.5rem;113 right: 0.5rem;
108114
=== modified file '0.1/ambiance/css/sass/mixins.scss'
--- 0.1/ambiance/css/sass/mixins.scss 2014-02-17 16:25:38 +0000
+++ 0.1/ambiance/css/sass/mixins.scss 2015-03-09 16:04:14 +0000
@@ -21,11 +21,11 @@
21 */21 */
2222
23@mixin box_sizing($type: border-box) {23@mixin box_sizing($type: border-box) {
24 -webkit-box-sizing: $type;24 -webkit-box-sizing: $type;
25 box-sizing: $type;25 box-sizing: $type;
26}26}
2727
28@mixin box_shadow($type: inset 0 1px 1px rgba(0, 0, 0, 0.1)) {28@mixin box_shadow($type: inset 0 1px 1px rgba(0, 0, 0, 0.1)) {
29 -webkit-box-shadow: $type;29 -webkit-box-shadow: $type;
30 box-shadow: $type;30 box-shadow: $type;
31}31}
32\ No newline at end of file32\ No newline at end of file
3333
=== modified file '0.1/ambiance/css/sass/popover.scss'
--- 0.1/ambiance/css/sass/popover.scss 2014-02-17 16:25:38 +0000
+++ 0.1/ambiance/css/sass/popover.scss 2015-03-09 16:04:14 +0000
@@ -20,28 +20,57 @@
20 * <http://www.gnu.org/licenses/>.20 * <http://www.gnu.org/licenses/>.
21 */21 */
2222
23.popover {23
24 @include box_shadow (0 0 10px rgba(0, 0, 0, 0.5));24.has_actions {
25 top: 65px!important;
26 left: 10px!important;
27 right: 10px;
28
29 li {
30 text-align: left!important;
31 padding-left: 45px!important;
32 cursor: pointer;
33 background: transparent no-repeat center left;
34 background-size: 25px;
35 background-position-x: 10px;
36 }
37
38 &:before {
39 right: 5px;
40 left: auto!important;
41 }
42}
43
44.popover,
45[data-role="popover"] {
46 @include box_shadow (0 0 2px 0 rgba(0, 0, 0, 0.3));
25 position: absolute;47 position: absolute;
26 background: rgba(255, 255, 255, 0.98);48 background: rgba(255, 255, 255, 0.98);
27 -webkit-border-radius: 15px;49 -webkit-border-radius: 8px;
28 border-radius: 15px;50 border-radius: 8px;
29 -webkit-background-clip: padding-box;
30 z-index: 110;51 z-index: 110;
31 width: 320px;
32 left: 0;52 left: 0;
33 top: 0;53 top: 0;
34 color: $text_color;54 color: $text_color;
35 font-size: 1rem;55 font-size: 1rem;
36 display: none;56 visibility: hidden;
57 opacity: 0;
58 -webkit-transform: scaleY(0.0);
59 transform: scaleY(0.0);
60 -webkit-transition: -webkit-transform 0.1s;
61 transition: transform 0.1s;
3762
38 &.active {63 &.active {
39 display: block;64 visibility: visible;
65 opacity: 1;
66 -webkit-transform: scaleY(1.0);
67 transform: scaleY(1.0);
40 }68 }
4169
42 .list {70 .list,
43 -webkit-border-radius: 15px;71 ul {
44 border-radius: 15px;72 -webkit-border-radius: 8px;
73 border-radius: 8px;
45 width: auto;74 width: auto;
46 max-height: 250px;75 max-height: 250px;
47 overflow: auto;76 overflow: auto;
@@ -49,10 +78,10 @@
4978
50 li {79 li {
51 position: relative;80 position: relative;
52 padding: 20px 10px 20px 10px;81 padding: 16px 20px;
53 border-bottom: 1px solid #d9d9d9;82 border-bottom: 1px solid #d9d9d9;
54 text-align: center;83 text-align: center;
55 font-size: 1rem;84 font-size: 0.9rem;
5685
57 a {86 a {
58 color: $text_color;87 color: $text_color;
@@ -68,13 +97,19 @@
68 text-decoration: none;97 text-decoration: none;
69 }98 }
70 }99 }
100
101 &:only-child {
102 border-bottom: 0;
103 }
71 }104 }
72 }105 }
73}106}
74107
75/* Caret */108/* Caret */
76.popover[data-gravity]:before,109.popover[data-gravity]:before,
77.popover[data-gravity]:after {110.popover[data-gravity]:after,
111[data-role="popover"][data-gravity]:before,
112[data-role="popover"][data-gravity]:after {
78 position: absolute;113 position: absolute;
79 left: 50%;114 left: 50%;
80 width: 0;115 width: 0;
@@ -82,16 +117,18 @@
82 content: '';117 content: '';
83}118}
84119
85.popover[data-gravity="n"]:before {120.popover[data-gravity="n"]:before,
86 top: -17px;121[data-role="popover"][data-gravity="n"]:before {
122 top: -15px;
87 margin-left: -18px;123 margin-left: -18px;
88 background: transparent url(../img/UpArrow@18.png) no-repeat 0.5rem 0.5rem;124 background: transparent url(../img/UpArrow@18.png) no-repeat 0.5rem 0.5rem;
89 background-size: 50% 50%;125 background-size: 50% 50%;
90 width: 37px;126 width: 28px;
91 height: 18px;127 height: 15px;
92}128}
93129
94.popover[data-gravity="w"]:before {130.popover[data-gravity="w"]:before,
131[data-role="popover"][data-gravity="w"]:before {
95 top: 50%;132 top: 50%;
96 margin-left: -17px;133 margin-left: -17px;
97 margin-top: -18px;134 margin-top: -18px;
@@ -102,7 +139,8 @@
102 left: 0;139 left: 0;
103}140}
104141
105.popover[data-gravity="s"]:after {142.popover[data-gravity="s"]:after,
143[data-role="popover"][data-gravity="s"]:after {
106 bottom: -9px;144 bottom: -9px;
107 margin-left: -18px;145 margin-left: -18px;
108 background: transparent url(../img/DownArrow@18.png) no-repeat 0.5rem 0.5rem;146 background: transparent url(../img/DownArrow@18.png) no-repeat 0.5rem 0.5rem;
@@ -111,7 +149,8 @@
111 height: 18px;149 height: 18px;
112}150}
113151
114.popover[data-gravity="e"]:before {152.popover[data-gravity="e"]:before,
153[data-role="popover"][data-gravity="e"]:before {
115 top: 50%;154 top: 50%;
116 margin-right: -10px;155 margin-right: -10px;
117 margin-top: -18px;156 margin-top: -18px;
@@ -121,4 +160,33 @@
121 height: 37px;160 height: 37px;
122 right: 0;161 right: 0;
123 left: initial;162 left: initial;
163}
164
165.has_tabs {
166 top: 65px;
167 left: 10px;
168 right: 10px;
169
170 li {
171 text-align: left!important;
172 padding-left: 20px!important;
173 cursor: pointer;
174 }
175
176 &:before {
177 left: 30px!important;
178 }
179}
180
181/* Tablet */
182@media only screen and (min-width: 870px){
183 .popover,
184 [data-role="popover"] {
185 width: 320px;
186 }
187
188 .has_actions {
189 left: auto!important;
190 right: 10px!important;
191 }
124}192}
125\ No newline at end of file193\ No newline at end of file
126194
=== modified file '0.1/ambiance/css/sass/shapes.scss'
--- 0.1/ambiance/css/sass/shapes.scss 2014-02-17 16:25:38 +0000
+++ 0.1/ambiance/css/sass/shapes.scss 2015-03-09 16:04:14 +0000
@@ -34,7 +34,7 @@
34 z-index: 100;34 z-index: 100;
3535
36 &:after {36 &:after {
37 background: url(../img/ubuntushape_medium_radius_idle@18.png) no-repeat;37 background: url(../img/ubuntushape.png) no-repeat;
38 background-size: 100% 100%;38 background-size: 100% 100%;
39 content: ' ';39 content: ' ';
40 width: 100%;40 width: 100%;
@@ -47,7 +47,7 @@
47 img {47 img {
48 height: 100%;48 height: 100%;
49 width: 100%;49 width: 100%;
50 border-radius: 1.5rem;50 max-width: 100%!important;
51 margin-bottom: 0;51 margin-bottom: 0;
52 display: inline-block;52 display: inline-block;
53 }53 }
@@ -55,7 +55,7 @@
55 div {55 div {
56 height: 100%;56 height: 100%;
57 width: 100%;57 width: 100%;
58 border-radius: 1.5rem;58 border-radius: 1rem;
59 margin-bottom: 0;59 margin-bottom: 0;
60 display: inline-block;60 display: inline-block;
61 }61 }
6262
=== modified file '0.1/ambiance/css/sass/sliders.scss'
--- 0.1/ambiance/css/sass/sliders.scss 2014-02-17 16:25:38 +0000
+++ 0.1/ambiance/css/sass/sliders.scss 2015-03-09 16:04:14 +0000
@@ -24,27 +24,78 @@
24 * Sliders24 * Sliders
25 * ---------------------------------- */25 * ---------------------------------- */
2626
27/**
28 TODO: remove absolte values for w/h
29 */
30
31input[type=range] {27input[type=range] {
32 @include box_sizing (border-box);28 @include box_sizing (border-box);
33 @include box_shadow (inset 0 1px 1px rgba(0, 0, 0, 0.1));29 -webkit-appearance: none;
34 -webkit-appearance: none;30 background: linear-gradient(to right, rgba(175, 175, 175, 0.30) 0%, rgba(175, 175, 175, 0.30) 100%);
35 background-color: rgba(192, 192, 192, 0.1);31 background-position: center;
36 width: 200px;32 background-size: 99% 4px;
37 height: 35px;33 background-repeat: no-repeat;
38 border-radius: 6px;34 -webkit-appearance: none;
39 padding: 5px 0;35 width: auto;
36 height: $range-slider-height + 20;
37 border-radius: $range-slider-border-radius;
38 overflow: hidden;
39 margin-top: 5px;
40 margin-bottom: 5px;
4041
41 &::-webkit-slider-thumb {42 &::-webkit-slider-thumb {
42 @include box_shadow (inset 0 2px 1px rgba(0, 0, 0, 0.1));43 @include box_shadow (inset 0 1px 0 rgba(0, 0, 0, 0.2));
43 @include box_sizing (border-box);44 @include box_sizing (border-box);
44 -webkit-appearance: none;45 -webkit-appearance: none;
45 background-color: $ubuntu_orange;46 background-color: #fff;
46 border-radius: 6px;47 pointer-events: none;
47 width: 30px;48 border-radius: 3px;
48 height: 27px;49 width: $range-slider-width;
49 }50 height: $range-slider-height;
51 position: relative;
52 }
53
54 &::-webkit-slider-thumb:before {
55 /* what creates the colorful line on the left side of the slider */
56 position: absolute;
57 top: ($range-slider-height / 2) - ($range-track-height / 2);
58 left: -2000px;
59 width: 2000px;
60 height: $range-track-height;
61 background: $ubuntu_orange;
62 content: ' ';
63 }
64
65 &::-moz-range-track {
66 @include box_sizing (border-box);
67 background: -moz-linear-gradient(to right, rgba(175, 175, 175, 0.30) 0%, rgba(175, 175, 175, 0.30) 100%);
68 background-position: center;
69 background-size: 99% 4px;
70 background-repeat: no-repeat;
71 width: auto;
72 height: $range-slider-height + 20;
73 border: 0;
74 border-radius: $range-slider-border-radius;
75 overflow: hidden;
76 margin-top: 5px;
77 margin-bottom: 5px;
78 }
79
80 &::-moz-range-thumb {
81 @include box_shadow (inset 0 1px 0 rgba(0, 0, 0, 0.2));
82 @include box_sizing (border-box);
83 background: #fff;
84 pointer-events: none;
85 border: 0;
86 border-radius: 3px;
87 width: $range-slider-width;
88 height: $range-slider-height;
89 position: relative;
90 }
91
92 /*&::-moz-range-thumb:before {
93 position: absolute;
94 top: ($range-slider-height / 2) - ($range-track-height / 2);
95 left: -2000px;
96 width: 2000px;
97 height: $range-track-height;
98 background: $ubuntu_orange;
99 content: ' ';
100 }*/
50}101}
51102
=== modified file '0.1/ambiance/css/sass/tabs.scss'
--- 0.1/ambiance/css/sass/tabs.scss 2014-02-28 22:05:37 +0000
+++ 0.1/ambiance/css/sass/tabs.scss 2015-03-09 16:04:14 +0000
@@ -24,66 +24,166 @@
24 * Tabs24 * Tabs
25 * ---------------------------------- */25 * ---------------------------------- */
2626
27/* Workarround to load the Ubuntu Light font pad.lv/1186372 */
28@font-face {
29 font-family: 'Ubuntu';
30 font-style: normal;
31 font-weight: 300;
32 src: local('Ubuntu Light'), local('Ubuntu-Light'), url(ubuntu-light.woff) format('woff');
33}
34
35@font-face {
36 font-family: 'Ubuntu';
37 font-style: normal;
38 font-weight: 300;
39 src: local('Ubuntu Light'), local('Ubuntu-Light'), url(ubuntu-light.woff) format('woff');
40}
41
27[data-role="header"] {42[data-role="header"] {
28 background: #ededf0 url("../img/background_paper@30.png") repeat-x top left;43 background: #ededed;
29 height: 74px;44 height: units_gu(7.5);
30 width: 100%;45 width: 100%;
31 overflow: hidden;46 position: fixed;
32 position: relative;47 z-index: 10;
3348
34 &:after {49 &:after {
35 background: #C2C2C2;50 background: #c2c2c2;
36 content: "";51 content: "";
37 border-top: 1px solid #afafaf;52 border-top: 1px solid #afafaf;
38 height: 14px;53 height: 15px;
39 width: 100%;54 width: 100%;
40 display: block;55 display: block;
41 }56 position: absolute;
4257 top: 60px;
43 .active {
44 color: #484647;
45 padding-left: 15px;
46 -webkit-opacity: 1;
47 opacity: 1;
48
49 &:after {
50 content: "›";
51 padding-left: 10px;
52 -webkit-opacity: 0.5;
53 opacity: 0.5;
54 }
55 }
56
57 .inactive {
58 color: #a0a0a0;
59 -webkit-opacity: 0.5;
60 opacity: 0.5;
61 }58 }
62}59}
6360
64[data-role="tabs"] {61[data-role="tabs"] {
65 width: 100%;62 background: #ededed;
66 white-space: nowrap;63 -webkit-box-shadow: 0 0px 10px rgba(140, 140, 140, 0.3);
64 box-shadow: 0 0px 10px rgba(140, 140, 140, 0.3);
65 width: units_gu(20);
66 max-height: 250px;
67 overflow: auto;
68 -webkit-overflow-scrolling: touch;
69 position: absolute;
70 left: 0;
71 top: 61px;
72 z-index: 9;
73 visibility: hidden;
74 opacity: 0;
75 transition: all 0.2s;
76
77 &.opened {
78 visibility: visible;
79 opacity: 1;
80 }
67}81}
6882
69[data-role="tabitem"] {83[data-role="tabitem"] {
70 display: inline-block;84 position: relative;
71 font: 35px $font_family;85 padding: 16px units_gu(2);
72 letter-spacing: -1px;86 border-bottom: 1px solid #d9d9d9;
73 line-height: 60px;87 text-align: left;
74 padding-right: 35px;88 font-size: 0.9rem;
89 cursor: pointer;
90
91 &:only-child {
92 border-bottom: 0;
93 }
94
95 &.active {
96 display: none;
97 }
98
99 &.inactive {
100 display: block;
101 }
102
103 &:active {
104 background: rgba(0, 0, 0, 0.05);
105 }
106}
107
108[data-role="back-btn"] {
109 background: #ededed;
110 width: units_gu(5);
111 height: units_gu(7.5);
112 line-height: units_gu(7.5);
113 float: left;
114 cursor: pointer;
115 border: none;
116 position: relative;
117
118 &:after {
119 content: "";
120 display: block;
121 width: units_gu(2.5);
122 height: units_gu(2.5);
123 background: transparent url(icon(back)) no-repeat center center;
124 background-size: 100%;
125 margin: 0 auto;
126 }
127
128 &:disabled {
129 background: transparent;
130 width: 0;
131 }
132
133 &:active {
134 background: rgba(0, 0, 0, 0.05);
135 }
136}
137
138[data-role="tabs-btn"] {
139 background: #ededed;
140 width: units_gu(5);
141 height: units_gu(7.5);
142 line-height: units_gu(7.5);
143 float: left;
144 cursor: pointer;
145 border: none;
146
147 position: relative;
148 z-index: 10;
149
150 &:after {
151 content: "";
152 display: block;
153 width: units_gu(2.5);
154 height: units_gu(2.5);
155 background: transparent url(icon(navigation-menu)) no-repeat center center;
156 background-size: 100%;
157 margin: 0 auto;
158 }
159
160 &:active {
161 background: rgba(0, 0, 0, 0.05);
162 }
163}
164
165[data-role="back-btn"]:disabled+[data-role="tabtitle"],
166[data-role="back-btn"]+[data-role="tabtitle"],
167[data-role="tabs-btn"]+[data-role="tabtitle"],
168[data-role="tabs"]+[data-role="tabtitle"] {
169 width: calc(100% - 140px);
170}
171
172[data-role="tabtitle"] {
173 font-family: $font_family;
174 font-size: x-large;
175 font-weight: 300;
75 text-decoration: none;176 text-decoration: none;
76 color: #a0a0a0;177 background: #ededed;
77 -webkit-opacity: 0;178 color: $dark_grey;
78 opacity: 0;179 float: left;
79 -webkit-transition: opacity .25s ease-in-out;180 height: units_gu(7.5);
80 transition: opacity .25s ease-in-out;181 line-height: units_gu(7.5);
81 cursor: pointer;182 white-space: nowrap;
82183 overflow: hidden;
83 &:only-child:after {184 text-overflow: ellipsis;
84 content: "";185 position: relative;
85 padding-left: 10px;186 z-index: 10;
86 }
87}187}
88188
89[data-role="tab"] {189[data-role="tab"] {
@@ -97,4 +197,134 @@
97 &:first-child {197 &:first-child {
98 display: block;198 display: block;
99 }199 }
100}
101\ No newline at end of file200\ No newline at end of file
201}
202
203[data-role="actions"] {
204 float: right;
205 height: units_gu(7.5);
206 display: inline-block;
207 padding-right: units_gu(1);
208 background: #ededed;
209 position: relative;
210 z-index: 10;
211
212 button {
213 border: 0;
214 padding: 0;
215 width: units_gu(5);
216 height: units_gu(7.5);
217 line-height: units_gu(7.5);
218 cursor: pointer;
219 float: left;
220 background: transparent;
221
222 img {
223 position : relative;
224 top: 5px;
225 }
226
227 &:disabled {
228 opacity: 0.3;
229 }
230
231 &:after {
232 content: "";
233 display: block;
234 width: units_gu(2.5);
235 height: units_gu(2.5);
236 background: transparent;
237 background-size: 100%;
238 margin: 0 auto;
239 }
240
241 &:active {
242 background: rgba(0, 0, 0, 0.05);
243 }
244 }
245
246 [data-role="actions-wrapper"] {
247 display: none;
248
249 &:first-child {
250 display: block;
251 }
252 }
253}
254
255[data-role="actions-overflow-icon"] {
256 background: transparent;
257
258 &:after {
259 content: "";
260 display: block;
261 width: units_gu(2.5);
262 height: units_gu(2.5);
263 background: transparent url(icon(contextual-menu)) no-repeat center center!important;
264 background-size: 100%!important;
265 margin: 0 auto;
266 }
267
268 &:active {
269 background: rgba(0, 0, 0, 0.05);
270 }
271}
272
273[data-role="actions-overflow-list"] {
274 background: #ededed;
275 -webkit-box-shadow: 0 0px 10px rgba(140, 140, 140, 0.3);
276 box-shadow: 0 0px 10px rgba(140, 140, 140, 0.3);
277 width: units_gu(20);
278 max-height: 250px;
279 overflow: auto;
280 -webkit-overflow-scrolling: touch;
281 position: absolute;
282 right: 0;
283 top: 61px;
284 z-index: 9;
285 visibility: hidden;
286 opacity: 0;
287 transition: all 0.2s;
288
289 &.opened {
290 visibility: visible;
291 opacity: 1;
292 }
293
294 li {
295 position: relative;
296 padding: 16px units_gu(2);
297 border-bottom: 1px solid #d9d9d9;
298 text-align: left;
299 font-size: 0.8rem;
300 cursor: pointer;
301 text-align: left;
302 padding-left: 45px;
303 cursor: pointer;
304 background: transparent no-repeat center left;
305 background-size: 20px;
306 background-position-x: 10px;
307
308 &:only-child {
309 border-bottom: 0;
310 }
311
312 &:active {
313 background-color: rgba(0, 0, 0, 0.05);
314 }
315 }
316}
317
318[data-role="overlay"] {
319 position: fixed;
320 top: 75px;
321 right: 0;
322 bottom: 0;
323 left: 0;
324 z-index: 9;
325 background: transparent;
326 display: none;
327
328 &.active {
329 display: block;
330 }
331}
102332
=== modified file '0.1/ambiance/css/sass/toolbars.scss'
--- 0.1/ambiance/css/sass/toolbars.scss 2014-02-20 20:37:13 +0000
+++ 0.1/ambiance/css/sass/toolbars.scss 2015-03-09 16:04:14 +0000
@@ -34,6 +34,7 @@
34 bottom: -65px;34 bottom: -65px;
35 -webkit-transition: -webkit-transform 0.1s ease-in-out;35 -webkit-transition: -webkit-transform 0.1s ease-in-out;
36 transition: transform 0.1s ease-in-out;36 transition: transform 0.1s ease-in-out;
37 display: none;
3738
38 &.revealed {39 &.revealed {
39 -webkit-transform: translate3d(0, -65px, 0);40 -webkit-transform: translate3d(0, -65px, 0);
@@ -49,6 +50,7 @@
4950
50 ul {51 ul {
51 list-style: none;52 list-style: none;
53 text-align: right;
5254
53 li,55 li,
54 li a {56 li a {
@@ -56,7 +58,7 @@
56 font-size: 0.6rem;58 font-size: 0.6rem;
57 text-align: center;59 text-align: center;
58 width: 60px;60 width: 60px;
59 float: right;61 display: inline-block;
60 text-decoration: none;62 text-decoration: none;
61 }63 }
62 li {64 li {
6365
=== removed file '0.1/ambiance/img/actions/add-to-playlist.svg'
--- 0.1/ambiance/img/actions/add-to-playlist.svg 2014-02-21 15:52:41 +0000
+++ 0.1/ambiance/img/actions/add-to-playlist.svg 1970-01-01 00:00:00 +0000
@@ -1,190 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="90"
13 height="90"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.48+devel r12833"
17 viewBox="0 0 90 90.000001"
18 sodipodi:docname="add-to-playlist.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="6.366463"
29 inkscape:cx="53.687582"
30 inkscape:cy="66.135624"
31 inkscape:document-units="px"
32 inkscape:current-layer="g1311"
33 showgrid="true"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true">
53 <inkscape:grid
54 type="xygrid"
55 id="grid5451"
56 empspacing="6" />
57 <sodipodi:guide
58 orientation="1,0"
59 position="6,77"
60 id="guide4063" />
61 <sodipodi:guide
62 orientation="1,0"
63 position="3,78"
64 id="guide4065" />
65 <sodipodi:guide
66 orientation="0,1"
67 position="55,84"
68 id="guide4067" />
69 <sodipodi:guide
70 orientation="0,1"
71 position="53,87"
72 id="guide4069" />
73 <sodipodi:guide
74 orientation="0,1"
75 position="20,3"
76 id="guide4071" />
77 <sodipodi:guide
78 orientation="0,1"
79 position="20,6"
80 id="guide4073" />
81 <sodipodi:guide
82 orientation="1,0"
83 position="87,7"
84 id="guide4075" />
85 <sodipodi:guide
86 orientation="1,0"
87 position="84,7"
88 id="guide4077" />
89 <sodipodi:guide
90 orientation="0,1"
91 position="58,81"
92 id="guide4074" />
93 <sodipodi:guide
94 orientation="1,0"
95 position="9,74"
96 id="guide4076" />
97 <sodipodi:guide
98 orientation="0,1"
99 position="21,9"
100 id="guide4078" />
101 <sodipodi:guide
102 orientation="1,0"
103 position="81,4"
104 id="guide4080" />
105 </sodipodi:namedview>
106 <metadata
107 id="metadata4879">
108 <rdf:RDF>
109 <cc:Work
110 rdf:about="">
111 <dc:format>image/svg+xml</dc:format>
112 <dc:type
113 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
114 <dc:title></dc:title>
115 </cc:Work>
116 </rdf:RDF>
117 </metadata>
118 <g
119 inkscape:label="Layer 1"
120 inkscape:groupmode="layer"
121 id="layer1"
122 transform="translate(67.857146,-84.50504)">
123 <g
124 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
125 id="g4845"
126 style="display:inline">
127 <g
128 transform="matrix(0,-1,-1,0,567.36222,615.36221)"
129 id="g1311"
130 inkscape:export-filename="envelope02.png"
131 inkscape:export-xdpi="90"
132 inkscape:export-ydpi="90">
133 <g
134 id="g1313"
135 transform="matrix(1.875,0,0,1.875,-366,-1657.8169)">
136 <rect
137 transform="translate(0,804.3622)"
138 y="152"
139 x="288"
140 height="48"
141 width="48"
142 id="rect1315"
143 style="opacity:0.21171169;fill:none;stroke:none" />
144 </g>
145 <path
146 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
147 d="m 240.00001,184.86222 6,-1.50004 0,41.99997 -6,0 z"
148 id="rect3470"
149 inkscape:connector-curvature="0"
150 sodipodi:nodetypes="ccccc" />
151 <rect
152 transform="matrix(0,1,-1,0,0,0)"
153 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
154 id="rect3472"
155 width="5.9999876"
156 height="42"
157 x="201.36217"
158 y="-264" />
159 <path
160 sodipodi:nodetypes="ccsssccc"
161 inkscape:transform-center-y="0.010872624"
162 inkscape:transform-center-x="-15.991263"
163 inkscape:connector-curvature="0"
164 id="path2194-5"
165 d="m 180,171.36222 c 0,0 17.07136,-7.37918 32.0008,-18.01094 0,-0.003 -7e-4,-0.006 -0.003,-0.0105 -0.002,-0.004 -0.004,-0.007 -0.008,-0.0116 -0.003,-0.004 -0.006,-0.008 -0.007,-0.0117 -0.002,-0.004 -0.004,-0.008 -0.004,-0.0111 -15.74754,-10.9708 -31.97858,-17.94429 -31.97858,-17.94429 z"
166 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
167 <path
168 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
169 d="m 180,189.36222 0,6 6,0 0,-6 z"
170 id="path4104"
171 inkscape:connector-curvature="0" />
172 <path
173 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
174 d="m 192,189.36222 0,6 36,0 0,-6 z"
175 id="rect4070"
176 inkscape:connector-curvature="0" />
177 <path
178 inkscape:connector-curvature="0"
179 id="path4112"
180 d="m 180,177.36222 0,6 6,0 0,-6 z"
181 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
182 <path
183 inkscape:connector-curvature="0"
184 id="path4114"
185 d="m 192,177.36222 0,6 36,0 0,-6 z"
186 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
187 </g>
188 </g>
189 </g>
190</svg>
1910
=== removed file '0.1/ambiance/img/actions/calendar-today.svg'
--- 0.1/ambiance/img/actions/calendar-today.svg 2014-02-21 15:52:41 +0000
+++ 0.1/ambiance/img/actions/calendar-today.svg 1970-01-01 00:00:00 +0000
@@ -1,170 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="90"
13 height="90"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.48+devel r12833"
17 viewBox="0 0 90 90.000001"
18 sodipodi:docname="calendar-today.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="7.9580787"
29 inkscape:cx="40.506008"
30 inkscape:cy="43.220232"
31 inkscape:document-units="px"
32 inkscape:current-layer="g1311"
33 showgrid="true"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true">
53 <inkscape:grid
54 type="xygrid"
55 id="grid5451"
56 empspacing="6" />
57 <sodipodi:guide
58 orientation="1,0"
59 position="6,77"
60 id="guide4063" />
61 <sodipodi:guide
62 orientation="1,0"
63 position="3,78"
64 id="guide4065" />
65 <sodipodi:guide
66 orientation="0,1"
67 position="55,84"
68 id="guide4067" />
69 <sodipodi:guide
70 orientation="0,1"
71 position="53,87"
72 id="guide4069" />
73 <sodipodi:guide
74 orientation="0,1"
75 position="20,3"
76 id="guide4071" />
77 <sodipodi:guide
78 orientation="0,1"
79 position="20,6"
80 id="guide4073" />
81 <sodipodi:guide
82 orientation="1,0"
83 position="87,7"
84 id="guide4075" />
85 <sodipodi:guide
86 orientation="1,0"
87 position="84,7"
88 id="guide4077" />
89 <sodipodi:guide
90 orientation="0,1"
91 position="58,81"
92 id="guide4074" />
93 <sodipodi:guide
94 orientation="1,0"
95 position="9,74"
96 id="guide4076" />
97 <sodipodi:guide
98 orientation="0,1"
99 position="21,9"
100 id="guide4078" />
101 <sodipodi:guide
102 orientation="1,0"
103 position="81,4"
104 id="guide4080" />
105 </sodipodi:namedview>
106 <metadata
107 id="metadata4879">
108 <rdf:RDF>
109 <cc:Work
110 rdf:about="">
111 <dc:format>image/svg+xml</dc:format>
112 <dc:type
113 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
114 <dc:title></dc:title>
115 </cc:Work>
116 </rdf:RDF>
117 </metadata>
118 <g
119 inkscape:label="Layer 1"
120 inkscape:groupmode="layer"
121 id="layer1"
122 transform="translate(67.857146,-84.50504)">
123 <g
124 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
125 id="g4845"
126 style="display:inline">
127 <g
128 transform="matrix(0,-1,-1,0,567.36222,615.36221)"
129 id="g1311"
130 inkscape:export-filename="envelope02.png"
131 inkscape:export-xdpi="90"
132 inkscape:export-ydpi="90">
133 <g
134 id="g1313"
135 transform="matrix(1.875,0,0,1.875,-366,-1657.8169)">
136 <rect
137 transform="translate(0,804.3622)"
138 y="152"
139 x="288"
140 height="48"
141 width="48"
142 id="rect1315"
143 style="opacity:0.21171169;fill:none;stroke:none" />
144 </g>
145 <path
146 style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;display:inline;font-family:Ubuntu;-inkscape-font-specification:Ubuntu"
147 d="M 21 6 C 11 6 6 5.9998036 6 17.626953 L 6 72.373047 C 6 84.000207 11 84 21 84 L 69 84 C 79 84 84 84.000207 84 72.373047 L 84 17.626953 C 84 5.9998036 79 6 69 6 L 69 21 L 57 21 L 57 6 L 33 6 L 33 21 L 21 21 L 21 6 z M 22.867188 27 L 67.132812 27 C 75.065512 27 78 26.999356 78 35.191406 L 78 69.808594 C 78 78.000644 75.065512 78 67.132812 78 L 22.867188 78 C 14.934488 78 12 78.000644 12 69.808594 L 12 35.191406 C 12 26.999356 14.934488 27 22.867188 27 z "
148 transform="translate(174,135.36222)"
149 id="path4098" />
150 <path
151 style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu"
152 d="m 242.00422,169.6591 -0.375,0.32812 -26.94727,23.60352 -15.79687,-13.55079 -4.77539,5.4004 20.57617,21.64843 31.30078,-32.9375 -3.98242,-4.49218 z"
153 id="path4041-9"
154 inkscape:connector-curvature="0" />
155 <path
156 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
157 d="m 198,136.76222 6,-1.40001 0,18 -6,0 z"
158 id="rect4097"
159 inkscape:connector-curvature="0"
160 sodipodi:nodetypes="ccccc" />
161 <path
162 sodipodi:nodetypes="ccccc"
163 inkscape:connector-curvature="0"
164 id="path4100"
165 d="m 234,136.76222 6,-1.40001 0,18 -6,0 z"
166 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
167 </g>
168 </g>
169 </g>
170</svg>
1710
=== removed file '0.1/ambiance/img/actions/camera-flip.svg'
--- 0.1/ambiance/img/actions/camera-flip.svg 2014-02-21 15:52:41 +0000
+++ 0.1/ambiance/img/actions/camera-flip.svg 1970-01-01 00:00:00 +0000
@@ -1,164 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="90"
13 height="90"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.48+devel r12833"
17 viewBox="0 0 90 90.000001"
18 sodipodi:docname="camera-flip.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="7.9580786"
29 inkscape:cx="56.847892"
30 inkscape:cy="64.676416"
31 inkscape:document-units="px"
32 inkscape:current-layer="g1708"
33 showgrid="true"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true">
53 <inkscape:grid
54 type="xygrid"
55 id="grid5451"
56 empspacing="6" />
57 <sodipodi:guide
58 orientation="1,0"
59 position="6,77"
60 id="guide4063" />
61 <sodipodi:guide
62 orientation="1,0"
63 position="3,78"
64 id="guide4065" />
65 <sodipodi:guide
66 orientation="0,1"
67 position="55,84"
68 id="guide4067" />
69 <sodipodi:guide
70 orientation="0,1"
71 position="53,87"
72 id="guide4069" />
73 <sodipodi:guide
74 orientation="0,1"
75 position="20,3"
76 id="guide4071" />
77 <sodipodi:guide
78 orientation="0,1"
79 position="20,6"
80 id="guide4073" />
81 <sodipodi:guide
82 orientation="1,0"
83 position="87,7"
84 id="guide4075" />
85 <sodipodi:guide
86 orientation="1,0"
87 position="84,7"
88 id="guide4077" />
89 <sodipodi:guide
90 orientation="0,1"
91 position="58,81"
92 id="guide4074" />
93 <sodipodi:guide
94 orientation="1,0"
95 position="9,74"
96 id="guide4076" />
97 <sodipodi:guide
98 orientation="0,1"
99 position="21,9"
100 id="guide4078" />
101 <sodipodi:guide
102 orientation="1,0"
103 position="81,4"
104 id="guide4080" />
105 </sodipodi:namedview>
106 <metadata
107 id="metadata4879">
108 <rdf:RDF>
109 <cc:Work
110 rdf:about="">
111 <dc:format>image/svg+xml</dc:format>
112 <dc:type
113 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
114 <dc:title></dc:title>
115 </cc:Work>
116 </rdf:RDF>
117 </metadata>
118 <g
119 inkscape:label="Layer 1"
120 inkscape:groupmode="layer"
121 id="layer1"
122 transform="translate(67.857146,-84.50504)">
123 <g
124 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
125 id="g4845"
126 style="display:inline">
127 <g
128 inkscape:label="Layer 1"
129 id="g1708"
130 transform="matrix(0,-1,-1,0,1394.3622,441.36221)"
131 inkscape:export-filename="add01.png"
132 inkscape:export-xdpi="90"
133 inkscape:export-ydpi="90">
134 <rect
135 style="color:#000000;fill:none;stroke:none;stroke-width:7.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
136 id="rect1710"
137 width="90"
138 height="90"
139 x="0"
140 y="962.36218" />
141 <path
142 inkscape:connector-curvature="0"
143 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#808080;fill-opacity:1;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;clip-rule:nonzero;font-family:sans-serif;-inkscape-font-specification:sans-serif"
144 clip-path="none"
145 d="m 36.000004,995.51845 c -11.286111,0.51028 -21.650085,2.02322 -28.4062504,4.53125 l -0.09375,0.031 c -3.1321755,1.1691 -5.4271472,2.3173 -6.78125009,4.6562 -0.68444784,1.1822 -0.91344079,2.8389 -0.46875001,4.1875 0.4446908,1.3486 1.3265225,2.3363 2.3125,3.125 3.9439102,3.1546 10.7936195,4.8231 21.0625005,6.0938 l 0.75,-5.9688 c -9.744855,-1.2058 -16.3205152,-3.4808 -18.0000004,-4.7812 0.4598247,-0.3616 1.3576427,-1.0047 3.28125,-1.7188 5.5287244,-2.0524 15.3896184,-3.4941 26.3437504,-4.0312 l 0,-6.12505 z m 18,0.0312 0,6.06255 c 3.998726,0.179 7.924799,0.4796 11.625,0.9375 9.744855,1.2057 16.320515,3.4809 18,4.7813 -0.459824,0.3617 -1.357643,1.0045 -3.28125,1.7187 -6.747887,2.505 -20.56963,4.3125 -35.34375,4.3125 l 0,6 c 15.231326,0 29.151413,-1.6231 37.40625,-4.6875 3.185257,-1.1824 5.506105,-2.323 6.875,-4.6875 0.684448,-1.1822 0.913442,-2.8388 0.46875,-4.1875 -0.444691,-1.3487 -1.326523,-2.3364 -2.3125,-3.125 -3.943911,-3.15471 -10.793618,-4.82312 -21.0625,-6.0938 l -0.375,-0.0312 c -3.869426,-0.46892 -7.90827,-0.79655 -12,-1 z"
146 id="path3834" />
147 <path
148 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
149 d="m 42.000004,963.8622 0,41.7813 c 2.119688,-1.2462 4.19894,-2.4269 6,-3.3438 l 0,-39.9375 z m 0,63.2188 0,10.2812 6,0 0,-6.9375 c -1.80106,-0.9169 -3.880312,-2.0976 -6,-3.3437 z m 0,16.2812 0,9 6,0 0,-9 z"
150 id="rect3056"
151 inkscape:connector-curvature="0"
152 sodipodi:nodetypes="ccccccccccccccc" />
153 <path
154 sodipodi:nodetypes="ccsssccc"
155 inkscape:transform-center-y="0.0019070001"
156 inkscape:transform-center-x="10.499375"
157 inkscape:connector-curvature="0"
158 id="path2194-83"
159 d="m 54.994508,1028.0408 c 0,0 -11.208833,-4.7685 -21.011302,-11.6387 0,0 0,-0.01 0.0038,-0.01 0,0 0.0038,-0.01 0.0046,-0.01 0,0 0.0038,-0.01 0.0046,-0.01 0,0 0.0038,-0.01 0.0038,-0.01 10.340371,-7.0893 20.997448,-11.5955 20.997448,-11.5955 z"
160 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
161 </g>
162 </g>
163 </g>
164</svg>
1650
=== removed file '0.1/ambiance/img/actions/contact.svg'
--- 0.1/ambiance/img/actions/contact.svg 2014-02-21 15:52:41 +0000
+++ 0.1/ambiance/img/actions/contact.svg 1970-01-01 00:00:00 +0000
@@ -1,161 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="90"
13 height="90"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.48+devel r12923"
17 viewBox="0 0 90 90.000001"
18 sodipodi:docname="contact.2.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="1.335144"
29 inkscape:cx="-41.194068"
30 inkscape:cy="66.465363"
31 inkscape:document-units="px"
32 inkscape:current-layer="g4780"
33 showgrid="true"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="false"
52 inkscape:guide-bbox="true"
53 inkscape:snap-global="true">
54 <inkscape:grid
55 type="xygrid"
56 id="grid5451"
57 empspacing="6" />
58 <sodipodi:guide
59 orientation="1,0"
60 position="6,77"
61 id="guide4063" />
62 <sodipodi:guide
63 orientation="1,0"
64 position="3,78"
65 id="guide4065" />
66 <sodipodi:guide
67 orientation="0,1"
68 position="55,84"
69 id="guide4067" />
70 <sodipodi:guide
71 orientation="0,1"
72 position="53,87"
73 id="guide4069" />
74 <sodipodi:guide
75 orientation="0,1"
76 position="20,3"
77 id="guide4071" />
78 <sodipodi:guide
79 orientation="0,1"
80 position="20,6"
81 id="guide4073" />
82 <sodipodi:guide
83 orientation="1,0"
84 position="87,7"
85 id="guide4075" />
86 <sodipodi:guide
87 orientation="1,0"
88 position="84,7"
89 id="guide4077" />
90 <sodipodi:guide
91 orientation="0,1"
92 position="58,81"
93 id="guide4074" />
94 <sodipodi:guide
95 orientation="1,0"
96 position="9,74"
97 id="guide4076" />
98 <sodipodi:guide
99 orientation="0,1"
100 position="21,9"
101 id="guide4078" />
102 <sodipodi:guide
103 orientation="1,0"
104 position="81,4"
105 id="guide4080" />
106 </sodipodi:namedview>
107 <metadata
108 id="metadata4879">
109 <rdf:RDF>
110 <cc:Work
111 rdf:about="">
112 <dc:format>image/svg+xml</dc:format>
113 <dc:type
114 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
115 <dc:title></dc:title>
116 </cc:Work>
117 </rdf:RDF>
118 </metadata>
119 <g
120 inkscape:label="Layer 1"
121 inkscape:groupmode="layer"
122 id="layer1"
123 transform="translate(67.857146,-84.50504)">
124 <g
125 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
126 id="g4845"
127 style="display:inline">
128 <g
129 inkscape:export-ydpi="90"
130 inkscape:export-xdpi="90"
131 inkscape:export-filename="next01.png"
132 transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
133 id="g4778"
134 inkscape:label="Layer 1">
135 <g
136 transform="matrix(-1,0,0,1,575.99999,611)"
137 id="g4780"
138 style="display:inline">
139 <rect
140 transform="scale(-1,1)"
141 y="351.36221"
142 x="-432"
143 height="90"
144 width="90"
145 id="rect4120"
146 style="color:#000000;fill:none;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
147 <path
148 sodipodi:nodetypes="ccccccccccccccccc"
149 inkscape:connector-curvature="0"
150 id="path4122"
151 d="m 377.8517,375.36808 c -3.99884,2.76724 -7.46417,5.77913 -10.426,8.65039 l 0,-0.01 c -5.19478,5.25797 -11.39708,12.32812 -11.39708,12.32812 0,0 6.09255,7.49367 11.38927,12.37305 l 0,-0.01 c 2.95791,2.86769 6.41787,5.87765 10.41036,8.64258 -0.0472,0.12346 -0.0867,0.24994 -0.13482,0.37305 -2.52581,6.66123 -5.88451,12.54322 -10.07625,17.64655 l -19.65035,0 0,-27.60938 0,-0.0352 0,-22.71093 0,-27.64453 19.65035,0 c 4.19174,5.1033 7.55044,10.957 10.07625,17.56445 0.0564,0.14572 0.10308,0.29523 0.15827,0.44141 z"
152 style="font-size:15.00296783px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu" />
153 <path
154 style="font-size:121.62958527px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu"
155 d="m 425.96643,396.36417 c -5.4e-4,6.17426 -2.60609,12.14435 -7.20351,16.50977 -4.59812,4.3661 -10.88465,6.83789 -17.38533,6.83789 l -0.0197,0 c -2.50283,-0.01 -5.38308,-0.23467 -8.30462,-1.41406 -7.61654,-3.0747 -13.53106,-7.68463 -18.10234,-11.89453 l 0,0.008 c -1.32856,-1.16258 -2.67769,-2.48772 -3.97503,-3.8086 l 0,-12.32226 c 1.30835,-1.33748 2.66563,-2.70418 3.98291,-3.9707 l 0,0.01 c 4.57022,-4.20858 10.4807,-8.81704 18.09446,-11.89062 2.92123,-1.17927 5.80108,-1.40483 8.30462,-1.41407 l 0.0197,0 c 6.50181,0 12.78778,2.47428 17.38533,6.83985 4.59684,4.36489 7.20297,10.33355 7.20351,16.50781 l 0,0.002 z"
156 id="path4124" />
157 </g>
158 </g>
159 </g>
160 </g>
161</svg>
1620
=== removed file '0.1/ambiance/img/actions/dialer.svg'
--- 0.1/ambiance/img/actions/dialer.svg 2014-02-21 15:52:41 +0000
+++ 0.1/ambiance/img/actions/dialer.svg 1970-01-01 00:00:00 +0000
@@ -1,208 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="90"
13 height="90"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.48+devel r"
17 viewBox="0 0 90 90.000001"
18 sodipodi:docname="dialer.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="7.9580786"
29 inkscape:cx="29.284706"
30 inkscape:cy="61.472125"
31 inkscape:document-units="px"
32 inkscape:current-layer="g4320"
33 showgrid="true"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true">
53 <inkscape:grid
54 type="xygrid"
55 id="grid5451"
56 empspacing="6" />
57 <sodipodi:guide
58 orientation="1,0"
59 position="9,74"
60 id="guide4063" />
61 <sodipodi:guide
62 orientation="1,0"
63 position="6,71"
64 id="guide4065" />
65 <sodipodi:guide
66 orientation="0,1"
67 position="39,84"
68 id="guide4067" />
69 <sodipodi:guide
70 orientation="0,1"
71 position="39,87"
72 id="guide4069" />
73 <sodipodi:guide
74 orientation="0,1"
75 position="50,3"
76 id="guide4071" />
77 <sodipodi:guide
78 orientation="0,1"
79 position="52,6"
80 id="guide4073" />
81 <sodipodi:guide
82 orientation="1,0"
83 position="87,12"
84 id="guide4075" />
85 <sodipodi:guide
86 orientation="1,0"
87 position="84,12"
88 id="guide4077" />
89 <sodipodi:guide
90 orientation="0,1"
91 position="45,81"
92 id="guide4072" />
93 <sodipodi:guide
94 orientation="1,0"
95 position="3,68"
96 id="guide4074" />
97 <sodipodi:guide
98 orientation="0,1"
99 position="70,9"
100 id="guide4076" />
101 <sodipodi:guide
102 orientation="1,0"
103 position="81,5"
104 id="guide4078" />
105 </sodipodi:namedview>
106 <metadata
107 id="metadata4879">
108 <rdf:RDF>
109 <cc:Work
110 rdf:about="">
111 <dc:format>image/svg+xml</dc:format>
112 <dc:type
113 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
114 <dc:title></dc:title>
115 </cc:Work>
116 </rdf:RDF>
117 </metadata>
118 <g
119 inkscape:label="Layer 1"
120 inkscape:groupmode="layer"
121 id="layer1"
122 transform="translate(67.857146,-84.50504)">
123 <g
124 transform="translate(-763.85715,94.142858)"
125 id="g4320"
126 inkscape:export-filename="phone03.png"
127 inkscape:export-xdpi="90"
128 inkscape:export-ydpi="90">
129 <rect
130 y="-9.6378174"
131 x="696"
132 height="90"
133 width="90"
134 id="rect4318"
135 style="color:#000000;fill:none;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
136 <circle
137 r="5.0000005"
138 cy="1.3621866"
139 cx="707"
140 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
141 id="path4091"
142 d="m 712,1.3621866 a 5.0000005,5.0000005 0 0 1 -5,5.0000004 5.0000005,5.0000005 0 0 1 -5,-5.0000004 5.0000005,5.0000005 0 0 1 5,-5.0000005 5.0000005,5.0000005 0 0 1 5,5.0000005 z" />
143 <circle
144 r="5.0000005"
145 cy="1.3621866"
146 cx="721"
147 id="path4109"
148 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
149 d="m 726,1.3621866 a 5.0000005,5.0000005 0 0 1 -5,5.0000004 5.0000005,5.0000005 0 0 1 -5,-5.0000004 5.0000005,5.0000005 0 0 1 5,-5.0000005 5.0000005,5.0000005 0 0 1 5,5.0000005 z" />
150 <circle
151 r="5.0000005"
152 cy="1.3621866"
153 cx="735"
154 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
155 id="path4111"
156 d="m 740,1.3621866 a 5.0000005,5.0000005 0 0 1 -5,5.0000004 5.0000005,5.0000005 0 0 1 -5,-5.0000004 5.0000005,5.0000005 0 0 1 5,-5.0000005 5.0000005,5.0000005 0 0 1 5,5.0000005 z" />
157 <circle
158 r="5.0000005"
159 cy="15.362186"
160 cx="707"
161 id="path4113"
162 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
163 d="m 712,15.362186 a 5.0000005,5.0000005 0 0 1 -5,5.000001 5.0000005,5.0000005 0 0 1 -5,-5.000001 5.0000005,5.0000005 0 0 1 5,-5 5.0000005,5.0000005 0 0 1 5,5 z" />
164 <circle
165 r="5.0000005"
166 cy="15.362186"
167 cx="721"
168 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
169 id="path4115"
170 d="m 726,15.362186 a 5.0000005,5.0000005 0 0 1 -5,5.000001 5.0000005,5.0000005 0 0 1 -5,-5.000001 5.0000005,5.0000005 0 0 1 5,-5 5.0000005,5.0000005 0 0 1 5,5 z" />
171 <circle
172 r="5.0000005"
173 cy="15.362186"
174 cx="735"
175 id="path4117"
176 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
177 d="m 740,15.362186 a 5.0000005,5.0000005 0 0 1 -5,5.000001 5.0000005,5.0000005 0 0 1 -5,-5.000001 5.0000005,5.0000005 0 0 1 5,-5 5.0000005,5.0000005 0 0 1 5,5 z" />
178 <circle
179 r="5.0000005"
180 cy="29.362186"
181 cx="707"
182 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
183 id="path4119"
184 d="m 712,29.362186 a 5.0000005,5.0000005 0 0 1 -5,5.000001 5.0000005,5.0000005 0 0 1 -5,-5.000001 5.0000005,5.0000005 0 0 1 5,-5 5.0000005,5.0000005 0 0 1 5,5 z" />
185 <circle
186 r="5.0000005"
187 cy="29.362186"
188 cx="721"
189 id="path4121"
190 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
191 d="m 726,29.362186 a 5.0000005,5.0000005 0 0 1 -5,5.000001 5.0000005,5.0000005 0 0 1 -5,-5.000001 5.0000005,5.0000005 0 0 1 5,-5 5.0000005,5.0000005 0 0 1 5,5 z" />
192 <circle
193 r="5.0000005"
194 cy="29.362186"
195 cx="735"
196 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
197 id="path4123"
198 d="m 740,29.362186 a 5.0000005,5.0000005 0 0 1 -5,5.000001 5.0000005,5.0000005 0 0 1 -5,-5.000001 5.0000005,5.0000005 0 0 1 5,-5 5.0000005,5.0000005 0 0 1 5,5 z" />
199 <path
200 inkscape:transform-center-y="0.2625781"
201 inkscape:transform-center-x="-0.25253415"
202 inkscape:connector-curvature="0"
203 id="path4185"
204 d="m 762.80738,-4.6513715 c 7.80698,1.7675293 21.15163,4.3964167 17.60499,16.2777465 -4.50757,15.100534 -15.21354,26.842252 -25.72632,37.359059 l 2.8e-4,2.73e-4 c -0.0104,0.01004 -0.0208,0.02085 -0.0313,0.03128 -0.0104,0.01004 -0.0208,0.02085 -0.0313,0.03128 l -2.8e-4,-2.73e-4 C 744.1067,59.560786 732.36498,70.266752 717.26444,74.774319 705.38312,78.320945 702.75424,64.976307 700.9867,57.169333 l 25.21671,-11.088795 8.88063,5.328089 c 3.65652,-2.332872 7.96979,-6.186036 11.8744,-10.088213 3.90221,-3.904545 7.75534,-8.217864 10.0882,-11.874394 l -5.32804,-8.88065 11.08879,-25.2166928 z"
205 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:12;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
206 </g>
207 </g>
208</svg>
2090
=== removed file '0.1/ambiance/img/actions/edit-clear.svg'
--- 0.1/ambiance/img/actions/edit-clear.svg 2014-02-21 15:52:41 +0000
+++ 0.1/ambiance/img/actions/edit-clear.svg 1970-01-01 00:00:00 +0000
@@ -1,161 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="90"
13 height="90"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.48+devel r"
17 viewBox="0 0 90 90.000001"
18 sodipodi:docname="edit-delete.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="5.0931703"
29 inkscape:cx="31.591323"
30 inkscape:cy="39.130834"
31 inkscape:document-units="px"
32 inkscape:current-layer="g1708"
33 showgrid="true"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true">
53 <inkscape:grid
54 type="xygrid"
55 id="grid5451"
56 empspacing="6" />
57 <sodipodi:guide
58 orientation="1,0"
59 position="6,77"
60 id="guide4063" />
61 <sodipodi:guide
62 orientation="1,0"
63 position="3,78"
64 id="guide4065" />
65 <sodipodi:guide
66 orientation="0,1"
67 position="55,84"
68 id="guide4067" />
69 <sodipodi:guide
70 orientation="0,1"
71 position="53,87"
72 id="guide4069" />
73 <sodipodi:guide
74 orientation="0,1"
75 position="20,3"
76 id="guide4071" />
77 <sodipodi:guide
78 orientation="0,1"
79 position="20,6"
80 id="guide4073" />
81 <sodipodi:guide
82 orientation="1,0"
83 position="87,7"
84 id="guide4075" />
85 <sodipodi:guide
86 orientation="1,0"
87 position="84,7"
88 id="guide4077" />
89 <sodipodi:guide
90 orientation="0,1"
91 position="58,81"
92 id="guide4074" />
93 <sodipodi:guide
94 orientation="1,0"
95 position="9,74"
96 id="guide4076" />
97 <sodipodi:guide
98 orientation="0,1"
99 position="21,9"
100 id="guide4078" />
101 <sodipodi:guide
102 orientation="1,0"
103 position="81,4"
104 id="guide4080" />
105 </sodipodi:namedview>
106 <metadata
107 id="metadata4879">
108 <rdf:RDF>
109 <cc:Work
110 rdf:about="">
111 <dc:format>image/svg+xml</dc:format>
112 <dc:type
113 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
114 <dc:title></dc:title>
115 </cc:Work>
116 </rdf:RDF>
117 </metadata>
118 <g
119 inkscape:label="Layer 1"
120 inkscape:groupmode="layer"
121 id="layer1"
122 transform="translate(67.857146,-84.50504)">
123 <g
124 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
125 id="g4845"
126 style="display:inline">
127 <g
128 inkscape:label="Layer 1"
129 id="g1708"
130 transform="matrix(0,-1,-1,0,1394.3622,441.36221)"
131 inkscape:export-filename="add01.png"
132 inkscape:export-xdpi="90"
133 inkscape:export-ydpi="90">
134 <rect
135 style="color:#000000;fill:none;stroke:none;stroke-width:7.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
136 id="rect1710"
137 width="90"
138 height="90"
139 x="0"
140 y="962.36218" />
141 <path
142 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
143 d="M 45 4 C 22.356346 4 4 22.35634 4 45 C 4 67.6437 22.356346 86 45 86 C 67.643669 86 86 67.6437 86 45 C 86 22.35634 67.643669 4 45 4 z M 45 13 C 62.673141 13 77 27.32687 77 45 C 77 62.6732 62.673141 77 45 77 C 27.326871 77 13 62.6732 13 45 C 13 27.32687 27.326871 13 45 13 z "
144 transform="translate(3.5e-6,962.3622)"
145 id="path4110" />
146 <path
147 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#808080;fill-opacity:1;stroke:none;stroke-width:9;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif"
148 d="m 57.273438,988.72461 -30.91211,30.91209 6.365234,6.3633 30.91211,-30.91211 z"
149 id="path4097"
150 inkscape:connector-curvature="0"
151 sodipodi:nodetypes="ccccc" />
152 <path
153 sodipodi:nodetypes="ccccc"
154 inkscape:connector-curvature="0"
155 id="path4103"
156 d="m 63.637695,1019.6357 -30.91209,-30.91207 -6.3633,6.36524 30.91211,30.91213 z"
157 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#808080;fill-opacity:1;stroke:none;stroke-width:9;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" />
158 </g>
159 </g>
160 </g>
161</svg>
1620
=== removed file '0.1/ambiance/img/actions/edit-copy.svg'
--- 0.1/ambiance/img/actions/edit-copy.svg 2014-02-21 15:52:41 +0000
+++ 0.1/ambiance/img/actions/edit-copy.svg 1970-01-01 00:00:00 +0000
@@ -1,177 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="90"
13 height="90"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.48+devel r"
17 viewBox="0 0 90 90.000001"
18 sodipodi:docname="edit-copy.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="5.0931703"
29 inkscape:cx="-65.784177"
30 inkscape:cy="27.664498"
31 inkscape:document-units="px"
32 inkscape:current-layer="g4845"
33 showgrid="true"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true">
53 <inkscape:grid
54 type="xygrid"
55 id="grid5451"
56 empspacing="6" />
57 <sodipodi:guide
58 orientation="1,0"
59 position="6,77"
60 id="guide4063" />
61 <sodipodi:guide
62 orientation="1,0"
63 position="3,78"
64 id="guide4065" />
65 <sodipodi:guide
66 orientation="0,1"
67 position="55,84"
68 id="guide4067" />
69 <sodipodi:guide
70 orientation="0,1"
71 position="53,87"
72 id="guide4069" />
73 <sodipodi:guide
74 orientation="0,1"
75 position="20,3"
76 id="guide4071" />
77 <sodipodi:guide
78 orientation="0,1"
79 position="20,6"
80 id="guide4073" />
81 <sodipodi:guide
82 orientation="1,0"
83 position="87,7"
84 id="guide4075" />
85 <sodipodi:guide
86 orientation="1,0"
87 position="84,7"
88 id="guide4077" />
89 <sodipodi:guide
90 orientation="0,1"
91 position="58,81"
92 id="guide4074" />
93 <sodipodi:guide
94 orientation="1,0"
95 position="9,74"
96 id="guide4076" />
97 <sodipodi:guide
98 orientation="0,1"
99 position="21,9"
100 id="guide4078" />
101 <sodipodi:guide
102 orientation="1,0"
103 position="81,4"
104 id="guide4080" />
105 </sodipodi:namedview>
106 <metadata
107 id="metadata4879">
108 <rdf:RDF>
109 <cc:Work
110 rdf:about="">
111 <dc:format>image/svg+xml</dc:format>
112 <dc:type
113 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
114 <dc:title></dc:title>
115 </cc:Work>
116 </rdf:RDF>
117 </metadata>
118 <g
119 inkscape:label="Layer 1"
120 inkscape:groupmode="layer"
121 id="layer1"
122 transform="translate(67.857146,-84.50504)">
123 <g
124 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
125 id="g4845"
126 style="display:inline">
127 <g
128 id="g4967"
129 transform="matrix(0,-1,-1,0,536.36222,531.36221)">
130 <g
131 transform="matrix(1.875,0,0,1.875,-450,-1688.8169)"
132 id="g1313-2">
133 <rect
134 style="opacity:0.21171169;fill:none;stroke:none"
135 id="rect1315-1"
136 width="48"
137 height="48"
138 x="288"
139 y="152"
140 transform="translate(0,804.3622)" />
141 </g>
142 <path
143 sodipodi:nodetypes="ssssssssssssssssss"
144 inkscape:connector-curvature="0"
145 id="path4098-9"
146 d="m 123,119.36219 c -10,0 -15,-2e-4 -15,11.62695 l 0,48.7461 c 0,11.62716 5,11.62695 15,11.62695 l 36,0 c 10,0 15,2.1e-4 15,-11.62695 l 0,-48.7461 c 0,-11.62715 -5,-11.62695 -15,-11.62695 z m 1.86719,6 32.26562,0 c 7.9327,0 10.86719,-6.4e-4 10.86719,8.19141 l 0,43.61718 c 0,8.19205 -2.93449,8.19141 -10.86719,8.19141 l -32.26562,0 c -7.9327,0 -10.86719,6.4e-4 -10.86719,-8.19141 l 0,-43.61718 c 0,-8.19205 2.93449,-8.19141 10.86719,-8.19141 z"
147 style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;display:inline;font-family:Ubuntu;-inkscape-font-specification:Ubuntu" />
148 <path
149 id="path4097"
150 d="m 111,107.36219 c -10,0 -15,-2e-4 -15,11.62695 l 0,48.7461 c 0,7.34451 2.006558,10.04428 6,11.03906 l 0,-13.60352 0,-12.80859 0,-30.80859 c 0,-8.19205 2.93449,-8.19141 10.86719,-8.19141 l 13.13281,0 19.13281,0 16.25977,0 c -1.59258,-5.97685 -6.38427,-6 -14.39258,-6 l -36,0 z"
151 style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;display:inline;font-family:Ubuntu;-inkscape-font-specification:Ubuntu"
152 inkscape:connector-curvature="0" />
153 <rect
154 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
155 id="rect4940"
156 width="42"
157 height="6"
158 x="120"
159 y="134.3622" />
160 <rect
161 y="146.3622"
162 x="120"
163 height="6"
164 width="42"
165 id="rect4942"
166 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
167 <rect
168 y="158.36218"
169 x="120"
170 height="6"
171 width="30.000002"
172 id="rect4946"
173 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
174 </g>
175 </g>
176 </g>
177</svg>
1780
=== removed file '0.1/ambiance/img/actions/edit-delete.svg'
--- 0.1/ambiance/img/actions/edit-delete.svg 2014-02-21 15:52:41 +0000
+++ 0.1/ambiance/img/actions/edit-delete.svg 1970-01-01 00:00:00 +0000
@@ -1,190 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="90"
13 height="90"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.48+devel r"
17 viewBox="0 0 90 90.000001"
18 sodipodi:docname="delete.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="6.3664628"
29 inkscape:cx="54.8028"
30 inkscape:cy="13.516138"
31 inkscape:document-units="px"
32 inkscape:current-layer="g1607"
33 showgrid="true"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true">
53 <inkscape:grid
54 type="xygrid"
55 id="grid5451"
56 empspacing="6" />
57 <sodipodi:guide
58 orientation="1,0"
59 position="6,73"
60 id="guide4063" />
61 <sodipodi:guide
62 orientation="1,0"
63 position="3,74"
64 id="guide4065" />
65 <sodipodi:guide
66 orientation="0,1"
67 position="21,84"
68 id="guide4067" />
69 <sodipodi:guide
70 orientation="0,1"
71 position="21,87"
72 id="guide4069" />
73 <sodipodi:guide
74 orientation="0,1"
75 position="13,3"
76 id="guide4071" />
77 <sodipodi:guide
78 orientation="0,1"
79 position="12,6"
80 id="guide4073" />
81 <sodipodi:guide
82 orientation="1,0"
83 position="87,13"
84 id="guide4075" />
85 <sodipodi:guide
86 orientation="1,0"
87 position="84,13"
88 id="guide4077" />
89 <sodipodi:guide
90 orientation="0,1"
91 position="25,81"
92 id="guide4076" />
93 <sodipodi:guide
94 orientation="1,0"
95 position="9,64"
96 id="guide4078" />
97 <sodipodi:guide
98 orientation="0,1"
99 position="15,9"
100 id="guide4080" />
101 <sodipodi:guide
102 orientation="1,0"
103 position="81,13"
104 id="guide4082" />
105 </sodipodi:namedview>
106 <metadata
107 id="metadata4879">
108 <rdf:RDF>
109 <cc:Work
110 rdf:about="">
111 <dc:format>image/svg+xml</dc:format>
112 <dc:type
113 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
114 <dc:title></dc:title>
115 </cc:Work>
116 </rdf:RDF>
117 </metadata>
118 <g
119 inkscape:label="Layer 1"
120 inkscape:groupmode="layer"
121 id="layer1"
122 transform="translate(67.857146,-84.50504)">
123 <g
124 inkscape:label="Layer 1"
125 id="g1603"
126 transform="translate(-67.857146,-877.86997)"
127 inkscape:export-filename="delete01.png"
128 inkscape:export-xdpi="90"
129 inkscape:export-ydpi="90">
130 <rect
131 style="opacity:0.11400003;color:#000000;fill:none;stroke:none;stroke-width:7.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
132 id="rect1605"
133 width="90"
134 height="89.999908"
135 x="0"
136 y="962.36218" />
137 <g
138 inkscape:label="Layer 1"
139 id="g1603-1"
140 transform="translate(-5e-7,1.0000001e-6)"
141 inkscape:export-filename="delete01.png"
142 inkscape:export-xdpi="90"
143 inkscape:export-ydpi="90">
144 <rect
145 style="opacity:0.11400003;color:#000000;fill:none;stroke:none;stroke-width:7.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
146 id="rect1605-7"
147 width="90"
148 height="89.999908"
149 x="0"
150 y="962.36218" />
151 <g
152 id="g1607"
153 transform="translate(-60,548.00002)">
154 <rect
155 style="opacity:0.11400003;color:#000000;fill:none;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
156 id="rect1615"
157 width="90"
158 height="90"
159 x="60"
160 y="414.36218" />
161 <path
162 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
163 d="m 14,34 0,32 0,4.191406 0,5.181641 C 14,87.000207 19,87 29,87 l 32,0 c 10,0 15,2.07e-4 15,-11.626953 L 76,70.191406 76,66 76,34 65,34 65,67.392578 65,70 l -3.205078,0 -2.798828,0 0,-2.607422 L 58.996094,34 48,34 48,67.392578 48,70 45,70 42,70 42,67.392578 42,34 l -10.996094,0 0,33.392578 0,2.607422 -2.798828,0 L 25,70 25,67.392578 25,34 Z"
164 transform="translate(60,414.37499)"
165 id="path1611"
166 inkscape:connector-curvature="0"
167 sodipodi:nodetypes="cccssssccccccccccccccccccccccccc" />
168 <path
169 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
170 d="m 71,436.37499 68,0 0,6 -68,0 z"
171 id="rect1671"
172 inkscape:connector-curvature="0"
173 sodipodi:nodetypes="ccccc" />
174 <path
175 sodipodi:nodetypes="cccczcccczc"
176 inkscape:connector-curvature="0"
177 id="path1687"
178 d="m 93.803304,419.42802 0,8.22257 5.598348,-0.0119 -9.14e-4,-4.47838 c 1.890902,-0.45883 2.772182,-0.77362 5.583172,-0.75455 2.81099,0.019 3.75266,0.32353 5.61575,0.75455 l -9.3e-4,4.47838 5.59835,0.0119 0,-8.22257 c -3.73262,-1.31191 -7.46485,-2.05303 -11.19708,-2.05303 -3.73223,0 -7.471695,0.71258 -11.196696,2.05303 z"
179 style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu" />
180 <path
181 style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu"
182 d="m 105,425.37499 c -10.333166,0 -20.686867,1.97052 -31.000005,5.65666 l 0,9.53469 62.000005,0 0,-9.53469 c -10.33396,-3.60768 -20.66684,-5.65666 -31,-5.65666 z"
183 id="path1698"
184 inkscape:connector-curvature="0"
185 sodipodi:nodetypes="sccccs" />
186 </g>
187 </g>
188 </g>
189 </g>
190</svg>
1910
=== removed file '0.1/ambiance/img/actions/edit-paste.svg'
--- 0.1/ambiance/img/actions/edit-paste.svg 2014-02-21 15:52:41 +0000
+++ 0.1/ambiance/img/actions/edit-paste.svg 1970-01-01 00:00:00 +0000
@@ -1,200 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="90"
13 height="90"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.48+devel r"
17 viewBox="0 0 90 90.000001"
18 sodipodi:docname="edit-paste.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="5.0931703"
29 inkscape:cx="-20.920175"
30 inkscape:cy="27.664498"
31 inkscape:document-units="px"
32 inkscape:current-layer="g4845"
33 showgrid="true"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true">
53 <inkscape:grid
54 type="xygrid"
55 id="grid5451"
56 empspacing="6" />
57 <sodipodi:guide
58 orientation="1,0"
59 position="6,77"
60 id="guide4063" />
61 <sodipodi:guide
62 orientation="1,0"
63 position="3,78"
64 id="guide4065" />
65 <sodipodi:guide
66 orientation="0,1"
67 position="55,84"
68 id="guide4067" />
69 <sodipodi:guide
70 orientation="0,1"
71 position="53,87"
72 id="guide4069" />
73 <sodipodi:guide
74 orientation="0,1"
75 position="20,3"
76 id="guide4071" />
77 <sodipodi:guide
78 orientation="0,1"
79 position="20,6"
80 id="guide4073" />
81 <sodipodi:guide
82 orientation="1,0"
83 position="87,7"
84 id="guide4075" />
85 <sodipodi:guide
86 orientation="1,0"
87 position="84,7"
88 id="guide4077" />
89 <sodipodi:guide
90 orientation="0,1"
91 position="58,81"
92 id="guide4074" />
93 <sodipodi:guide
94 orientation="1,0"
95 position="9,74"
96 id="guide4076" />
97 <sodipodi:guide
98 orientation="0,1"
99 position="21,9"
100 id="guide4078" />
101 <sodipodi:guide
102 orientation="1,0"
103 position="81,4"
104 id="guide4080" />
105 </sodipodi:namedview>
106 <metadata
107 id="metadata4879">
108 <rdf:RDF>
109 <cc:Work
110 rdf:about="">
111 <dc:format>image/svg+xml</dc:format>
112 <dc:type
113 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
114 <dc:title></dc:title>
115 </cc:Work>
116 </rdf:RDF>
117 </metadata>
118 <g
119 inkscape:label="Layer 1"
120 inkscape:groupmode="layer"
121 id="layer1"
122 transform="translate(67.857146,-84.50504)">
123 <g
124 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
125 id="g4845"
126 style="display:inline">
127 <g
128 id="g4309"
129 transform="matrix(0,-1,-1,0,536.36223,531.36221)">
130 <path
131 inkscape:connector-curvature="0"
132 style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;display:inline;font-family:Ubuntu;-inkscape-font-specification:Ubuntu"
133 d="m 831,174 c -10,0 -15,-2e-4 -15,11.62695 l 0,45.7461 C 816,243.00021 821,243 831,243 l 15,0 0,-6 -13.13281,0 C 824.93449,237 822,237.00064 822,228.80859 l 0,-40.61718 C 822,179.99936 824.93449,180 832.86719,180 l 32.26562,0 C 873.06551,180 876,179.99936 876,188.19141 l 0,9.80859 6,0 0,-12.37305 C 882,173.9998 877,174 867,174 l -36,0 z"
134 transform="translate(-720,-57.63781)"
135 id="path4311" />
136 <g
137 id="g4315"
138 transform="matrix(1.875,0,0,1.875,-450,-1688.8169)"
139 style="fill:none">
140 <rect
141 transform="translate(0,804.3622)"
142 y="152"
143 x="288"
144 height="48"
145 width="48"
146 id="rect4317"
147 style="opacity:0.21171169;fill:none;stroke:none" />
148 </g>
149 <path
150 style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;display:inline;font-family:Ubuntu;-inkscape-font-specification:Ubuntu"
151 d="m 135,134.36219 c -10,0 -15,-2e-4 -15,11.62695 l 0,33.7461 c 0,11.62716 5,11.62695 15,11.62695 l 24,0 c 10,0 15,2.1e-4 15,-11.62695 l 0,-33.7461 c 0,-11.62715 -5,-11.62695 -15,-11.62695 z m 1.86719,6 20.26562,0 c 7.9327,0 10.86719,-6.4e-4 10.86719,8.19141 l 0,28.61718 c 0,8.19205 -2.93449,8.19141 -10.86719,8.19141 l -20.26562,0 c -7.9327,0 -10.86719,6.4e-4 -10.86719,-8.19141 l 0,-28.61718 c 0,-8.19205 2.93449,-8.19141 10.86719,-8.19141 z"
152 id="path4319"
153 inkscape:connector-curvature="0"
154 sodipodi:nodetypes="ssssssssssssssssss" />
155 <rect
156 y="146.3622"
157 x="132"
158 height="6"
159 width="30"
160 id="rect4322"
161 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
162 <rect
163 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
164 id="rect4324"
165 width="30"
166 height="6"
167 x="132"
168 y="158.3622" />
169 <rect
170 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
171 id="rect4326"
172 width="23.999992"
173 height="6"
174 x="132"
175 y="170.36218" />
176 <path
177 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
178 d="m 478,61 c -6,0 -7,0 -7,6 l 0,9.000002 6,0 24,0 6,0 L 507,67 c 0,-6 -1,-6 -7,-6 z"
179 transform="translate(-360,52.362188)"
180 id="path4328"
181 inkscape:connector-curvature="0"
182 sodipodi:nodetypes="ssccccsss" />
183 <circle
184 r="7"
185 cy="112.36219"
186 cx="129"
187 id="circle4330"
188 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
189 d="m 136,112.36219 a 7,7 0 0 1 -7,7 7,7 0 0 1 -7,-7 7,7 0 0 1 7,-7 7,7 0 0 1 7,7 z" />
190 <circle
191 style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
192 id="circle4332"
193 cx="129"
194 cy="112.36219"
195 r="3"
196 d="m 132,112.36219 a 3,3 0 0 1 -3,3 3,3 0 0 1 -3,-3 3,3 0 0 1 3,-3 3,3 0 0 1 3,3 z" />
197 </g>
198 </g>
199 </g>
200</svg>
2010
=== removed file '0.1/ambiance/img/actions/erase.svg'
--- 0.1/ambiance/img/actions/erase.svg 2014-02-21 15:52:41 +0000
+++ 0.1/ambiance/img/actions/erase.svg 1970-01-01 00:00:00 +0000
@@ -1,155 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="90"
13 height="90"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.48+devel r12852"
17 viewBox="0 0 90 90.000001"
18 sodipodi:docname="erase.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="7.2057594"
29 inkscape:cx="51.048932"
30 inkscape:cy="54.219438"
31 inkscape:document-units="px"
32 inkscape:current-layer="g1910"
33 showgrid="true"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true">
53 <inkscape:grid
54 type="xygrid"
55 id="grid5451"
56 empspacing="6" />
57 <sodipodi:guide
58 orientation="1,0"
59 position="6,77"
60 id="guide4063" />
61 <sodipodi:guide
62 orientation="1,0"
63 position="3,78"
64 id="guide4065" />
65 <sodipodi:guide
66 orientation="0,1"
67 position="55,84"
68 id="guide4067" />
69 <sodipodi:guide
70 orientation="0,1"
71 position="53,87"
72 id="guide4069" />
73 <sodipodi:guide
74 orientation="0,1"
75 position="20,3"
76 id="guide4071" />
77 <sodipodi:guide
78 orientation="0,1"
79 position="20,6"
80 id="guide4073" />
81 <sodipodi:guide
82 orientation="1,0"
83 position="87,7"
84 id="guide4075" />
85 <sodipodi:guide
86 orientation="1,0"
87 position="84,7"
88 id="guide4077" />
89 <sodipodi:guide
90 orientation="0,1"
91 position="58,81"
92 id="guide4074" />
93 <sodipodi:guide
94 orientation="1,0"
95 position="9,74"
96 id="guide4076" />
97 <sodipodi:guide
98 orientation="0,1"
99 position="21,9"
100 id="guide4078" />
101 <sodipodi:guide
102 orientation="1,0"
103 position="81,4"
104 id="guide4080" />
105 </sodipodi:namedview>
106 <metadata
107 id="metadata4879">
108 <rdf:RDF>
109 <cc:Work
110 rdf:about="">
111 <dc:format>image/svg+xml</dc:format>
112 <dc:type
113 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
114 <dc:title></dc:title>
115 </cc:Work>
116 </rdf:RDF>
117 </metadata>
118 <g
119 inkscape:label="Layer 1"
120 inkscape:groupmode="layer"
121 id="layer1"
122 transform="translate(67.857146,-84.50504)">
123 <g
124 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
125 id="g4845"
126 style="display:inline">
127 <g
128 inkscape:label="Layer 1"
129 id="g1908"
130 transform="matrix(0,-1,-1,0,1394.3622,585.3622)"
131 inkscape:export-filename="next01.png"
132 inkscape:export-xdpi="90"
133 inkscape:export-ydpi="90">
134 <g
135 style="display:inline"
136 id="g1910"
137 transform="translate(-198.00001,611)">
138 <rect
139 transform="scale(-1,1)"
140 y="351.36221"
141 x="-432"
142 height="90"
143 width="90"
144 id="rect1914"
145 style="color:#000000;fill:none;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
146 <path
147 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
148 d="M 41.994141 18 C 41.994141 18 19.59133 29.070086 0 45.021484 L 0.005859375 45.021484 C 19.597209 60.972894 42.00001 72.044922 42 72.044922 L 42 72 L 90 72 L 90 18 L 42 18 L 42 33.375 L 48.375 27 L 60 38.625 L 71.625 27 L 78 33.375 L 66.375 45 L 78 56.625 L 71.625 63 L 60 51.375 L 48.375 63 L 42 56.625 L 53.625 45 L 42 33.375 L 42 45.021484 L 41.994141 45.021484 L 41.994141 18 z "
149 transform="translate(342,351.3622)"
150 id="rect1916" />
151 </g>
152 </g>
153 </g>
154 </g>
155</svg>
1560
=== removed file '0.1/ambiance/img/actions/event-new.svg'
--- 0.1/ambiance/img/actions/event-new.svg 2014-02-21 15:52:41 +0000
+++ 0.1/ambiance/img/actions/event-new.svg 1970-01-01 00:00:00 +0000
@@ -1,181 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="90"
13 height="90"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.48+devel r12834"
17 viewBox="0 0 90 90.000001"
18 sodipodi:docname="new-event.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="5.0931704"
29 inkscape:cx="23.865292"
30 inkscape:cy="47.102293"
31 inkscape:document-units="px"
32 inkscape:current-layer="g1311"
33 showgrid="true"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true">
53 <inkscape:grid
54 type="xygrid"
55 id="grid5451"
56 empspacing="6" />
57 <sodipodi:guide
58 orientation="1,0"
59 position="6,77"
60 id="guide4063" />
61 <sodipodi:guide
62 orientation="1,0"
63 position="3,78"
64 id="guide4065" />
65 <sodipodi:guide
66 orientation="0,1"
67 position="55,84"
68 id="guide4067" />
69 <sodipodi:guide
70 orientation="0,1"
71 position="53,87"
72 id="guide4069" />
73 <sodipodi:guide
74 orientation="0,1"
75 position="20,3"
76 id="guide4071" />
77 <sodipodi:guide
78 orientation="0,1"
79 position="20,6"
80 id="guide4073" />
81 <sodipodi:guide
82 orientation="1,0"
83 position="87,7"
84 id="guide4075" />
85 <sodipodi:guide
86 orientation="1,0"
87 position="84,7"
88 id="guide4077" />
89 <sodipodi:guide
90 orientation="0,1"
91 position="58,81"
92 id="guide4074" />
93 <sodipodi:guide
94 orientation="1,0"
95 position="9,74"
96 id="guide4076" />
97 <sodipodi:guide
98 orientation="0,1"
99 position="21,9"
100 id="guide4078" />
101 <sodipodi:guide
102 orientation="1,0"
103 position="81,4"
104 id="guide4080" />
105 </sodipodi:namedview>
106 <metadata
107 id="metadata4879">
108 <rdf:RDF>
109 <cc:Work
110 rdf:about="">
111 <dc:format>image/svg+xml</dc:format>
112 <dc:type
113 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
114 <dc:title></dc:title>
115 </cc:Work>
116 </rdf:RDF>
117 </metadata>
118 <g
119 inkscape:label="Layer 1"
120 inkscape:groupmode="layer"
121 id="layer1"
122 transform="translate(67.857146,-84.50504)">
123 <g
124 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
125 id="g4845"
126 style="display:inline">
127 <g
128 transform="matrix(0,-1,-1,0,567.36222,615.36221)"
129 id="g1311"
130 inkscape:export-filename="envelope02.png"
131 inkscape:export-xdpi="90"
132 inkscape:export-ydpi="90">
133 <g
134 id="g1313"
135 transform="matrix(1.875,0,0,1.875,-366,-1657.8169)">
136 <rect
137 transform="translate(0,804.3622)"
138 y="152"
139 x="288"
140 height="48"
141 width="48"
142 id="rect1315"
143 style="opacity:0.21171169;fill:none;stroke:none" />
144 </g>
145 <path
146 style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;display:inline;font-family:Ubuntu;-inkscape-font-specification:Ubuntu"
147 d="M 24,4 24,15 14,15 14,4.0039062 C 7.3563184,4.014034 4,4.2950336 4,12.304688 L 4,51.695312 C 4,60.000432 7.5719836,60 14.714844,60 l 34.570312,0 C 56.428016,60 60,60.000432 60,51.695312 L 60,12.304688 C 60,4.2950337 56.643718,4.0140153 50,4.0039062 L 50,15 40,15 40,4 Z m -6.236325,16 28.472657,0 c 5.66621,0 7.763672,9.4e-5 7.763672,5.851562 l 0,22.296876 c 0,5.85147 -2.097462,5.851563 -7.763672,5.851563 l -28.472657,0 c -5.66621,0 -7.763671,-9.3e-5 -7.763671,-5.851563 l 0,-22.296876 C 10.000004,20.000094 12.097465,20 17.763675,20 Z"
148 transform="translate(174,135.36222)"
149 id="path4098"
150 inkscape:connector-curvature="0"
151 sodipodi:nodetypes="ccccsssssscccccsssssssss" />
152 <path
153 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
154 d="m 191,136.29555 4,-0.93334 0,12.00001 -4,0 z"
155 id="rect4097"
156 inkscape:connector-curvature="0"
157 sodipodi:nodetypes="ccccc" />
158 <path
159 sodipodi:nodetypes="ccccc"
160 inkscape:connector-curvature="0"
161 id="path4100"
162 d="m 217,136.29555 4,-0.93334 0,12.00001 -4,0 z"
163 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
164 <path
165 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
166 d="m 240.00001,184.86222 6,-1.50004 0,41.99997 -6,0 z"
167 id="rect3470"
168 inkscape:connector-curvature="0"
169 sodipodi:nodetypes="ccccc" />
170 <rect
171 transform="matrix(0,1,-1,0,0,0)"
172 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
173 id="rect3472"
174 width="5.9999876"
175 height="42"
176 x="201.36217"
177 y="-264" />
178 </g>
179 </g>
180 </g>
181</svg>
1820
=== removed file '0.1/ambiance/img/actions/go-down.svg'
--- 0.1/ambiance/img/actions/go-down.svg 2014-02-21 15:52:41 +0000
+++ 0.1/ambiance/img/actions/go-down.svg 1970-01-01 00:00:00 +0000
@@ -1,181 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="90"
13 height="90"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.48+devel r"
17 viewBox="0 0 90 90.000001"
18 sodipodi:docname="go-down.svg">
19 <defs
20 id="defs4876">
21 <clipPath
22 clipPathUnits="userSpaceOnUse"
23 id="clipPath16">
24 <path
25 d="m 0,595.28 841.89,0 L 841.89,0 0,0 0,595.28 Z"
26 id="path18"
27 inkscape:connector-curvature="0" />
28 </clipPath>
29 </defs>
30 <sodipodi:namedview
31 id="base"
32 pagecolor="#ffffff"
33 bordercolor="#666666"
34 borderopacity="1.0"
35 inkscape:pageopacity="0.0"
36 inkscape:pageshadow="2"
37 inkscape:zoom="4.6116861"
38 inkscape:cx="-27.517847"
39 inkscape:cy="56.420198"
40 inkscape:document-units="px"
41 inkscape:current-layer="g1910"
42 showgrid="true"
43 showborder="true"
44 fit-margin-top="0"
45 fit-margin-left="0"
46 fit-margin-right="0"
47 fit-margin-bottom="0"
48 inkscape:snap-bbox="true"
49 inkscape:bbox-paths="true"
50 inkscape:bbox-nodes="true"
51 inkscape:snap-bbox-edge-midpoints="true"
52 inkscape:snap-bbox-midpoints="true"
53 inkscape:object-paths="true"
54 inkscape:snap-intersection-paths="true"
55 inkscape:object-nodes="true"
56 inkscape:snap-smooth-nodes="true"
57 inkscape:snap-midpoints="true"
58 inkscape:snap-object-midpoints="true"
59 inkscape:snap-center="true"
60 showguides="true"
61 inkscape:guide-bbox="true">
62 <inkscape:grid
63 type="xygrid"
64 id="grid5451"
65 empspacing="6" />
66 <sodipodi:guide
67 orientation="1,0"
68 position="6,77"
69 id="guide4063" />
70 <sodipodi:guide
71 orientation="1,0"
72 position="3,78"
73 id="guide4065" />
74 <sodipodi:guide
75 orientation="0,1"
76 position="55,84"
77 id="guide4067" />
78 <sodipodi:guide
79 orientation="0,1"
80 position="53,87"
81 id="guide4069" />
82 <sodipodi:guide
83 orientation="0,1"
84 position="20,3"
85 id="guide4071" />
86 <sodipodi:guide
87 orientation="0,1"
88 position="20,6"
89 id="guide4073" />
90 <sodipodi:guide
91 orientation="1,0"
92 position="87,7"
93 id="guide4075" />
94 <sodipodi:guide
95 orientation="1,0"
96 position="84,7"
97 id="guide4077" />
98 <sodipodi:guide
99 orientation="0,1"
100 position="58,81"
101 id="guide4074" />
102 <sodipodi:guide
103 orientation="1,0"
104 position="9,74"
105 id="guide4076" />
106 <sodipodi:guide
107 orientation="0,1"
108 position="21,9"
109 id="guide4078" />
110 <sodipodi:guide
111 orientation="1,0"
112 position="81,4"
113 id="guide4080" />
114 </sodipodi:namedview>
115 <metadata
116 id="metadata4879">
117 <rdf:RDF>
118 <cc:Work
119 rdf:about="">
120 <dc:format>image/svg+xml</dc:format>
121 <dc:type
122 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
123 <dc:title></dc:title>
124 </cc:Work>
125 </rdf:RDF>
126 </metadata>
127 <g
128 inkscape:label="Layer 1"
129 inkscape:groupmode="layer"
130 id="layer1"
131 transform="translate(67.857146,-84.50504)">
132 <g
133 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
134 id="g4845"
135 style="display:inline">
136 <g
137 inkscape:label="Layer 1"
138 id="g1908"
139 transform="matrix(0,-1,-1,0,1394.3622,585.3622)"
140 inkscape:export-filename="next01.png"
141 inkscape:export-xdpi="90"
142 inkscape:export-ydpi="90">
143 <g
144 style="display:inline"
145 id="g1910"
146 transform="matrix(-1,0,0,1,575.99999,611)">
147 <g
148 style="display:inline"
149 id="g1910-9"
150 transform="matrix(0,-1,1,0,-9.3622034,783.3622)">
151 <rect
152 transform="scale(-1,1)"
153 y="351.36221"
154 x="-432"
155 height="90"
156 width="90"
157 id="rect1914"
158 style="color:#000000;fill:none;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
159 <g
160 id="g12"
161 transform="matrix(-0.68396227,0,0,-0.6818182,623.68709,623.19186)">
162 <g
163 id="g14"
164 clip-path="url(#clipPath16)">
165 <g
166 id="g20"
167 transform="translate(358.7529,350.7095)">
168 <path
169 d="M 0.08234413,-0.04707909 C -3.7872386,6.7930863 -8.1560576,13.837137 -13.025115,21.088072 c -4.866051,7.248937 -10.085977,14.383937 -15.657776,21.400003 -1.493699,1.879947 -2.9884,3.705923 -4.486109,5.485925 l 0,-20.343595 c 3.055567,-4.021746 6.04898,-8.184412 8.972219,-12.50499 3.403428,-5.03018 6.597338,-10.1742961 9.588746,-15.43634617 C -11.61763,-5.5719818 -7.9465387,-12.998818 -5.6007295,-18.026 c -2.3458092,-5.026182 -6.0169005,-12.453019 -9.0073055,-17.715069 -2.991408,-5.26205 -6.185318,-10.406166 -9.588746,-15.435347 -2.923239,-4.321577 -5.916652,-8.484243 -8.972219,-12.505989 l 0,-20.343595 c 1.497709,1.780002 2.99241,3.606978 4.486109,5.485925 5.571799,7.017066 10.791725,14.151066 15.657776,21.400003 4.8690574,7.251934 9.2378764,14.294986 13.10745913,21.135151 C 3.9519268,-29.163756 7.0044862,-23.170116 9.231,-18.026 7.0044862,-12.881884 3.9519268,-6.8882439 0.08234413,-0.04707909"
170 style="fill:#7f8183;fill-opacity:1;fill-rule:nonzero;stroke:none"
171 id="path22"
172 inkscape:connector-curvature="0" />
173 </g>
174 </g>
175 </g>
176 </g>
177 </g>
178 </g>
179 </g>
180 </g>
181</svg>
1820
=== removed file '0.1/ambiance/img/actions/home.svg'
--- 0.1/ambiance/img/actions/home.svg 2014-02-21 15:52:41 +0000
+++ 0.1/ambiance/img/actions/home.svg 1970-01-01 00:00:00 +0000
@@ -1,167 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="90"
13 height="90"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.48+devel r"
17 viewBox="0 0 90 90.000001"
18 sodipodi:docname="home.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="7.9580786"
29 inkscape:cx="25.408142"
30 inkscape:cy="44.31346"
31 inkscape:document-units="px"
32 inkscape:current-layer="g4652"
33 showgrid="true"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true">
53 <inkscape:grid
54 type="xygrid"
55 id="grid5451"
56 empspacing="6" />
57 <sodipodi:guide
58 orientation="1,0"
59 position="6,77"
60 id="guide4063" />
61 <sodipodi:guide
62 orientation="1,0"
63 position="3,78"
64 id="guide4065" />
65 <sodipodi:guide
66 orientation="0,1"
67 position="55,84"
68 id="guide4067" />
69 <sodipodi:guide
70 orientation="0,1"
71 position="53,87"
72 id="guide4069" />
73 <sodipodi:guide
74 orientation="0,1"
75 position="20,3"
76 id="guide4071" />
77 <sodipodi:guide
78 orientation="0,1"
79 position="20,6"
80 id="guide4073" />
81 <sodipodi:guide
82 orientation="1,0"
83 position="87,7"
84 id="guide4075" />
85 <sodipodi:guide
86 orientation="1,0"
87 position="84,7"
88 id="guide4077" />
89 <sodipodi:guide
90 orientation="0,1"
91 position="58,81"
92 id="guide4074" />
93 <sodipodi:guide
94 orientation="1,0"
95 position="9,74"
96 id="guide4076" />
97 <sodipodi:guide
98 orientation="0,1"
99 position="21,9"
100 id="guide4078" />
101 <sodipodi:guide
102 orientation="1,0"
103 position="81,4"
104 id="guide4080" />
105 </sodipodi:namedview>
106 <metadata
107 id="metadata4879">
108 <rdf:RDF>
109 <cc:Work
110 rdf:about="">
111 <dc:format>image/svg+xml</dc:format>
112 <dc:type
113 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
114 <dc:title></dc:title>
115 </cc:Work>
116 </rdf:RDF>
117 </metadata>
118 <g
119 inkscape:label="Layer 1"
120 inkscape:groupmode="layer"
121 id="layer1"
122 transform="translate(67.857146,-84.50504)">
123 <g
124 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
125 id="g4845"
126 style="display:inline">
127 <g
128 inkscape:export-ydpi="90"
129 inkscape:export-xdpi="90"
130 inkscape:export-filename="home04.png"
131 transform="matrix(0,-1,-1,0,2978.3622,615.36221)"
132 id="g4652">
133 <path
134 sodipodi:nodetypes="cccc"
135 inkscape:connector-curvature="0"
136 id="path4667"
137 d="m 251.18548,2576.9362 0,-12.4849 -12.07828,0 z"
138 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:48;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
139 <g
140 transform="matrix(1.875,0,0,1.875,-366,753.1831)"
141 id="g4654">
142 <rect
143 style="opacity:0.21171169;fill:none;stroke:none"
144 id="rect4656"
145 width="48"
146 height="48"
147 x="288"
148 y="152"
149 transform="translate(0,804.3622)" />
150 </g>
151 <path
152 style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu"
153 d="m 219,2561.1146 -32.18548,30.2349 0,18.531 0,9.1435 0,11.3382 10.5761,0 6.97961,0 14.62977,0 0,-30.2348 c 0.28672,-0.1148 0.74076,-0.2547 1.37154,-0.4267 0.68811,-0.1721 1.42215,-0.3423 2.22495,-0.4573 0.86014,-0.1719 1.76463,-0.3119 2.68212,-0.4268 0.91747,-0.1143 1.82199,-0.1523 2.68212,-0.1523 2.1217,0 3.86972,0.2801 5.30329,0.8535 1.43357,0.5162 2.58396,1.3559 3.44409,2.5601 0.86015,1.2043 1.48466,2.805 1.82871,4.7547 0.40142,1.9497 0.57911,4.2882 0.57911,7.0407 l 0,16.4889 1.49345,0 10.5761,0 0,-11.3382 0,-27.6745 z"
154 id="path4658"
155 inkscape:connector-curvature="0"
156 sodipodi:nodetypes="ccccccccccccscscscccccc" />
157 <path
158 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#808080;fill-opacity:1;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif"
159 d="m 180.87147,2599.0492 -4.47165,-4.6961 42.60018,-44.0338 42.60018,44.0338 -4.47165,4.6961 L 219,2562.5738 Z"
160 id="path4660"
161 inkscape:connector-curvature="0"
162 sodipodi:nodetypes="ccccccc"
163 inkscape:transform-center-y="23.822985" />
164 </g>
165 </g>
166 </g>
167</svg>
1680
=== removed file '0.1/ambiance/img/actions/info.svg'
--- 0.1/ambiance/img/actions/info.svg 2014-02-21 15:52:41 +0000
+++ 0.1/ambiance/img/actions/info.svg 1970-01-01 00:00:00 +0000
@@ -1,158 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="90"
13 height="90"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.48+devel r12833"
17 viewBox="0 0 90 90.000001"
18 sodipodi:docname="info.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="9.9475982"
29 inkscape:cx="27.363388"
30 inkscape:cy="41.195866"
31 inkscape:document-units="px"
32 inkscape:current-layer="g1708"
33 showgrid="true"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true">
53 <inkscape:grid
54 type="xygrid"
55 id="grid5451"
56 empspacing="6" />
57 <sodipodi:guide
58 orientation="1,0"
59 position="6,77"
60 id="guide4063" />
61 <sodipodi:guide
62 orientation="1,0"
63 position="3,78"
64 id="guide4065" />
65 <sodipodi:guide
66 orientation="0,1"
67 position="55,84"
68 id="guide4067" />
69 <sodipodi:guide
70 orientation="0,1"
71 position="53,87"
72 id="guide4069" />
73 <sodipodi:guide
74 orientation="0,1"
75 position="20,3"
76 id="guide4071" />
77 <sodipodi:guide
78 orientation="0,1"
79 position="20,6"
80 id="guide4073" />
81 <sodipodi:guide
82 orientation="1,0"
83 position="87,7"
84 id="guide4075" />
85 <sodipodi:guide
86 orientation="1,0"
87 position="84,7"
88 id="guide4077" />
89 <sodipodi:guide
90 orientation="0,1"
91 position="58,81"
92 id="guide4074" />
93 <sodipodi:guide
94 orientation="1,0"
95 position="9,74"
96 id="guide4076" />
97 <sodipodi:guide
98 orientation="0,1"
99 position="21,9"
100 id="guide4078" />
101 <sodipodi:guide
102 orientation="1,0"
103 position="81,4"
104 id="guide4080" />
105 </sodipodi:namedview>
106 <metadata
107 id="metadata4879">
108 <rdf:RDF>
109 <cc:Work
110 rdf:about="">
111 <dc:format>image/svg+xml</dc:format>
112 <dc:type
113 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
114 <dc:title></dc:title>
115 </cc:Work>
116 </rdf:RDF>
117 </metadata>
118 <g
119 inkscape:label="Layer 1"
120 inkscape:groupmode="layer"
121 id="layer1"
122 transform="translate(67.857146,-84.50504)">
123 <g
124 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
125 id="g4845"
126 style="display:inline">
127 <g
128 inkscape:label="Layer 1"
129 id="g1708"
130 transform="matrix(0,-1,-1,0,1394.3622,441.36221)"
131 inkscape:export-filename="add01.png"
132 inkscape:export-xdpi="90"
133 inkscape:export-ydpi="90">
134 <rect
135 style="color:#000000;fill:none;stroke:none;stroke-width:7.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
136 id="rect1710"
137 width="90"
138 height="90"
139 x="0"
140 y="962.36218" />
141 <path
142 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
143 d="M 45 4 C 22.356346 4 4 22.35634 4 45 C 4 67.6437 22.356346 86 45 86 C 67.643669 86 86 67.6437 86 45 C 86 22.35634 67.643669 4 45 4 z M 45 13 C 62.673141 13 77 27.32687 77 45 C 77 62.6732 62.673141 77 45 77 C 27.326871 77 13 62.6732 13 45 C 13 27.32687 27.326871 13 45 13 z "
144 transform="translate(3.5e-6,962.3622)"
145 id="path4110" />
146 <g
147 style="font-size:69.25212097px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium"
148 id="text4098">
149 <path
150 d="m 49.25901,1030.4619 -8.379506,0 0,-30.2188 8.379506,0 z m 0.900278,-40.81442 c 0,1.56971 -0.507849,2.81625 -1.523547,3.73961 -1.015697,0.92337 -2.216067,1.38505 -3.60111,1.38505 -1.431211,0 -2.654665,-0.46168 -3.670362,-1.38505 -1.015698,-0.92336 -1.523547,-2.1699 -1.523547,-3.73961 0,-1.61588 0.507849,-2.8855 1.523547,-3.80887 1.015697,-0.92336 2.239151,-1.38504 3.670362,-1.38504 1.385043,0 2.585413,0.46168 3.60111,1.38504 1.015698,0.92337 1.523547,2.19299 1.523547,3.80887 z"
151 id="path4122"
152 inkscape:connector-curvature="0"
153 sodipodi:nodetypes="cccccsssssssss" />
154 </g>
155 </g>
156 </g>
157 </g>
158</svg>
1590
=== removed file '0.1/ambiance/img/actions/language-chooser.svg'
--- 0.1/ambiance/img/actions/language-chooser.svg 2014-02-21 15:52:41 +0000
+++ 0.1/ambiance/img/actions/language-chooser.svg 1970-01-01 00:00:00 +0000
@@ -1,166 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="90"
13 height="90"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.48+devel r"
17 viewBox="0 0 90 90.000001"
18 sodipodi:docname="language-chooser.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="5.0931703"
29 inkscape:cx="-2.6309765"
30 inkscape:cy="46.169671"
31 inkscape:document-units="px"
32 inkscape:current-layer="g1708"
33 showgrid="true"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true">
53 <inkscape:grid
54 type="xygrid"
55 id="grid5451"
56 empspacing="6" />
57 <sodipodi:guide
58 orientation="1,0"
59 position="6,77"
60 id="guide4063" />
61 <sodipodi:guide
62 orientation="1,0"
63 position="3,78"
64 id="guide4065" />
65 <sodipodi:guide
66 orientation="0,1"
67 position="55,84"
68 id="guide4067" />
69 <sodipodi:guide
70 orientation="0,1"
71 position="53,87"
72 id="guide4069" />
73 <sodipodi:guide
74 orientation="0,1"
75 position="20,3"
76 id="guide4071" />
77 <sodipodi:guide
78 orientation="0,1"
79 position="20,6"
80 id="guide4073" />
81 <sodipodi:guide
82 orientation="1,0"
83 position="87,7"
84 id="guide4075" />
85 <sodipodi:guide
86 orientation="1,0"
87 position="84,7"
88 id="guide4077" />
89 <sodipodi:guide
90 orientation="0,1"
91 position="58,81"
92 id="guide4074" />
93 <sodipodi:guide
94 orientation="1,0"
95 position="9,74"
96 id="guide4076" />
97 <sodipodi:guide
98 orientation="0,1"
99 position="21,9"
100 id="guide4078" />
101 <sodipodi:guide
102 orientation="1,0"
103 position="81,4"
104 id="guide4080" />
105 </sodipodi:namedview>
106 <metadata
107 id="metadata4879">
108 <rdf:RDF>
109 <cc:Work
110 rdf:about="">
111 <dc:format>image/svg+xml</dc:format>
112 <dc:type
113 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
114 <dc:title></dc:title>
115 </cc:Work>
116 </rdf:RDF>
117 </metadata>
118 <g
119 inkscape:label="Layer 1"
120 inkscape:groupmode="layer"
121 id="layer1"
122 transform="translate(67.857146,-84.50504)">
123 <g
124 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
125 id="g4845"
126 style="display:inline">
127 <g
128 inkscape:label="Layer 1"
129 id="g1708"
130 transform="matrix(0,-1,-1,0,1394.3622,441.36221)"
131 inkscape:export-filename="add01.png"
132 inkscape:export-xdpi="90"
133 inkscape:export-ydpi="90">
134 <rect
135 style="color:#000000;fill:none;stroke:none;stroke-width:7.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
136 id="rect1710"
137 width="90"
138 height="90"
139 x="0"
140 y="962.36218" />
141 <path
142 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
143 d="M 45 4 C 22.356346 4 4 22.35634 4 45 C 4 67.6437 22.356346 86 45 86 C 67.643669 86 86 67.6437 86 45 C 86 22.35634 67.643669 4 45 4 z M 45 13 C 62.673141 13 77 27.32687 77 45 C 77 62.6732 62.673141 77 45 77 C 27.326871 77 13 62.6732 13 45 C 13 27.32687 27.326871 13 45 13 z "
144 transform="translate(3.5e-6,962.3622)"
145 id="path4110" />
146 <rect
147 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
148 id="rect3011"
149 width="67.500038"
150 height="5.9999948"
151 x="11.249981"
152 y="1004.3622" />
153 <path
154 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#808080;fill-opacity:1;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif"
155 d="m 42.769531,969.35547 c -19.064429,21.1827 -19.064429,54.83093 0,76.01363 l 4.460938,-4.0136 c -16.935571,-18.8173 -16.935571,-49.16906 0,-67.98636 l -4.460938,-4.01367 z"
156 id="path832"
157 inkscape:connector-curvature="0" />
158 <path
159 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#808080;fill-opacity:1;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif"
160 d="m 47.230469,969.35547 -4.460938,4.01367 c 16.935571,18.8173 16.935571,49.16906 0,67.98636 l 4.460938,4.0136 c 19.064429,-21.1827 19.064429,-54.83093 0,-76.01363 z"
161 id="path836"
162 inkscape:connector-curvature="0" />
163 </g>
164 </g>
165 </g>
166</svg>
1670
=== removed file '0.1/ambiance/img/actions/media-playback-pause.svg'
--- 0.1/ambiance/img/actions/media-playback-pause.svg 2014-02-21 15:52:41 +0000
+++ 0.1/ambiance/img/actions/media-playback-pause.svg 1970-01-01 00:00:00 +0000
@@ -1,157 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="90"
13 height="90"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.48+devel r12833"
17 viewBox="0 0 90 90.000001"
18 sodipodi:docname="media-playback-pause.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="9.9475982"
29 inkscape:cx="39.94934"
30 inkscape:cy="47.90101"
31 inkscape:document-units="px"
32 inkscape:current-layer="layer1-9"
33 showgrid="true"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true">
53 <inkscape:grid
54 type="xygrid"
55 id="grid5451"
56 empspacing="6" />
57 <sodipodi:guide
58 orientation="1,0"
59 position="6,77"
60 id="guide4063" />
61 <sodipodi:guide
62 orientation="1,0"
63 position="3,78"
64 id="guide4065" />
65 <sodipodi:guide
66 orientation="0,1"
67 position="55,84"
68 id="guide4067" />
69 <sodipodi:guide
70 orientation="0,1"
71 position="53,87"
72 id="guide4069" />
73 <sodipodi:guide
74 orientation="0,1"
75 position="20,3"
76 id="guide4071" />
77 <sodipodi:guide
78 orientation="0,1"
79 position="20,6"
80 id="guide4073" />
81 <sodipodi:guide
82 orientation="1,0"
83 position="87,7"
84 id="guide4075" />
85 <sodipodi:guide
86 orientation="1,0"
87 position="84,7"
88 id="guide4077" />
89 <sodipodi:guide
90 orientation="0,1"
91 position="58,81"
92 id="guide4074" />
93 <sodipodi:guide
94 orientation="1,0"
95 position="9,74"
96 id="guide4076" />
97 <sodipodi:guide
98 orientation="0,1"
99 position="21,9"
100 id="guide4078" />
101 <sodipodi:guide
102 orientation="1,0"
103 position="81,4"
104 id="guide4080" />
105 </sodipodi:namedview>
106 <metadata
107 id="metadata4879">
108 <rdf:RDF>
109 <cc:Work
110 rdf:about="">
111 <dc:format>image/svg+xml</dc:format>
112 <dc:type
113 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
114 <dc:title></dc:title>
115 </cc:Work>
116 </rdf:RDF>
117 </metadata>
118 <g
119 inkscape:label="Layer 1"
120 inkscape:groupmode="layer"
121 id="layer1"
122 transform="translate(67.857146,-84.50504)">
123 <g
124 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
125 id="g4845"
126 style="display:inline">
127 <g
128 inkscape:label="Layer 1"
129 id="layer1-9"
130 transform="matrix(0,-1,-1,0,1394.3622,585.36221)">
131 <path
132 sodipodi:nodetypes="ccccc"
133 inkscape:connector-curvature="0"
134 id="rect4494"
135 d="m 162.00001,977.8622 20.99999,-3.5 0,66 -20.99999,0 z"
136 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
137 <path
138 sodipodi:nodetypes="ccccc"
139 inkscape:connector-curvature="0"
140 id="rect4496"
141 d="m 195,977.86219 21,-3.5 0,66.00001 -21,0 z"
142 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
143 <g
144 transform="translate(-198,611)"
145 id="g4171">
146 <rect
147 style="color:#000000;fill:none;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
148 id="rect2986"
149 width="90"
150 height="90"
151 x="342"
152 y="351.36221" />
153 </g>
154 </g>
155 </g>
156 </g>
157</svg>
1580
=== removed file '0.1/ambiance/img/actions/media-playlist-shuffle.svg'
--- 0.1/ambiance/img/actions/media-playlist-shuffle.svg 2014-02-21 15:52:41 +0000
+++ 0.1/ambiance/img/actions/media-playlist-shuffle.svg 1970-01-01 00:00:00 +0000
@@ -1,185 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="90"
13 height="90"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.48+devel r12833"
17 viewBox="0 0 90 90.000001"
18 sodipodi:docname="media-playlist-shuffle.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="5.0931703"
29 inkscape:cx="61.592283"
30 inkscape:cy="60.247347"
31 inkscape:document-units="px"
32 inkscape:current-layer="g4978"
33 showgrid="true"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="false"
52 inkscape:guide-bbox="true">
53 <inkscape:grid
54 type="xygrid"
55 id="grid5451"
56 empspacing="6" />
57 <sodipodi:guide
58 orientation="1,0"
59 position="6,77"
60 id="guide4063" />
61 <sodipodi:guide
62 orientation="1,0"
63 position="3,78"
64 id="guide4065" />
65 <sodipodi:guide
66 orientation="0,1"
67 position="55,84"
68 id="guide4067" />
69 <sodipodi:guide
70 orientation="0,1"
71 position="53,87"
72 id="guide4069" />
73 <sodipodi:guide
74 orientation="0,1"
75 position="20,3"
76 id="guide4071" />
77 <sodipodi:guide
78 orientation="0,1"
79 position="20,6"
80 id="guide4073" />
81 <sodipodi:guide
82 orientation="1,0"
83 position="87,7"
84 id="guide4075" />
85 <sodipodi:guide
86 orientation="1,0"
87 position="84,7"
88 id="guide4077" />
89 <sodipodi:guide
90 orientation="0,1"
91 position="58,81"
92 id="guide4074" />
93 <sodipodi:guide
94 orientation="1,0"
95 position="9,74"
96 id="guide4076" />
97 <sodipodi:guide
98 orientation="0,1"
99 position="21,9"
100 id="guide4078" />
101 <sodipodi:guide
102 orientation="1,0"
103 position="81,4"
104 id="guide4080" />
105 </sodipodi:namedview>
106 <metadata
107 id="metadata4879">
108 <rdf:RDF>
109 <cc:Work
110 rdf:about="">
111 <dc:format>image/svg+xml</dc:format>
112 <dc:type
113 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
114 <dc:title></dc:title>
115 </cc:Work>
116 </rdf:RDF>
117 </metadata>
118 <g
119 inkscape:label="Layer 1"
120 inkscape:groupmode="layer"
121 id="layer1"
122 transform="translate(67.857146,-84.50504)">
123 <g
124 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
125 id="g4845"
126 style="display:inline">
127 <g
128 inkscape:label="Layer 1"
129 id="layer1-8"
130 transform="matrix(0,-1,-1,0,1394.3622,441.36221)">
131 <rect
132 style="color:#000000;fill:none;stroke:none;stroke-width:7.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
133 id="rect4198"
134 width="90"
135 height="90"
136 x="0"
137 y="962.36218" />
138 <g
139 id="g4978"
140 transform="translate(-60,548.00002)">
141 <rect
142 style="color:#000000;fill:none;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
143 id="rect3038"
144 width="90"
145 height="90"
146 x="0"
147 y="1.7382814e-05"
148 transform="translate(60,414.36216)" />
149 <path
150 sodipodi:nodetypes="ccsssccc"
151 inkscape:transform-center-y="0.008136639"
152 inkscape:transform-center-x="-12.490282"
153 inkscape:connector-curvature="0"
154 id="path2194-83"
155 d="m 122.004,452.36218 c 0,0 13.33454,-5.94407 24.996,-14.50813 0,-0.003 0,-0.006 -0.005,-0.009 0,-0.003 -0.005,-0.007 -0.006,-0.01 0,-0.003 -0.005,-0.007 -0.006,-0.01 0,-0.003 -0.005,-0.007 -0.005,-0.01 C 134.67816,428.97946 122,423.36218 122,423.36218 Z"
156 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
157 <path
158 style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#0000ff;fill-opacity:0.5;stroke:none;display:inline;font-family:Ubuntu;-inkscape-font-specification:Ubuntu"
159 d="m 178,433.36218 12.70648,0 41.29352,0 c 10,0 15,0 15,11.62715 l 0,28.74569 c 0,11.62716 -5,11.62716 -15,11.62716 l -54,0 c -10,0 -15,0 -15,-11.62716 l 0,-28.74569 c 0,-11.62715 5,-11.62715 15,-11.62715 z"
160 id="path4237"
161 inkscape:connector-curvature="0"
162 sodipodi:nodetypes="cccccccccc" />
163 <path
164 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#808080;fill-opacity:1;stroke:none;stroke-width:9;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif"
165 d="m 63.000003,433.36218 0,9.17578 10,0 c 7.253267,0 11.824479,4.13063 15.070312,8.76563 0.14643,0.2091 0.269548,0.41435 0.408204,0.62304 0.956194,-2.32027 2.468733,-5.4233 4.71875,-8.76172 -4.414984,-5.10845 -11.107707,-9.80273 -20.197266,-9.80273 l -10,0 z m 42.519527,33.44336 c -0.98206,2.37138 -2.5104,5.45969 -4.72265,8.75 4.4269,5.11286 11.12286,9.80664 20.20312,9.80664 l 10,0 0,-9.17578 -10,0 c -7.24673,0 -11.84098,-4.14653 -15.10547,-8.80469 -0.13501,-0.19265 -0.24654,-0.38382 -0.375,-0.57617 z"
166 id="path4093"
167 inkscape:connector-curvature="0" />
168 <path
169 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#808080;fill-opacity:1;stroke:none;stroke-width:9;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif"
170 d="m 121,433.36218 c -10.75327,0 -18.17542,6.58073 -22.427731,12.64844 -4.252313,6.06771 -5.931641,12.12695 -5.931641,12.12695 l -0.002,0.004 0,0.004 c 0,0 -1.322524,4.64038 -4.56836,9.27539 -3.245834,4.635 -7.817046,8.76563 -15.070312,8.76563 l -10,0 0,9.17578 10,0 c 10.746734,0 18.157165,-6.55653 22.394531,-12.60742 4.233069,-6.04477 5.895066,-12.07565 5.898436,-12.08789 l 0.002,-0.008 c 0.003,-0.0122 1.33939,-4.66241 4.5996,-9.31446 3.26449,-4.65816 7.85874,-8.80664 15.10547,-8.80664 l 10,0 0,-9.17578 -10,0 z"
171 id="path4091"
172 inkscape:connector-curvature="0" />
173 <path
174 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
175 d="m 122.004,495.36218 c 0,0 13.33454,-5.94407 24.996,-14.50813 0,-0.003 0,-0.006 -0.005,-0.009 0,-0.003 -0.005,-0.007 -0.006,-0.01 0,-0.003 -0.005,-0.007 -0.006,-0.01 0,-0.003 -0.005,-0.007 -0.005,-0.01 C 134.67816,471.97946 122,466.36218 122,466.36218 Z"
176 id="path4282"
177 inkscape:connector-curvature="0"
178 inkscape:transform-center-x="-12.490282"
179 inkscape:transform-center-y="0.008136639"
180 sodipodi:nodetypes="ccsssccc" />
181 </g>
182 </g>
183 </g>
184 </g>
185</svg>
1860
=== removed file '0.1/ambiance/img/actions/media-playlist.svg'
--- 0.1/ambiance/img/actions/media-playlist.svg 2014-02-21 15:52:41 +0000
+++ 0.1/ambiance/img/actions/media-playlist.svg 1970-01-01 00:00:00 +0000
@@ -1,173 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="90"
13 height="90"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.48+devel r12833"
17 viewBox="0 0 90 90.000001"
18 sodipodi:docname="media-playlist.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="6.3664629"
29 inkscape:cx="61.109283"
30 inkscape:cy="46.988415"
31 inkscape:document-units="px"
32 inkscape:current-layer="g4171-8"
33 showgrid="true"
34 showborder="true"
35 fit-margin-top="0"
36 fit-margin-left="0"
37 fit-margin-right="0"
38 fit-margin-bottom="0"
39 inkscape:snap-bbox="true"
40 inkscape:bbox-paths="true"
41 inkscape:bbox-nodes="true"
42 inkscape:snap-bbox-edge-midpoints="true"
43 inkscape:snap-bbox-midpoints="true"
44 inkscape:object-paths="true"
45 inkscape:snap-intersection-paths="true"
46 inkscape:object-nodes="true"
47 inkscape:snap-smooth-nodes="true"
48 inkscape:snap-midpoints="true"
49 inkscape:snap-object-midpoints="true"
50 inkscape:snap-center="true"
51 showguides="true"
52 inkscape:guide-bbox="true">
53 <inkscape:grid
54 type="xygrid"
55 id="grid5451"
56 empspacing="6" />
57 <sodipodi:guide
58 orientation="1,0"
59 position="6,77"
60 id="guide4063" />
61 <sodipodi:guide
62 orientation="1,0"
63 position="3,78"
64 id="guide4065" />
65 <sodipodi:guide
66 orientation="0,1"
67 position="55,84"
68 id="guide4067" />
69 <sodipodi:guide
70 orientation="0,1"
71 position="53,87"
72 id="guide4069" />
73 <sodipodi:guide
74 orientation="0,1"
75 position="20,3"
76 id="guide4071" />
77 <sodipodi:guide
78 orientation="0,1"
79 position="20,6"
80 id="guide4073" />
81 <sodipodi:guide
82 orientation="1,0"
83 position="87,7"
84 id="guide4075" />
85 <sodipodi:guide
86 orientation="1,0"
87 position="84,7"
88 id="guide4077" />
89 <sodipodi:guide
90 orientation="0,1"
91 position="58,81"
92 id="guide4074" />
93 <sodipodi:guide
94 orientation="1,0"
95 position="9,74"
96 id="guide4076" />
97 <sodipodi:guide
98 orientation="0,1"
99 position="21,9"
100 id="guide4078" />
101 <sodipodi:guide
102 orientation="1,0"
103 position="81,4"
104 id="guide4080" />
105 </sodipodi:namedview>
106 <metadata
107 id="metadata4879">
108 <rdf:RDF>
109 <cc:Work
110 rdf:about="">
111 <dc:format>image/svg+xml</dc:format>
112 <dc:type
113 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
114 <dc:title></dc:title>
115 </cc:Work>
116 </rdf:RDF>
117 </metadata>
118 <g
119 inkscape:label="Layer 1"
120 inkscape:groupmode="layer"
121 id="layer1"
122 transform="translate(67.857146,-84.50504)">
123 <g
124 transform="matrix(0,-1,-1,0,373.50506,516.50504)"
125 id="g4845"
126 style="display:inline">
127 <g
128 inkscape:label="Layer 1"
129 id="layer1-0"
130 transform="matrix(0,-1,-1,0,1394.3622,585.36221)">
131 <g
132 transform="translate(-198,611)"
133 id="g4171-8">
134 <path
135 sodipodi:nodetypes="ccsssccc"
136 inkscape:transform-center-y="0.015455744"
137 inkscape:transform-center-x="-22.65428"
138 inkscape:connector-curvature="0"
139 id="path2194-5"
140 d="m 350.99892,405.3622 c 0,0 24.18442,-10.45385 45.33445,-25.5155 0,-0.004 -10e-4,-0.009 -0.004,-0.0148 -0.003,-0.005 -0.005,-0.0105 -0.0105,-0.0164 -0.004,-0.005 -0.008,-0.0118 -0.0105,-0.0166 -0.003,-0.005 -0.005,-0.0105 -0.005,-0.0157 -22.30901,-15.54196 -45.30296,-25.42107 -45.30296,-25.42107 z"
141 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
142 <rect
143 style="color:#000000;fill:none;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
144 id="rect2986-6"
145 width="90"
146 height="90"
147 x="342"
148 y="351.36221" />
149 <path
150 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
151 d="m 351,414.3622 0,9 9,0 0,-9 z"
152 id="path4108"
153 inkscape:connector-curvature="0" />
154 <path
155 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
156 d="m 366,414.3622 0,9 57,0 0,-9 z"
157 id="path4106"
158 inkscape:connector-curvature="0" />
159 <path
160 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
161 d="m 351,429.3622 0,9 9,0 0,-9 z"
162 id="path4104"
163 inkscape:connector-curvature="0" />
164 <path
165 style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
166 d="m 366,429.3622 0,9 57,0 0,-9 z"
167 id="rect4070"
168 inkscape:connector-curvature="0" />
169 </g>
170 </g>
171 </g>
172 </g>
173</svg>
1740
=== removed file '0.1/ambiance/img/actions/message-new.svg'
--- 0.1/ambiance/img/actions/message-new.svg 2014-02-21 15:52:41 +0000
+++ 0.1/ambiance/img/actions/message-new.svg 1970-01-01 00:00:00 +0000
@@ -1,173 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="90"
13 height="90"
14 id="svg4874"
15 version="1.1"
16 inkscape:version="0.48+devel r12833"
17 viewBox="0 0 90 90.000001"
18 sodipodi:docname="new-message.svg">
19 <defs
20 id="defs4876" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches