mumuki-styles 1.17.2 → 1.18.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (125) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/fonts/dev-awesome/svg/colored/php.svg +170 -0
  3. data/app/assets/fonts/dev-awesome-hinted.ttf +0 -0
  4. data/app/assets/fonts/dev-awesome.eot +0 -0
  5. data/app/assets/fonts/dev-awesome.svg +6 -2
  6. data/app/assets/fonts/dev-awesome.ttf +0 -0
  7. data/app/assets/fonts/dev-awesome.woff +0 -0
  8. data/app/assets/fonts/dev-awesome.woff2 +0 -0
  9. data/app/assets/javascripts/mumuki-styles.js +3 -3
  10. data/app/assets/stylesheets/css/mumuki-styles.css +11 -3
  11. data/app/assets/stylesheets/scss/modules/_new_message.scss +1 -1
  12. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_animated.scss +34 -0
  13. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_bordered-pulled.scss +16 -0
  14. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_core.scss +13 -0
  15. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_fixed-width.scss +6 -0
  16. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_icons.scss +596 -0
  17. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_larger.scss +13 -0
  18. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_list.scss +19 -0
  19. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_mixins.scss +27 -0
  20. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_path.scss +15 -0
  21. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_rotated-flipped.scss +20 -0
  22. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_stacked.scss +20 -0
  23. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_variables.scss +606 -0
  24. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/font-awesome.scss +17 -0
  25. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/_bootstrap-compass.scss +9 -0
  26. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/_bootstrap-mincer.scss +19 -0
  27. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/_bootstrap-sprockets.scss +9 -0
  28. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/_bootstrap.scss +50 -0
  29. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss +73 -0
  30. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss +67 -0
  31. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_breadcrumbs.scss +26 -0
  32. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss +243 -0
  33. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss +160 -0
  34. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss +269 -0
  35. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_close.scss +36 -0
  36. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_code.scss +69 -0
  37. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_component-animations.scss +38 -0
  38. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss +214 -0
  39. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss +570 -0
  40. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss +301 -0
  41. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_grid.scss +84 -0
  42. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss +166 -0
  43. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss +50 -0
  44. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_labels.scss +66 -0
  45. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss +124 -0
  46. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_media.scss +61 -0
  47. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_mixins.scss +39 -0
  48. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss +148 -0
  49. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss +663 -0
  50. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss +244 -0
  51. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss +427 -0
  52. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pager.scss +54 -0
  53. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pagination.scss +88 -0
  54. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss +265 -0
  55. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss +135 -0
  56. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss +107 -0
  57. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss +87 -0
  58. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-embed.scss +35 -0
  59. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss +177 -0
  60. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss +150 -0
  61. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss +234 -0
  62. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_theme.scss +273 -0
  63. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_thumbnails.scss +38 -0
  64. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss +103 -0
  65. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss +298 -0
  66. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss +56 -0
  67. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_variables.scss +862 -0
  68. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_wells.scss +29 -0
  69. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss +14 -0
  70. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss +11 -0
  71. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_border-radius.scss +18 -0
  72. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss +52 -0
  73. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_center-block.scss +7 -0
  74. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss +22 -0
  75. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss +88 -0
  76. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_gradients.scss +58 -0
  77. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss +81 -0
  78. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid.scss +122 -0
  79. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_hide-text.scss +21 -0
  80. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_image.scss +33 -0
  81. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_labels.scss +12 -0
  82. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss +31 -0
  83. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_nav-divider.scss +10 -0
  84. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_nav-vertical-align.scss +9 -0
  85. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_opacity.scss +8 -0
  86. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_pagination.scss +23 -0
  87. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss +24 -0
  88. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_progress-bar.scss +10 -0
  89. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_reset-filter.scss +8 -0
  90. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_resize.scss +6 -0
  91. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss +21 -0
  92. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_size.scss +10 -0
  93. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_tab-focus.scss +9 -0
  94. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_table-row.scss +28 -0
  95. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss +11 -0
  96. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-overflow.scss +8 -0
  97. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss +222 -0
  98. data/app/assets/stylesheets/vendor/bootstrap-sass/test/dummy_node_mincer/application.css.ejs.scss +6 -0
  99. data/app/assets/stylesheets/vendor/dev-awesome/dist/scss/_dev-awesome.scss +15 -5
  100. data/app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/_bootstrap.scss +84 -0
  101. data/app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/_core.scss +129 -0
  102. data/app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/_extras.scss +93 -0
  103. data/app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/_icons.scss +381 -0
  104. data/app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/_mixins.scss +48 -0
  105. data/app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/_path.scss +14 -0
  106. data/app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/_variables.scss +734 -0
  107. data/app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/font-awesome-ie7.scss +1953 -0
  108. data/app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/font-awesome.scss +33 -0
  109. data/app/assets/stylesheets/vendor/font-awesome/src/_includes/code/core.scss +6 -0
  110. data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_animated.scss +37 -0
  111. data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_bordered-pulled.scss +28 -0
  112. data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_core.scss +9 -0
  113. data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_fixed-width.scss +9 -0
  114. data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_icons.scss +7 -0
  115. data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_larger.scss +16 -0
  116. data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_list.scss +22 -0
  117. data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_mixins.scss +56 -0
  118. data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_path.scss +15 -0
  119. data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_rotated-flipped.scss +23 -0
  120. data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_screen-reader.scss +5 -0
  121. data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_stacked.scss +23 -0
  122. data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_variables.scss +17 -0
  123. data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/font-awesome.scss +17 -0
  124. data/lib/mumuki/styles/version.rb +1 -1
  125. metadata +114 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bf4d40df028bbd2a6f34627fd471b812c57b3cc5fee1c4610254dc4e04dcbaec
