mumuki-styles 1.12.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (161) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +117 -0
  3. data/Rakefile +2 -0
  4. data/app/assets/fonts/FontAwesome.otf +0 -0
  5. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.eot +0 -0
  6. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.svg +288 -0
  7. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf +0 -0
  8. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.woff +0 -0
  9. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2 +0 -0
  10. data/app/assets/fonts/dev-awesome/svg/colored/bash.svg +58 -0
  11. data/app/assets/fonts/dev-awesome/svg/colored/c.svg +82 -0
  12. data/app/assets/fonts/dev-awesome/svg/colored/code.svg +57 -0
  13. data/app/assets/fonts/dev-awesome/svg/colored/cpp.svg +67 -0
  14. data/app/assets/fonts/dev-awesome/svg/colored/css.svg +112 -0
  15. data/app/assets/fonts/dev-awesome/svg/colored/elixir.svg +86 -0
  16. data/app/assets/fonts/dev-awesome/svg/colored/gobstones.svg +3287 -0
  17. data/app/assets/fonts/dev-awesome/svg/colored/haskell.svg +76 -0
  18. data/app/assets/fonts/dev-awesome/svg/colored/html.svg +112 -0
  19. data/app/assets/fonts/dev-awesome/svg/colored/java.svg +85 -0
  20. data/app/assets/fonts/dev-awesome/svg/colored/javascript.svg +65 -0
  21. data/app/assets/fonts/dev-awesome/svg/colored/mongodb.svg +255 -0
  22. data/app/assets/fonts/dev-awesome/svg/colored/mumuki-circle.svg +132 -0
  23. data/app/assets/fonts/dev-awesome/svg/colored/mumuki.svg +78 -0
  24. data/app/assets/fonts/dev-awesome/svg/colored/prolog.svg +296 -0
  25. data/app/assets/fonts/dev-awesome/svg/colored/python.svg +61 -0
  26. data/app/assets/fonts/dev-awesome/svg/colored/qsim.svg +110 -0
  27. data/app/assets/fonts/dev-awesome/svg/colored/ruby.svg +105 -0
  28. data/app/assets/fonts/dev-awesome/svg/colored/sql.svg +124 -0
  29. data/app/assets/fonts/dev-awesome/svg/colored/text.svg +57 -0
  30. data/app/assets/fonts/dev-awesome/svg/colored/wollok.svg +83 -0
  31. data/app/assets/fonts/dev-awesome-hinted.ttf +0 -0
  32. data/app/assets/fonts/dev-awesome.eot +0 -0
  33. data/app/assets/fonts/dev-awesome.svg +139 -0
  34. data/app/assets/fonts/dev-awesome.ttf +0 -0
  35. data/app/assets/fonts/dev-awesome.woff +0 -0
  36. data/app/assets/fonts/dev-awesome.woff2 +0 -0
  37. data/app/assets/fonts/fontawesome-webfont.eot +0 -0
  38. data/app/assets/fonts/fontawesome-webfont.svg +2671 -0
  39. data/app/assets/fonts/fontawesome-webfont.ttf +0 -0
  40. data/app/assets/fonts/fontawesome-webfont.woff +0 -0
  41. data/app/assets/fonts/fontawesome-webfont.woff2 +0 -0
  42. data/app/assets/javascripts/mumuki-styles.js +12767 -0
  43. data/app/assets/stylesheets/_broken.scss +8 -0
  44. data/app/assets/stylesheets/_browser.scss +45 -0
  45. data/app/assets/stylesheets/_colors.scss +54 -0
  46. data/app/assets/stylesheets/_fonts.scss +9 -0
  47. data/app/assets/stylesheets/_footer.scss +18 -0
  48. data/app/assets/stylesheets/_hovers.scss +15 -0
  49. data/app/assets/stylesheets/_mixines.scss +6 -0
  50. data/app/assets/stylesheets/_modules.scss +8 -0
  51. data/app/assets/stylesheets/_mu-file-browser.scss +97 -0
  52. data/app/assets/stylesheets/_navbar.scss +99 -0
  53. data/app/assets/stylesheets/_styles.scss +14 -0
  54. data/app/assets/stylesheets/_vendor.scss +7 -0
  55. data/app/assets/stylesheets/bootswatch/_bootswatch.scss +330 -0
  56. data/app/assets/stylesheets/bootswatch/_variables.scss +870 -0
  57. data/app/assets/stylesheets/modules/_breadcrumb.scss +16 -0
  58. data/app/assets/stylesheets/modules/_callout.scss +40 -0
  59. data/app/assets/stylesheets/modules/_checkbox.scss +65 -0
  60. data/app/assets/stylesheets/modules/_conversation.scss +213 -0
  61. data/app/assets/stylesheets/modules/_follow_us.scss +16 -0
  62. data/app/assets/stylesheets/modules/_highlight.scss +99 -0
  63. data/app/assets/stylesheets/modules/_new_message.scss +42 -0
  64. data/app/assets/stylesheets/modules/_notification.scss +15 -0
  65. data/app/assets/stylesheets/mumuki-styles.css +9526 -0
  66. data/app/assets/stylesheets/mumuki-styles.scss +11 -0
  67. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss +245 -0
  68. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/demo/bootstrap.scss +3 -0
  69. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/demo/build.scss +6 -0
  70. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/_bootstrap-compass.scss +9 -0
  71. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/_bootstrap-mincer.scss +19 -0
  72. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/_bootstrap-sprockets.scss +9 -0
  73. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/_bootstrap.scss +56 -0
  74. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss +73 -0
  75. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss +68 -0
  76. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_breadcrumbs.scss +28 -0
  77. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss +244 -0
  78. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss +168 -0
  79. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss +270 -0
  80. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_close.scss +36 -0
  81. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss +69 -0
  82. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss +37 -0
  83. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss +216 -0
  84. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss +617 -0
  85. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss +307 -0
  86. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss +84 -0
  87. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss +171 -0
  88. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss +54 -0
  89. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss +66 -0
  90. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss +130 -0
  91. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss +66 -0
  92. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_mixins.scss +40 -0
  93. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss +150 -0
  94. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss +662 -0
  95. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss +242 -0
  96. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss +424 -0
  97. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss +54 -0
  98. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss +89 -0
  99. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss +271 -0
  100. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss +131 -0
  101. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss +101 -0
  102. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss +87 -0
  103. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-embed.scss +35 -0
  104. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss +179 -0
  105. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss +161 -0
  106. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss +234 -0
  107. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_theme.scss +291 -0
  108. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_thumbnails.scss +38 -0
  109. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss +101 -0
  110. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss +298 -0
  111. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss +55 -0
  112. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_variables.scss +874 -0
  113. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_wells.scss +29 -0
  114. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss +14 -0
  115. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss +12 -0
  116. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_border-radius.scss +18 -0
  117. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss +65 -0
  118. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_center-block.scss +7 -0
  119. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss +22 -0
  120. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss +88 -0
  121. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_gradients.scss +58 -0
  122. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss +81 -0
  123. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid.scss +122 -0
  124. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_hide-text.scss +21 -0
  125. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_image.scss +33 -0
  126. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_labels.scss +12 -0
  127. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss +32 -0
  128. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_nav-divider.scss +10 -0
  129. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_nav-vertical-align.scss +9 -0
  130. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_opacity.scss +8 -0
  131. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_pagination.scss +24 -0
  132. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss +24 -0
  133. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_progress-bar.scss +10 -0
  134. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_reset-filter.scss +8 -0
  135. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_reset-text.scss +18 -0
  136. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_resize.scss +6 -0
  137. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss +21 -0
  138. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_size.scss +10 -0
  139. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_tab-focus.scss +9 -0
  140. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss +28 -0
  141. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss +12 -0
  142. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-overflow.scss +8 -0
  143. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss +222 -0
  144. data/app/assets/stylesheets/vendor/dev-awesome/dist/scss/_dev-awesome.scss +240 -0
  145. data/app/assets/stylesheets/vendor/font-awesome/scss/_animated.scss +34 -0
  146. data/app/assets/stylesheets/vendor/font-awesome/scss/_bordered-pulled.scss +25 -0
  147. data/app/assets/stylesheets/vendor/font-awesome/scss/_core.scss +12 -0
  148. data/app/assets/stylesheets/vendor/font-awesome/scss/_fixed-width.scss +6 -0
  149. data/app/assets/stylesheets/vendor/font-awesome/scss/_icons.scss +789 -0
  150. data/app/assets/stylesheets/vendor/font-awesome/scss/_larger.scss +13 -0
  151. data/app/assets/stylesheets/vendor/font-awesome/scss/_list.scss +19 -0
  152. data/app/assets/stylesheets/vendor/font-awesome/scss/_mixins.scss +60 -0
  153. data/app/assets/stylesheets/vendor/font-awesome/scss/_path.scss +15 -0
  154. data/app/assets/stylesheets/vendor/font-awesome/scss/_rotated-flipped.scss +20 -0
  155. data/app/assets/stylesheets/vendor/font-awesome/scss/_screen-reader.scss +5 -0
  156. data/app/assets/stylesheets/vendor/font-awesome/scss/_stacked.scss +20 -0
  157. data/app/assets/stylesheets/vendor/font-awesome/scss/_variables.scss +800 -0
  158. data/app/assets/stylesheets/vendor/font-awesome/scss/font-awesome.scss +18 -0
  159. data/lib/mumuki/styles/version.rb +5 -0
  160. data/lib/mumuki/styles.rb +8 -0
  161. metadata +231 -0
