diff --git a/core/assets/vendor/modernizr/modernizr.js b/core/assets/vendor/modernizr/modernizr.js index d79e3c3e3c755dac400618d6f688344a111c4c2a..120bd4f244276303672b343358ab2bea3c1a16f5 100644 --- a/core/assets/vendor/modernizr/modernizr.js +++ b/core/assets/vendor/modernizr/modernizr.js @@ -1,5 +1,5 @@ /* Modernizr 2.6.2 (Custom Build) | MIT & BSD - * Build: http://modernizr.com/download/#-inputtypes-touch-cssclasses-addtest-teststyles-prefixes-elem_details + * Build: http://modernizr.com/download/#-inputtypes-svg-touch-cssclasses-addtest-teststyles-prefixes-elem_details */ ; @@ -28,6 +28,7 @@ window.Modernizr = (function( window, document, undefined ) { prefixes = ' -webkit- -moz- -o- -ms- '.split(' '), + ns = {'svg': 'http://www.w3.org/2000/svg'}, tests = {}, inputs = {}, @@ -37,7 +38,7 @@ window.Modernizr = (function( window, document, undefined ) { slice = classes.slice, - featureName, + featureName, injectElementWithStyles = function( rule, callback, nodes, testnames ) { @@ -86,7 +87,7 @@ window.Modernizr = (function( window, document, undefined ) { }; } else { - hasOwnProp = function (object, property) { + hasOwnProp = function (object, property) { return ((property in object) && is(object.constructor.prototype[property], 'undefined')); }; } @@ -180,6 +181,9 @@ window.Modernizr = (function( window, document, undefined ) { return bool; }; + tests['svg'] = function() { + return !!document.createElementNS && !!document.createElementNS(ns.svg, 'svg').createSVGRect; + }; function webforms() { Modernizr['inputtypes'] = (function(props) { @@ -254,7 +258,7 @@ window.Modernizr = (function( window, document, undefined ) { } - return Modernizr; + return Modernizr; }; diff --git a/core/assets/vendor/modernizr/modernizr.min.js b/core/assets/vendor/modernizr/modernizr.min.js index 61a79c19c865c1ff340ff63c7833f56e32a5b5d8..7ac04a5f3e3300ca44318f0579113f58e042b803 100644 --- a/core/assets/vendor/modernizr/modernizr.min.js +++ b/core/assets/vendor/modernizr/modernizr.min.js @@ -1,4 +1,4 @@ /* Modernizr 2.6.2 (Custom Build) | MIT & BSD - * Build: http://modernizr.com/download/#-inputtypes-touch-cssclasses-addtest-teststyles-prefixes-elem_details + * Build: http://modernizr.com/download/#-inputtypes-svg-touch-cssclasses-addtest-teststyles-prefixes-elem_details */ -;window.Modernizr=function(a,b,c){function x(a){j.cssText=a}function y(a,b){return x(n.join(a+";")+(b||""))}function z(a,b){return typeof a===b}function A(a,b){return!!~(""+a).indexOf(b)}function B(a,b,d){for(var e in a){var f=b[a[e]];if(f!==c)return d===!1?a[e]:z(f,"function")?f.bind(d||b):f}return!1}function C(){e.inputtypes=function(a){for(var d=0,e,f,h,i=a.length;d<i;d++)k.setAttribute("type",f=a[d]),e=k.type!=="text",e&&(k.value=l,k.style.cssText="position:absolute;visibility:hidden;",/^range$/.test(f)&&k.style.WebkitAppearance!==c?(g.appendChild(k),h=b.defaultView,e=h.getComputedStyle&&h.getComputedStyle(k,null).WebkitAppearance!=="textfield"&&k.offsetHeight!==0,g.removeChild(k)):/^(search|tel)$/.test(f)||(/^(url|email)$/.test(f)?e=k.checkValidity&&k.checkValidity()===!1:e=k.value!=l)),p[a[d]]=!!e;return p}("search tel url email datetime date month week time datetime-local number range color".split(" "))}var d="2.6.2",e={},f=!0,g=b.documentElement,h="modernizr",i=b.createElement(h),j=i.style,k=b.createElement("input"),l=":)",m={}.toString,n=" -webkit- -moz- -o- -ms- ".split(" "),o={},p={},q={},r=[],s=r.slice,t,u=function(a,c,d,e){var f,i,j,k,l=b.createElement("div"),m=b.body,n=m||b.createElement("body");if(parseInt(d,10))while(d--)j=b.createElement("div"),j.id=e?e[d]:h+(d+1),l.appendChild(j);return f=["­",'<style id="s',h,'">',a,"</style>"].join(""),l.id=h,(m?l:n).innerHTML+=f,n.appendChild(l),m||(n.style.background="",n.style.overflow="hidden",k=g.style.overflow,g.style.overflow="hidden",g.appendChild(n)),i=c(l,a),m?l.parentNode.removeChild(l):(n.parentNode.removeChild(n),g.style.overflow=k),!!i},v={}.hasOwnProperty,w;!z(v,"undefined")&&!z(v.call,"undefined")?w=function(a,b){return v.call(a,b)}:w=function(a,b){return b in a&&z(a.constructor.prototype[b],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(b){var c=this;if(typeof c!="function")throw new TypeError;var d=s.call(arguments,1),e=function(){if(this instanceof e){var a=function(){};a.prototype=c.prototype;var f=new a,g=c.apply(f,d.concat(s.call(arguments)));return Object(g)===g?g:f}return c.apply(b,d.concat(s.call(arguments)))};return e}),o.touch=function(){var c;return"ontouchstart"in a||a.DocumentTouch&&b instanceof DocumentTouch?c=!0:u(["@media (",n.join("touch-enabled),("),h,")","{#modernizr{top:9px;position:absolute}}"].join(""),function(a){c=a.offsetTop===9}),c};for(var D in o)w(o,D)&&(t=D.toLowerCase(),e[t]=o[D](),r.push((e[t]?"":"no-")+t));return e.input||C(),e.addTest=function(a,b){if(typeof a=="object")for(var d in a)w(a,d)&&e.addTest(d,a[d]);else{a=a.toLowerCase();if(e[a]!==c)return e;b=typeof b=="function"?b():b,typeof f!="undefined"&&f&&(g.className+=" "+(b?"":"no-")+a),e[a]=b}return e},x(""),i=k=null,e._version=d,e._prefixes=n,e.testStyles=u,g.className=g.className.replace(/(^|\s)no-js(\s|$)/,"$1$2")+(f?" js "+r.join(" "):""),e}(this,this.document),Modernizr.addTest("details",function(){var a=document,b=a.createElement("details"),c,d,e;return"open"in b?(d=a.body||function(){var b=a.documentElement;return c=!0,b.insertBefore(a.createElement("body"),b.firstElementChild||b.firstChild)}(),b.innerHTML="<summary>a</summary>b",b.style.display="block",d.appendChild(b),e=b.offsetHeight,b.open=!0,e=e!=b.offsetHeight,d.removeChild(b),c&&d.parentNode.removeChild(d),e):!1}); +;window.Modernizr=function(a,b,c){function y(a){j.cssText=a}function z(a,b){return y(n.join(a+";")+(b||""))}function A(a,b){return typeof a===b}function B(a,b){return!!~(""+a).indexOf(b)}function C(a,b,d){for(var e in a){var f=b[a[e]];if(f!==c)return d===!1?a[e]:A(f,"function")?f.bind(d||b):f}return!1}function D(){e.inputtypes=function(a){for(var d=0,e,f,h,i=a.length;d<i;d++)k.setAttribute("type",f=a[d]),e=k.type!=="text",e&&(k.value=l,k.style.cssText="position:absolute;visibility:hidden;",/^range$/.test(f)&&k.style.WebkitAppearance!==c?(g.appendChild(k),h=b.defaultView,e=h.getComputedStyle&&h.getComputedStyle(k,null).WebkitAppearance!=="textfield"&&k.offsetHeight!==0,g.removeChild(k)):/^(search|tel)$/.test(f)||(/^(url|email)$/.test(f)?e=k.checkValidity&&k.checkValidity()===!1:e=k.value!=l)),q[a[d]]=!!e;return q}("search tel url email datetime date month week time datetime-local number range color".split(" "))}var d="2.6.2",e={},f=!0,g=b.documentElement,h="modernizr",i=b.createElement(h),j=i.style,k=b.createElement("input"),l=":)",m={}.toString,n=" -webkit- -moz- -o- -ms- ".split(" "),o={svg:"http://www.w3.org/2000/svg"},p={},q={},r={},s=[],t=s.slice,u,v=function(a,c,d,e){var f,i,j,k,l=b.createElement("div"),m=b.body,n=m||b.createElement("body");if(parseInt(d,10))while(d--)j=b.createElement("div"),j.id=e?e[d]:h+(d+1),l.appendChild(j);return f=["­",'<style id="s',h,'">',a,"</style>"].join(""),l.id=h,(m?l:n).innerHTML+=f,n.appendChild(l),m||(n.style.background="",n.style.overflow="hidden",k=g.style.overflow,g.style.overflow="hidden",g.appendChild(n)),i=c(l,a),m?l.parentNode.removeChild(l):(n.parentNode.removeChild(n),g.style.overflow=k),!!i},w={}.hasOwnProperty,x;!A(w,"undefined")&&!A(w.call,"undefined")?x=function(a,b){return w.call(a,b)}:x=function(a,b){return b in a&&A(a.constructor.prototype[b],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(b){var c=this;if(typeof c!="function")throw new TypeError;var d=t.call(arguments,1),e=function(){if(this instanceof e){var a=function(){};a.prototype=c.prototype;var f=new a,g=c.apply(f,d.concat(t.call(arguments)));return Object(g)===g?g:f}return c.apply(b,d.concat(t.call(arguments)))};return e}),p.touch=function(){var c;return"ontouchstart"in a||a.DocumentTouch&&b instanceof DocumentTouch?c=!0:v(["@media (",n.join("touch-enabled),("),h,")","{#modernizr{top:9px;position:absolute}}"].join(""),function(a){c=a.offsetTop===9}),c},p.svg=function(){return!!b.createElementNS&&!!b.createElementNS(o.svg,"svg").createSVGRect};for(var E in p)x(p,E)&&(u=E.toLowerCase(),e[u]=p[E](),s.push((e[u]?"":"no-")+u));return e.input||D(),e.addTest=function(a,b){if(typeof a=="object")for(var d in a)x(a,d)&&e.addTest(d,a[d]);else{a=a.toLowerCase();if(e[a]!==c)return e;b=typeof b=="function"?b():b,typeof f!="undefined"&&f&&(g.className+=" "+(b?"":"no-")+a),e[a]=b}return e},y(""),i=k=null,e._version=d,e._prefixes=n,e.testStyles=v,g.className=g.className.replace(/(^|\s)no-js(\s|$)/,"$1$2")+(f?" js "+s.join(" "):""),e}(this,this.document),Modernizr.addTest("details",function(){var a=document,b=a.createElement("details"),c,d,e;return"open"in b?(d=a.body||function(){var b=a.documentElement;return c=!0,b.insertBefore(a.createElement("body"),b.firstElementChild||b.firstChild)}(),b.innerHTML="<summary>a</summary>b",b.style.display="block",d.appendChild(b),e=b.offsetHeight,b.open=!0,e=e!=b.offsetHeight,d.removeChild(b),c&&d.parentNode.removeChild(d),e):!1}); diff --git a/core/misc/icons/000000/barchart.png b/core/misc/icons/000000/barchart.png new file mode 100644 index 0000000000000000000000000000000000000000..a2a9f41991d7321432aa12775a40339f8bdd2adb --- /dev/null +++ b/core/misc/icons/000000/barchart.png @@ -0,0 +1,3 @@ +‰PNG + +��� IHDR���������'€Õ†���>IDATxc@ ÿ¡p>ªn…ûZáz ‚ë )üƒCC¡ƒ*Pˆ`Ž …èÑ�dA`�Z¢ :��ÃÁß*rÕ¨����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/000000/barchart.svg b/core/misc/icons/000000/barchart.svg new file mode 100644 index 0000000000000000000000000000000000000000..5b6e4cf7fc604b0640a154fb3ef870cec0ec2756 --- /dev/null +++ b/core/misc/icons/000000/barchart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><g><path fill="#000000" d="M4 13.529c0 .275-.225.5-.5.5h-3c-.275 0-.5-.225-.5-.5v-4.25c0-.274.225-.5.5-.5h3c.275 0 .5.226.5.5v4.25zM10.002 13.529c0 .275-.225.5-.5.5h-3.002c-.275 0-.5-.225-.5-.5v-13c0-.275.225-.5.5-.5h3.002c.275 0 .5.225.5.5v13zM16.002 13.529c0 .275-.225.5-.5.5h-3c-.275 0-.5-.225-.5-.5v-9.5c0-.275.225-.5.5-.5h3c.275 0 .5.225.5.5v9.5z"/></g></svg> diff --git a/core/misc/icons/000000/file.png b/core/misc/icons/000000/file.png new file mode 100644 index 0000000000000000000000000000000000000000..e5c792a5dbc0c700aab575c5c70899af7d7483e9 --- /dev/null +++ b/core/misc/icons/000000/file.png @@ -0,0 +1,4 @@ +‰PNG + +��� IHDR���������‰ ���]IDAT8Ëc` 10�âýh¸*W@Ž@ü ï‡ÊØó©m Ɇc I†k ц’b Q†â3°&Ù@N€ÊaÃäˆPÛÀ†QGº +XÊCBXaH�h !Ñ����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/000000/file.svg b/core/misc/icons/000000/file.svg new file mode 100644 index 0000000000000000000000000000000000000000..21e8f7076a3f0a47a71f7ce47ec02d0e03657c8a --- /dev/null +++ b/core/misc/icons/000000/file.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><g><path fill="#000000" d="M12.502 7h-5c-.276 0-.502-.225-.502-.5v-5c0-.275-.225-.5-.5-.5h-3c-.275 0-.5.225-.5.5v12.029c0 .275.225.5.5.5h9.002c.275 0 .5-.225.5-.5v-6.029c0-.275-.225-.5-.5-.5zM8.502 6h4c.275 0 .34-.159.146-.354l-4.293-4.292c-.195-.195-.353-.129-.353.146v4c0 .275.225.5.5.5z"/></g></svg> diff --git a/core/misc/icons/000000/orgchart.png b/core/misc/icons/000000/orgchart.png new file mode 100644 index 0000000000000000000000000000000000000000..085b4d55b38d3599a7e3bf651c15224bb357fdd1 --- /dev/null +++ b/core/misc/icons/000000/orgchart.png @@ -0,0 +1,3 @@ +‰PNG + +��� IHDR���������'€Õ†���—IDATx’a „0FŸ$ “pNæ •0)“0 ½¤iš…,ôîÞûSò}ƒ�åNJÂuß<R£x}Y̾ÑÖÙH(ùýò"%¼¬(”pÇ9胃‚!hbÃèvªºâQu‡¥F³`ù2žêOÅ5ÏÕŸS W¿0ÒyÜ+®ä^ì>ôÕšÍé0ŽåâÞӜ̘žüÅ=ª����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/000000/orgchart.svg b/core/misc/icons/000000/orgchart.svg new file mode 100644 index 0000000000000000000000000000000000000000..7010a982d16074252ca9d5aff7a6ee7a1b700501 --- /dev/null +++ b/core/misc/icons/000000/orgchart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px"><path d="M15.002,11.277c0-0.721,0-1.471,0-2.014c0-1.456-0.824-2.25-2.25-2.25c-1.428,0-3.5,0-3.5,0c-0.139,0-0.25-0.112-0.25-0.25v-2.04c0.596-0.346,1-0.984,1-1.723c0-1.104-0.895-2-2-2C6.896,1,6,1.896,6,3c0,0.738,0.405,1.376,1,1.722v2.042c0,0.138-0.112,0.25-0.25,0.25c0,0-2.138,0-3.5,0S1,7.932,1,9.266c0,0.521,0,1.277,0,2.012c-0.595,0.353-1,0.984-1,1.729c0,1.104,0.896,2,2,2s2-0.896,2-2c0-0.732-0.405-1.377-1-1.729V9.266c0-0.139,0.112-0.25,0.25-0.25h3.536C6.904,9.034,7,9.126,7,9.25v2.027C6.405,11.624,6,12.26,6,13c0,1.104,0.896,2,2.002,2c1.105,0,2-0.896,2-2c0-0.738-0.404-1.376-1-1.723V9.25c0-0.124,0.098-0.216,0.215-0.234h3.535c0.137,0,0.25,0.111,0.25,0.25v2.012c-0.596,0.353-1,0.984-1,1.729c0,1.104,0.896,2,2,2s2-0.896,2-2C16.002,12.262,15.598,11.623,15.002,11.277z"/></svg> diff --git a/core/misc/icons/000000/paintbrush.png b/core/misc/icons/000000/paintbrush.png new file mode 100644 index 0000000000000000000000000000000000000000..ac4a53795ccb2093eb9d529fe1fa06e58ef10b01 --- /dev/null +++ b/core/misc/icons/000000/paintbrush.png @@ -0,0 +1,3 @@ +‰PNG + +��� IHDR���������'€Õ†���‘IDATxÐQ‰Æ0FÑ#¡*!*e%TBTB$¬„Jˆ„J ³ü°,Â&÷{=ÌÃèjÒaZ•RØVØgm¥PWXµçœA‘Ž9ƒ¯þ*†^ÙÓSX•zˆ¢ eí£—pv,݆^ý¥j3lû n͘"¤p¹gtwÙAQÐÑWño›öK¿Y£iÅãuXï+oüçqÂÓ����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/000000/paintbrush.svg b/core/misc/icons/000000/paintbrush.svg new file mode 100644 index 0000000000000000000000000000000000000000..947436d2bf9675f940e683aafcac9a5cc2c59488 --- /dev/null +++ b/core/misc/icons/000000/paintbrush.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#000000" d="M8.184 7.928l-1.905 1.983-3.538-2.436 4.714-4.713 2.623 3.183-1.894 1.983zm-1.746-7.523c-.236-.416-.803-.649-1.346.083-.259.349-4.727 4.764-4.91 4.983-.182.218-.294.721.044.976.34.258 5.611 3.933 5.611 3.933l-.225.229c.7.729.816.854 1.046.863.75.016 2.035-1.457 2.578-.854.541.604 3.537 3.979 3.537 3.979.51.531 1.305.559 1.815.041.521-.521.541-1.311.025-1.848 0 0-2.742-2.635-3.904-3.619-.578-.479.869-2.051.854-2.839-.008-.238-.125-.361-.823-1.095l-.22.243c0 .003-3.846-4.659-4.082-5.075z"/></svg> diff --git a/core/misc/icons/000000/people.png b/core/misc/icons/000000/people.png new file mode 100644 index 0000000000000000000000000000000000000000..ec5a5ae6edf375299dcd20a0268f2f78a745ed64 --- /dev/null +++ b/core/misc/icons/000000/people.png @@ -0,0 +1,3 @@ +‰PNG + +��� IHDR���������'€Õ†��� IDATx‘Q †0OB% “€„I™$L*á—€$ô!ÍÚdw»ð‘ gG1ŒŽ°äÆ^/lpAaùþ/Ó7TåDHˆ‡8‡¯“éï‘�Ïâ}vl°‘¨–y(4Ÿ áG=ìᕌł-ܪâXò ãβN aaÁÆ5\ø6{JÅ’J%q`OŠÍüþ-´Â1š¨í@����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/000000/people.svg b/core/misc/icons/000000/people.svg new file mode 100644 index 0000000000000000000000000000000000000000..c63938ccb76a05cd5e0a5214b23fa69406765a42 --- /dev/null +++ b/core/misc/icons/000000/people.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><g><path fill="#000000" d="M6.722 11.291l.451-.17-.165-.32c-.536-1.039-.685-1.934-.761-2.672-.082-.808-.144-2.831 1.053-4.189.244-.278.493-.493.743-.675.012-.826-.135-1.766-.646-2.345-.618-.7-1.4-.787-1.4-.787l-.497-.055-.498.055s-.783.087-1.398.787c-.617.702-.717 1.948-.625 2.855.06.583.17 1.263.574 2.05.274.533.341.617.355 1.01.022.595.027 1.153-.671 1.538-.697.383-1.564.508-2.403 1.088-.596.41-.709 1.033-.78 1.459l-.051.41c-.029.273.173.498.448.498h5.012c.457-.24.89-.402 1.259-.537zM5.064 15.096c.07-.427.184-1.05.78-1.46.838-.581 1.708-.706 2.404-1.089.699-.385.693-.943.672-1.537-.014-.393-.08-.477-.354-1.01-.406-.787-.515-1.467-.576-2.049-.093-.909.008-2.155.625-2.856.615-.7 1.398-.787 1.398-.787l.492-.055h.002l.496.055s.781.087 1.396.787c.615.701.72 1.947.623 2.855-.062.583-.172 1.262-.571 2.049-.271.533-.341.617-.354 1.01-.021.595-.062 1.22.637 1.604.697.385 1.604.527 2.438 1.104.923.641.822 1.783.822 1.783-.022.275-.269.5-.542.5h-9.991c-.275 0-.477-.223-.448-.496l.051-.408z"/></g></svg> diff --git a/core/misc/icons/000000/puzzlepiece.png b/core/misc/icons/000000/puzzlepiece.png new file mode 100644 index 0000000000000000000000000000000000000000..17fbfe4dda170a132d625062f0805eee9c4413f7 --- /dev/null +++ b/core/misc/icons/000000/puzzlepiece.png @@ -0,0 +1,5 @@ +‰PNG + +��� IHDR���������'€Õ†���IDATxc€‚†ÿHP'h@Qè€[¡Ã{¸²óx�Ã}°²õ€\¡�vÿqÂûÄ*üO}…0/±~… 硬õ0…„!Š/÷á{B +à?¡‰…%Ú<“�7Êx(Á�L0 @))(@%Þ +Ç0?®�o€C˜UP˜À@S��ìNÍš(âÀ{����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/000000/puzzlepiece.svg b/core/misc/icons/000000/puzzlepiece.svg new file mode 100644 index 0000000000000000000000000000000000000000..04cf0750c12e576d17afad9da633cd7342bf47ef --- /dev/null +++ b/core/misc/icons/000000/puzzlepiece.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#000000" d="M11.002 11v2.529c0 .275-.225.471-.5.471h-3c-.827 0-1.112-.754-.604-1.316l.81-.725c.509-.562.513-1.461-.097-2.01-.383-.344-1.027-.728-2.111-.728s-1.727.386-2.109.731c-.609.549-.606 1.45-.097 2.015l.808.717c.509.562.223 1.316-.602 1.316h-3c-.276 0-.5-.193-.5-.471v-9.029c0-.276.224-.5.5-.5h3c.825 0 1.111-.768.602-1.332l-.808-.73c-.51-.563-.513-1.465.097-2.014.382-.344 1.025-.731 2.109-.731s1.728.387 2.111.731c.608.548.606 1.45.097 2.014l-.81.73c-.509.564-.223 1.332.603 1.332h3c.274 0 .5.224.5.5v2.5c0 .825.642 1.111 1.233.602l.771-.808c.599-.51 1.547-.513 2.127.097.364.383.772 1.025.772 2.109s-.408 1.727-.771 2.109c-.58.604-1.529.604-2.127.097l-.77-.808c-.593-.509-1.234-.223-1.234.602z"/></svg> diff --git a/core/misc/icons/000000/questionmark-disc.png b/core/misc/icons/000000/questionmark-disc.png new file mode 100644 index 0000000000000000000000000000000000000000..ddc576abc7c673b81d30ee1bde4c181508bac01d --- /dev/null +++ b/core/misc/icons/000000/questionmark-disc.png @@ -0,0 +1,3 @@ +‰PNG + +��� IHDR���������'€Õ†���¢IDATx’Q †PFO#Fù£ÜD1Œ`"øoÎCž.¼¸oÇïÌ s#(ö¬"´³`\eõÛå\Í:»-°“ €#ÐlÅ2l^¶Ð†Ho`gg4òGŸ1Øï§0² Äel|Ë<“\oì$“³S{ÍR4,µï‘*Z@¯|�0Š¸ü…Ô$è¬å(Zµ#“gÖîÌü#ÎÒä¤Æ%ê����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/000000/questionmark-disc.svg b/core/misc/icons/000000/questionmark-disc.svg new file mode 100644 index 0000000000000000000000000000000000000000..e65b2c4f6d5cbcb007394f377b2f37de17c3d3f0 --- /dev/null +++ b/core/misc/icons/000000/questionmark-disc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#000000" d="M8.002 1c-3.868 0-7.002 3.134-7.002 7s3.134 7 7.002 7c3.865 0 7-3.134 7-7s-3.135-7-7-7zm3 5c0 .551-.16 1.085-.477 1.586l-.158.22c-.07.093-.189.241-.361.393-.168.148-.35.299-.545.447l-.203.189-.141.129-.096.17-.021.235v.63h-2.001v-.704c.026-.396.078-.73.204-.999.125-.269.271-.498.439-.688l.225-.21-.01-.015.176-.14.137-.128c.186-.139.357-.277.516-.417l.148-.18c.098-.152.168-.323.168-.518 0-.552-.447-1-1-1s-1.002.448-1.002 1h-2c0-1.657 1.343-3 3.002-3 1.656 0 3 1.343 3 3zm-1.75 6.619c0 .344-.281.625-.625.625h-1.25c-.345 0-.626-.281-.626-.625v-1.238c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625v1.238z"/></svg> diff --git a/core/misc/icons/000000/wrench.png b/core/misc/icons/000000/wrench.png new file mode 100644 index 0000000000000000000000000000000000000000..f1f7fa33a10f63f7744d5283beea0fa9d8885e61 --- /dev/null +++ b/core/misc/icons/000000/wrench.png @@ -0,0 +1,3 @@ +‰PNG + +��� IHDR���������'€Õ†���~IDATx½ÌA Ã0…á‚! B!B!”A!J!B ‚+MÖrˆ¥ú´ÿ]?="aà8å¡wPÇêô éÅL„%G!2<Ö28iÿÁ-‡Î‰M–?v<ÙÎ’âé”%«ÓƒQ¥BûnÏi–þ…nUzAv¨Ñ“‡¡Þ ‰A:7 ø����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/000000/wrench.svg b/core/misc/icons/000000/wrench.svg new file mode 100644 index 0000000000000000000000000000000000000000..373134aa9515fa8aefeba8ea17a0a00441a2ef5b --- /dev/null +++ b/core/misc/icons/000000/wrench.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#000000" d="M14.416 11.586l-.01-.008v-.001l-5.656-5.656c.15-.449.252-.921.252-1.421 0-2.485-2.016-4.5-4.502-4.5-.505 0-.981.102-1.434.255l2.431 2.431-.588 2.196-2.196.588-2.445-2.445c-.162.464-.268.956-.268 1.475 0 2.486 2.014 4.5 4.5 4.5.5 0 .972-.102 1.421-.251l5.667 5.665c.781.781 2.047.781 2.828 0s.781-2.047 0-2.828z"/></svg> diff --git a/core/misc/icons/5181c6/chevron-disc-down.png b/core/misc/icons/5181c6/chevron-disc-down.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b004191cb3d6c396d8abc1038e0ff884cff442 --- /dev/null +++ b/core/misc/icons/5181c6/chevron-disc-down.png @@ -0,0 +1,3 @@ +‰PNG + +��� IHDR���������óÿa���žIDATxÚµ“Ë€ D-R(Á´J ¬„,Á›×”B ˜Ãâ�ñƒ£2óìÌ.$î—5N«bãØ«³ek Û+³gbþìäø�Wׄ½'hPÄ:ešI.{h¦dÖÐû²@ŒÊB–̬ªÌe€Á’fàDDˆ0˜»)j¦«)ˆ2±¯^â«¿ðéoÜ�Ò£hµŽò����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/5181c6/chevron-disc-down.svg b/core/misc/icons/5181c6/chevron-disc-down.svg new file mode 100644 index 0000000000000000000000000000000000000000..6707c3038f6986c0842a77c70b8cfa8c84a0323e --- /dev/null +++ b/core/misc/icons/5181c6/chevron-disc-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#5181C6" d="M8.002 1c-3.869 0-7.002 3.134-7.002 7s3.133 7 7.002 7c3.865 0 7-3.134 7-7s-3.135-7-7-7zm4.459 6.336l-4.105 4.105c-.196.189-.515.189-.708 0l-4.107-4.105c-.194-.194-.194-.513 0-.707l.977-.978c.194-.194.513-.194.707 0l2.422 2.421c.192.195.513.195.708 0l2.422-2.42c.188-.194.512-.194.707 0l.977.977c.193.194.193.513 0 .707z"/></svg> diff --git a/core/misc/icons/5181c6/chevron-disc-up.png b/core/misc/icons/5181c6/chevron-disc-up.png new file mode 100644 index 0000000000000000000000000000000000000000..d3a71e875f1c33a4bd489fac3615101604bffe3b --- /dev/null +++ b/core/misc/icons/5181c6/chevron-disc-up.png @@ -0,0 +1,4 @@ +‰PNG + +��� IHDR���������óÿa���˜IDATxÚµ“Á € EQpƒŽÀuGpo^…°$6цo4h“Âáÿ¶´t¿Ä0®N •ã£„\! ñN<bB™óøÒ3({|9A;N ˆ&�&¤ÄÈ„ÍÜK9É\3ð'qÒ~O&¾V™ +‚ŠÍ£SÁ)XÐZö 6mbË_àOã£þIû����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/5181c6/chevron-disc-up.svg b/core/misc/icons/5181c6/chevron-disc-up.svg new file mode 100644 index 0000000000000000000000000000000000000000..d94365fe8d24688c1104a3f500fedcaf05e1f1f1 --- /dev/null +++ b/core/misc/icons/5181c6/chevron-disc-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#5181C6" d="M8.002 1c-3.867 0-7.002 3.134-7.002 7s3.135 7 7.002 7 7-3.134 7-7-3.133-7-7-7zm4.462 8.37l-.979.979c-.19.19-.516.19-.707 0l-2.422-2.419c-.196-.194-.515-.194-.708 0l-2.423 2.417c-.194.193-.513.193-.707 0l-.977-.976c-.194-.194-.194-.514 0-.707l4.106-4.106c.193-.194.515-.194.708 0l4.109 4.105c.19.192.19.513 0 .707z"/></svg> diff --git a/core/misc/icons/5181c6/twistie-down.png b/core/misc/icons/5181c6/twistie-down.png new file mode 100644 index 0000000000000000000000000000000000000000..90e78f5d8ac141fd874e7b04784d33ad33e87b32 --- /dev/null +++ b/core/misc/icons/5181c6/twistie-down.png @@ -0,0 +1,4 @@ +‰PNG + +��� IHDR���������óÿa���QIDAT8Ëc`ÔLjŸ˜Äÿ‰Àóq �Äç hÉàó†¿Ç¡$®@LXà0 €Ô�EÖÜ@N¬¬‡j^On´ +@]"0ŒS/�ìX‹»vbu����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/5181c6/twistie-down.svg b/core/misc/icons/5181c6/twistie-down.svg new file mode 100644 index 0000000000000000000000000000000000000000..7d04606bc76030c1be2bf5d42aa34952d7b3eabc --- /dev/null +++ b/core/misc/icons/5181c6/twistie-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#5181C6" d="M2.611 5.393c-.17-.216-.084-.393.191-.393h10.397c.275 0 .361.177.191.393l-5.08 6.464c-.17.216-.452.216-.622 0l-5.077-6.464z"/></svg> diff --git a/core/misc/icons/5181c6/twistie-up.png b/core/misc/icons/5181c6/twistie-up.png new file mode 100644 index 0000000000000000000000000000000000000000..3f660d97b1c28dfe740170ae660a499e5cf725c6 --- /dev/null +++ b/core/misc/icons/5181c6/twistie-up.png @@ -0,0 +1,4 @@ +‰PNG + +��� IHDR���������óÿa���TIDAT8Ëc`xA`ã1 n�Ñä°ˆÿƒhr47@5Ãp)šÐ4Ãp�1š€ø=@â +„í<Í0|g %æÐÃóñQx4‘#��Ù°‹»(g����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/5181c6/twistie-up.svg b/core/misc/icons/5181c6/twistie-up.svg new file mode 100644 index 0000000000000000000000000000000000000000..f25f88937d54fcd92c0f95edda08763b6540c4ab --- /dev/null +++ b/core/misc/icons/5181c6/twistie-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#5181C6" d="M13.391 10.607c.17.216.084.393-.191.393h-10.398c-.275 0-.361-.177-.191-.393l5.08-6.464c.17-.216.45-.216.62 0l5.08 6.464z"/></svg> diff --git a/core/misc/icons/787878/barchart.png b/core/misc/icons/787878/barchart.png new file mode 100644 index 0000000000000000000000000000000000000000..81e406c413d8b8eb867b2d0da2c08218305084c2 --- /dev/null +++ b/core/misc/icons/787878/barchart.png @@ -0,0 +1,5 @@ +‰PNG + +��� IHDR���������'€Õ†���GIDATxc@ ÿ¡p~2d@á"+Ü?Ð +×i\OHá +*ÀP€Bs$)DD;X"�È‚À�ôDA$$Z!�8z&FÈ}����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/barchart.svg b/core/misc/icons/787878/barchart.svg new file mode 100644 index 0000000000000000000000000000000000000000..1929619481207f7c7329dcddc9cb8cb605587a6d --- /dev/null +++ b/core/misc/icons/787878/barchart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><g><path fill="#787878" d="M4 13.529c0 .275-.225.5-.5.5h-3c-.275 0-.5-.225-.5-.5v-4.25c0-.274.225-.5.5-.5h3c.275 0 .5.226.5.5v4.25zM10.002 13.529c0 .275-.225.5-.5.5h-3.002c-.275 0-.5-.225-.5-.5v-13c0-.275.225-.5.5-.5h3.002c.275 0 .5.225.5.5v13zM16.002 13.529c0 .275-.225.5-.5.5h-3c-.275 0-.5-.225-.5-.5v-9.5c0-.275.225-.5.5-.5h3c.275 0 .5.225.5.5v9.5z"/></g></svg> diff --git a/core/misc/icons/787878/chevron-disc-down.png b/core/misc/icons/787878/chevron-disc-down.png new file mode 100644 index 0000000000000000000000000000000000000000..545b8ac9e86ac0e690efd7cef4c14e9c37b23044 --- /dev/null +++ b/core/misc/icons/787878/chevron-disc-down.png @@ -0,0 +1,4 @@ +‰PNG + +��� IHDR���������µú7ê���IDATx•‘Q à E‘ð¤T& |ÞOœTÂ$LR°ÑËr’6ûèz’æ’{ò(%ýñ(TÔLQ(-ü2UCoªga%ìB¨ç +Ú‚áW†âŠ]Ä1sw*‡ÐóL›•¡mæ¼6APWXy¹Žï„'J¢f‚¿…ÚN’©9›èJ½ñ'oÜü¾Íî÷‚Ö›Ð����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/chevron-disc-down.svg b/core/misc/icons/787878/chevron-disc-down.svg new file mode 100644 index 0000000000000000000000000000000000000000..b3081503ee7ba9fe9f30c78c5b3c4de6a82d4179 --- /dev/null +++ b/core/misc/icons/787878/chevron-disc-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#787878" d="M8.002 1c-3.869 0-7.002 3.134-7.002 7s3.133 7 7.002 7c3.865 0 7-3.134 7-7s-3.135-7-7-7zm4.459 6.336l-4.105 4.105c-.196.189-.515.189-.708 0l-4.107-4.105c-.194-.194-.194-.513 0-.707l.977-.978c.194-.194.513-.194.707 0l2.422 2.421c.192.195.513.195.708 0l2.422-2.42c.188-.194.512-.194.707 0l.977.977c.193.194.193.513 0 .707z"/></svg> diff --git a/core/misc/icons/787878/chevron-disc-up.png b/core/misc/icons/787878/chevron-disc-up.png new file mode 100644 index 0000000000000000000000000000000000000000..ec9982ec8265bdb5ff10bfec4857c5ef88e11909 --- /dev/null +++ b/core/misc/icons/787878/chevron-disc-up.png @@ -0,0 +1,3 @@ +‰PNG + +��� IHDR���������µú7ê���ŽIDATx•‘_ ƒ!Ä‘P)“€„I¨„>Þc a&á“R ”Kö-ãÒ„ä~”þ)žRÊTÁ[†Àc)`;Ðh.5¶”O@Àäj~$PЖ|@Dà›]6Ä'@û‚{"7uØYM$R™A_®«Øè÷ƒ5°Š]œÎÁ~Oòdþ¹¬/Û|Um÷?Í´Œ����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/chevron-disc-up.svg b/core/misc/icons/787878/chevron-disc-up.svg new file mode 100644 index 0000000000000000000000000000000000000000..13d86d925e20bbf4cc528f49082212c143a75ffe --- /dev/null +++ b/core/misc/icons/787878/chevron-disc-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#787878" d="M8.002 1c-3.867 0-7.002 3.134-7.002 7s3.135 7 7.002 7 7-3.134 7-7-3.133-7-7-7zm4.462 8.37l-.979.979c-.19.19-.516.19-.707 0l-2.422-2.419c-.196-.194-.515-.194-.708 0l-2.423 2.417c-.194.193-.513.193-.707 0l-.977-.976c-.194-.194-.194-.514 0-.707l4.106-4.106c.193-.194.515-.194.708 0l4.109 4.105c.19.192.19.513 0 .707z"/></svg> diff --git a/core/misc/icons/787878/file.png b/core/misc/icons/787878/file.png new file mode 100644 index 0000000000000000000000000000000000000000..e88cc0510164e75727ef614d80d538a30e7c9f0c --- /dev/null +++ b/core/misc/icons/787878/file.png @@ -0,0 +1,5 @@ +‰PNG + +��� IHDR���������'€Õ†���[IDATxc TTì‡Âþ +†Š Fƒ0†CÅ*e�’ó‰TUJX!T)a…0¥"”âWØ€€XÂa‡€ +qÀ"‚,U¨P±T€)$IT�•µ]Ðf¹À����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/file.svg b/core/misc/icons/787878/file.svg new file mode 100644 index 0000000000000000000000000000000000000000..affde4c834e7f7749bcff5b6a407c4911ca48c03 --- /dev/null +++ b/core/misc/icons/787878/file.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><g><path fill="#787878" d="M12.502 7h-5c-.276 0-.502-.225-.502-.5v-5c0-.275-.225-.5-.5-.5h-3c-.275 0-.5.225-.5.5v12.029c0 .275.225.5.5.5h9.002c.275 0 .5-.225.5-.5v-6.029c0-.275-.225-.5-.5-.5zM8.502 6h4c.275 0 .34-.159.146-.354l-4.293-4.292c-.195-.195-.353-.129-.353.146v4c0 .275.225.5.5.5z"/></g></svg> diff --git a/core/misc/icons/787878/orgchart.png b/core/misc/icons/787878/orgchart.png new file mode 100644 index 0000000000000000000000000000000000000000..75470862373119e22c6dcec1a385966ab80d9bb0 --- /dev/null +++ b/core/misc/icons/787878/orgchart.png @@ -0,0 +1,3 @@ +‰PNG + +��� IHDR���������'€Õ†���¢IDATx¥’Qà D‘€„J@*¡øÜOœ á$ H ƒî´aÒ4ïçvö%390—äæ›)âŽ6xìÅH1ã^´(ªØ‘x~ïÑ“¤¢À“Û[t¨h*|EãŽÜÅ¢oÅôŠ¹j«bÖâèg²æ_Ä€¦„åÂÙ4²:B¶£î+1É,–1–å5ckà ¨8-æ‹ËÖà$OíTMk–2G����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/orgchart.svg b/core/misc/icons/787878/orgchart.svg new file mode 100644 index 0000000000000000000000000000000000000000..84888948aef28f7a0543b4ff85c08b2161576ff4 --- /dev/null +++ b/core/misc/icons/787878/orgchart.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px"><path fill="#787878" d="M15.002,11.277c0-0.721,0-1.471,0-2.014c0-1.456-0.824-2.25-2.25-2.25c-1.428,0-3.5,0-3.5,0c-0.139,0-0.25-0.112-0.25-0.25v-2.04c0.596-0.346,1-0.984,1-1.723c0-1.104-0.895-2-2-2C6.896,1,6,1.896,6,3c0,0.738,0.405,1.376,1,1.722v2.042c0,0.138-0.112,0.25-0.25,0.25c0,0-2.138,0-3.5,0S1,7.932,1,9.266c0,0.521,0,1.277,0,2.012c-0.595,0.353-1,0.984-1,1.729c0,1.104,0.896,2,2,2s2-0.896,2-2c0-0.732-0.405-1.377-1-1.729V9.266c0-0.139,0.112-0.25,0.25-0.25h3.536C6.904,9.034,7,9.126,7,9.25v2.027C6.405,11.624,6,12.26,6,13c0,1.104,0.896,2,2.002,2c1.105,0,2-0.896,2-2c0-0.738-0.404-1.376-1-1.723V9.25c0-0.124,0.098-0.216,0.215-0.234h3.535c0.137,0,0.25,0.111,0.25,0.25v2.012c-0.596,0.353-1,0.984-1,1.729c0,1.104,0.896,2,2,2s2-0.896,2-2C16.002,12.262,15.598,11.623,15.002,11.277z"/></svg> diff --git a/core/misc/icons/787878/paintbrush.png b/core/misc/icons/787878/paintbrush.png new file mode 100644 index 0000000000000000000000000000000000000000..4f360d99c0c2a0bf31d413f85af80c6a4464597d --- /dev/null +++ b/core/misc/icons/787878/paintbrush.png @@ -0,0 +1,4 @@ +‰PNG + +��� IHDR���������'€Õ†���§IDATx}ÐQ à …a$ H¨”IèãÿX•€„I¨$ ,,,9iOÖÿ©É—›{ úQl—þƒNôPتZ¨lÕ)>X!ÑÙ T¶fåçQŽÍ^÷©Á²Yc( ìtà +ã™J'ûU8;ÖNzÜé|£q‘ä¸â&Îâi•¨Pë:§Ré·©Ò€Oi#ÿ‡‘ºèÛBC/…¾ÌEcóÐöóì(»GE����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/paintbrush.svg b/core/misc/icons/787878/paintbrush.svg new file mode 100644 index 0000000000000000000000000000000000000000..fdbd29650a169677b79320a3a185d6774561cc33 --- /dev/null +++ b/core/misc/icons/787878/paintbrush.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#787878" d="M8.184 7.928l-1.905 1.983-3.538-2.436 4.714-4.713 2.623 3.183-1.894 1.983zm-1.746-7.523c-.236-.416-.803-.649-1.346.083-.259.349-4.727 4.764-4.91 4.983-.182.218-.294.721.044.976.34.258 5.611 3.933 5.611 3.933l-.225.229c.7.729.816.854 1.046.863.75.016 2.035-1.457 2.578-.854.541.604 3.537 3.979 3.537 3.979.51.531 1.305.559 1.815.041.521-.521.541-1.311.025-1.848 0 0-2.742-2.635-3.904-3.619-.578-.479.869-2.051.854-2.839-.008-.238-.125-.361-.823-1.095l-.22.243c0 .003-3.846-4.659-4.082-5.075z"/></svg> diff --git a/core/misc/icons/787878/pencil.png b/core/misc/icons/787878/pencil.png new file mode 100644 index 0000000000000000000000000000000000000000..307f9cd4866de9d17a518ced7b2bb42dbc1f3692 --- /dev/null +++ b/core/misc/icons/787878/pencil.png @@ -0,0 +1,3 @@ +‰PNG + +��� IHDR���������‰ ���wIDAT8Ëc`, ¢¢"ˆ×±µûÅï)2¨YÉ0ÊjrÀâB^O®7çã0´€Ü0Ãfè|JC7Ô€†Áp5 ›?jQ9€<ÈM"¤$�Âø19.;ÅÐùä– ë¡ JQ‘ôjhÌÀA�]Î(Mæº&����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/pencil.svg b/core/misc/icons/787878/pencil.svg new file mode 100644 index 0000000000000000000000000000000000000000..ca821f305df714264bf02c301a437fd0df01582e --- /dev/null +++ b/core/misc/icons/787878/pencil.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><g><path fill="#787878" d="M14.545 3.042l-1.586-1.585c-.389-.389-1.025-.389-1.414 0l-1.293 1.293 3 3 1.293-1.293c.389-.389.389-1.026 0-1.415z"/><rect fill="#787878" x="5.129" y="3.8" transform="matrix(-.707 -.707 .707 -.707 6.189 20.064)" width="4.243" height="9.899"/><path fill="#787878" d="M.908 14.775c-.087.262.055.397.316.312l2.001-.667-1.65-1.646-.667 2.001z"/></g></svg> diff --git a/core/misc/icons/787878/people.png b/core/misc/icons/787878/people.png new file mode 100644 index 0000000000000000000000000000000000000000..1becef9809d00b7f2c4c62447899669ea85d5a78 --- /dev/null +++ b/core/misc/icons/787878/people.png @@ -0,0 +1,3 @@ +‰PNG + +��� IHDR���������'€Õ†���¯IDATxÑA „0…áJ H@ÂH@Be¼c H¨„•€„J˜%Ͷ/Óf ü_:C íÁŠ»; s|½`¿Î'¨0ö“ƒú~ oF_•Eä»2Bé0"`çé„V”q_BXa`i„±Cý ¥CqpkPêvlå_ª- fØ4Š·šùÕ6TÜð°8v@T¹'/œ;ú”;÷2â·°ÝAž6÷~í®{àú:3±����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/people.svg b/core/misc/icons/787878/people.svg new file mode 100644 index 0000000000000000000000000000000000000000..9b9c6640c4471dbb2c70bd24f9ccc47962226026 --- /dev/null +++ b/core/misc/icons/787878/people.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><g><path fill="#787878" d="M6.722 11.291l.451-.17-.165-.32c-.536-1.039-.685-1.934-.761-2.672-.082-.808-.144-2.831 1.053-4.189.244-.278.493-.493.743-.675.012-.826-.135-1.766-.646-2.345-.618-.7-1.4-.787-1.4-.787l-.497-.055-.498.055s-.783.087-1.398.787c-.617.702-.717 1.948-.625 2.855.06.583.17 1.263.574 2.05.274.533.341.617.355 1.01.022.595.027 1.153-.671 1.538-.697.383-1.564.508-2.403 1.088-.596.41-.709 1.033-.78 1.459l-.051.41c-.029.273.173.498.448.498h5.012c.457-.24.89-.402 1.259-.537zM5.064 15.096c.07-.427.184-1.05.78-1.46.838-.581 1.708-.706 2.404-1.089.699-.385.693-.943.672-1.537-.014-.393-.08-.477-.354-1.01-.406-.787-.515-1.467-.576-2.049-.093-.909.008-2.155.625-2.856.615-.7 1.398-.787 1.398-.787l.492-.055h.002l.496.055s.781.087 1.396.787c.615.701.72 1.947.623 2.855-.062.583-.172 1.262-.571 2.049-.271.533-.341.617-.354 1.01-.021.595-.062 1.22.637 1.604.697.385 1.604.527 2.438 1.104.923.641.822 1.783.822 1.783-.022.275-.269.5-.542.5h-9.991c-.275 0-.477-.223-.448-.496l.051-.408z"/></g></svg> diff --git a/core/misc/icons/787878/push-left.png b/core/misc/icons/787878/push-left.png new file mode 100644 index 0000000000000000000000000000000000000000..3e8f0dfed955f5a26201c9b85bab6a409cdb636e --- /dev/null +++ b/core/misc/icons/787878/push-left.png @@ -0,0 +1,4 @@ +‰PNG + +��� IHDR���������'€Õ†���]IDATxµÑ± À0DQFÉŒÄW²™GòD¢¸"H†"æ·¯@ ÿ<3È9Adë:Tø*6Ö’6œYdŸ*|ȨˆÌlI7ó +IÛóúý_sÝΚÃ0L²’^����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/push-left.svg b/core/misc/icons/787878/push-left.svg new file mode 100644 index 0000000000000000000000000000000000000000..dc053baf435666a2020dc5b6099826ac1a93aa67 --- /dev/null +++ b/core/misc/icons/787878/push-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><g><path fill="#787878" d="M2.5 2h-2.491v12.029h2.491c.276 0 .5-.225.5-.5v-11.029c0-.276-.224-.5-.5-.5zM14.502 6.029h-4c-.275 0-.5-.225-.5-.5v-1c0-.275-.16-.341-.354-.146l-3.294 3.292c-.194.194-.194.513 0 .708l3.294 3.293c.188.193.354.129.354-.146v-1c0-.271.227-.5.5-.5h4c.275 0 .5-.225.5-.5v-3c0-.276-.225-.501-.5-.501z"/></g></svg> diff --git a/core/misc/icons/787878/push-right.png b/core/misc/icons/787878/push-right.png new file mode 100644 index 0000000000000000000000000000000000000000..1523dafe6e6b913b1c0276860a1f3106442f4c4a --- /dev/null +++ b/core/misc/icons/787878/push-right.png @@ -0,0 +1,3 @@ +‰PNG + +��� IHDR���������'€Õ†���cIDATx½Ð± €0DÑŒÂÉ#P^™ )#e„ 4¿�¤³À¿Iñ$Ë)ÿBmUäêš«×0TsðЀÞ`¨ÑЄ^ O‚z¸èf ÕŒ§Õ»: ˜û˜3>ƒœê¥á SØÑ…‡����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/push-right.svg b/core/misc/icons/787878/push-right.svg new file mode 100644 index 0000000000000000000000000000000000000000..f42f1296e11e6a1c988573ea10f4850ef60d7af6 --- /dev/null +++ b/core/misc/icons/787878/push-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><g><path fill="#787878" d="M13.51 2c-.275 0-.5.224-.5.5v11.029c0 .275.225.5.5.5h2.492v-12.029h-2.492zM6.362 4.382c-.194-.194-.353-.128-.353.147v1c0 .275-.225.5-.5.5h-4c-.275 0-.5.225-.5.5v3c0 .271.225.5.5.5h4c.275 0 .5.225.5.5v1c0 .271.159.34.354.146l3.295-3.293c.193-.194.193-.513 0-.708l-3.296-3.292z"/></g></svg> diff --git a/core/misc/icons/787878/push-up.png b/core/misc/icons/787878/push-up.png new file mode 100644 index 0000000000000000000000000000000000000000..2a78bc4af110c9723e63263360e609dde697f0b0 --- /dev/null +++ b/core/misc/icons/787878/push-up.png @@ -0,0 +1,4 @@ +‰PNG + +��� IHDR���������'€Õ†���]IDATxc�ŠýÿqC ,CUÐBa^…P…„!ý�! +ÀH@Ǫ›RÊ0•b(CUŠKaÅ{˜" «»BôÈìñ‰QØ0h�•B`™‰�í,4È®2r����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/push-up.svg b/core/misc/icons/787878/push-up.svg new file mode 100644 index 0000000000000000000000000000000000000000..f92928452c87a001d657d1c822689bb7cd31c915 --- /dev/null +++ b/core/misc/icons/787878/push-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><g><path fill="#787878" d="M1.986.019v2.491c0 .276.225.5.5.5h11.032c.275 0 .5-.224.5-.5v-2.491h-12.032zM8.342 6.334c-.193-.194-.513-.194-.708 0l-3.294 3.293c-.194.195-.129.353.146.353h1c.275 0 .5.227.5.5v4.02c0 .275.225.5.5.5h3.002c.271 0 .5-.225.5-.5v-4.02c0-.274.225-.5.5-.5h1c.271 0 .34-.158.145-.354l-3.291-3.292z"/></g></svg> diff --git a/core/misc/icons/787878/puzzlepiece.png b/core/misc/icons/787878/puzzlepiece.png new file mode 100644 index 0000000000000000000000000000000000000000..e59a598ecb5cdf1d81e0690d2adb6d6bd07f6d07 --- /dev/null +++ b/core/misc/icons/787878/puzzlepiece.png @@ -0,0 +1,3 @@ +‰PNG + +��� IHDR���������'€Õ†���œIDATx‘Ñ Ã D=BF`„Œ:‚Gèç}²IGÈÒ* 'SA¬JåýXð�ù,ç‚b7È7µˆ¸ŒÅ€B-AzbeB>´r/Χ¾¸ÉžHþ/²ÅŒp/*ÒU=¬˜±}(žødð/s••tÆ6™f´>SÅbæ±4ñ<¡6ž„p/Çxlm£À#™ùÕ‰¶¢Ïoâ)‡Á’n˜����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/puzzlepiece.svg b/core/misc/icons/787878/puzzlepiece.svg new file mode 100644 index 0000000000000000000000000000000000000000..c18c813e31394644d2c439dd4eb5f344a2a58263 --- /dev/null +++ b/core/misc/icons/787878/puzzlepiece.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#787878" d="M11.002 11v2.529c0 .275-.225.471-.5.471h-3c-.827 0-1.112-.754-.604-1.316l.81-.725c.509-.562.513-1.461-.097-2.01-.383-.344-1.027-.728-2.111-.728s-1.727.386-2.109.731c-.609.549-.606 1.45-.097 2.015l.808.717c.509.562.223 1.316-.602 1.316h-3c-.276 0-.5-.193-.5-.471v-9.029c0-.276.224-.5.5-.5h3c.825 0 1.111-.768.602-1.332l-.808-.73c-.51-.563-.513-1.465.097-2.014.382-.344 1.025-.731 2.109-.731s1.728.387 2.111.731c.608.548.606 1.45.097 2.014l-.81.73c-.509.564-.223 1.332.603 1.332h3c.274 0 .5.224.5.5v2.5c0 .825.642 1.111 1.233.602l.771-.808c.599-.51 1.547-.513 2.127.097.364.383.772 1.025.772 2.109s-.408 1.727-.771 2.109c-.58.604-1.529.604-2.127.097l-.77-.808c-.593-.509-1.234-.223-1.234.602z"/></svg> diff --git a/core/misc/icons/787878/questionmark-disc.png b/core/misc/icons/787878/questionmark-disc.png new file mode 100644 index 0000000000000000000000000000000000000000..c21b096ffad5eebff0dee4784c26ee184d9b5466 --- /dev/null +++ b/core/misc/icons/787878/questionmark-disc.png @@ -0,0 +1,5 @@ +‰PNG + +��� IHDR���������'€Õ†���°IDATx’Q „0D+ HX H9óY+ +¡P wd›[vú~šÉ£¶-¯ +@!(×vá;aXgQгtH—Ðlžlh¡®—hÎÛ_”(Rö“¹¸˜CÅî» +j> Š‰6hClwÍ¡Ý‹«kGJŽ»êÎRµN¢Á¢–~F&QOXø zR¹˜¯p ,ÒÒ0¸ºCÞ<³àùá>óç‚Cƒ=Š����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/questionmark-disc.svg b/core/misc/icons/787878/questionmark-disc.svg new file mode 100644 index 0000000000000000000000000000000000000000..2886d640d0df81a6299ba1c9e09f6149a3336808 --- /dev/null +++ b/core/misc/icons/787878/questionmark-disc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#787878" d="M8.002 1c-3.868 0-7.002 3.134-7.002 7s3.134 7 7.002 7c3.865 0 7-3.134 7-7s-3.135-7-7-7zm3 5c0 .551-.16 1.085-.477 1.586l-.158.22c-.07.093-.189.241-.361.393-.168.148-.35.299-.545.447l-.203.189-.141.129-.096.17-.021.235v.63h-2.001v-.704c.026-.396.078-.73.204-.999.125-.269.271-.498.439-.688l.225-.21-.01-.015.176-.14.137-.128c.186-.139.357-.277.516-.417l.148-.18c.098-.152.168-.323.168-.518 0-.552-.447-1-1-1s-1.002.448-1.002 1h-2c0-1.657 1.343-3 3.002-3 1.656 0 3 1.343 3 3zm-1.75 6.619c0 .344-.281.625-.625.625h-1.25c-.345 0-.626-.281-.626-.625v-1.238c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625v1.238z"/></svg> diff --git a/core/misc/icons/787878/twistie-down.png b/core/misc/icons/787878/twistie-down.png new file mode 100644 index 0000000000000000000000000000000000000000..38acc36e468cc12d9e54b21bb1725839f62b87f5 --- /dev/null +++ b/core/misc/icons/787878/twistie-down.png @@ -0,0 +1,3 @@ +‰PNG + +��� IHDR���������óÿa���QIDAT8Ëc`Ô Äb\ÌâÿDàù¸�âó4ƒäðyCˆßãÐW &,p@j€"kn 'VÖC5¯'7Z .Æ©�Uº€{©M}r����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/twistie-down.svg b/core/misc/icons/787878/twistie-down.svg new file mode 100644 index 0000000000000000000000000000000000000000..b3692bde80ba3837dfbbe55502c9f65b09e81d7a --- /dev/null +++ b/core/misc/icons/787878/twistie-down.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#787878" d="M2.611 5.393c-.17-.216-.084-.393.191-.393h10.397c.275 0 .361.177.191.393l-5.08 6.464c-.17.216-.452.216-.622 0l-5.077-6.464z"/></svg> diff --git a/core/misc/icons/787878/twistie-up.png b/core/misc/icons/787878/twistie-up.png new file mode 100644 index 0000000000000000000000000000000000000000..9685f04ffe2c46148986878da413e6095a85ee14 --- /dev/null +++ b/core/misc/icons/787878/twistie-up.png @@ -0,0 +1,3 @@ +‰PNG + +��� IHDR���������µú7ê���RIDATxc| B ¢ˆˆPàúŠÿ@ŒSAP°+�JÁ`�¦…Š÷@¶ªŠó ò̇K à|d Ø DH'�P§‚Ói~=´����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/twistie-up.svg b/core/misc/icons/787878/twistie-up.svg new file mode 100644 index 0000000000000000000000000000000000000000..1fc34ce1964445d6e177ffc20006cd7a3247f79d --- /dev/null +++ b/core/misc/icons/787878/twistie-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#787878" d="M13.391 10.607c.17.216.084.393-.191.393h-10.398c-.275 0-.361-.177-.191-.393l5.08-6.464c.17-.216.45-.216.62 0l5.08 6.464z"/></svg> diff --git a/core/misc/icons/787878/wrench.png b/core/misc/icons/787878/wrench.png new file mode 100644 index 0000000000000000000000000000000000000000..50007a2d374554a35eba7aac4aad6f4805286f22 --- /dev/null +++ b/core/misc/icons/787878/wrench.png @@ -0,0 +1,3 @@ +‰PNG + +��� IHDR���������'€Õ†���“IDATxÐQ à ‡ñJ@Â$T*á$ôñÿX•€”J˜$ ¡»ì–í¾‡ñ=�áBXb¨hèöºLõ[®A½ÆèAð‘¶öCe†wzUèU€‰ö/Üz§Zbx£Cû gó÷´hL‡Ó£¢únš`ÎdJè†è…hGôL«ºôTSAȽ�ÆqGaÖ©����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/787878/wrench.svg b/core/misc/icons/787878/wrench.svg new file mode 100644 index 0000000000000000000000000000000000000000..0f38bdf616d8b00a00722dd3b2114feb5faf6dc2 --- /dev/null +++ b/core/misc/icons/787878/wrench.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#787878" d="M14.416 11.586l-.01-.008v-.001l-5.656-5.656c.15-.449.252-.921.252-1.421 0-2.485-2.016-4.5-4.502-4.5-.505 0-.981.102-1.434.255l2.431 2.431-.588 2.196-2.196.588-2.445-2.445c-.162.464-.268.956-.268 1.475 0 2.486 2.014 4.5 4.5 4.5.5 0 .972-.102 1.421-.251l5.667 5.665c.781.781 2.047.781 2.828 0s.781-2.047 0-2.828z"/></svg> diff --git a/core/misc/icons/bebebe/hamburger.png b/core/misc/icons/bebebe/hamburger.png new file mode 100644 index 0000000000000000000000000000000000000000..d9306a1aa91be4706da46c67a2c396b62faa38e8 --- /dev/null +++ b/core/misc/icons/bebebe/hamburger.png @@ -0,0 +1,5 @@ +‰PNG + +��� IHDR���������'€Õ†���@IDATxcØw~ß"ày A$Aaÿ¾ýDÀ~†}DBZ(Ø×@ Eð¼'Já{†} +ûˆ€ +ŽÃ*™�ñ(ãÖ•-q����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/bebebe/hamburger.svg b/core/misc/icons/bebebe/hamburger.svg new file mode 100644 index 0000000000000000000000000000000000000000..7d984d219d5cd434cfc12ae26acdd29b2d8fae26 --- /dev/null +++ b/core/misc/icons/bebebe/hamburger.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><g><path fill="#bebebe" d="M14.752 6h-13.502c-.69 0-1.25.56-1.25 1.25v.5c0 .689.56 1.25 1.25 1.25h13.502c.689 0 1.25-.561 1.25-1.25v-.5c0-.69-.561-1.25-1.25-1.25zM14.752 0h-13.502c-.69 0-1.25.56-1.25 1.25v.5c0 .69.56 1.25 1.25 1.25h13.502c.689 0 1.25-.56 1.25-1.25v-.5c0-.69-.561-1.25-1.25-1.25zM14.752 12h-13.502c-.69 0-1.25.561-1.25 1.25v.5c0 .689.56 1.25 1.25 1.25h13.502c.689 0 1.25-.561 1.25-1.25v-.5c0-.689-.561-1.25-1.25-1.25z"/></g></svg> diff --git a/core/misc/icons/bebebe/house.png b/core/misc/icons/bebebe/house.png new file mode 100644 index 0000000000000000000000000000000000000000..7300e8f4ece0920a5857a66b9bccf8828f9cafd6 --- /dev/null +++ b/core/misc/icons/bebebe/house.png @@ -0,0 +1,3 @@ +‰PNG + +��� IHDR���������'€Õ†���mIDATxÕÎa € ÄñÁ(DxQŒB#Ðäˆ`$ÜzÜÔòÿvû10>HX1Á®î%l%¢c6 ŠUŒ¨bD#ªQň*Fô4øã½>]‹ÝœKýÕ\ Co‹ÿÎÈg¡-¡[–¾lÎmþÑ)ÇxM����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/bebebe/house.svg b/core/misc/icons/bebebe/house.svg new file mode 100644 index 0000000000000000000000000000000000000000..c4a88345db654ab5e868a110d6687f6a5d00dbae --- /dev/null +++ b/core/misc/icons/bebebe/house.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><polygon fill="#bebebe" points="8.002,0 0,8 1,9 2,9 2,15 6.5,15 6.5,10 9.502,10 9.502,15 14.002,15 14.002,9 15.002,9 16.002,8"/></svg> diff --git a/core/misc/icons/bebebe/pencil.png b/core/misc/icons/bebebe/pencil.png new file mode 100644 index 0000000000000000000000000000000000000000..679e0b14031c7cbe7596271d8b0e16f41d2989a7 --- /dev/null +++ b/core/misc/icons/bebebe/pencil.png @@ -0,0 +1,4 @@ +‰PNG + +��� IHDR���������‰ ���xIDAT8Ëc`,`ß¾} @¼ˆ ¨eØ(~O‘¡@Í +H†Qf(P“Âðzr½9‡¡ä†6CçSbº¡Ô0†¨iØüQÈÊäFl!Å Æ—ˆÉqÙy,†Î'·Y5�ÙPŠŠ¤ÿPC`��›ªúW¼����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/bebebe/pencil.svg b/core/misc/icons/bebebe/pencil.svg new file mode 100644 index 0000000000000000000000000000000000000000..cdfe4c2b822688e37a8945918c9469a5dc964b2e --- /dev/null +++ b/core/misc/icons/bebebe/pencil.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><g><path fill="#bebebe" d="M14.545 3.042l-1.586-1.585c-.389-.389-1.025-.389-1.414 0l-1.293 1.293 3 3 1.293-1.293c.389-.389.389-1.026 0-1.415z"/><rect fill="#bebebe" x="5.129" y="3.8" transform="matrix(-.707 -.707 .707 -.707 6.189 20.064)" width="4.243" height="9.899"/><path fill="#bebebe" d="M.908 14.775c-.087.262.055.397.316.312l2.001-.667-1.65-1.646-.667 2.001z"/></g></svg> diff --git a/core/misc/icons/bebebe/person.png b/core/misc/icons/bebebe/person.png new file mode 100644 index 0000000000000000000000000000000000000000..34ac3489fa9676b9a4134270ef2a6657e4e870c7 --- /dev/null +++ b/core/misc/icons/bebebe/person.png @@ -0,0 +1,3 @@ +‰PNG + +��� IHDR���������'€Õ†���‚IDATx½ÎA!…áHX HX H@*!NÖÉ$ !=u& åÔ÷_¿Ã“8*Ã輟àSÌ¥;xa1®5,,k¨ÔÁãi‚)@W¬!;˜Ì{(Ž äöoðÆ\÷&”à@If¶©Q>ðÁ~ô BŪB¡T„ÃÞ)MÔÀa¼‹¤����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/bebebe/person.svg b/core/misc/icons/bebebe/person.svg new file mode 100644 index 0000000000000000000000000000000000000000..f44e1fd58d3346b3299802047e5e12f7e7de38e8 --- /dev/null +++ b/core/misc/icons/bebebe/person.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#bebebe" d="M1 15c-.275 0-.498-.225-.496-.5 0 0 .007-.746 1.071-1.512 1.138-.818 2.347-.969 3.308-1.498s.954-1.299.925-2.115c-.019-.543-.112-.657-.489-1.392-.556-1.084-.709-2.021-.791-2.823-.127-1.252.011-3.035.86-4.001.847-.964 2.114-1.104 2.114-1.104l.5-.055.498.055s1.266.14 2.113 1.104c.85.966.988 2.75.859 4.001-.08.802-.234 1.739-.791 2.823-.377.734-.476.849-.488 1.392-.029.816-.035 1.586.926 2.115s2.17.68 3.307 1.498c1.064.766 1.072 1.512 1.072 1.512.002.275-.221.5-.496.5h-14.002z"/></svg> diff --git a/core/misc/icons/bebebe/push-left.png b/core/misc/icons/bebebe/push-left.png new file mode 100644 index 0000000000000000000000000000000000000000..7870c857e6c1234239e88860e9559c4e38488be0 --- /dev/null +++ b/core/misc/icons/bebebe/push-left.png @@ -0,0 +1,3 @@ +‰PNG + +��� IHDR���������'€Õ†���]IDATxµÑ± 1ƒaFy#0£x23RFÈ“(\\¤ƒâÂß~¶ï¨‚öžqWy:1ÎÅla±ÍE¨8 سþÄèÜXÅŠ.¦Â EÛ÷ˆâþÖY¡‡ÃÆð7*¼¯»¯é����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/bebebe/push-left.svg b/core/misc/icons/bebebe/push-left.svg new file mode 100644 index 0000000000000000000000000000000000000000..6fe779cc7dd41591b7ec5cf68d3c630b64bd397f --- /dev/null +++ b/core/misc/icons/bebebe/push-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><g><path fill="#bebebe" d="M2.5 2h-2.491v12.029h2.491c.276 0 .5-.225.5-.5v-11.029c0-.276-.224-.5-.5-.5zM14.502 6.029h-4c-.275 0-.5-.225-.5-.5v-1c0-.275-.16-.341-.354-.146l-3.294 3.292c-.194.194-.194.513 0 .708l3.294 3.293c.188.193.354.129.354-.146v-1c0-.271.227-.5.5-.5h4c.275 0 .5-.225.5-.5v-3c0-.276-.225-.501-.5-.501z"/></g></svg> diff --git a/core/misc/icons/bebebe/push-right.png b/core/misc/icons/bebebe/push-right.png new file mode 100644 index 0000000000000000000000000000000000000000..a2bbcbb505bfc5f5f8ad1a606a3234d9eb9611cc --- /dev/null +++ b/core/misc/icons/bebebe/push-right.png @@ -0,0 +1,5 @@ +‰PNG + +��� IHDR���������'€Õ†���bIDATx½Ð1 À0DÑ@)„@2„Bƒ2º@ +„T^~¥,Ujýo±Ëÿ£PËŠ\]3{ Cu^]a¨ÑÐ\(• &=¤º#Ñ +Ou0÷˜3>ƒœêmÃ’tÏÆ.¼����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/bebebe/push-right.svg b/core/misc/icons/bebebe/push-right.svg new file mode 100644 index 0000000000000000000000000000000000000000..c79edc21d9373d56e50e93eb1c06c0d46e8837f7 --- /dev/null +++ b/core/misc/icons/bebebe/push-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><g><path fill="#bebebe" d="M13.51 2c-.275 0-.5.224-.5.5v11.029c0 .275.225.5.5.5h2.492v-12.029h-2.492zM6.362 4.382c-.194-.194-.353-.128-.353.147v1c0 .275-.225.5-.5.5h-4c-.275 0-.5.225-.5.5v3c0 .271.225.5.5.5h4c.275 0 .5.225.5.5v1c0 .271.159.34.354.146l3.295-3.293c.193-.194.193-.513 0-.708l-3.296-3.292z"/></g></svg> diff --git a/core/misc/icons/bebebe/push-up.png b/core/misc/icons/bebebe/push-up.png new file mode 100644 index 0000000000000000000000000000000000000000..278b8d5d405aa8e92544456cfdc871a52716cb98 --- /dev/null +++ b/core/misc/icons/bebebe/push-up.png @@ -0,0 +1,5 @@ +‰PNG + +��� IHDR���������'€Õ†���]IDATxc�}û÷ýÇ ²û€Š€ +ð*,€*$é§Ð�‰P˜�ö@º8VeØ”âP†©CªR\ +û÷½‡)²ú±+DÌ~Ÿ… ƒVaP)&™(�šv¡œ1&����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/bebebe/push-up.svg b/core/misc/icons/bebebe/push-up.svg new file mode 100644 index 0000000000000000000000000000000000000000..3de7aaccf61529bde4da918a6c901aa1bd4af432 --- /dev/null +++ b/core/misc/icons/bebebe/push-up.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><g><path fill="#bebebe" d="M1.986.019v2.491c0 .276.225.5.5.5h11.032c.275 0 .5-.224.5-.5v-2.491h-12.032zM8.342 6.334c-.193-.194-.513-.194-.708 0l-3.294 3.293c-.194.195-.129.353.146.353h1c.275 0 .5.227.5.5v4.02c0 .275.225.5.5.5h3.002c.271 0 .5-.225.5-.5v-4.02c0-.274.225-.5.5-.5h1c.271 0 .34-.158.145-.354l-3.291-3.292z"/></g></svg> diff --git a/core/misc/icons/bebebe/questionmark-disc.png b/core/misc/icons/bebebe/questionmark-disc.png new file mode 100644 index 0000000000000000000000000000000000000000..76e00230d45025fe5020911091e2b06545debcea --- /dev/null +++ b/core/misc/icons/bebebe/questionmark-disc.png @@ -0,0 +1,4 @@ +‰PNG + +��� IHDR���������'€Õ†���®IDATx’a à „‘P Hx*eRpð¤ÔÁ= H¨$lÝ8vkÒ¤ÜrùÊ—>H·ŽøÄaH·OI +hhŠõ4Ø.Û±öfEh&?¥~_ІÈ;°½³ ÁGoÈ"P°õÝ e>`3UNŒ¬ÿ˜Ì¡žƒ¹c;ìgêv¢vqhõgL@‡äxTTzSf±\!5õ +9U7ØgÆ\?Üë¼�rè‡Oè>����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/bebebe/questionmark-disc.svg b/core/misc/icons/bebebe/questionmark-disc.svg new file mode 100644 index 0000000000000000000000000000000000000000..1363940d5e871dbf31588d3aacf2fd74d27a8fb0 --- /dev/null +++ b/core/misc/icons/bebebe/questionmark-disc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#bebebe" d="M8.002 1c-3.868 0-7.002 3.134-7.002 7s3.134 7 7.002 7c3.865 0 7-3.134 7-7s-3.135-7-7-7zm3 5c0 .551-.16 1.085-.477 1.586l-.158.22c-.07.093-.189.241-.361.393-.168.148-.35.299-.545.447l-.203.189-.141.129-.096.17-.021.235v.63h-2.001v-.704c.026-.396.078-.73.204-.999.125-.269.271-.498.439-.688l.225-.21-.01-.015.176-.14.137-.128c.186-.139.357-.277.516-.417l.148-.18c.098-.152.168-.323.168-.518 0-.552-.447-1-1-1s-1.002.448-1.002 1h-2c0-1.657 1.343-3 3.002-3 1.656 0 3 1.343 3 3zm-1.75 6.619c0 .344-.281.625-.625.625h-1.25c-.345 0-.626-.281-.626-.625v-1.238c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625v1.238z"/></svg> diff --git a/core/misc/icons/bebebe/star-empty.png b/core/misc/icons/bebebe/star-empty.png new file mode 100644 index 0000000000000000000000000000000000000000..d84df7a210ac3e993447aecf2d9a4ae0c2ee33e6 --- /dev/null +++ b/core/misc/icons/bebebe/star-empty.png @@ -0,0 +1,3 @@ +‰PNG + +��� IHDR���������'€Õ†���ÇIDATx…‘QÄ D‘ H¨„J@B% ¡P'‹$T8&m3·ùhï}äȼ$4ÿƒ O ðl“í[l*¶/qÁÀ9XÞÅYÇ/¢}ÈYL¨F³N‡Þ³) cËsW"?ÕIOB¿¦\ÇÝïŽvºcþçT&-ÿ—»jMc1ú÷ÐD©c¹Gf¾£¥UGVD$+%±i}··î:£yQlµ2)vWMž3Z§æV#*ŠVÚ·"²øÉ<…–nÏR����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/bebebe/star-empty.svg b/core/misc/icons/bebebe/star-empty.svg new file mode 100644 index 0000000000000000000000000000000000000000..8d95a010eca2143687d4652a402de8aa95be2c06 --- /dev/null +++ b/core/misc/icons/bebebe/star-empty.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#bebebe" d="M15.455 5.468c-.107-.282-.377-.468-.68-.468h-4.26l-1.841-4.542c-.108-.277-.375-.458-.672-.458s-.565.181-.674.458l-1.843 4.542h-4.259c-.301 0-.571.186-.678.468-.108.282-.029.6.196.8l3.438 3.107-1.122 4.73c-.07.291.046.595.292.766.124.086.269.129.413.129.142 0 .283-.041.406-.124l3.831-2.583 3.828 2.583c.123.083.264.124.406.124.145 0 .289-.043.412-.129.246-.171.356-.475.293-.766l-1.121-4.73 3.438-3.107c.224-.2.304-.519.197-.8zm-5.021 3.475l.982 4.146-3.414-2.304-3.416 2.304.982-4.146-2.98-2.693h3.739l1.675-4.128 1.672 4.128h3.74l-2.98 2.693z"/></svg> diff --git a/core/misc/icons/bebebe/star.png b/core/misc/icons/bebebe/star.png new file mode 100644 index 0000000000000000000000000000000000000000..6d1d70d07de4eafcb719d58b84aca6f18997496a --- /dev/null +++ b/core/misc/icons/bebebe/star.png @@ -0,0 +1,3 @@ +‰PNG + +��� IHDR���������'€Õ†��� IDATxa à „Ÿ$ ¡P H¨„:¨œP “Àa×ñ2h³~ÿú¾\îýÁàU0Æ#ü½˜ª˜îűÌÅ@1ÌÄ2„¢$XIíG"Yò6öš>÷©¶ñCÍëÕ~¨)Ñþ-äïÄc´W‹‰Ç³ÀG×¢áé€)\ù¦]ËràŸ–ëzÑ"Ö,¹¨¹–â3Þ%xÓ^‡6¼����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/bebebe/star.svg b/core/misc/icons/bebebe/star.svg new file mode 100644 index 0000000000000000000000000000000000000000..66d3313c2aa160e328be700e38ec161deebad716 --- /dev/null +++ b/core/misc/icons/bebebe/star.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#bebebe" d="M12.236 15c-.146 0-.283-.041-.406-.124l-3.828-2.583-3.83 2.583c-.123.083-.265.124-.406.124-.145 0-.289-.043-.413-.129-.246-.171-.362-.475-.292-.766l1.122-4.73-3.439-3.107c-.225-.2-.303-.519-.196-.8.106-.282.376-.468.678-.468h4.259l1.843-4.542c.109-.277.377-.458.674-.458.297 0 .564.181.674.458l1.84 4.542h4.262c.306 0 .57.186.683.468.104.281.024.601-.196.8l-3.439 3.107 1.121 4.73c.065.291-.047.595-.293.766-.129.086-.273.129-.418.129z"/></svg> diff --git a/core/misc/icons/ffffff/hamburger.png b/core/misc/icons/ffffff/hamburger.png new file mode 100644 index 0000000000000000000000000000000000000000..8373f19456762240704587b8b1b3f05241106273 --- /dev/null +++ b/core/misc/icons/ffffff/hamburger.png @@ -0,0 +1,4 @@ +‰PNG + +��� IHDR���������'€Õ†���>IDATxcøþ?1à<Ã" +ûÿï'ö3ü'ÒBaÀÿ"`�-‚ç=QêÞ3üWøï@TÀpVÉ�ÖlsÖffŒ����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/ffffff/hamburger.svg b/core/misc/icons/ffffff/hamburger.svg new file mode 100644 index 0000000000000000000000000000000000000000..708b09b6a4e6b56fae6614a9462a1521fcc56b49 --- /dev/null +++ b/core/misc/icons/ffffff/hamburger.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><g><path fill="#ffffff" d="M14.752 6h-13.502c-.69 0-1.25.56-1.25 1.25v.5c0 .689.56 1.25 1.25 1.25h13.502c.689 0 1.25-.561 1.25-1.25v-.5c0-.69-.561-1.25-1.25-1.25zM14.752 0h-13.502c-.69 0-1.25.56-1.25 1.25v.5c0 .69.56 1.25 1.25 1.25h13.502c.689 0 1.25-.56 1.25-1.25v-.5c0-.69-.561-1.25-1.25-1.25zM14.752 12h-13.502c-.69 0-1.25.561-1.25 1.25v.5c0 .689.56 1.25 1.25 1.25h13.502c.689 0 1.25-.561 1.25-1.25v-.5c0-.689-.561-1.25-1.25-1.25z"/></g></svg> diff --git a/core/misc/icons/ffffff/house.png b/core/misc/icons/ffffff/house.png new file mode 100644 index 0000000000000000000000000000000000000000..63aea460eaafba7c5f8a3bde9f66f689312791e5 --- /dev/null +++ b/core/misc/icons/ffffff/house.png @@ -0,0 +1,3 @@ +‰PNG + +��� IHDR���������'€Õ†���mIDATxÕÍQ€ „á‹`"\£ÐÀD!‚‘Ö…=vFåÛù˜³øPpbƒÍ¸�‘.ÙŠ*¨dL‰iJLSbšÓ”˜¦ Á3‚·Ó<ÌyúZ›‰Ðûâÿ…;ê]êK–ã/º�u¶b'A$*>����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/ffffff/house.svg b/core/misc/icons/ffffff/house.svg new file mode 100644 index 0000000000000000000000000000000000000000..a55603f5440480f24d314fe7d1e0db208cecde61 --- /dev/null +++ b/core/misc/icons/ffffff/house.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><polygon fill="#ffffff" points="8.002,0 0,8 1,9 2,9 2,15 6.5,15 6.5,10 9.502,10 9.502,15 14.002,15 14.002,9 15.002,9 16.002,8"/></svg> diff --git a/core/misc/icons/ffffff/pencil.png b/core/misc/icons/ffffff/pencil.png new file mode 100644 index 0000000000000000000000000000000000000000..6bf12db72db3dfc39b870a01f051a5b518db58a2 --- /dev/null +++ b/core/misc/icons/ffffff/pencil.png @@ -0,0 +1,3 @@ +‰PNG + +��� IHDR���������‰ ���wIDAT8Ëc`,àÿÿÿ @¼ˆ ¨e¼§ÈP f…ÿ˜€<Cš°¸Ö“ëÍù8- 7Ì°:ŸÃÐ 5 †a0@MÃæFT Ï0b“) €0¾DLŽËÎc1t>¹%Èz¨È†RT$ý‡š�3pÐ��ù«ä=‹P6Ø����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/ffffff/pencil.svg b/core/misc/icons/ffffff/pencil.svg new file mode 100644 index 0000000000000000000000000000000000000000..229e480913f0fd42fad36af6991b966e12473576 --- /dev/null +++ b/core/misc/icons/ffffff/pencil.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><g><path fill="#ffffff" d="M14.545 3.042l-1.586-1.585c-.389-.389-1.025-.389-1.414 0l-1.293 1.293 3 3 1.293-1.293c.389-.389.389-1.026 0-1.415z"/><rect fill="#ffffff" x="5.129" y="3.8" transform="matrix(-.707 -.707 .707 -.707 6.189 20.064)" width="4.243" height="9.899"/><path fill="#ffffff" d="M.908 14.775c-.087.262.055.397.316.312l2.001-.667-1.65-1.646-.667 2.001z"/></g></svg> diff --git a/core/misc/icons/ffffff/person.png b/core/misc/icons/ffffff/person.png new file mode 100644 index 0000000000000000000000000000000000000000..2d37cdd67fede20981179897325507ffdf40a066 --- /dev/null +++ b/core/misc/icons/ffffff/person.png @@ -0,0 +1,4 @@ +‰PNG + +��� IHDR���������‰ ���ˆIDATxÚÍÔá † €á¡¡Á¡Ü¤Qn”Fp„÷ûcÁuœ }þTTž�+pдù&=€‚Dc¾)Ìørl»¾òÿÁOÏ0áK(6•(`Á¶H#VÅ ½±Û½áTlµIÞ%(q +ä{lç½ýúDÇYÏg¦ƒF–Ñ~'¹Æ€.ìZ����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/ffffff/person.svg b/core/misc/icons/ffffff/person.svg new file mode 100644 index 0000000000000000000000000000000000000000..1cb3548d8728bf9916ca8e9a08690f34ab3d3bf6 --- /dev/null +++ b/core/misc/icons/ffffff/person.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#ffffff" d="M1 15c-.275 0-.498-.225-.496-.5 0 0 .007-.746 1.071-1.512 1.138-.818 2.347-.969 3.308-1.498s.954-1.299.925-2.115c-.019-.543-.112-.657-.489-1.392-.556-1.084-.709-2.021-.791-2.823-.127-1.252.011-3.035.86-4.001.847-.964 2.114-1.104 2.114-1.104l.5-.055.498.055s1.266.14 2.113 1.104c.85.966.988 2.75.859 4.001-.08.802-.234 1.739-.791 2.823-.377.734-.476.849-.488 1.392-.029.816-.035 1.586.926 2.115s2.17.68 3.307 1.498c1.064.766 1.072 1.512 1.072 1.512.002.275-.221.5-.496.5h-14.002z"/></svg> diff --git a/core/misc/icons/ffffff/questionmark-disc.png b/core/misc/icons/ffffff/questionmark-disc.png new file mode 100644 index 0000000000000000000000000000000000000000..f3b560e7bd1b60e65160a32fec9fc9e849918a21 --- /dev/null +++ b/core/misc/icons/ffffff/questionmark-disc.png @@ -0,0 +1,6 @@ +‰PNG + +��� IHDR���������'€Õ†���©IDATx’Q Å0#¡*á$TÊ“'¥NB%TB$̃„tá:÷–i–&)ŸÀpbŽQ4Zn™`Ï¢ÑXÑ0$²=ÚÍÑ“ƒëQw‰ +Éljwáäd£àLlˆ +‚Ê ÀBÕC2WÚ1†x-5£)Y‹{×nĽªn¤LÕžÄ FmþK¢ãI4¸¨=©ˆHW¨‰ù +u¹ºaž™æýá¾ÏݶGŒDÝûS����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/ffffff/questionmark-disc.svg b/core/misc/icons/ffffff/questionmark-disc.svg new file mode 100644 index 0000000000000000000000000000000000000000..973af490fc27bf917e6763f5539785a427bd2888 --- /dev/null +++ b/core/misc/icons/ffffff/questionmark-disc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#ffffff" d="M8.002 1c-3.868 0-7.002 3.134-7.002 7s3.134 7 7.002 7c3.865 0 7-3.134 7-7s-3.135-7-7-7zm3 5c0 .551-.16 1.085-.477 1.586l-.158.22c-.07.093-.189.241-.361.393-.168.148-.35.299-.545.447l-.203.189-.141.129-.096.17-.021.235v.63h-2.001v-.704c.026-.396.078-.73.204-.999.125-.269.271-.498.439-.688l.225-.21-.01-.015.176-.14.137-.128c.186-.139.357-.277.516-.417l.148-.18c.098-.152.168-.323.168-.518 0-.552-.447-1-1-1s-1.002.448-1.002 1h-2c0-1.657 1.343-3 3.002-3 1.656 0 3 1.343 3 3zm-1.75 6.619c0 .344-.281.625-.625.625h-1.25c-.345 0-.626-.281-.626-.625v-1.238c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625v1.238z"/></svg> diff --git a/core/misc/icons/ffffff/star-empty.png b/core/misc/icons/ffffff/star-empty.png new file mode 100644 index 0000000000000000000000000000000000000000..f6e02718a338d525aa85da9d2c28c7cbdaf39e33 --- /dev/null +++ b/core/misc/icons/ffffff/star-empty.png @@ -0,0 +1,4 @@ +‰PNG + +��� IHDR���������'€Õ†���¿IDATx…ÒaÄ ÀJ@B%TÂI¨$ á ¡R€„J@¼¤ÉmɽÛïÉf––Òm-É0$͚ۜòoØAÿÜnÿÃEÆõÆAbà©Ezìt¡k‘sSÌu<ð0WùLçÖœ®Ï;¾AþòMßq˜h•‰Äø2=Á`3ÜÑw´[¡Œêy¤ò¬Õºc´OIÍîDµBÙˆ»2ú +€*I*€4ø½DÇ ^3Ü5uù¯“ªÙ'ø;¯±ùöý-Ÿ����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/ffffff/star-empty.svg b/core/misc/icons/ffffff/star-empty.svg new file mode 100644 index 0000000000000000000000000000000000000000..28e6d36f9b7e21de614c152e8de4825b56ceff20 --- /dev/null +++ b/core/misc/icons/ffffff/star-empty.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#ffffff" d="M15.455 5.468c-.107-.282-.377-.468-.68-.468h-4.26l-1.841-4.542c-.108-.277-.375-.458-.672-.458s-.565.181-.674.458l-1.843 4.542h-4.259c-.301 0-.571.186-.678.468-.108.282-.029.6.196.8l3.438 3.107-1.122 4.73c-.07.291.046.595.292.766.124.086.269.129.413.129.142 0 .283-.041.406-.124l3.831-2.583 3.828 2.583c.123.083.264.124.406.124.145 0 .289-.043.412-.129.246-.171.356-.475.293-.766l-1.121-4.73 3.438-3.107c.224-.2.304-.519.197-.8zm-5.021 3.475l.982 4.146-3.414-2.304-3.416 2.304.982-4.146-2.98-2.693h3.739l1.675-4.128 1.672 4.128h3.74l-2.98 2.693z"/></svg> diff --git a/core/misc/icons/ffffff/star.png b/core/misc/icons/ffffff/star.png new file mode 100644 index 0000000000000000000000000000000000000000..55cd3a64cc92ca6c154324b718df427286da0bc2 --- /dev/null +++ b/core/misc/icons/ffffff/star.png @@ -0,0 +1,3 @@ +‰PNG + +��� IHDR���������'€Õ†���œIDATx’Q „0DWÂJ¨$ •€TR°NÂIxGöR6G!÷æ^&;I%‚òÞ£È9BL¦’ïE£bwâ€3ôÅgí‰uˆ £Åš?“0ó„Ùïê³ú=–vLæŠWçK-ˆ‰_$äïÆrµ7Š†óÚãX§ hÓ¯gq<ºF¾_ŽÞñ,&6Jx×µw#¹ø0˜¤6õô©Oª����IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/ffffff/star.svg b/core/misc/icons/ffffff/star.svg new file mode 100644 index 0000000000000000000000000000000000000000..3610de2f8aa2cbdd94418b6429bab1899fdacf77 --- /dev/null +++ b/core/misc/icons/ffffff/star.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#ffffff" d="M12.236 15c-.146 0-.283-.041-.406-.124l-3.828-2.583-3.83 2.583c-.123.083-.265.124-.406.124-.145 0-.289-.043-.413-.129-.246-.171-.362-.475-.292-.766l1.122-4.73-3.439-3.107c-.225-.2-.303-.519-.196-.8.106-.282.376-.468.678-.468h4.259l1.843-4.542c.109-.277.377-.458.674-.458.297 0 .564.181.674.458l1.84 4.542h4.262c.306 0 .57.186.683.468.104.281.024.601-.196.8l-3.439 3.107 1.121 4.73c.065.291-.047.595-.293.766-.129.086-.273.129-.418.129z"/></svg> diff --git a/core/misc/icons/license.md b/core/misc/icons/license.md new file mode 100644 index 0000000000000000000000000000000000000000..342208310820316daf5fa7aa6ab9ff78f33f899c --- /dev/null +++ b/core/misc/icons/license.md @@ -0,0 +1,9 @@ +The MIT License (MIT) + +Copyright (c) 2013 Ryan Frederick + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/core/modules/contextual/contextual.module b/core/modules/contextual/contextual.module index 10d57b1ca2479a779cb3cacc76f1d6d4d79952a3..ed0066bf1bdc2a1c8bd6faee2628797e3879a22f 100644 --- a/core/modules/contextual/contextual.module +++ b/core/modules/contextual/contextual.module @@ -115,6 +115,7 @@ function contextual_library_info() { 'css' => array( $path . '/css/contextual.module.css' => array(), $path . '/css/contextual.theme.css' => array(), + $path . '/css/contextual.icons.css' => array(), ), 'dependencies' => array( array('system', 'jquery'), diff --git a/core/modules/contextual/css/contextual.icons.css b/core/modules/contextual/css/contextual.icons.css new file mode 100644 index 0000000000000000000000000000000000000000..f9b0cb302182c0726d5e38109dbf213e55d70bd3 --- /dev/null +++ b/core/modules/contextual/css/contextual.icons.css @@ -0,0 +1,41 @@ +/** + * @file + * Styling for contextual module icons. + */ + +/** + * Toolbar tab icon. + */ +.toolbar-bar .toolbar-icon-edit:before { + background-image: url("../../../misc/icons/bebebe/pencil.svg"); +} +.no-svg .toolbar-bar .toolbar-icon-edit:before { + background-image: url("../../../misc/icons/bebebe/pencil.png"); +} +.toolbar-bar .toolbar-icon-edit:active:before, +.toolbar-bar .toolbar-icon-edit.active:before { + background-image: url("../../../misc/icons/ffffff/pencil.svg"); +} +.no-svg .toolbar-bar .toolbar-icon-edit:active:before, +.no-svg .toolbar-bar .toolbar-icon-edit.active:before { + background-image: url("../../../misc/icons/ffffff/pencil.png"); +} + +/** + * Contextual trigger. + */ +.contextual .trigger { + background-image: url("../../../misc/icons/787878/pencil.svg"); + background-position: center center; + background-repeat: no-repeat; + background-size: 16px 16px; + /* Override the .focusable height: auto */ + height: 28px !important; + /* Override the .focusable height: auto */ + width: 28px !important; + text-indent: -9999px; + +} +.no-svg .contextual .trigger { + background-image: url("../../../misc/icons/787878/pencil.png"); +} diff --git a/core/modules/contextual/css/contextual.theme.css b/core/modules/contextual/css/contextual.theme.css index 7b7feeeaeab98c73930cfbec3f275f5e276d11b9..c8cc6ed289f6c2dabce0380a7cd61ff3d86ed460 100644 --- a/core/modules/contextual/css/contextual.theme.css +++ b/core/modules/contextual/css/contextual.theme.css @@ -31,24 +31,15 @@ .contextual .trigger { background-attachment: scroll; background-color: #fff; - background-image: url(../../../misc/edit.png); - background-position: center center; - background-repeat: no-repeat; - background-size: 16px 16px; border: 1px solid #ddd; border-radius: 13px; box-shadow: 1px 1px 2px rgba(0,0,0,0.3); - /* Override the .focusable height: auto */ - height: 28px !important; float: right; /* LTR */ margin: 0; overflow: hidden; padding: 0 2px; position: relative; right: 2px; /* LTR */ - /* Override the .focusable height: auto */ - width: 28px !important; - text-indent: -9999px; cursor: pointer; } [dir="rtl"] .contextual .trigger { diff --git a/core/modules/contextual/css/contextual.toolbar.css b/core/modules/contextual/css/contextual.toolbar.css index f54034961da5c1c24c6741ff1c526d20c01bb265..88442a43a133a96721b801700b2565a05bd9c1a6 100644 --- a/core/modules/contextual/css/contextual.toolbar.css +++ b/core/modules/contextual/css/contextual.toolbar.css @@ -3,15 +3,6 @@ * Styling for contextual module's toolbar tab. */ -/* Tab icon. */ -.toolbar-icon-edit:before { - background-image: url(../../../misc/edit.png); -} -.toolbar-icon-edit:active:before, -.active.toolbar-icon-edit:before { - background-image: url(../../../misc/edit-active.png); -} - /* Tab appearance. */ .toolbar .toolbar-bar .contextual-toolbar-tab.toolbar-tab { float: right; /* LTR */ @@ -20,6 +11,7 @@ float: left; } .toolbar .toolbar-bar .contextual-toolbar-tab button { + margin: 0; padding-bottom: 1em; padding-top: 1em; /* Hide tab text. */ diff --git a/core/modules/shortcut/css/shortcut.icons.css b/core/modules/shortcut/css/shortcut.icons.css new file mode 100644 index 0000000000000000000000000000000000000000..d7f5970a8d4c0cfdbd7bb788b1b4bfb9b64c1ae1 --- /dev/null +++ b/core/modules/shortcut/css/shortcut.icons.css @@ -0,0 +1,68 @@ +/** + * @file + * Styling for the shortcut module icons. + */ + +/** + * Toolbar tab icon. + */ +.toolbar-bar .toolbar-icon-shortcut:before { + background-image: url("../../../misc/icons/bebebe/star.svg"); +} +.no-svg .toolbar-bar .toolbar-icon-shortcut:before { + background-image: url("../../../misc/icons/bebebe/star.png"); +} +.toolbar-bar .toolbar-icon-shortcut:active:before, +.toolbar-bar .toolbar-icon-shortcut.active:before { + background-image: url("../../../misc/icons/ffffff/star.svg"); +} +.no-svg .toolbar-bar .toolbar-icon-shortcut:active:before, +.no-svg .toolbar-bar .toolbar-icon-shortcut.active:before { + background-image: url("../../../misc/icons/ffffff/star.png"); +} + +/** + * Add/remove links. + */ +.add-or-remove-shortcuts .icon { + background: transparent url("../images/shortcut-add.png") no-repeat; + height: 12px; + margin-left: 8px; /* LTR */ + overflow: hidden; + text-indent: 12px; + width: 12px; +} +.no-svg .add-or-remove-shortcuts .icon { + background: transparent url("../images/shortcut-add.png") no-repeat; +} +[dir="rtl"] .add-or-remove-shortcuts .icon { + margin-left: 0; + margin-right: 8px; +} +[dir="rtl"] .add-or-remove-shortcuts .text { + padding: 0 10px 0 6px; +} +[dir="rtl"] .add-or-remove-shortcuts a:focus .text, +[dir="rtl"] .add-or-remove-shortcuts a:hover .text { + border-radius: 5px 0 0 5px; +} +.add-shortcut a:focus .icon, +.add-shortcut a:hover .icon { + background-position: 0 -12px; /* LTR */ +} +[dir="rtl"] .add-shortcut a:focus .icon, +[dir="rtl"] .add-shortcut a:hover .icon { + background-position: 0 -24px; +} +.remove-shortcut .icon { + margin-top: 4px; + background-position: -12px 0; +} +.remove-shortcut a:focus .icon, +.remove-shortcut a:hover .icon { + background-position: -12px -12px; /* LTR */ +} +[dir="rtl"] .remove-shortcut a:focus .icon, +[dir="rtl"] .remove-shortcut a:hover .icon { + background-position: -12px -24px; +} diff --git a/core/modules/shortcut/css/shortcut.theme.css b/core/modules/shortcut/css/shortcut.theme.css index 35ea58868cf06e9c927a7822421fd5681be27b1b..018f32880d1ceecdad1749b848e9aca250f002eb 100644 --- a/core/modules/shortcut/css/shortcut.theme.css +++ b/core/modules/shortcut/css/shortcut.theme.css @@ -6,13 +6,6 @@ /** * Toolbar. */ -.toolbar-icon-shortcut:before { - background-image: url(../images/shortcut.png); -} -.toolbar-icon-shortcut:active:before, -.toolbar-icon-shortcut.active:before { - background-image: url(../images/shortcut-active.png); -} .edit-shortcuts { display: block; } @@ -26,46 +19,3 @@ [dir="rtl"] .toolbar .toolbar-tray-horizontal .edit-shortcuts { float: right; } - -/** - * Add/remove links. - */ -.add-or-remove-shortcuts .icon { - background: transparent url(../images/shortcut-add.png) no-repeat; - height: 12px; - margin-left: 8px; /* LTR */ - overflow: hidden; - text-indent: 12px; - width: 12px; -} -[dir="rtl"] .add-or-remove-shortcuts .icon { - margin-left: 0; - margin-right: 8px; -} -[dir="rtl"] .add-or-remove-shortcuts .text { - padding: 0 10px 0 6px; -} -[dir="rtl"] .add-or-remove-shortcuts a:focus .text, -[dir="rtl"] .add-or-remove-shortcuts a:hover .text { - border-radius: 5px 0 0 5px; -} -.add-shortcut a:focus .icon, -.add-shortcut a:hover .icon { - background-position: 0 -12px; /* LTR */ -} -[dir="rtl"] .add-shortcut a:focus .icon, -[dir="rtl"] .add-shortcut a:hover .icon { - background-position: 0 -24px; -} -.remove-shortcut .icon { - margin-top: 4px; - background-position: -12px 0; -} -.remove-shortcut a:focus .icon, -.remove-shortcut a:hover .icon { - background-position: -12px -12px; /* LTR */ -} -[dir="rtl"] .remove-shortcut a:focus .icon, -[dir="rtl"] .remove-shortcut a:hover .icon { - background-position: -12px -24px; -} diff --git a/core/modules/shortcut/shortcut.module b/core/modules/shortcut/shortcut.module index a54f323afd749b25859552f588b96a24ebf9c9dd..87414f0a793b6094720d485796b603096b1b6519 100644 --- a/core/modules/shortcut/shortcut.module +++ b/core/modules/shortcut/shortcut.module @@ -494,9 +494,8 @@ function shortcut_preprocess_page(&$variables) { if (theme_get_setting('shortcut_module_link')) { $variables['title_suffix']['add_or_remove_shortcut'] = array( '#attached' => array( - 'css' => array( - drupal_get_path('module', 'shortcut') . '/css/shortcut.module.css', - drupal_get_path('module', 'shortcut') . '/css/shortcut.theme.css', + 'library' => array( + array('shortcut', 'drupal.shortcut'), ), ), '#prefix' => '<div class="add-or-remove-shortcuts ' . $link_mode . '-shortcut">', @@ -547,9 +546,8 @@ function shortcut_toolbar() { ), '#weight' => -10, '#attached' => array( - 'css' => array( - drupal_get_path('module', 'shortcut') . '/css/shortcut.module.css', - drupal_get_path('module', 'shortcut') . '/css/shortcut.theme.css', + 'library' => array( + array('shortcut', 'drupal.shortcut'), ), ), ); @@ -562,17 +560,27 @@ function shortcut_toolbar() { * Implements hook_library_info(). */ function shortcut_library_info() { + $path = drupal_get_path('module', 'shortcut'); $libraries['drupal.shortcut.admin'] = array( - 'title' => 'Shortcut', + 'title' => 'Shortcut configuration', 'version' => VERSION, 'js' => array( - drupal_get_path('module', 'shortcut') . '/shortcut.admin.js' => array(), + $path . '/shortcut.admin.js' => array(), ), 'dependencies' => array( array('system', 'jquery'), array('system', 'drupal'), ), ); + $libraries['drupal.shortcut'] = array( + 'title' => 'Shortcut UI', + 'version' => VERSION, + 'css' => array( + $path . '/css/shortcut.module.css' => array(), + $path . '/css/shortcut.theme.css' => array(), + $path . '/css/shortcut.icons.css' => array(), + ), + ); return $libraries; } diff --git a/core/modules/toolbar/css/toolbar.icons.css b/core/modules/toolbar/css/toolbar.icons.css index 0aee15262f472ee1b6482c2987e39638ec5f69a0..b0f14a3a56a23f68756a566fac91b985ab2509d1 100644 --- a/core/modules/toolbar/css/toolbar.icons.css +++ b/core/modules/toolbar/css/toolbar.icons.css @@ -1,6 +1,8 @@ /** - * @file toolbar.icons.css + * @file + * Styling for toolbar module icons. */ + .toolbar .toolbar-icon { padding-left: 2.75em; /* LTR */ position: relative; @@ -14,6 +16,7 @@ background-color: transparent; background-position: center center; background-repeat: no-repeat; + background-size: 100% auto; content: ''; display: block; height: 100%; @@ -22,6 +25,9 @@ top: 0; width: 20px; } +.no-svg .toolbar .toolbar-icon:before { + background-size: auto auto; +} [dir="rtl"] .toolbar .toolbar-icon:before { left: auto; right: 0.6667em; @@ -57,81 +63,165 @@ } /** - * Top level icons + * Top level icons. */ -.toolbar-icon-home:before { - background-image: url("../images/icon-home.png"); +.toolbar-bar .toolbar-icon-home:before { + background-image: url("../../../misc/icons/bebebe/house.svg"); +} +.no-svg .toolbar-bar .toolbar-icon-home:before { + background-image: url("../../../misc/icons/bebebe/house.png"); +} +.toolbar-bar .toolbar-icon-home:active:before, +.toolbar-bar .toolbar-icon-home.active:before { + background-image: url("../../../misc/icons/ffffff/house.svg"); +} +.no-svg .toolbar-bar .toolbar-icon-home:active:before, +.no-svg .toolbar-bar .toolbar-icon-home.active:before { + background-image: url("../../../misc/icons/ffffff/house.png"); +} +.toolbar-bar .toolbar-icon-menu:before { + background-image: url("../../../misc/icons/bebebe/hamburger.svg"); +} +.no-svg .toolbar-bar .toolbar-icon-menu:before { + background-image: url("../../../misc/icons/bebebe/hamburger.png"); +} +.toolbar-bar .toolbar-icon-menu:active:before, +.toolbar-bar .toolbar-icon-menu.active:before { + background-image: url("../../../misc/icons/ffffff/hamburger.svg"); +} +.no-svg .toolbar-bar .toolbar-icon-menu:active:before, +.no-svg .toolbar-bar .toolbar-icon-menu.active:before { + background-image: url("../../../misc/icons/ffffff/hamburger.png"); } -.toolbar-icon-home:active:before, -.toolbar-icon-home.active:before { - background-image: url("../images/icon-home-active.png"); +.toolbar-bar .toolbar-icon-help:before { + background-image: url("../../../misc/icons/bebebe/questionmark-disc.svg"); } -.toolbar-icon-menu:before { - background-image: url("../images/icon-menu.png"); +.no-svg .toolbar-bar .toolbar-icon-help:before { + background-image: url("../../../misc/icons/bebebe/questionmark-disc.png"); } -.toolbar-icon-menu:active:before, -.toolbar-icon-menu.active:before { - background-image: url("../images/icon-menu-active.png"); +.toolbar-bar .toolbar-icon-help:active:before, +.toolbar-bar .toolbar-icon-help.active:before { + background-image: url("../../../misc/icons/ffffff/questionmark-disc.svg"); +} +.no-svg .toolbar-bar .toolbar-icon-help:active:before, +.no-svg .toolbar-bar .toolbar-icon-help.active:before { + background-image: url("../../../misc/icons/ffffff/questionmark-disc.png"); } /** * Main menu icons. */ .toolbar-icon-content:before { - background-image: url("../images/icon-content.png"); + background-image: url("../../../misc/icons/787878/file.svg"); +} +.no-svg .toolbar-icon-content:before { + background-image: url("../../../misc/icons/787878/file.png"); } .toolbar-icon-content:active:before, .toolbar-icon-content.active:before { - background-image: url("../images/icon-content-active.png"); + background-image: url("../../../misc/icons/000000/file.svg"); +} +.no-svg .toolbar-icon-content:active:before, +.no-svg .toolbar-icon-content.active:before { + background-image: url("../../../misc/icons/000000/file.png"); } .toolbar-icon-structure:before { - background-image: url("../images/icon-structure.png"); + background-image: url("../../../misc/icons/787878/orgchart.svg"); +} +.no-svg .toolbar-icon-structure:before { + background-image: url("../../../misc/icons/787878/orgchart.png"); } .toolbar-icon-structure:active:before, .toolbar-icon-structure.active:before { - background-image: url("../images/icon-structure-active.png"); + background-image: url("../../../misc/icons/000000/orgchart.svg"); +} +.no-svg .toolbar-icon-structure:active:before, +.no-svg .toolbar-icon-structure.active:before { + background-image: url("../../../misc/icons/000000/orgchart.png"); } .toolbar-icon-appearance:before { - background-image: url("../images/icon-appearance.png"); + background-image: url("../../../misc/icons/787878/paintbrush.svg"); +} +.no-svg .toolbar-icon-appearance:before { + background-image: url("../../../misc/icons/787878/paintbrush.png"); } .toolbar-icon-appearance:active:before, .toolbar-icon-appearance.active:before { - background-image: url("../images/icon-appearance-active.png"); + background-image: url("../../../misc/icons/000000/paintbrush.svg"); +} +.no-svg .toolbar-icon-appearance:active:before, +.no-svg .toolbar-icon-appearance.active:before { + background-image: url("../../../misc/icons/000000/paintbrush.png"); } .toolbar-icon-people:before { - background-image: url("../images/icon-people.png"); + background-image: url("../../../misc/icons/787878/people.svg"); +} +.no-svg .toolbar-icon-people:before { + background-image: url("../../../misc/icons/787878/people.png"); } .toolbar-icon-people:active:before, .toolbar-icon-people.active:before { - background-image: url("../images/icon-people-active.png"); + background-image: url("../../../misc/icons/000000/people.svg"); +} +.no-svg .toolbar-icon-people:active:before, +.no-svg .toolbar-icon-people.active:before { + background-image: url("../../../misc/icons/000000/people.png"); } .toolbar-icon-extend:before { - background-image: url("../images/icon-extend.png"); + background-image: url("../../../misc/icons/787878/puzzlepiece.svg"); +} +.no-svg .toolbar-icon-extend:before { + background-image: url("../../../misc/icons/787878/puzzlepiece.png"); } .toolbar-icon-extend:active:before, .toolbar-icon-extend.active:before { - background-image: url("../images/icon-extend-active.png"); + background-image: url("../../../misc/icons/000000/puzzlepiece.svg"); +} +.no-svg .toolbar-icon-extend:active:before, +.no-svg .toolbar-icon-extend.active:before { + background-image: url("../../../misc/icons/000000/puzzlepiece.png"); } .toolbar-icon-configuration:before { - background-image: url("../images/icon-configuration.png"); + background-image: url("../../../misc/icons/787878/wrench.svg"); +} +.no-svg .toolbar-icon-configuration:before { + background-image: url("../../../misc/icons/787878/wrench.png"); } .toolbar-icon-configuration:active:before, .toolbar-icon-configuration.active:before { - background-image: url("../images/icon-configuration-active.png"); + background-image: url("../../../misc/icons/000000/wrench.svg"); +} +.no-svg .toolbar-icon-configuration:active:before, +.no-svg .toolbar-icon-configuration.active:before { + background-image: url("../../../misc/icons/000000/wrench.png"); } .toolbar-icon-reports:before { - background-image: url("../images/icon-reports.png"); + background-image: url("../../../misc/icons/787878/barchart.svg"); +} +.no-svg .toolbar-icon-reports:before { + background-image: url("../../../misc/icons/787878/barchart.png"); } .toolbar-icon-reports:active:before, .toolbar-icon-reports.active:before { - background-image: url("../images/icon-reports-active.png"); + background-image: url("../../../misc/icons/000000/barchart.svg"); +} +.no-svg .toolbar-icon-reports:active:before, +.no-svg .toolbar-icon-reports.active:before { + background-image: url("../../../misc/icons/000000/barchart.png"); } .toolbar-icon-help:before { - background-image: url("../images/icon-help.png"); + background-image: url("../../../misc/icons/787878/questionmark-disc.svg"); +} +.no-svg .toolbar-icon-help:before { + background-image: url("../../../misc/icons/787878/questionmark-disc.png"); } .toolbar-icon-help:active:before, .toolbar-icon-help.active:before { - background-image: url("../images/icon-help-active.png"); + background-image: url("../../../misc/icons/000000/questionmark-disc.svg"); +} +.no-svg .toolbar-icon-help:active:before, +.no-svg .toolbar-icon-help.active:before { + background-image: url("../../../misc/icons/000000/questionmark-disc.png"); } @media only screen and (min-width: 16.5em) { @@ -144,11 +234,14 @@ width: 4em; } .toolbar .toolbar-bar .toolbar-icon:before { + background-size: 42% auto; left: 0; /* LTR */ width: 100%; } - [dir="rtl"] .toolbar .toolbar-bar .toolbar-icon:before { + .no-svg .toolbar .toolbar-bar .toolbar-icon:before { background-size: auto auto; + } + [dir="rtl"] .toolbar .toolbar-bar .toolbar-icon:before { left: auto; right: 0; } @@ -168,11 +261,123 @@ padding-right: 2.75em; } .toolbar .toolbar-bar .toolbar-icon:before { + background-size: 100% auto; left: 0.6667em; /* LTR */ width: 20px; } + .no-svg .toolbar .toolbar-bar .toolbar-icon:before { + background-size: auto auto; + } [dir="rtl"] .toolbar .toolbar-bar .toolbar-icon:before { left: 0; right: 0.6667em; } } + +/** + * Handle. + */ +.toolbar .toolbar-icon.toolbar-handle { + width: 3em; + text-indent: -9999px; +} +.toolbar .toolbar-icon.toolbar-handle:before { + background-image: url("../../../misc/icons/5181c6/chevron-disc-down.svg"); + left: 0; /* LTR */ +} +.no-svg .toolbar .toolbar-icon.toolbar-handle:before { + background-image: url("../../../misc/icons/5181c6/chevron-disc-down.png"); + left: 0; /* LTR */ +} +[dir="rtl"] .toolbar .toolbar-icon.toolbar-handle:before { + left: auto; + right: 0; +} +[dir="rtl"].no-svg .toolbar .toolbar-icon.toolbar-handle:before { + left: auto; + right: 0; +} +.toolbar .toolbar-icon.toolbar-handle.open:before { + background-image: url("../../../misc/icons/787878/chevron-disc-up.svg"); +} +.no-svg .toolbar .toolbar-icon.toolbar-handle.open:before { + background-image: url("../../../misc/icons/787878/chevron-disc-up.png"); +} +.toolbar .menu .menu .toolbar-icon.toolbar-handle:before { + background-image: url("../../../misc/icons/5181c6/twistie-down.svg"); + background-size: 75% 75%; +} +.no-svg .toolbar .menu .menu .toolbar-icon.toolbar-handle:before { + background-image: url("../../../misc/icons/5181c6/twistie-down.png"); + background-size: auto auto; +} +.toolbar .menu .menu .toolbar-icon.toolbar-handle.open:before { + background-image: url("../../../misc/icons/787878/twistie-up.svg"); + background-size: 75% 75%; +} +.no-svg .toolbar .menu .menu .toolbar-icon.toolbar-handle.open:before { + background-image: url("../../../misc/icons/787878/twistie-up.png"); + background-size: auto auto; +} + +/** + * Orientation toggle. + */ +.toolbar .toolbar-toggle-orientation button { + height: 16px; + padding: 0; + text-indent: -999em; + width: 20px; +} +.toolbar .toolbar-toggle-orientation button:before { + left: 0; /* LTR */ +} +[dir="rtl"] .toolbar .toolbar-toggle-orientation button:before { + left: auto; + right: 0; +} +[dir="rtl"] .toolbar .toolbar-toggle-orientation .toolbar-icon { + padding-right: 0; +} +/** + * In order to support a hover effect on the SVG images, while also supporting + * RTL text direction and no SVG support, this little icon requires some very + * specific targeting, setting and unsetting. + */ +.toolbar .toolbar-toggle-orientation [value="vertical"]:before { + background-image: url("../../../misc/icons/bebebe/push-left.svg"); /* LTR */ +} +.toolbar .toolbar-toggle-orientation [value="vertical"]:hover:before { + background-image: url("../../../misc/icons/787878/push-left.svg"); /* LTR */ +} +.no-svg .toolbar .toolbar-toggle-orientation [value="vertical"]:before { + background-image: url("../../../misc/icons/bebebe/push-left.png"); /* LTR */ +} +.no-svg .toolbar .toolbar-toggle-orientation [value="vertical"]:hover:before { + background-image: url("../../../misc/icons/787878/push-left.png"); /* LTR */ +} +[dir="rtl"] .toolbar .toolbar-toggle-orientation [value="vertical"]:before { + background-image: url("../../../misc/icons/bebebe/push-right.svg"); +} +[dir="rtl"] .toolbar .toolbar-toggle-orientation [value="vertical"]:hover:before { + background-image: url("../../../misc/icons/787878/push-right.svg"); +} +[dir="rtl"].no-svg .toolbar .toolbar-toggle-orientation [value="vertical"]:before { + background-image: url("../../../misc/icons/bebebe/push-right.png"); +} +[dir="rtl"].no-svg .toolbar .toolbar-toggle-orientation [value="vertical"]:hover:before { + background-image: url("../../../misc/icons/787878/push-right.png"); +} +.toolbar .toolbar-toggle-orientation [value="horizontal"]:before { + background-image: url("../../../misc/icons/bebebe/push-up.svg"); +} +.toolbar .toolbar-toggle-orientation [value="horizontal"]:hover:before { + background-image: url("../../../misc/icons/787878/push-up.svg"); +} +.no-svg .toolbar .toolbar-toggle-orientation [value="horizontal"]:before { + background-image: url("../../../misc/icons/bebebe/push-up.png"); +} +.no-svg .toolbar .toolbar-toggle-orientation [value="horizontal"]:hover:before { + background-image: url("../../../misc/icons/787878/push-up.png"); +} + diff --git a/core/modules/toolbar/css/toolbar.menu.css b/core/modules/toolbar/css/toolbar.menu.css index 060f1027d0568be9f2162ecc6f7c9d95affa2f98..8da6b37fd518240ba2dfdba3f215a065d35a1bc4 100644 --- a/core/modules/toolbar/css/toolbar.menu.css +++ b/core/modules/toolbar/css/toolbar.menu.css @@ -1,7 +1,8 @@ /** * @file toolbar.menu.css */ -.toolbar .menu { +.toolbar .menu, +[dir="rtl"] .toolbar .menu { list-style: none; margin: 0; padding: 0; @@ -85,29 +86,10 @@ padding: 0; position: absolute; right: 0; /* LTR */ - text-indent: -9999px; top: 0; - width: 3em; z-index: 1; } [dir="rtl"] .toolbar .toolbar-icon.toolbar-handle { left: 0; right: auto; } -.toolbar .toolbar-icon.toolbar-handle:before { - background-image: url("../images/icon-open.png"); - left: 0; /* LTR */ -} -[dir="rtl"] .toolbar .toolbar-icon.toolbar-handle:before { - left: auto; - right: 0; -} -.toolbar .toolbar-icon.toolbar-handle.open:before { - background-image: url("../images/icon-collapse.png"); -} -.toolbar .menu .menu .toolbar-icon.toolbar-handle:before { - background-image: url("../images/icon-child-open.png"); -} -.toolbar .menu .menu .toolbar-icon.toolbar-handle.open:before { - background-image: url("../images/icon-child-collapse.png"); -} diff --git a/core/modules/toolbar/css/toolbar.theme.css b/core/modules/toolbar/css/toolbar.theme.css index 1d64296a9fb7d088bfe4ac6da3574a5dca6059b7..5e2afe71fa40e76f7d8930523f8d65f21346515d 100644 --- a/core/modules/toolbar/css/toolbar.theme.css +++ b/core/modules/toolbar/css/toolbar.theme.css @@ -172,24 +172,4 @@ .toolbar .toolbar-toggle-orientation button { cursor: pointer; display: inline-block; - height: 16px; - padding: 0; - text-indent: -999em; - width: 20px; -} -.toolbar .toolbar-toggle-orientation button:before { - left: 0; /* LTR */ -} -[dir="rtl"] .toolbar .toolbar-toggle-orientation button:before { - left: auto; - right: 0; -} -.toolbar .toolbar-toggle-orientation [value="vertical"]:before { - background-image: url('../images/icon-toggle-vertical.png'); /* LTR */ -} -[dir="rtl"] .toolbar .toolbar-toggle-orientation [value="vertical"]:before { - background-image: url('../images/icon-toggle-vertical-rtl.png'); -} -.toolbar .toolbar-toggle-orientation [value="horizontal"]:before { - background-image: url('../images/icon-toggle-horizontal.png'); } diff --git a/core/modules/toolbar/images/icon-appearance-active.png b/core/modules/toolbar/images/icon-appearance-active.png deleted file mode 100644 index 2b11761d01db85754340c2e38b77a3038ecc28a5..0000000000000000000000000000000000000000 --- a/core/modules/toolbar/images/icon-appearance-active.png +++ /dev/null @@ -1,4 +0,0 @@ -‰PNG - -��� IHDR���������‰ ���tEXtSoftware�Adobe ImageReadyqÉe<���´IDATxÚ¬” À D‘€„I˜$LB%LN0 H@&aƒ¤$Œ¬B›\Â/æZPŠŽ#éNŠIZ-ÆŽ°uIŠI؃뛬ÈKÂ"ž±=˜€eT´°:+¨*¿sý6ã›Ç½Ày+¯¬—®Ó{ÀXA`f¡»gždi#GÀXÿzPÏÌÍ~'‘Y;†ê -ઊ/A©‹¢4ôïý‡ÕØüx¼Ÿ–z�s÷€576����IEND®B`‚ \ No newline at end of file diff --git a/core/modules/toolbar/images/icon-appearance.png b/core/modules/toolbar/images/icon-appearance.png deleted file mode 100644 index fd581f691a1e882641c1e93c9155cedf6679cc5a..0000000000000000000000000000000000000000 --- a/core/modules/toolbar/images/icon-appearance.png +++ /dev/null @@ -1,4 +0,0 @@ -‰PNG - -��� IHDR���������‰ ���tEXtSoftware�Adobe ImageReadyqÉe<��AIDATxÚœ”±‘Â0E¥£Z “;€ ƒ£ˆBê¨À¦‚sv¡/q|.2BJà/óÍ,º“%ügvdü´ú+¯5eY6Æ°–ç<Ïw&R#ßDš¦ß>3<Û¦i~b€Ö“]A˜Ö™¶o=0‘Àæ€Þú€‘0Q‚ØF{€‰nôó?ÛÞ#GÀDK„T¾àÑÿ-’l†±ÀJ�VÜ\6Þ#Žˆƒë©xxfø$ÇÛt?�(¹~KðkQ°@&§ˆÊ\é,áž2´ào•åÄRgBmôÝãq×jþÔ{mðòAgE%JVh+°¾ê*՛ЧÂ3>ßm 9ÔÝýU?$táËÉêìlPéÂÙЧÄK/àc×Æð_í@Ÿß¹5¤ìH\è ¡ ¡ú.¶ƒ -úÕ±c„®s•îCº0�@»„^ŒÇ€Æ����IEND®B`‚ \ No newline at end of file diff --git a/core/modules/toolbar/images/icon-child-collapse.png b/core/modules/toolbar/images/icon-child-collapse.png deleted file mode 100644 index b7a744f2a684f48589e235d66c53c481936305bf..0000000000000000000000000000000000000000 --- a/core/modules/toolbar/images/icon-child-collapse.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������VÎŽW���tEXtSoftware�Adobe ImageReadyqÉe<���OIDATxÚb`#0RP^^.�¤ú¸°³³óYA ÙÄ@|ˆqÆH¤!0€Ó0FÁkÕ1Há<ò…£Il¨€��äº(HãLÜ����IEND®B`‚ \ No newline at end of file diff --git a/core/modules/toolbar/images/icon-child-open.png b/core/modules/toolbar/images/icon-child-open.png deleted file mode 100644 index 74e0b77ccd4fc8fbbd432525c3bf90d359f9f116..0000000000000000000000000000000000000000 --- a/core/modules/toolbar/images/icon-child-open.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������VÎŽW���tEXtSoftware�Adobe ImageReadyqÉe<���TIDATxÚb`#0bl<Ô¤ðè»°¾Þ®Y€‡ÂF ÞðPyÂ.‚ºJ�‹a C®ù@´AXÃiAƒ…Y!.CFÁP��°‰Ê€s»ò����IEND®B`‚ \ No newline at end of file diff --git a/core/modules/toolbar/images/icon-collapse.png b/core/modules/toolbar/images/icon-collapse.png deleted file mode 100644 index 8b247b5a2ef30844acab77e4e8519d9025653d75..0000000000000000000000000000000000000000 --- a/core/modules/toolbar/images/icon-collapse.png +++ /dev/null @@ -1,4 +0,0 @@ -‰PNG - -��� IHDR���������rP6Ì���tEXtSoftware�Adobe ImageReadyqÉe<��3IDATxÚ´T» Â040BF€ € € ’*%eZ(S¦L6�& L@F00wÒE|A𤓼w—çϹgžDY–K€ã •º�5P¤iZßózw"†J"`8䆘3?b‰&ȹ1Hí¢'St+ñ)vSòìḢW1Fü¹Õ÷JËùXˆ¡z'¾±Úlba¾ò&Ô±:µMh²,‹Ý9ÖÒª«}@ˆK¨4¾Š#u¬î‘ù®â€ Os`ÕjóFÈ„=߶îØ;¡—‚žß—E"µJ!ÎÏÀ:t„¬ËóÜoÅ.}Ù‚Ùñ« -V¯Ç˜:\fÁÖå‚Î!·¤°r-¯}äÕÔñv¢-"yÍtôf$þ^À{Æ›Ýt~Ï~ñÒ^�œJ«˜y����IEND®B`‚ \ No newline at end of file diff --git a/core/modules/toolbar/images/icon-configuration-active.png b/core/modules/toolbar/images/icon-configuration-active.png deleted file mode 100644 index 1eea537c976a781722e6a9085e575e39e84c4b32..0000000000000000000000000000000000000000 --- a/core/modules/toolbar/images/icon-configuration-active.png +++ /dev/null @@ -1,4 +0,0 @@ -‰PNG - -��� IHDR���������‰ ���tEXtSoftware�Adobe ImageReadyqÉe<���›IDATxÚbdÀ -@œ€Ä�Ä€ø`>ÿGÂ︀B€n(7ÐÂPBšH4t=! šðýhá‰ôCâ3ô>š+ ºð?C°„#^€¦x>šaýhòç (� dMû±xÙ@B†àÐüŸCha¨4½GÓxžCq…ó¨¡8 e ¶¡Ô6”ª†�4k‰§É~¼����IEND®B`‚ \ No newline at end of file diff --git a/core/modules/toolbar/images/icon-configuration.png b/core/modules/toolbar/images/icon-configuration.png deleted file mode 100644 index a5d46b2268692f295b8a9006807f6c455dcec6e6..0000000000000000000000000000000000000000 --- a/core/modules/toolbar/images/icon-configuration.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������‰ ���tEXtSoftware�Adobe ImageReadyqÉe<��IDATxÚœ“-Â@…w[ƒYÙ#p€Šâ8œ�[‹«ä`qp‚–¤É ¨D‚Ç›dH6›ý™e’Í6o³_g^_µ²ªišÛÊF¬SÛ¶O%(íÝ[P‚mÝÅ€¹K†á\Uu:gi‚µ„¦qÖ'=PªÚg£ï^Æž9#®±,yê0#¯Ø³Ô³Ž§1(Êœb¾øÙ eKJ%¬Œs¦\P†ÙžÝ‚9Ä%ánÒsW®Î¸ð=Gވ‡rfyæóªàLé®3‡8¸Rhc_PÍ ÷Zî¬à¿ã7⃵(TKÚaŸ;ë¯qzª¥qBÅ@)4KòXOé%]PMÆ CЯ��†¨y±ô•A¹����IEND®B`‚ \ No newline at end of file diff --git a/core/modules/toolbar/images/icon-content-active.png b/core/modules/toolbar/images/icon-content-active.png deleted file mode 100644 index 24b6982dfc9605d5b6c0016f3b8862584b1b07a4..0000000000000000000000000000000000000000 --- a/core/modules/toolbar/images/icon-content-active.png +++ /dev/null @@ -1,4 +0,0 @@ -‰PNG - -��� IHDR���������‰ ���tEXtSoftware�Adobe ImageReadyqÉe<���›IDATxÚbd@�(&\�â „5�ñp6C˜Èó±Ê‚C1#ƒþ£ -¨áB¬.¥†0C ¨i àC|€O˜RÕ…„\Ø<‰»/ñG<òHuár¼Œ/÷ÈzûIu!(|ðÈ Õ@P„(ä¨O –ùÉñ2U#…ª û?¹RÝ…��å'sz³P¨����IEND®B`‚ \ No newline at end of file diff --git a/core/modules/toolbar/images/icon-content.png b/core/modules/toolbar/images/icon-content.png deleted file mode 100644 index 32081b6d14444b07f3c9f82ed79726ce6d11312a..0000000000000000000000000000000000000000 --- a/core/modules/toolbar/images/icon-content.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������‰ ���tEXtSoftware�Adobe ImageReadyqÉe<���µIDATxÚbd€‚òòr åÀ@¸ÐÙÙ¹›dX=‘‚4tº8ù`>ÐÐ|.„ ÍŒx\öÍPd—RâB¬.¥†0C ¨i àC|�=|Ñ”ª.dÀëB Íý@Ê€@â.$Ú@ ¸ÄñÈ? É…Ør¥^ÞO o�ZêHŠ—Aá#€GþI.„Fˆ0¼@Šúb™ŸÔH)$'R蓰ѳӀº À�Ü4·»¬¨!����IEND®B`‚ \ No newline at end of file diff --git a/core/modules/toolbar/images/icon-extend-active.png b/core/modules/toolbar/images/icon-extend-active.png deleted file mode 100644 index faa13c54cedeac5fdc776f13e8644e7b33466db9..0000000000000000000000000000000000000000 --- a/core/modules/toolbar/images/icon-extend-active.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������‰ ���tEXtSoftware�Adobe ImageReadyqÉe<���’IDATxÚ¼ÔÑ �`#ÁF0JG0‚ n4#Á΃K.r¥æ$âÅ'ZƒØcÒ¸zZOÖB}Oýušhs ÔÌÐw`ÕÍ6ahú�QÔŽã`( ˜Ýa,412*‰_5I’0cî�ËØ5!¶|ž´Pß:œv˜‹Mô©h sf”õ•…͆õ`�‘3¯íÆ¥<����IEND®B`‚ \ No newline at end of file diff --git a/core/modules/toolbar/images/icon-extend.png b/core/modules/toolbar/images/icon-extend.png deleted file mode 100644 index 52219ff8506fbf17e52aec2b3670ce7c9a5ef2a6..0000000000000000000000000000000000000000 --- a/core/modules/toolbar/images/icon-extend.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������‰ ���tEXtSoftware�Adobe ImageReadyqÉe<��,IDATxÚœ“1Â0E›vbË8B‘:À álaí„8åL°tÏ €±Gà™:¤dâôåÛ±“DYeYn`6é¹R¶‡#»ô…¦Êþ ÖÂò¾ÐN`UUnÞ…‡€&ÄÇoŒ`Ž•S)Ö¸´V\³+AýÕ Íè5áw°eQç¦ižþúý~ÎÄ·ì?w²†5§c¹V¹P¸‚Û*U9rü'eËiåüsJŸ#÷›¾ñ”Hè! L…‘ž²&©è¿–[cè²R!5ím ÌAÐÂ;ÕbŒ'+Éd„úŠú‹ú,F"¦\.u–ëJÇþå™v*BéÝÇïÔ˜×+Íý©ÙBÄÖ&&'u<Im×…&öyÆ-@×À…íK€� ®‰ˆ’éç����IEND®B`‚ \ No newline at end of file diff --git a/core/modules/toolbar/images/icon-help-active.png b/core/modules/toolbar/images/icon-help-active.png deleted file mode 100644 index a46315b210c08781c372d5c287de59f489c4487e..0000000000000000000000000000000000000000 --- a/core/modules/toolbar/images/icon-help-active.png +++ /dev/null @@ -1,4 +0,0 @@ -‰PNG - -��� IHDR���������‰ ���tEXtSoftware�Adobe ImageReadyqÉe<���ÐIDATxÚbdÀ€ØˆÄ>�ñ ¾À@H�âû@ü¾U‡€\²ž€Aèx=šP;O¢a0|›¡ûq(~•ÛOÀÂõèa†Í la¤€Ç`¸úû„` ž÷8" -œ4:ÌÅDC l .o34iX0‡8ŸÃ#ä#‚.œdAß°@ó&!à�¥ý‰É·dæœ^f ṖºÐˆ¬yŸ˜Xk "ía͸J™ýPCød=ÍKª—‡T)±�‰ð2$Jü����IEND®B`‚ \ No newline at end of file diff --git a/core/modules/toolbar/images/icon-help.png b/core/modules/toolbar/images/icon-help.png deleted file mode 100644 index 0a8fe2e98dba8729bb5f267c3e3aefbc34e635ee..0000000000000000000000000000000000000000 --- a/core/modules/toolbar/images/icon-help.png +++ /dev/null @@ -1,4 +0,0 @@ -‰PNG - -��� IHDR���������‰ ���tEXtSoftware�Adobe ImageReadyqÉe<��>IDATxÚ´”Á±‚0†!Cv %P‚T V tà;qDŽœ,A;0¨H Ú%¼?ïmœÉ.ñàÎì„ É·›ÍŸMÁš¦É1¬ágz„ßú¾B{RTahá+!ÞÞ|f�™LNð2‰7 ¯'@‚]áyò¹™ãªœÉû«ùÀ�s:Ù†T³S�ôã×kWBðÚfØ~.B© €¹Œ‚úÖ¦$ÇLÑKV.Øw%IML…&=+™Œƒ'PÜP}œì*N ¸Œ€míå�¶\àøšÓ;`8J‹3æ¶ü§hë¼™[›‘`%«È£LQ¡ŸÒ‘Iw…ðRÞ Ã -»½Ô´«[Dy:·9\˜.c@wúÞ -M#è6suF‹}}#Ä?ÐþD9ot¤:é[—¶ë+ûW€�êm<ëP|ª����IEND®B`‚ \ No newline at end of file diff --git a/core/modules/toolbar/images/icon-home-active.png b/core/modules/toolbar/images/icon-home-active.png deleted file mode 100644 index 32ed2a471a53046962360f745bb1fdf0af2ca673..0000000000000000000000000000000000000000 --- a/core/modules/toolbar/images/icon-home-active.png +++ /dev/null @@ -1,6 +0,0 @@ -‰PNG - -��� IHDR���������Ä´l;���tEXtSoftware�Adobe ImageReadyqÉe<���üIDATxÚÜ”m -ƒ0†-ü!BÑxw=ÙØÉܼ»€®**~v©8èì»ê-¢Ñ<¼I´šö·6ƒK)XÜ Ú÷½þ�(e‘Ý+CÛ¶Å]×Eà”óhÊ\.àëNkЦi0´Ï -œÙ#‡åÁ5„ÐÇZ´ëC`Ðmßt]÷WWUõRúõ,pY–ÊPaEQȶÏÛülyçyŽaªJCèÖ7M“Œà,ËF¥�Vþ>BðQš¦*í/*G„.¼)qÙz–—$ U¥Z–…pÇ‹`Û¶‘Ì{§Ùà·.HîÓkë*>LñOŒâ0{ -0�†¯\ ÓlJ����IEND®B`‚ \ No newline at end of file diff --git a/core/modules/toolbar/images/icon-home.png b/core/modules/toolbar/images/icon-home.png deleted file mode 100644 index 5d8d5018b8bdcbd05dc08199975b301038e4fd16..0000000000000000000000000000000000000000 --- a/core/modules/toolbar/images/icon-home.png +++ /dev/null @@ -1,6 +0,0 @@ -‰PNG - -��� IHDR���������Ä´l;���tEXtSoftware�Adobe ImageReadyqÉe<��IDATxÚÔ”A -ƒ0E x€¡GH‚¸ª;ÁUâqJ#.ª‚ ‚(‚ ¸¨Gè¼€¦£¨ÔŠ¢Æ’?1ó‘ãŽh©0Ë2Ëò*B¾8MS‚ -a‹!J©,ŠbÎN’ô ÛÓGùð3Ôë/¸´µH’$¹ðsÐ8ŽqUUá”kÏáÜÝIpEº -!É„„¬AÐuJ¶ºbö}Ÿ:žçy¸þh3PEQŠØu]hymEUU‹ì8ÎÐY–µ'´‡óµ m8Ø°Þ˜ÿÝGÃ3M“²‚5MC#»Í&/èºÞ7a]åã²,uµD÷ðÜS¬Õï)~o� ¿†=èʱ����IEND®B`‚ \ No newline at end of file diff --git a/core/modules/toolbar/images/icon-menu-active.png b/core/modules/toolbar/images/icon-menu-active.png deleted file mode 100644 index ab6462e0f1ae96f28eb89ca745ed4e57aec62fab..0000000000000000000000000000000000000000 --- a/core/modules/toolbar/images/icon-menu-active.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������Ä´l;���tEXtSoftware�Adobe ImageReadyqÉe<���IIDATxÚb` `üÿÿ¿v ¶Á,Pƒëia0M‚‚¦`´Œ_¿~béøß¿£éx ¥ãW¯^–Ç´Ï 4IÇ��æq2¡{ßL‹����IEND®B`‚ \ No newline at end of file diff --git a/core/modules/toolbar/images/icon-menu.png b/core/modules/toolbar/images/icon-menu.png deleted file mode 100644 index a02939ffd92ad56edbec657249bb1f9860e18ec4..0000000000000000000000000000000000000000 --- a/core/modules/toolbar/images/icon-menu.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������Ä´l;���tEXtSoftware�Adobe ImageReadyqÉe<���\IDATxÚbb `<sæŒv ¶Á,ÿþýZOƒi,ÿþ¥Á@`J€iÈ̸cÇÚ¤c`ªMǃÿÿÿ?šŽiœŽ/^<ÄÊcš%·!—Ž�rM0_þ !î����IEND®B`‚ \ No newline at end of file diff --git a/core/modules/toolbar/images/icon-open.png b/core/modules/toolbar/images/icon-open.png deleted file mode 100644 index fb71f8884268a362ca7d8c15474ed7fa60b5ebb5..0000000000000000000000000000000000000000 --- a/core/modules/toolbar/images/icon-open.png +++ /dev/null @@ -1,5 +0,0 @@ -‰PNG - -��� IHDR���������rP6Ì���tEXtSoftware�Adobe ImageReadyqÉe<��=IDATxÚ¬”ÑmÂ0†‹Ø�wƒv@6¨ŸòÈUGècž’ € ,ÐlÐŒÀýÿêOd…„ˆ“~qw_îlŸ#Óaiš®°ì ®óÀu… -è;I’¢µ K&H¡ -‰%|¯øMÿúÔÃWÝÀ|b2‡A•º|Í509 ÞŒ4䱋-ôÆ[ýŸ©Ñ šâ+å«Í¦b3͘·"ÇêÔò¾=¨®Òaífªªi/þº8ÖåûÏ÷º�žz6Ó=jªb�€‹`2ÊŸ[•Z†‘ô*ýÈ·ZýÏ·Á3#€7 0ßjD\W -`'HFØÕj,6÷6G�ߢ-ɉtÏ8F/S®‡¦ç—ce5ý…fmŠ1¯ §'¶à4kæÁÙtõ=}þ«Ñóž¡òá÷ì/íŸ��£VY¤¤b����IEND®B`‚ \ No newline at end of file diff --git a/core/modules/toolbar/images/icon-people-active.png b/core/modules/toolbar/images/icon-people-active.png deleted file mode 100644 index 0a406fbe16f9939975c9d95775c6aa1d3210d9c8..0000000000000000000000000000000000000000 --- a/core/modules/toolbar/images/icon-people-active.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������‰ ���tEXtSoftware�Adobe ImageReadyqÉe<���·IDATxÚb`Š@�ˆ÷ñ(Þ# Ãó)1ð?¼Ÿïc1p=%&`1ÐXÍŒ8ÄY�Äȉ٨×ÎãCœ@Ùû¡¾ÁjØy‘ŽXÄÐ , Â0X8bKRï‘ c"!Ñ~À\pÀ ðD†óA,1¾€Ò¬Ù�õ&÷£»‘„T`€'=^€úò± ý=‘×@È0" BÆxA©2v��Ž½oæŽXø����IEND®B`‚ \ No newline at end of file diff --git a/core/modules/toolbar/images/icon-people.png b/core/modules/toolbar/images/icon-people.png deleted file mode 100644 index b62d83c3ca2522fff006bb5d22957bbc189059e0..0000000000000000000000000000000000000000 --- a/core/modules/toolbar/images/icon-people.png +++ /dev/null @@ -1,4 +0,0 @@ -‰PNG - -��� IHDR���������‰ ���tEXtSoftware�Adobe ImageReadyqÉe<���ùIDATxÚb`ì€] ¢¢B�Hb¨Ð ìèèø@ŒLXÄ c€²û‰u!6°ˆ)Pbà,b(1°‹ØD²#1H^_�Œ$Ù ¶‡†—šºPoBåâ¤g!Ð²È -™¡†í‡¨Ä8"å¿„¦ ¨X€ ã‘#G ‡a1àÇ|,âùè‘"@dðàŠiý,Ðdr€AbI§Æ2>�ó$o‚kDΖŒD"� gJ.€| 2˜‘à y™˜°nd$`ÈUçI &ò¤†11;°� À�³9ÞdÝs����IEND®B`‚ \ No newline at end of file diff --git a/core/modules/toolbar/images/icon-reports-active.png b/core/modules/toolbar/images/icon-reports-active.png deleted file mode 100644 index 96f467357d28928b16e13bb379c9592016eec6f8..0000000000000000000000000000000000000000 --- a/core/modules/toolbar/images/icon-reports-active.png +++ /dev/null @@ -1,4 +0,0 @@ -‰PNG - -��� IHDR���������‰ ���tEXtSoftware�Adobe ImageReadyqÉe<���ðIDATxÚ¬”Ñ †Áã]Fp6°Nຂ¨Ô ªèÅ :BG Tr<.,¹3wÿ] -å#IÓh¥Tƒ*ÙõT»DÍ:ÖÂLæŸ0šÜÚ(Õáó]˜'û!ó« +%³N!g;&}X²æñÃMQoô©ÝRy8à†žÛc6Áê7`'Ð�R)z€æÐX�¦(¼§ÀSx/ÈÂQà#ê%�Àeý†Fè˜?…š-´NàÚ¦-@4rƒdLµ7ÂU ÿO¨¾)o™õuž²ÄàеðQ¬tÚØÃủ+así�Ê|47 ‚z÷����IEND®B`‚ \ No newline at end of file diff --git a/core/modules/toolbar/images/icon-reports.png b/core/modules/toolbar/images/icon-reports.png deleted file mode 100644 index 49ede88cdb2820de6baaff7dd07c3b40cf7e0e0f..0000000000000000000000000000000000000000 --- a/core/modules/toolbar/images/icon-reports.png +++ /dev/null @@ -1,5 +0,0 @@ -‰PNG - -��� IHDR���������‰ ���tEXtSoftware�Adobe ImageReadyqÉe<��IDATxÚ¬TÁ Â0LQþdFè´00B_}Ͼʅ `‚f„ŽÐ26 -È2IKX²š&öåìØ.Ú¶”R¨1™º®{¨LÑì´d—ô–¸"ë´f:ù³@¹ih–1säAUŠéJÉd0ü`S¶=|Ê`†gÿ(èŒ!j½Í’\ÁÎ…"ƒ Û³©*�ÙÁ¥5‚Jr8ª !DF�5:à4G�] -xt#ÜoQ”ðúÌõöŒÏ¶âKÒ±4‘Òq¡:ìc¥EÖ&2HæOîµ0Gé^öyø¨ÚcÈÛÀþš†,tºDÅH§Yß3 Ãw'¤Œ^�:3PÀdV����IEND®B`‚ \ No newline at end of file diff --git a/core/modules/toolbar/images/icon-structure-active.png b/core/modules/toolbar/images/icon-structure-active.png deleted file mode 100644 index 3ab2375fc5f06ba8efd57fac47917fe3ab643539..0000000000000000000000000000000000000000 --- a/core/modules/toolbar/images/icon-structure-active.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������‰ ���tEXtSoftware�Adobe ImageReadyqÉe<���IDATxÚb`q€¯$#£rÀ"uàÿÿÿH·‘±ˆÿcÁ ¸ô0QÛËT7…€üPxAÙHì”Ç0쨛H5”DpÄ(±Ø[¤€Ò#6’Ä#w€f±t)cŽb V�âP¹B 6€Ê¡ÇòB¨º~(ß�óðå|9W˜œr€ˆ\‚QÚ@å‡^`�ÈÅc'6CÄ����IEND®B`‚ \ No newline at end of file diff --git a/core/modules/toolbar/images/icon-structure.png b/core/modules/toolbar/images/icon-structure.png deleted file mode 100644 index 7a8302f8dd48adb129a4312978f7c9e43a757fe9..0000000000000000000000000000000000000000 --- a/core/modules/toolbar/images/icon-structure.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������‰ ���tEXtSoftware�Adobe ImageReadyqÉe<���¥IDATxÚb`q€ŸdEE…rÀ"u ££ã�6=,,VC«LÔö2Õ $äåH^s@b? Øf`ý/3¢%‘ý˜åJJ,XÒ—#./åqÈí§—¦'�éx �b ¾�•+b¨z,/„ªë‡ò 1ÿjˆZî`@²�›ÜA¨ÈrC'§ "—`+@òC¯€0�ÇŒ+SÞu\����IEND®B`‚ \ No newline at end of file diff --git a/core/modules/toolbar/images/icon-toggle-horizontal.png b/core/modules/toolbar/images/icon-toggle-horizontal.png deleted file mode 100644 index 759701cb47736bcb1e87da4f595b6c0ead74b80f..0000000000000000000000000000000000000000 --- a/core/modules/toolbar/images/icon-toggle-horizontal.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������¸Ûà���tEXtSoftware�Adobe ImageReadyqÉe<���cIDATxÚb,//g 01諈;::HÒSQQAmG®|ŽÄ›7o>{ö,ÁÁÁáëëK”m@ G…°ˆ~Ú®^½Šæ6 (HÀ‘ÚÚÚÄ,ý£}¤j0�p«#÷m‰´V����IEND®B`‚ \ No newline at end of file diff --git a/core/modules/toolbar/images/icon-toggle-vertical-rtl.png b/core/modules/toolbar/images/icon-toggle-vertical-rtl.png deleted file mode 100644 index 95e3fbaf11272cff75af05e25964ccd18f824336..0000000000000000000000000000000000000000 --- a/core/modules/toolbar/images/icon-toggle-vertical-rtl.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������¸Ûà���tEXtSoftware�Adobe ImageReadyqÉe<���hIDATxÚb,//g °�qGGAuÈ\&²�mW¯^%GÛâÅ‹Ïž=K²6 X $k …xt’$,¸$¬}}}IÓjllLšm±±±ÚÚÚ$‡$A=” Zz#��Û`u8: B����IEND®B`‚ \ No newline at end of file diff --git a/core/modules/toolbar/images/icon-toggle-vertical.png b/core/modules/toolbar/images/icon-toggle-vertical.png deleted file mode 100644 index dd3240e6e9d65f45ff72b9d2a90b0666b762c599..0000000000000000000000000000000000000000 --- a/core/modules/toolbar/images/icon-toggle-vertical.png +++ /dev/null @@ -1,3 +0,0 @@ -‰PNG - -��� IHDR���������¸Ûà���tEXtSoftware�Adobe ImageReadyqÉe<���kIDATxÚb,//g ° ñ;::ꩨ¨`b ÖvõêU’µ={vñâÅ„ý†6oÞ|ôèQ¢‚V¯^ ´Š|¿‘¦-44ÔØؘÛBÁ€4¿A�ÐBrü¦Mµ aÁLoÄh0�…õZº}8‹����IEND®B`‚ \ No newline at end of file diff --git a/core/modules/toolbar/toolbar.module b/core/modules/toolbar/toolbar.module index f058445b484d406ce79fb46991e5bc969e0eb649..d522521468aba4b06ebd86ac85bd69bfae4728ca 100644 --- a/core/modules/toolbar/toolbar.module +++ b/core/modules/toolbar/toolbar.module @@ -80,7 +80,7 @@ function toolbar_element_info() { // The id cannot be simply "toolbar" or it will clash with the simpletest // tests listing which produces a checkbox with attribute id="toolbar" 'id' => 'toolbar-administration', - 'class' => array('toolbar',), + 'class' => array('toolbar'), 'role' => 'navigation', ), // Metadata for the administration bar. @@ -88,7 +88,7 @@ function toolbar_element_info() { '#heading' => t('Toolbar items'), '#attributes' => array( 'id' => 'toolbar-bar', - 'class' => array('toolbar-bar', 'clearfix',), + 'class' => array('toolbar-bar', 'clearfix'), ), ), ); @@ -595,6 +595,7 @@ function toolbar_library_info() { drupal_get_path('module', 'toolbar') . '/css/toolbar.icons.css', ), 'dependencies' => array( + array('system', 'modernizr'), array('system', 'jquery'), array('system', 'drupal'), array('system', 'drupalSettings'), diff --git a/core/modules/user/css/user.icons.css b/core/modules/user/css/user.icons.css new file mode 100644 index 0000000000000000000000000000000000000000..e61128c2cad02316d400cbbc40c1cf309b23e729 --- /dev/null +++ b/core/modules/user/css/user.icons.css @@ -0,0 +1,22 @@ +/** + * @file + * Styling for the user module icons. + */ + +/** + * Toolbar tab icon. + */ +.toolbar-bar .toolbar-icon-user:before { + background-image: url("../../../misc/icons/bebebe/person.svg"); +} +.no-svg .toolbar-bar .toolbar-icon-user:before { + background-image: url("../../../misc/icons/bebebe/person.png"); +} +.toolbar-bar .toolbar-icon-user:active:before, +.toolbar-bar .toolbar-icon-user.active:before { + background-image: url("../../../misc/icons/ffffff/person.svg"); +} +.no-svg .toolbar-bar .toolbar-icon-user:active:before, +.no-svg .toolbar-bar .toolbar-icon-user.active:before { + background-image: url("../../../misc/icons/ffffff/person.png"); +} diff --git a/core/modules/user/css/user.module.css b/core/modules/user/css/user.module.css index 900a60de88c5831be5bd64b728172654adea32b9..08dc3d9ecab2a131d6777c1eac4b0a44296a6e44 100644 --- a/core/modules/user/css/user.module.css +++ b/core/modules/user/css/user.module.css @@ -106,14 +106,3 @@ div.password-suggestions ul { width: 100%; } } - -/** - * Toolbar icon. - */ -.toolbar-icon-user:before { - background-image: url(../images/icon-user.png); -} -.toolbar-icon-user:active:before, -.toolbar-icon-user.active:before { - background-image: url(../images/icon-user-active.png); -} diff --git a/core/modules/user/user.module b/core/modules/user/user.module index 62ccfd691ef93fffc86f30eb79073b12567f3f11..91e7ee174b9fcfec4574abc599136c61ef573445 100644 --- a/core/modules/user/user.module +++ b/core/modules/user/user.module @@ -2101,6 +2101,11 @@ function user_toolbar() { ), ), '#weight' => 100, + '#attached' => array( + 'library' => array( + array('user', 'drupal.user.icons'), + ), + ), ); return $items; @@ -2110,14 +2115,15 @@ function user_toolbar() { * Implements hook_library_info(). */ function user_library_info() { + $path = drupal_get_path('module', 'user'); $libraries['drupal.user'] = array( 'title' => 'User', 'version' => VERSION, 'js' => array( - drupal_get_path('module', 'user') . '/user.js' => array(), + $path . '/user.js' => array(), ), 'css' => array( - drupal_get_path('module', 'user') . '/css/user.module.css' => array(), + $path . '/css/user.module.css' => array(), ), 'dependencies' => array( array('system', 'jquery'), @@ -2130,7 +2136,7 @@ function user_library_info() { 'title' => 'User permissions', 'version' => VERSION, 'js' => array( - drupal_get_path('module', 'user') . '/user.permissions.js' => array(), + $path . '/user.permissions.js' => array(), ), 'dependencies' => array( array('system', 'jquery'), @@ -2139,6 +2145,14 @@ function user_library_info() { ), ); + $libraries['drupal.user.icons'] = array( + 'title' => 'User icon styling', + 'version' => VERSION, + 'css' => array( + $path . '/css/user.icons.css' => array(), + ), + ); + return $libraries; }