4
- data.tar.gz: 23346ebf50b6e05b9397f48e3b1c346c9d72af269b770227bc071cc5dcbb3bd4
3
+ metadata.gz: a86a3293bb720b80951fede468aae99d7ec53940416821a674f8be32f03cfd5c
4
+ data.tar.gz: bbafa87428a9a080a91e37318fe2abd11c716d226ff59133c5c2e7d0b2478d11
5
5
  SHA512:
6
- metadata.gz: 5a96af0aaf151e25f16b9f9d2b208a05d976e086e002b956ab72cde19f3ed866882e06aa26aa67ed895b349df6e5c5183bdcf544b4de6d49e2dd59d59ebc9962
7
- data.tar.gz: 147f90bab71a53497046ba6f623538ee9ec998d4640eba466f898d73728d88db55a3d8dee78d7dea3fe42d1655b234eba5a4c80adb524aad5b6b02d5ee7c8531
6
+ metadata.gz: 787669d948a99b7542a893aba6e58867f07284e9f533bebcfe256ae51865c424c7d1f3b3b916cc192d9ba6906a51fed5d5211fdd2f551c6bd290774fc7d09059
7
+ data.tar.gz: db446f9a8c29287f9b4efac803975cd3e9ecccade5454d7aa8598473526619c692f6d19bc41656a02aab1e36621e066de2ac596ffcd3e0d5413144a9cbe7777a
@@ -0,0 +1,170 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
4
+ xmlns:cc="http://creativecommons.org/ns#"
5
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6
+ xmlns:svg="http://www.w3.org/2000/svg"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ viewBox="0 0 32 32"
9
+ version="1.1"
10
+ id="svg7473"
11
+ height="32"
12
+ width="32">
13
+ <defs
14
+ id="defs7475">
15
+ <clipPath
16
+ id="clipPath3444"
17
+ clipPathUnits="userSpaceOnUse">
18
+ <path
19
+ id="path3446"
20
+ d="M 11.52,162 C 11.52,81.677 135.307,16.561 288,16.561 l 0,0 c 152.693,0 276.481,65.116 276.481,145.439 l 0,0 c 0,80.322 -123.788,145.439 -276.481,145.439 l 0,0 C 135.307,307.439 11.52,242.322 11.52,162" />
21
+ </clipPath>
22
+ <radialGradient
23
+ spreadMethod="pad"
24
+ r="1"
25
+ id="radialGradient3452"
26
+ gradientUnits="userSpaceOnUse"
27
+ gradientTransform="matrix(363.05789,0,0,-363.05789,177.52002,256.30713)"
28
+ fy="0"
29
+ fx="0"
30
+ cy="0"
31
+ cx="0">
32
+ <stop
33
+ style="stop-opacity:1;stop-color:#aeb2d5"
34
+ offset="0"
35
+ id="stop3454" />
36
+ <stop
37
+ style="stop-opacity:1;stop-color:#aeb2d5"
38
+ offset="0.3"
39
+ id="stop3456" />
40
+ <stop
41
+ style="stop-opacity:1;stop-color:#484c89"
42
+ offset="0.75"
43
+ id="stop3458" />
44
+ <stop
45
+ style="stop-opacity:1;stop-color:#484c89"
46
+ offset="1"
47
+ id="stop3460" />
48
+ </radialGradient>
49
+ <clipPath
50
+ id="clipPath3468"
51
+ clipPathUnits="userSpaceOnUse">
52
+ <path
53
+ id="path3470"
54
+ d="M 0,324 576,324 576,0 0,0 0,324 Z" />
55
+ </clipPath>
56
+ <clipPath
57
+ id="clipPath3480"
58
+ clipPathUnits="userSpaceOnUse">
59
+ <path
60
+ id="path3482"
61
+ d="M 0,324 576,324 576,0 0,0 0,324 Z" />
62
+ </clipPath>
63
+ </defs>
64
+ <metadata
65
+ id="metadata7478">
66
+ <rdf:RDF>
67
+ <cc:Work
68
+ rdf:about="">
69
+ <dc:format>image/svg+xml</dc:format>
70
+ <dc:type
71
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
72
+ <dc:title></dc:title>
73
+ </cc:Work>
74
+ </rdf:RDF>
75
+ </metadata>
76
+ <g
77
+ id="layer1">
78
+ <g
79
+ transform="matrix(0.05571277,0,0,-0.05571277,-0.04530562,25.025469)"
80
+ id="g3438">
81
+ <g
82
+ id="g3440">
83
+ <g
84
+ id="g3442"
85
+ clip-path="url(#clipPath3444)">
86
+ <g
87
+ id="g3448">
88
+ <g
89
+ id="g3450">
90
+ <path
91
+ style="fill:url(#radialGradient3452);stroke:none"
92
+ id="path3462"
93
+ d="M 11.52,162 C 11.52,81.677 135.307,16.561 288,16.561 l 0,0 c 152.693,0 276.481,65.116 276.481,145.439 l 0,0 c 0,80.322 -123.788,145.439 -276.481,145.439 l 0,0 C 135.307,307.439 11.52,242.322 11.52,162" />
94
+ </g>
95
+ </g>
96
+ </g>
97
+ </g>
98
+ <g
99
+ id="g3464">
100
+ <g
101
+ id="g3466"
102
+ clip-path="url(#clipPath3468)">
103
+ <g
104
+ transform="translate(288,27.3594)"
105
+ id="g3472">
106
+ <path
107
+ style="fill:#777bb3;fill-opacity:1;fill-rule:nonzero;stroke:none"
108
+ id="path3474"
109
+ d="M 0,0 C 146.729,0 265.68,60.281 265.68,134.641 265.68,209 146.729,269.282 0,269.282 -146.729,269.282 -265.68,209 -265.68,134.641 -265.68,60.281 -146.729,0 0,0" />
110
+ </g>
111
+ </g>
112
+ </g>
113
+ <g
114
+ id="g3476">
115
+ <g
116
+ id="g3478"
117
+ clip-path="url(#clipPath3480)">
118
+ <g
119
+ transform="translate(161.7344,145.3066)"
120
+ id="g3484">
121
+ <path
122
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
123
+ id="path3486"
124
+ d="m 0,0 c 12.065,0 21.072,2.225 26.771,6.611 5.638,4.341 9.532,11.862 11.573,22.353 1.903,9.806 1.178,16.653 -2.154,20.348 C 32.783,53.086 25.417,55 14.297,55 L -4.984,55 -15.673,0 0,0 Z m -63.063,-67.75 c -0.895,0 -1.745,0.4 -2.314,1.092 -0.57,0.691 -0.801,1.601 -0.63,2.48 L -37.679,81.573 C -37.405,82.982 -36.17,84 -34.734,84 L 26.32,84 C 45.508,84 59.79,78.79 68.767,68.513 77.792,58.182 80.579,43.741 77.05,25.592 75.614,18.198 73.144,11.331 69.709,5.183 66.27,-0.972 61.725,-6.667 56.198,-11.747 49.582,-17.939 42.094,-22.429 33.962,-25.071 25.959,-27.678 15.681,-29 3.414,-29 l -24.722,0 -7.06,-36.322 c -0.274,-1.41 -1.508,-2.428 -2.944,-2.428 l -31.751,0 z" />
125
+ </g>
126
+ <g
127
+ transform="translate(159.2236,197.3071)"
128
+ id="g3488">
129
+ <path
130
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
131
+ id="path3490"
132
+ d="m 0,0 16.808,0 c 13.421,0 18.083,-2.945 19.667,-4.7 2.628,-2.914 3.124,-9.058 1.435,-17.767 C 36.012,-32.217 32.494,-39.13 27.452,-43.012 22.29,-46.986 13.898,-49 2.511,-49 L -9.523,-49 0,0 Z m 28.831,35 -61.055,0 c -2.872,0 -5.341,-2.036 -5.889,-4.855 l -28.328,-145.751 c -0.342,-1.759 0.12,-3.578 1.259,-4.961 1.14,-1.383 2.838,-2.183 4.63,-2.183 l 31.75,0 c 2.873,0 5.342,2.036 5.89,4.855 l 6.588,33.895 22.249,0 c 12.582,0 23.174,1.372 31.479,4.077 8.541,2.775 16.399,7.48 23.354,13.984 5.752,5.292 10.49,11.232 14.08,17.657 3.591,6.427 6.171,13.594 7.668,21.302 3.715,19.104 0.697,34.402 -8.969,45.466 C 63.965,29.444 48.923,35 28.831,35 m -45.633,-90 19.313,0 c 12.801,0 22.336,2.411 28.601,7.234 6.266,4.824 10.492,12.875 12.688,24.157 2.101,10.832 1.144,18.476 -2.871,22.929 C 36.909,3.773 28.87,6 16.808,6 L -4.946,6 -16.802,-55 M 28.831,29 C 47.198,29 60.597,24.18 69.019,14.539 77.44,4.898 79.976,-8.559 76.616,-25.836 75.233,-32.953 72.894,-39.46 69.601,-45.355 66.304,-51.254 61.999,-56.648 56.679,-61.539 50.339,-67.472 43.296,-71.7 35.546,-74.218 27.796,-76.743 17.925,-78 5.925,-78 l -27.196,0 -7.531,-38.75 -31.75,0 28.328,145.75 61.055,0" />
133
+ </g>
134
+ <g
135
+ transform="translate(311.583,116.3066)"
136
+ id="g3492">
137
+ <path
138
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
139
+ id="path3494"
140
+ d="m 0,0 c -0.896,0 -1.745,0.4 -2.314,1.092 -0.571,0.691 -0.802,1.6 -0.631,2.48 L 9.586,68.061 C 10.778,74.194 10.484,78.596 8.759,80.456 7.703,81.593 4.531,83.5 -4.848,83.5 L -27.55,83.5 -43.305,2.428 C -43.579,1.018 -44.814,0 -46.25,0 l -31.5,0 c -0.896,0 -1.745,0.4 -2.315,1.092 -0.57,0.691 -0.801,1.601 -0.63,2.48 l 28.328,145.751 c 0.274,1.409 1.509,2.427 2.945,2.427 l 31.5,0 c 0.896,0 1.745,-0.4 2.315,-1.091 0.57,-0.692 0.801,-1.601 0.63,-2.481 L -21.813,113 2.609,113 c 18.605,0 31.221,-3.28 38.569,-10.028 7.49,-6.884 9.827,-17.891 6.947,-32.719 L 34.945,2.428 C 34.671,1.018 33.437,0 32,0 L 0,0 Z" />
141
+ </g>
142
+ <g
143
+ transform="translate(293.6611,271.0571)"
144
+ id="g3496">
145
+ <path
146
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
147
+ id="path3498"
148
+ d="m 0,0 -31.5,0 c -2.873,0 -5.342,-2.036 -5.89,-4.855 l -28.328,-145.751 c -0.342,-1.759 0.12,-3.578 1.26,-4.961 1.14,-1.383 2.838,-2.183 4.63,-2.183 l 31.5,0 c 2.872,0 5.342,2.036 5.89,4.855 l 15.283,78.645 20.229,0 c 9.363,0 11.328,-2 11.407,-2.086 0.568,-0.611 1.315,-3.441 0.082,-9.781 l -12.531,-64.489 c -0.342,-1.759 0.12,-3.578 1.26,-4.961 1.14,-1.383 2.838,-2.183 4.63,-2.183 l 32,0 c 2.872,0 5.342,2.036 5.89,4.855 l 13.179,67.825 c 3.093,15.921 0.447,27.864 -7.861,35.5 -7.928,7.281 -21.208,10.82 -40.599,10.82 l -20.784,0 6.143,31.605 C 6.231,-5.386 5.77,-3.566 4.63,-2.184 3.49,-0.801 1.792,0 0,0 m 0,-6 -7.531,-38.75 28.062,0 c 17.657,0 29.836,-3.082 36.539,-9.238 6.703,-6.16 8.711,-16.141 6.032,-29.938 l -13.18,-67.824 -32,0 12.531,64.488 c 1.426,7.336 0.902,12.34 -1.574,15.008 -2.477,2.668 -7.746,4.004 -15.805,4.004 l -25.176,0 -16.226,-83.5 -31.5,0 L -31.5,-6 0,-6" />
149
+ </g>
150
+ <g
151
+ transform="translate(409.5498,145.3066)"
152
+ id="g3500">
153
+ <path
154
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
155
+ id="path3502"
156
+ d="m 0,0 c 12.065,0 21.072,2.225 26.771,6.611 5.638,4.34 9.532,11.861 11.574,22.353 1.903,9.806 1.178,16.653 -2.155,20.348 C 32.783,53.086 25.417,55 14.297,55 L -4.984,55 -15.673,0 0,0 Z m -63.062,-67.75 c -0.895,0 -1.745,0.4 -2.314,1.092 -0.57,0.691 -0.802,1.601 -0.631,2.48 L -37.679,81.573 C -37.404,82.982 -36.17,84 -34.733,84 L 26.32,84 C 45.509,84 59.79,78.79 68.768,68.513 77.793,58.183 80.579,43.742 77.051,25.592 75.613,18.198 73.144,11.331 69.709,5.183 66.27,-0.972 61.725,-6.667 56.198,-11.747 49.582,-17.939 42.094,-22.429 33.962,-25.071 25.959,-27.678 15.681,-29 3.414,-29 l -24.723,0 -7.057,-36.322 c -0.275,-1.41 -1.509,-2.428 -2.946,-2.428 l -31.75,0 z" />
157
+ </g>
158
+ <g
159
+ transform="translate(407.0391,197.3071)"
160
+ id="g3504">
161
+ <path
162
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
163
+ id="path3506"
164
+ d="M 0,0 16.808,0 C 30.229,0 34.891,-2.945 36.475,-4.7 39.104,-7.614 39.6,-13.758 37.91,-22.466 36.012,-32.217 32.493,-39.13 27.452,-43.012 22.29,-46.986 13.898,-49 2.511,-49 L -9.522,-49 0,0 Z m 28.831,35 -61.054,0 c -2.872,0 -5.341,-2.036 -5.889,-4.855 L -66.44,-115.606 c -0.342,-1.759 0.12,-3.578 1.259,-4.961 1.14,-1.383 2.838,-2.183 4.63,-2.183 l 31.75,0 c 2.872,0 5.342,2.036 5.89,4.855 l 6.587,33.895 22.249,0 c 12.582,0 23.174,1.372 31.479,4.077 8.541,2.775 16.401,7.481 23.356,13.986 5.752,5.291 10.488,11.23 14.078,17.655 3.591,6.427 6.171,13.594 7.668,21.302 3.715,19.105 0.697,34.403 -8.969,45.467 C 63.965,29.444 48.924,35 28.831,35 m -45.632,-90 19.312,0 c 12.801,0 22.336,2.411 28.601,7.234 6.267,4.824 10.492,12.875 12.688,24.157 2.102,10.832 1.145,18.476 -2.871,22.929 C 36.909,3.773 28.87,6 16.808,6 L -4.946,6 -16.801,-55 M 28.831,29 C 47.198,29 60.597,24.18 69.019,14.539 77.441,4.898 79.976,-8.559 76.616,-25.836 75.233,-32.953 72.894,-39.46 69.601,-45.355 66.304,-51.254 61.999,-56.648 56.679,-61.539 50.339,-67.472 43.296,-71.7 35.546,-74.218 27.796,-76.743 17.925,-78 5.925,-78 l -27.196,0 -7.53,-38.75 -31.75,0 28.328,145.75 61.054,0" />
165
+ </g>
166
+ </g>
167
+ </g>
168
+ </g>
169
+ </g>
170
+ </svg>
Binary file
@@ -2,7 +2,7 @@
2
2
  <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