@@ -0,0 +1,82 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ width="32"
13
+ height="32"
14
+ id="svg3392"
15
+ version="1.1"
16
+ inkscape:version="0.91 r13725"
17
+ viewBox="0 0 32 32"
18
+ sodipodi:docname="c-color.svg">
19
+ <defs
20
+ id="defs3394" />
21
+ <sodipodi:namedview
22
+ id="base"
23
+ pagecolor="#ffffff"
24
+ bordercolor="#666666"
25
+ borderopacity="1.0"
26
+ inkscape:pageopacity="0.0"
27
+ inkscape:pageshadow="2"
28
+ inkscape:zoom="11.313709"
29
+ inkscape:cx="8.7884313"
30
+ inkscape:cy="16.863032"
31
+ inkscape:current-layer="layer1"
32
+ showgrid="true"
33
+ inkscape:grid-bbox="true"
34
+ inkscape:document-units="px"
35
+ inkscape:window-width="1366"
36
+ inkscape:window-height="717"
37
+ inkscape:window-x="0"
38
+ inkscape:window-y="0"
39
+ inkscape:window-maximized="1" />
40
+ <metadata
41
+ id="metadata3397">
42
+ <rdf:RDF>
43
+ <cc:Work
44
+ rdf:about="">
45
+ <dc:format>image/svg+xml</dc:format>
46
+ <dc:type
47
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
48
+ <dc:title></dc:title>
49
+ </cc:Work>
50
+ </rdf:RDF>
51
+ </metadata>
52
+ <g
53
+ id="layer1"
54
+ inkscape:label="Layer 1"
55
+ inkscape:groupmode="layer">
56
+ <g
57
+ id="g3432"
58
+ style="fill:#00b4eb;fill-opacity:1">
59
+ <g
60
+ id="g18"
61
+ transform="matrix(0.00761603,0,0,-0.00761603,0.86753646,33.057436)"
62
+ style="fill:#00b4eb;stroke:none;fill-opacity:1">
63
+ <g
64
+ id="g3429"
65
+ style="fill:#00b4eb;fill-opacity:1">
66
+ <path
67
+ inkscape:connector-curvature="0"
68
+ d="m 1900,4296 c -42,-11 -103,-44 -395,-213 C 1163,3884 911,3739 555,3534 273,3372 225,3334 182,3242 l -27,-57 0,-950 0,-950 27,-57 c 14,-31 43,-73 65,-95 39,-39 1564,-928 1632,-951 44,-15 168,-15 212,0 32,10 233,126 1209,691 217,125 407,240 422,254 14,14 41,53 60,87 l 33,61 3,947 c 2,928 2,947 -18,1000 -33,89 -95,146 -265,244 -273,157 -778,448 -1055,609 -74,43 -189,109 -254,146 -153,87 -223,103 -326,75 z m 291,-842 c 258,-43 497,-170 682,-363 90,-94 183,-223 173,-240 -4,-6 -57,-39 -119,-74 -198,-113 -382,-219 -392,-228 -14,-11 -26,-2 -64,52 -38,54 -116,124 -182,162 -146,84 -332,104 -484,53 -105,-36 -176,-81 -252,-158 -141,-145 -204,-362 -158,-554 43,-182 163,-335 325,-412 99,-47 163,-62 265,-62 159,0 303,58 416,167 39,37 79,82 90,100 11,18 25,33 30,33 5,0 30,-13 56,-29 27,-15 140,-81 253,-146 113,-65 209,-122 214,-126 16,-14 -87,-152 -189,-255 -240,-242 -531,-364 -870,-364 -422,0 -795,203 -1032,563 -111,169 -168,330 -193,547 -15,124 -8,234 25,386 28,128 49,185 114,310 175,334 503,572 876,638 109,19 301,19 416,0 z m 889,-1074 0,-69 68,-3 67,-3 3,-67 3,-68 -71,0 -70,0 0,-70 0,-70 -70,0 -69,0 -3,68 -3,67 -67,3 -68,3 0,69 0,69 68,3 67,3 3,68 3,67 69,0 70,0 0,-70 z m 510,0 0,-70 70,0 70,0 0,-70 0,-69 -67,-3 -68,-3 -3,-67 -3,-68 -69,0 -69,0 -3,68 -3,67 -67,3 -68,3 0,69 0,69 68,3 67,3 3,68 3,67 69,0 70,0 0,-70 z"
69
+ id="path22"
70
+ style="fill:#00b4eb;fill-opacity:1" />
71
+ </g>
72
+ </g>
73
+ <rect
74
+ y="13.438447"
75
+ x="20.948038"
76
+ height="4.5961943"
77
+ width="8.6620579"
78
+ id="rect3427"
79
+ style="fill:#00b4eb;fill-opacity:1" />
80
+ </g>
81
+ </g>
82
+ </svg>
@@ -0,0 +1,57 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Generated by IcoMoon.io -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ version="1.1"
13
+ width="32"
14
+ height="32"
15
+ viewBox="0 0 32 32"
16
+ id="svg2"
17
+ inkscape:version="0.91 r13725"
18
+ sodipodi:docname="text-color.svg">
19
+ <metadata
20
+ id="metadata10">
21
+ <rdf:RDF>
22
+ <cc:Work
23
+ rdf:about="">
24
+ <dc:format>image/svg+xml</dc:format>
25
+ <dc:type
26
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
27
+ </cc:Work>
28
+ </rdf:RDF>
29
+ </metadata>
30
+ <defs
31
+ id="defs8" />
32
+ <sodipodi:namedview
33
+ pagecolor="#ffffff"
34
+ bordercolor="#666666"
35
+ borderopacity="1"
36
+ objecttolerance="10"
37
+ gridtolerance="10"
38
+ guidetolerance="10"
39
+ inkscape:pageopacity="0"
40
+ inkscape:pageshadow="2"
41
+ inkscape:window-width="812"
42
+ inkscape:window-height="480"
43
+ id="namedview6"
44
+ showgrid="false"
45
+ inkscape:zoom="7.375"
46
+ inkscape:cx="16"
47
+ inkscape:cy="16"
48
+ inkscape:window-x="0"
49
+ inkscape:window-y="0"
50
+ inkscape:window-maximized="0"
51
+ inkscape:current-layer="svg2" />
52
+ <path
53
+ fill="#444444"
54
+ d="M21.652 3.098h-16.955v26.375h22.607v-20.723l-5.652-5.652zM25.42 27.589h-18.839v-22.607h13.188l5.652 5.652v16.955zM12.269 11.851l-3.644 4.434 3.644 4.434 0.862-1.417-2.455-3.017 2.455-3.017zM13.863 20.614h1.599l2.542-8.681h-1.599zM19.731 11.851l-0.862 1.418 2.455 3.017-2.455 3.017 0.862 1.418 3.644-4.434z"
55
+ id="path4"
56
+ style="fill:#666666" />
57
+ </svg>
@@ -0,0 +1,67 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ width="32"
13
+ height="32"
14
+ id="svg3392"
15
+ version="1.1"
16
+ inkscape:version="0.91 r13725"
17
+ viewBox="0 0 32 32"
18
+ sodipodi:docname="cpp-color.svg">
19
+ <defs
20
+ id="defs3394" />
21
+ <sodipodi:namedview
22
+ id="base"
23
+ pagecolor="#ffffff"
24
+ bordercolor="#666666"
25
+ borderopacity="1.0"
26
+ inkscape:pageopacity="0.0"
27
+ inkscape:pageshadow="2"
28
+ inkscape:zoom="11.313709"
29
+ inkscape:cx="8.6116546"
30
+ inkscape:cy="16.863032"
31
+ inkscape:current-layer="layer1"
32
+ showgrid="true"
33
+ inkscape:grid-bbox="true"
34
+ inkscape:document-units="px"
35
+ inkscape:window-width="1366"
36
+ inkscape:window-height="717"
37
+ inkscape:window-x="0"
38
+ inkscape:window-y="0"
39
+ inkscape:window-maximized="1" />
40
+ <metadata
41
+ id="metadata3397">
42
+ <rdf:RDF>
43
+ <cc:Work
44
+ rdf:about="">
45
+ <dc:format>image/svg+xml</dc:format>
46
+ <dc:type
47
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
48
+ <dc:title></dc:title>
49
+ </cc:Work>
50
+ </rdf:RDF>
51
+ </metadata>
52
+ <g
53
+ id="layer1"
54
+ inkscape:label="Layer 1"
55
+ inkscape:groupmode="layer">
56
+ <g
57
+ style="fill:#0064c4;stroke:none;fill-opacity:1"
58
+ transform="matrix(0.00761603,0,0,-0.00761603,0.86753646,33.057436)"
59
+ id="g18">
60
+ <path
61
+ inkscape:connector-curvature="0"
62
+ d="m 1900,4296 c -42,-11 -103,-44 -395,-213 C 1163,3884 911,3739 555,3534 273,3372 225,3334 182,3242 l -27,-57 0,-950 0,-950 27,-57 c 14,-31 43,-73 65,-95 39,-39 1564,-928 1632,-951 44,-15 168,-15 212,0 32,10 233,126 1209,691 217,125 407,240 422,254 14,14 41,53 60,87 l 33,61 3,947 c 2,928 2,947 -18,1000 -33,89 -95,146 -265,244 -273,157 -778,448 -1055,609 -74,43 -189,109 -254,146 -153,87 -223,103 -326,75 z m 291,-842 c 258,-43 497,-170 682,-363 90,-94 183,-223 173,-240 -4,-6 -57,-39 -119,-74 -198,-113 -382,-219 -392,-228 -14,-11 -26,-2 -64,52 -38,54 -116,124 -182,162 -146,84 -332,104 -484,53 -105,-36 -176,-81 -252,-158 -141,-145 -204,-362 -158,-554 43,-182 163,-335 325,-412 99,-47 163,-62 265,-62 159,0 303,58 416,167 39,37 79,82 90,100 11,18 25,33 30,33 5,0 30,-13 56,-29 27,-15 140,-81 253,-146 113,-65 209,-122 214,-126 16,-14 -87,-152 -189,-255 -240,-242 -531,-364 -870,-364 -422,0 -795,203 -1032,563 -111,169 -168,330 -193,547 -15,124 -8,234 25,386 28,128 49,185 114,310 175,334 503,572 876,638 109,19 301,19 416,0 z m 889,-1074 0,-69 68,-3 67,-3 3,-67 3,-68 -71,0 -70,0 0,-70 0,-70 -70,0 -69,0 -3,68 -3,67 -67,3 -68,3 0,69 0,69 68,3 67,3 3,68 3,67 69,0 70,0 0,-70 z m 510,0 0,-70 70,0 70,0 0,-70 0,-69 -67,-3 -68,-3 -3,-67 -3,-68 -69,0 -69,0 -3,68 -3,67 -67,3 -68,3 0,69 0,69 68,3 67,3 3,68 3,67 69,0 70,0 0,-70 z"
63
+ id="path22"
64
+ style="fill:#0064c4;fill-opacity:1" />
65
+ </g>
66
+ </g>
67
+ </svg>
@@ -0,0 +1,112 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ width="32"
13
+ height="32"
14
+ id="svg7473"
15
+ version="1.1"
16
+ inkscape:version="0.91 r13725"
17
+ viewBox="0 0 32 32"
18
+ sodipodi:docname="css.svg">
19
+ <defs
20
+ id="defs7475">
21
+ <inkscape:path-effect
22
+ effect="spiro"
23
+ id="path-effect8184"
24
+ is_visible="true" />
25
+ <inkscape:path-effect
26
+ effect="spiro"
27
+ id="path-effect8159"
28
+ is_visible="true" />
29
+ <inkscape:path-effect
30
+ effect="spiro"
31
+ id="path-effect7524"
32
+ is_visible="true" />
33
+ </defs>
34
+ <sodipodi:namedview
35
+ id="base"
36
+ pagecolor="#ffffff"
37
+ bordercolor="#666666"
38
+ borderopacity="1.0"
39
+ inkscape:pageopacity="0.0"
40
+ inkscape:pageshadow="2"
41
+ inkscape:zoom="16"
42
+ inkscape:cx="9.5929074"
43
+ inkscape:cy="7.793681"
44
+ inkscape:current-layer="g8200"
45
+ showgrid="true"
46
+ inkscape:grid-bbox="true"
47
+ inkscape:document-units="px"
48
+ inkscape:window-width="1920"
49
+ inkscape:window-height="1027"
50
+ inkscape:window-x="0"
51
+ inkscape:window-y="0"
52
+ inkscape:window-maximized="1" />
53
+ <metadata
54
+ id="metadata7478">
55
+ <rdf:RDF>
56
+ <cc:Work
57
+ rdf:about="">
58
+ <dc:format>image/svg+xml</dc:format>
59
+ <dc:type
60
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
61
+ <dc:title />
62
+ </cc:Work>
63
+ </rdf:RDF>
64
+ </metadata>
65
+ <g
66
+ id="layer1"
67
+ inkscape:label="Layer 1"
68
+ inkscape:groupmode="layer">
69
+ <g
70
+ id="g8200"
71
+ transform="translate(35.793911,3.1806718)"
72
+ style="fill:#ac4142;fill-opacity:1">
73
+ <g
74
+ id="g8186"
75
+ style="fill:#ac4142;fill-opacity:1" />
76
+ <g
77
+ id="g4165"
78
+ transform="matrix(0.24986423,0,0,0.24986423,-35.785222,-3.1721075)">
79
+ <path
80
+ id="path4147"
81
+ d="M 18.814,114.123 8.76,1.352 l 110.48,0 -10.064,112.754 -45.243,12.543 -45.119,-12.526 z"
82
+ inkscape:connector-curvature="0"
83
+ style="fill:#1572b6" />
84
+ <path
85
+ id="path4149"
86
+ d="m 64.001,117.062 36.559,-10.136 8.601,-96.354 -45.16,0 0,106.49 z"
87
+ inkscape:connector-curvature="0"
88
+ style="fill:#33a9dc" />
89
+ <path
90
+ id="path4151"
91
+ d="m 64.001,51.429 18.302,0 1.264,-14.163 -19.566,0 0,-13.831 34.682,0 -0.332,3.711 -3.4,38.114 -30.95,0 0,-13.831 z"
92
+ inkscape:connector-curvature="0"
93
+ style="fill:#ffffff" />
94
+ <path
95
+ id="path4153"
96
+ d="m 64.083,87.349 -0.061,0.018 -15.403,-4.159 -0.985,-11.031 -13.882,0 1.937,21.717 28.331,7.863 0.063,-0.018 0,-14.39 z"
97
+ inkscape:connector-curvature="0"
98
+ style="fill:#ebebeb" />
99
+ <path
100
+ id="path4155"
101
+ d="m 81.127,64.675 -1.666,18.522 -15.426,4.164 0,14.39 28.354,-7.858 0.208,-2.337 2.406,-26.881 -13.876,0 z"
102
+ inkscape:connector-curvature="0"
103
+ style="fill:#ffffff" />
104
+ <path
105
+ id="path4157"
106
+ d="m 64.048,23.435 0,13.831 -33.408,0 -0.277,-3.108 -0.63,-7.012 -0.331,-3.711 34.646,0 z m -0.047,27.996 0,13.831 -15.209,0 -0.277,-3.108 -0.631,-7.012 -0.33,-3.711 16.447,0 z"
107
+ inkscape:connector-curvature="0"
108
+ style="fill:#ebebeb" />
109
+ </g>
110
+ </g>
111
+ </g>
112
+ </svg>
@@ -0,0 +1,86 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ width="32"
13
+ height="32"
14
+ id="svg4230"
15
+ version="1.1"
16
+ inkscape:version="0.91 r13725"
17
+ viewBox="0 0 32 32"
18
+ sodipodi:docname="elixir-color.svg">
19
+ <defs
20
+ id="defs4232" />
21
+ <sodipodi:namedview
22
+ id="base"
23
+ pagecolor="#ffffff"
24
+ bordercolor="#666666"
25
+ borderopacity="1.0"
26
+ inkscape:pageopacity="0.0"
27
+ inkscape:pageshadow="2"
28
+ inkscape:zoom="11.313709"
29
+ inkscape:cx="19.372806"
30
+ inkscape:cy="18.495729"
31
+ inkscape:current-layer="layer1"
32
+ showgrid="true"
33
+ inkscape:grid-bbox="true"
34
+ inkscape:document-units="px"
35
+ inkscape:window-width="1366"
36
+ inkscape:window-height="717"
37
+ inkscape:window-x="0"
38
+ inkscape:window-y="0"
39
+ inkscape:window-maximized="1" />
40
+ <metadata
41
+ id="metadata4235">
42
+ <rdf:RDF>
43
+ <cc:Work
44
+ rdf:about="">
45
+ <dc:format>image/svg+xml</dc:format>
46
+ <dc:type
47
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
48
+ </cc:Work>
49
+ </rdf:RDF>
50
+ </metadata>
51
+ <g
52
+ id="layer1"
53
+ inkscape:label="Layer 1"
54
+ inkscape:groupmode="layer">
55
+ <g
56
+ id="g5061"
57
+ transform="translate(-18.893403,-0.19596203)">
58
+ <path
59
+ id="path4789"
60
+ d="m 35.658203,0.89453125 c 0,0 -3.334928,1.09005375 -6.832031,7.61328125 -1.278121,2.3841085 -2.576382,4.8063505 -3.302734,7.4121095 -0.478511,1.716634 -0.775084,3.518576 -0.71875,5.300781 0.04821,0.08299 0.09128,0.168498 0.142578,0.25 0.880923,1.399682 2.23639,2.596809 3.75,3.482422 1.354399,0.792459 2.952634,1.330108 4.564453,1.519531 1.750397,0.205709 3.583042,0.0027 5.273437,-0.447265 1.577947,-0.419975 3.161703,-1.05908 4.361328,-2.054688 0.879255,-0.729722 1.553652,-1.645301 2.091797,-2.615234 C 44.919742,19.502875 44.1271,18.308098 43.162109,16.679688 42.102308,15.015218 41.30632,14.132925 40.347656,12.882812 39.677173,12.008493 38.928271,11.193177 38.292969,10.292969 37.807193,9.6046357 37.300521,8.9179174 36.953125,8.1503906 36.568673,7.3009915 36.334874,6.3846224 36.150391,5.4707031 35.846791,3.9666823 35.658203,0.89453125 35.658203,0.89453125 Z"
61
+ style="fill:#280043;fill-opacity:0.27843137;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
62
+ inkscape:connector-curvature="0" />
63
+ <path
64
+ sodipodi:nodetypes="csssssscssccssssc"
65
+ id="path4789-9-1"
66
+ d="m 34.143735,2.2683157 c 0,0 -2.211748,0.686044 -4.531052,4.7915488 -0.84766,1.5004796 -1.708676,3.0249585 -2.190399,4.6649375 -0.341905,1.163985 -0.555985,2.390874 -0.474089,3.596733 0.07607,1.120048 0.315265,2.278242 0.888594,3.259926 0.514477,0.880913 1.306421,1.634345 2.190398,2.191721 0.790994,0.498748 1.724448,0.837126 2.665782,0.956342 1.022265,0.129473 2.093065,0.0017 3.080288,-0.281494 0.921551,-0.264318 1.846007,-0.66655 2.546612,-1.293152 0.741678,-0.663338 1.246713,-1.564245 1.598433,-2.471986 0.31028,-0.800791 0.349822,-0.970741 0.414505,-2.529761 C 40.289387,13.982748 39.761786,13.230109 39.12038,12.202973 38.417513,11.155412 37.889607,10.600125 37.253814,9.8133452 36.809146,9.2630772 36.312469,8.7499435 35.891132,8.1833835 35.568962,7.7501689 35.232933,7.3179705 35.002537,6.8349127 34.747566,6.3003291 34.592508,5.7235969 34.470158,5.1484068 34.268808,4.2018261 34.143735,2.2683157 34.143735,2.2683157 Z"
67
+ style="fill:#280043;fill-opacity:0.27843137;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
68
+ inkscape:connector-curvature="0" />
69
+ <path
70
+ inkscape:connector-curvature="0"
71
+ id="path4789-93"
72
+ d="m 32.178405,3.457309 c 0,0 -0.3113,0.1910905 -0.751953,0.6738281 -0.271514,0.341785 -0.550515,0.7186233 -0.833984,1.125 -0.807278,1.2983141 -1.737335,3.4476892 -2.324219,6.9843739 -0.443819,2.674518 -0.894061,5.392195 -0.771485,8.255859 0.087,2.032501 0.37848,4.155856 1.064454,6.203125 0.40838,1.218796 0.931232,2.445794 1.572265,3.597656 1.037359,0.573696 2.187675,0.975271 3.353516,1.13086 1.541396,0.205709 3.155973,0.0027 4.644531,-0.447266 1.389537,-0.419975 2.783456,-1.059079 3.839844,-2.054687 1.11832,-1.053977 1.879824,-2.485427 2.410156,-3.927735 0.438647,-1.192957 0.518786,-1.57056 0.607422,-3.646484 -0.393814,-0.514852 -0.812999,-1.031692 -1.28125,-1.603516 -1.459049,-1.693991 -2.444247,-2.57223 -3.6875,-3.830078 C 39.15068,15.038515 38.226931,14.229298 37.38153,13.318636 36.735105,12.622309 36.070822,11.928723 35.526061,11.135042 34.92319,10.256702 34.435813,9.2937984 33.994811,8.3284027 33.26906,6.7396668 32.178405,3.457309 32.178405,3.457309 Z m -0.892578,26.427733 c 0,0 1.577175,0.186158 2.34375,0.34375 0.508632,0.104563 0.700727,0.136507 0.726563,0.414062 0.01045,0.112218 -0.15755,0.167277 -0.257813,0.21875 -0.210144,0.107885 -0.451387,0.164766 -0.6875,0.171875 -0.283343,0.0085 -0.57058,-0.05654 -0.835937,-0.15625 -0.263391,-0.09897 -0.504237,-0.257233 -0.726563,-0.429687 -0.209522,-0.162522 -0.5625,-0.562501 -0.5625,-0.5625 z"
73
+ style="fill:#280043;fill-opacity:0.27843137;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
74
+ <path
75
+ id="path4789-0"
76
+ d="m 35.738281,2.1972656 c -0.396432,0.5201403 -0.773593,1.0568038 -1.121093,1.5976563 -0.906776,1.4113141 -1.60871,2.9283913 -2.169922,4.4042969 -0.790712,2.0794532 -1.216864,4.1243362 -1.636719,6.1367192 -1.148773,5.50613 0.02148,6.917968 0.02148,6.917968 0,0 1.447652,-2.265065 2.261719,-3.335937 0.494668,-0.650717 1.01494,-1.29467 1.580078,-1.861328 0.510667,-0.512039 1.065191,-0.935258 1.609375,-1.363282 0.711689,-0.559775 1.442485,-1.034248 2.160156,-1.568359 0.445931,-0.331875 0.844628,-0.618596 1.257813,-0.921875 C 39.214205,11.61099 38.722926,11.022329 38.28125,10.396484 37.795474,9.7081512 37.288802,9.021433 36.941406,8.2539062 36.556954,7.4045071 36.323155,6.4881381 36.138672,5.5742188 35.940623,4.5930949 35.818021,3.2248786 35.738281,2.1972656 Z"
77
+ style="fill:#280043;fill-opacity:0.27843137;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
78
+ inkscape:connector-curvature="0" />
79
+ <path
80
+ id="path4789-0-2"
81
+ d="m 35.558622,0.88230152 c 0,0 -3.299131,1.07686908 -6.758697,7.52119318 -1.264402,2.3552693 -2.548726,4.7482123 -3.267283,7.3224533 -0.51,1.827083 -0.829329,3.752907 -0.707171,5.645718 0.113466,1.758115 0.470263,3.576108 1.325463,5.117034 0.767411,1.382751 1.948708,2.565398 3.267283,3.4403 1.179878,0.782873 2.572255,1.314018 3.976385,1.50115 1.524851,0.20322 3.122098,0.0027 4.594677,-0.441855 1.374622,-0.414894 2.753579,-1.046269 3.798628,-2.029835 1.106316,-1.041228 1.859646,-2.455362 2.384285,-3.880225 0.462825,-1.256981 0.521808,-1.52375 0.618292,-3.97091 -0.06477,-1.837125 -0.851758,-3.018528 -1.808502,-4.630802 -1.048426,-1.644336 -1.83587,-2.515957 -2.784243,-3.750949 -0.663286,-0.863745 -1.40415,-1.669197 -2.032632,-2.558513 C 37.684545,9.4870506 37.183311,8.8086391 36.839644,8.050395 36.459319,7.2112702 36.228029,6.3059856 36.045526,5.4031206 35.745186,3.9172927 35.558622,0.88230152 35.558622,0.88230152 Z M 31.217057,29.905846 c 0,0 1.560246,0.183905 2.318593,0.339592 0.503172,0.103298 0.693206,0.134856 0.718764,0.409053 0.01034,0.110861 -0.155859,0.165254 -0.255046,0.216104 -0.207888,0.106581 -0.446541,0.162773 -0.68012,0.169797 -0.280301,0.0084 -0.564454,-0.05586 -0.826964,-0.15436 -0.260563,-0.09777 -0.498825,-0.254122 -0.718764,-0.42449 -0.207274,-0.160557 -0.556463,-0.555697 -0.556463,-0.555696 z"
82
+ style="fill:#280043;fill-opacity:0.27843137;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
83
+ inkscape:connector-curvature="0" />
84
+ </g>
85
+ </g>
86
+ </svg>