3
  <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
4
4
  <metadata>
5
- Created by FontForge 20170731 at Thu Dec 14 20:15:30 2017
5
+ Created by FontForge 20170731 at Mon Aug 27 12:50:03 2018
6
6
  By Federico Scarpa,,,
7
7
  </metadata>
8
8
  <defs>
@@ -18,7 +18,7 @@ Created by FontForge 20170731 at Thu Dec 14 20:15:30 2017
18
18
  bbox="4 -63 508 443.889"
19
19
  underline-thickness="25"
20
20
  underline-position="-76"
21
- unicode-range="U+F101-F115"
21
+ unicode-range="U+F101-F116"
22
22
  />
23
23
  <missing-glyph
24
24
  d="M17 0v341h136v-341h-136zM34 17h102v307h-102v-307z" />
@@ -135,5 +135,9 @@ d="M19 369v-354q0 -44 8 -52t52 -8h354q44 0 52 8t8 52v354q0 44 -8 52t-52 8h-354q-
135
135
  q44 0 51 -7t7 -51v-354q0 -44 -7 -51t-51 -7h-354q-44 0 -51 7t-7 51v354zM159 183q10 -2 15.5 -8t5.5 -15.5t-5.5 -16t-15.5 -7.5v47zM137 228q-10 3 -15 9t-5 15t5 14t15 6v-44zM159 53v48q28 1 45 17.5t17 41.5q0 27 -15.5 43.5t-46.5 20.5v48q14 -1 26 -4.5t22 -9.5v40
136
136
  q-13 4 -25 6t-23 3v37h-22v-37q-29 -2 -45 -17.5t-16 -41.5q0 -25 15 -40t46 -21v-51q-13 0 -28 5t-32 15v-41q17 -7 31.5 -10.5t28.5 -3.5v-48h22zM436 55h-193v-30h193v30zM31 363q0 42 6.5 48t47.5 6h342q18 0 23.5 0.5t14.5 -2.5t10 -3.5t3.5 -10t2 -14.5t-0.5 -24v-341
137
137
  q0 -19 0.5 -24t-2 -14t-3.5 -10t-10 -3.5t-14.5 -2.5h-23.5h-342q-41 0 -47.5 6t-6.5 48v341zM27 363v-341q0 -42 8 -50t50 -8h342q42 0 50 8t8 50v341q0 24 -1 33.5t-8 16.5t-16 7.5t-33 0.5h-342q-42 0 -50 -8t-8 -50z" />
138
+ <glyph glyph-name="php" unicode="&#xf116;"
139
+ d="M256 322q102 0 174 -38t72 -92q0 -26 -19.5 -50t-52.5 -41.5t-78.5 -28t-95.5 -10.5q-102 0 -174 38t-72 92t72 92t174 38zM256 312q-98 0 -167.5 -35t-69.5 -85t69.5 -85t167.5 -35t167.5 35t69.5 85t-69.5 85t-167.5 35zM112 249h55q24 0 35.5 -12.5t7.5 -36.5
140
+ q-2 -9 -6.5 -17t-11.5 -14q-9 -8 -19 -11.5t-27 -3.5h-24l-6 -35h-29zM137 229l-11 -55h17q18 0 26 6.5t11 21.5t-2.5 21t-21.5 6h-19zM233 284h28l-7 -35h25q24 0 33 -8t5 -27l-11 -60h-29l11 57q2 10 -1.5 13.5t-13.5 3.5h-23l-14 -74h-28zM333 249h55q24 0 35.5 -12.5
141
+ t6.5 -36.5q-1 -9 -5.5 -17t-11.5 -14q-9 -8 -19.5 -11.5t-26.5 -3.5h-24l-7 -35h-28zM358 229l-11 -55h17q17 0 25.5 6.5t11.5 21.5t-2.5 21t-21.5 6h-19z" />
138
142
  </font>
139
143
  </defs></svg>
Binary file
Binary file
Binary file
@@ -12604,11 +12604,11 @@ if (typeof jQuery === 'undefined') {
12604
12604
 
12605
12605
  var hasTurbolinksGreaterOrEqualThanVersion5 = function () {
12606
12606
  return window.Turbolinks && !window.Turbolinks.EVENTS;
12607
- }
12607
+ };
12608
12608
 
12609
12609
  var hasTurbolinksLowerThanVersion5 = function () {
12610
12610
  return window.Turbolinks && window.Turbolinks.EVENTS && window.Turbolinks.EVENTS.LOAD;
12611
- }
12611
+ };
12612
12612
 
12613
12613
  mumuki.load = function (callback) {
12614
12614
  if (hasTurbolinksLowerThanVersion5()) {
@@ -12619,7 +12619,7 @@ if (typeof jQuery === 'undefined') {
12619
12619
  } else {
12620
12620
  $(document).ready(callback);
12621
12621
  }
12622
- }
12622
+ };
12623
12623
 
12624
12624
  mumuki.resize = function (callback) {
12625
12625
  window.addEventListener('resize', callback);
@@ -8401,8 +8401,8 @@ a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
8401
8401
 
8402
8402
  @font-face {
8403
8403
  font-family: "dev-awesome";
8404
- src: url("../fonts/dev-awesome.eot?b4ca87577b4af9d4183878da0f4556d1");
8405
- src: url("../fonts/dev-awesome.eot?#iefix") format("embedded-opentype"), url("../fonts/dev-awesome.woff2?b4ca87577b4af9d4183878da0f4556d1") format("woff2"), url("../fonts/dev-awesome.woff?b4ca87577b4af9d4183878da0f4556d1") format("woff"), url("../fonts/dev-awesome.ttf?b4ca87577b4af9d4183878da0f4556d1") format("truetype"), url("../fonts/dev-awesome.svg?b4ca87577b4af9d4183878da0f4556d1#dev-awesome") format("svg");
8404
+ src: url("../fonts/dev-awesome.eot?a117e1776323fb312913690ebd1177fb");
8405
+ src: url("../fonts/dev-awesome.eot?#iefix") format("embedded-opentype"), url("../fonts/dev-awesome.woff2?a117e1776323fb312913690ebd1177fb") format("woff2"), url("../fonts/dev-awesome.woff?a117e1776323fb312913690ebd1177fb") format("woff"), url("../fonts/dev-awesome.ttf?a117e1776323fb312913690ebd1177fb") format("truetype"), url("../fonts/dev-awesome.svg?a117e1776323fb312913690ebd1177fb#dev-awesome") format("svg");
8406
8406
  font-weight: normal;
8407
8407
  font-style: normal; }
8408
8408
 
@@ -8530,6 +8530,14 @@ a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
8530
8530
  background-size: 100% 100%;
8531
8531
  background-image: url("../fonts/dev-awesome/svg/colored/mumuki.svg"); }
8532
8532
 
8533
+ .da-php:before {
8534
+ content: "\f116"; }
8535
+
8536
+ .da-php-c:before {
8537
+ content: "\2001";
8538
+ background-size: 100% 100%;
8539
+ background-image: url("../fonts/dev-awesome/svg/colored/php.svg"); }
8540
+
8533
8541
  .da-prolog:before {
8534
8542
  content: "\f10d"; }
8535
8543
 
@@ -9281,7 +9289,7 @@ pre code {
9281
9289
  border: 1px solid white; }
9282
9290
 
9283
9291
  .new-message-modal {
9284
- width: 0px; }
9292
+ width: 0; }
9285
9293
  .new-message-modal pre {
9286
9294
  max-height: 300px;
9287
9295
  overflow: auto; }
@@ -1,5 +1,5 @@
1
1
  .new-message-modal {
2
- width: 0px;
2
+ width: 0;
3
3
  pre {
4
4
  max-height: 300px;
5
5
  overflow: auto;
@@ -0,0 +1,34 @@
1
+ // Spinning Icons
2
+ // --------------------------
3
+
4
+ .#{$fa-css-prefix}-spin {
5
+ -webkit-animation: fa-spin 2s infinite linear;
6
+ animation: fa-spin 2s infinite linear;
7
+ }
8
+
9
+ .#{$fa-css-prefix}-pulse {
10
+ -webkit-animation: fa-spin 1s infinite steps(8);
11
+ animation: fa-spin 1s infinite steps(8);
12
+ }
13
+
14
+ @-webkit-keyframes fa-spin {
15
+ 0% {
16
+ -webkit-transform: rotate(0deg);
17
+ transform: rotate(0deg);
18
+ }
19
+ 100% {
20
+ -webkit-transform: rotate(359deg);
21
+ transform: rotate(359deg);
22
+ }
23
+ }
24
+
25
+ @keyframes fa-spin {
26
+ 0% {
27
+ -webkit-transform: rotate(0deg);
28
+ transform: rotate(0deg);
29
+ }
30
+ 100% {
31
+ -webkit-transform: rotate(359deg);
32
+ transform: rotate(359deg);
33
+ }
34
+ }
@@ -0,0 +1,16 @@
1
+ // Bordered & Pulled
2
+ // -------------------------
3
+
4
+ .#{$fa-css-prefix}-border {
5
+ padding: .2em .25em .15em;
6
+ border: solid .08em $fa-border-color;
7
+ border-radius: .1em;
8
+ }
9
+
10
+ .pull-right { float: right; }
11
+ .pull-left { float: left; }
12
+
13
+ .#{$fa-css-prefix} {
14
+ &.pull-left { margin-right: .3em; }
15
+ &.pull-right { margin-left: .3em; }
16
+ }
@@ -0,0 +1,13 @@
1
+ // Base Class Definition
2
+ // -------------------------
3
+
4
+ .#{$fa-css-prefix} {
5
+ display: inline-block;
6
+ font: normal normal normal #{$fa-font-size-base}/1 FontAwesome; // shortening font declaration
7
+ font-size: inherit; // can't have font-size inherit on line above, so need to override
8
+ text-rendering: auto; // optimizelegibility throws things off #1094
9
+ -webkit-font-smoothing: antialiased;
10
+ -moz-osx-font-smoothing: grayscale;
11
+ transform: translate(0, 0); // ensures no half-pixel rendering in firefox
12
+
13
+ }
@@ -0,0 +1,6 @@
1
+ // Fixed Width Icons
2
+ // -------------------------
3
+ .#{$fa-css-prefix}-fw {
4
+ width: (18em / 14);
5
+ text-align: center;
6
+ }