hyla 1.0.7.pre.1 → 1.0.7.pre.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (224) hide show
  1. checksums.yaml +8 -8
  2. data/.gitignore +5 -0
  3. data/README.adoc +5 -57
  4. data/Rakefile +82 -11
  5. data/bin/hyla +17 -12
  6. data/documentation/developer.adoc +49 -0
  7. data/documentation/introduction.adoc +4 -49
  8. data/documentation/prerequisites.adoc +8 -0
  9. data/hyla.gemspec +4 -1
  10. data/lib/hyla/commands/generate.rb +8 -6
  11. data/lib/hyla/commands/new.rb +6 -5
  12. data/lib/hyla/configuration.rb +24 -14
  13. data/lib/hyla/project.rb +1 -1
  14. data/lib/resources/assets/config.rb +27 -0
  15. data/lib/resources/{deck.js → assets/deck.js}/core/deck.core.css +0 -0
  16. data/lib/resources/{deck.js → assets/deck.js}/core/deck.core.js +0 -0
  17. data/lib/resources/{deck.js → assets/deck.js}/extensions/deck.js-blank/README.md +0 -0
  18. data/lib/resources/{deck.js → assets/deck.js}/extensions/deck.js-blank/deck.blank.js +0 -0
  19. data/lib/resources/{deck.js → assets/deck.js}/extensions/goto/deck.goto.css +0 -0
  20. data/lib/resources/{deck.js → assets/deck.js}/extensions/goto/deck.goto.html +0 -0
  21. data/lib/resources/{deck.js → assets/deck.js}/extensions/goto/deck.goto.js +0 -0
  22. data/lib/resources/{deck.js → assets/deck.js}/extensions/hash/deck.hash.css +0 -0
  23. data/lib/resources/{deck.js → assets/deck.js}/extensions/hash/deck.hash.html +0 -0
  24. data/lib/resources/{deck.js → assets/deck.js}/extensions/hash/deck.hash.js +0 -0
  25. data/lib/resources/{deck.js → assets/deck.js}/extensions/menu/deck.menu.css +0 -0
  26. data/lib/resources/{deck.js → assets/deck.js}/extensions/menu/deck.menu.js +0 -0
  27. data/lib/resources/{deck.js → assets/deck.js}/extensions/navigation/deck.navigation.css +0 -0
  28. data/lib/resources/{deck.js → assets/deck.js}/extensions/navigation/deck.navigation.html +0 -0
  29. data/lib/resources/{deck.js → assets/deck.js}/extensions/navigation/deck.navigation.js +0 -0
  30. data/lib/resources/{deck.js → assets/deck.js}/extensions/scale/deck.scale.css +0 -0
  31. data/lib/resources/{deck.js → assets/deck.js}/extensions/scale/deck.scale.js +0 -0
  32. data/lib/resources/{deck.js → assets/deck.js}/extensions/split/README.md +0 -0
  33. data/lib/resources/{deck.js → assets/deck.js}/extensions/split/deck.split.js +0 -0
  34. data/lib/resources/{deck.js → assets/deck.js}/extensions/status/deck.status.css +0 -0
  35. data/lib/resources/{deck.js → assets/deck.js}/extensions/status/deck.status.html +0 -0
  36. data/lib/resources/{deck.js → assets/deck.js}/extensions/status/deck.status.js +0 -0
  37. data/lib/resources/{deck.js → assets/deck.js}/extensions/toc/deck.toc.css +0 -0
  38. data/lib/resources/{deck.js → assets/deck.js}/extensions/toc/deck.toc.html +0 -0
  39. data/lib/resources/{deck.js → assets/deck.js}/extensions/toc/deck.toc.js +0 -0
  40. data/lib/resources/{deck.js → assets/deck.js}/jquery-1.7.2.min.js +0 -0
  41. data/lib/resources/{deck.js → assets/deck.js}/jquery.min.js +0 -0
  42. data/lib/resources/{deck.js → assets/deck.js}/modernizr.custom.js +0 -0
  43. data/lib/resources/{deck.js → assets/deck.js}/themes/style/beamer.css +0 -0
  44. data/lib/resources/{deck.js → assets/deck.js}/themes/style/neon.css +0 -0
  45. data/lib/resources/{deck.js → assets/deck.js}/themes/style/swiss.css +0 -0
  46. data/lib/resources/{deck.js → assets/deck.js}/themes/style/web-2.0.css +0 -0
  47. data/lib/resources/{deck.js → assets/deck.js}/themes/transition/beamer.css +0 -0
  48. data/lib/resources/{deck.js → assets/deck.js}/themes/transition/fade.css +0 -0
  49. data/lib/resources/{deck.js → assets/deck.js}/themes/transition/horizontal-slide.css +0 -0
  50. data/lib/resources/{deck.js → assets/deck.js}/themes/transition/vertical-slide.css +0 -0
  51. data/lib/resources/{fonts → assets/fonts}/liberation/Sans-Bold.ttf +0 -0
  52. data/lib/resources/{fonts → assets/fonts}/liberation/Sans-BoldItalic.ttf +0 -0
  53. data/lib/resources/{fonts → assets/fonts}/liberation/Sans-Italic.ttf +0 -0
  54. data/lib/resources/{fonts → assets/fonts}/liberation/Sans-Regular.ttf +0 -0
  55. data/lib/resources/{revealjs → assets/revealjs}/LICENSE +0 -0
  56. data/lib/resources/{revealjs → assets/revealjs}/css/print/paper.css +0 -0
  57. data/lib/resources/{revealjs → assets/revealjs}/css/print/pdf.css +0 -0
  58. data/lib/resources/{revealjs → assets/revealjs}/css/reveal.css +0 -0
  59. data/lib/resources/{revealjs → assets/revealjs}/css/reveal.min.css +0 -0
  60. data/lib/resources/{revealjs → assets/revealjs}/css/theme/README.md +0 -0
  61. data/lib/resources/{revealjs → assets/revealjs}/css/theme/beige.css +2 -2
  62. data/lib/resources/{revealjs → assets/revealjs}/css/theme/blood.css +0 -0
  63. data/lib/resources/{revealjs → assets/revealjs}/css/theme/conference-redhat.css +65 -58
  64. data/lib/resources/{revealjs → assets/revealjs}/css/theme/conference.css +2 -2
  65. data/lib/resources/{revealjs → assets/revealjs}/css/theme/default.css +2 -2
  66. data/lib/resources/assets/revealjs/css/theme/gpe.css +686 -0
  67. data/lib/resources/{revealjs → assets/revealjs}/css/theme/moon.css +2 -2
  68. data/lib/resources/{revealjs → assets/revealjs}/css/theme/night.css +0 -0
  69. data/lib/resources/{revealjs → assets/revealjs}/css/theme/serif.css +0 -0
  70. data/lib/resources/{revealjs → assets/revealjs}/css/theme/simple.css +0 -0
  71. data/lib/resources/{revealjs → assets/revealjs}/css/theme/sky.css +0 -0
  72. data/lib/resources/{revealjs → assets/revealjs}/css/theme/solarized.css +2 -2
  73. data/lib/resources/{revealjs → assets/revealjs}/css/theme/source/beige.scss +5 -5
  74. data/lib/resources/{revealjs → assets/revealjs}/css/theme/source/blood.scss +0 -0
  75. data/lib/resources/{revealjs → assets/revealjs}/css/theme/source/default.scss +5 -5
  76. data/lib/resources/{revealjs → assets/revealjs}/css/theme/source/moon.scss +5 -5
  77. data/lib/resources/{revealjs → assets/revealjs}/css/theme/source/night.scss +0 -0
  78. data/lib/resources/{revealjs → assets/revealjs}/css/theme/source/serif.scss +0 -0
  79. data/lib/resources/{revealjs → assets/revealjs}/css/theme/source/simple.scss +0 -0
  80. data/lib/resources/{revealjs → assets/revealjs}/css/theme/source/sky.scss +0 -0
  81. data/lib/resources/{revealjs → assets/revealjs}/css/theme/source/solarized.scss +5 -5
  82. data/lib/resources/{revealjs → assets/revealjs}/css/theme/template/mixins.scss +0 -0
  83. data/lib/resources/{revealjs → assets/revealjs}/css/theme/template/settings.scss +0 -0
  84. data/lib/resources/{revealjs → assets/revealjs}/css/theme/template/theme.scss +0 -0
  85. data/lib/resources/{revealjs → assets/revealjs}/js/reveal.js +0 -0
  86. data/lib/resources/{revealjs → assets/revealjs}/js/reveal.min.js +0 -0
  87. data/lib/resources/assets/revealjs/lib/css/font-awesome-4.3.0.css +2893 -0
  88. data/lib/resources/{revealjs → assets/revealjs}/lib/css/zenburn.css +0 -0
  89. data/lib/resources/assets/revealjs/lib/font/font-awesome/FontAwesome.otf +0 -0
  90. data/lib/resources/assets/revealjs/lib/font/font-awesome/fontawesome-webfont.eot +0 -0
  91. data/lib/resources/assets/revealjs/lib/font/font-awesome/fontawesome-webfont.svg +565 -0
  92. data/lib/resources/assets/revealjs/lib/font/font-awesome/fontawesome-webfont.ttf +0 -0
  93. data/lib/resources/assets/revealjs/lib/font/font-awesome/fontawesome-webfont.woff +0 -0
  94. data/lib/resources/assets/revealjs/lib/font/font-awesome/fontawesome-webfont.woff2 +0 -0
  95. data/lib/resources/{revealjs/lib/font → assets/revealjs/lib/font/league-gothic}/league_gothic-webfont.eot +0 -0
  96. data/lib/resources/{revealjs/lib/font → assets/revealjs/lib/font/league-gothic}/league_gothic-webfont.svg +0 -0
  97. data/lib/resources/{revealjs/lib/font → assets/revealjs/lib/font/league-gothic}/league_gothic-webfont.ttf +0 -0
  98. data/lib/resources/{revealjs/lib/font → assets/revealjs/lib/font/league-gothic}/league_gothic-webfont.woff +0 -0
  99. data/lib/resources/{revealjs/lib/font → assets/revealjs/lib/font/league-gothic}/league_gothic_license +0 -0
  100. data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Bold-webfont.eot +0 -0
  101. data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Bold-webfont.svg +351 -0
  102. data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Bold-webfont.ttf +0 -0
  103. data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Bold-webfont.woff +0 -0
  104. data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-BoldItalic-webfont.eot +0 -0
  105. data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-BoldItalic-webfont.svg +347 -0
  106. data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-BoldItalic-webfont.ttf +0 -0
  107. data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-BoldItalic-webfont.woff +0 -0
  108. data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Italic-webfont.eot +0 -0
  109. data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Italic-webfont.svg +348 -0
  110. data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Italic-webfont.ttf +0 -0
  111. data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Italic-webfont.woff +0 -0
  112. data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Regular-webfont.eot +0 -0
  113. data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Regular-webfont.svg +354 -0
  114. data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Regular-webfont.ttf +0 -0
  115. data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Regular-webfont.woff +0 -0
  116. data/lib/resources/assets/revealjs/lib/font/overpass/overpass_bold-web.eot +0 -0
  117. data/lib/resources/assets/revealjs/lib/font/overpass/overpass_bold-web.svg +454 -0
  118. data/lib/resources/assets/revealjs/lib/font/overpass/overpass_bold-web.ttf +0 -0
  119. data/lib/resources/assets/revealjs/lib/font/overpass/overpass_bold-web.woff +0 -0
  120. data/lib/resources/assets/revealjs/lib/font/overpass/overpass_regular-web.eot +0 -0
  121. data/lib/resources/assets/revealjs/lib/font/overpass/overpass_regular-web.svg +454 -0
  122. data/lib/resources/assets/revealjs/lib/font/overpass/overpass_regular-web.ttf +0 -0
  123. data/lib/resources/assets/revealjs/lib/font/overpass/overpass_regular-web.woff +0 -0
  124. data/lib/resources/{revealjs → assets/revealjs}/lib/js/classList.js +0 -0
  125. data/lib/resources/{revealjs → assets/revealjs}/lib/js/head.min.js +0 -0
  126. data/lib/resources/{revealjs → assets/revealjs}/lib/js/html5shiv.js +0 -0
  127. data/lib/resources/{revealjs → assets/revealjs}/plugin/highlight/highlight.js +0 -0
  128. data/lib/resources/{revealjs → assets/revealjs}/plugin/leap/leap.js +0 -0
  129. data/lib/resources/{revealjs → assets/revealjs}/plugin/markdown/example.html +0 -0
  130. data/lib/resources/{revealjs → assets/revealjs}/plugin/markdown/example.md +0 -0
  131. data/lib/resources/{revealjs → assets/revealjs}/plugin/markdown/markdown.js +0 -0
  132. data/lib/resources/{revealjs → assets/revealjs}/plugin/markdown/marked.js +0 -0
  133. data/lib/resources/{revealjs → assets/revealjs}/plugin/math/math.js +0 -0
  134. data/lib/resources/{revealjs → assets/revealjs}/plugin/multiplex/client.js +0 -0
  135. data/lib/resources/{revealjs → assets/revealjs}/plugin/multiplex/index.js +0 -0
  136. data/lib/resources/{revealjs → assets/revealjs}/plugin/multiplex/master.js +0 -0
  137. data/lib/resources/{revealjs → assets/revealjs}/plugin/notes-server/client.js +0 -0
  138. data/lib/resources/{revealjs → assets/revealjs}/plugin/notes-server/index.js +0 -0
  139. data/lib/resources/{revealjs → assets/revealjs}/plugin/notes-server/notes.html +0 -0
  140. data/lib/resources/{revealjs → assets/revealjs}/plugin/notes/notes.html +1 -1
  141. data/lib/resources/{revealjs → assets/revealjs}/plugin/notes/notes.js +0 -0
  142. data/lib/resources/{revealjs → assets/revealjs}/plugin/postmessage/example.html +0 -0
  143. data/lib/resources/{revealjs → assets/revealjs}/plugin/postmessage/postmessage.js +0 -0
  144. data/lib/resources/{revealjs → assets/revealjs}/plugin/print-pdf/print-pdf.js +0 -0
  145. data/lib/resources/{revealjs → assets/revealjs}/plugin/remotes/remotes.js +0 -0
  146. data/lib/resources/{revealjs → assets/revealjs}/plugin/search/search.js +0 -0
  147. data/lib/resources/{revealjs → assets/revealjs}/plugin/zoom-js/zoom.js +0 -0
  148. data/lib/resources/assets/sass/_liberation.scss +43 -0
  149. data/lib/resources/assets/sass/_overpass.scss +21 -0
  150. data/lib/resources/assets/sass/font-awesome.scss +17 -0
  151. data/lib/resources/assets/sass/fontawesome/_animated.scss +34 -0
  152. data/lib/resources/assets/sass/fontawesome/_bordered-pulled.scss +16 -0
  153. data/lib/resources/assets/sass/fontawesome/_core.scss +13 -0
  154. data/lib/resources/assets/sass/fontawesome/_fixed-width.scss +6 -0
  155. data/lib/resources/assets/sass/fontawesome/_icons.scss +596 -0
  156. data/lib/resources/assets/sass/fontawesome/_larger.scss +13 -0
  157. data/lib/resources/assets/sass/fontawesome/_list.scss +19 -0
  158. data/lib/resources/assets/sass/fontawesome/_mixins.scss +27 -0
  159. data/lib/resources/assets/sass/fontawesome/_path.scss +15 -0
  160. data/lib/resources/assets/sass/fontawesome/_rotated-flipped.scss +20 -0
  161. data/lib/resources/assets/sass/fontawesome/_stacked.scss +20 -0
  162. data/lib/resources/assets/sass/fontawesome/_variables.scss +606 -0
  163. data/lib/resources/assets/sass/fonts/font-awesome/FontAwesome.otf +0 -0
  164. data/lib/resources/assets/sass/fonts/font-awesome/fontawesome-webfont.eot +0 -0
  165. data/lib/resources/assets/sass/fonts/font-awesome/fontawesome-webfont.svg +565 -0
  166. data/lib/resources/assets/sass/fonts/font-awesome/fontawesome-webfont.ttf +0 -0
  167. data/lib/resources/assets/sass/fonts/font-awesome/fontawesome-webfont.woff +0 -0
  168. data/lib/resources/assets/sass/fonts/font-awesome/fontawesome-webfont.woff2 +0 -0
  169. data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Bold-webfont.eot +0 -0
  170. data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Bold-webfont.svg +351 -0
  171. data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Bold-webfont.ttf +0 -0
  172. data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Bold-webfont.woff +0 -0
  173. data/lib/resources/assets/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.eot +0 -0
  174. data/lib/resources/assets/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.svg +347 -0
  175. data/lib/resources/assets/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.ttf +0 -0
  176. data/lib/resources/assets/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.woff +0 -0
  177. data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Italic-webfont.eot +0 -0
  178. data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Italic-webfont.svg +348 -0
  179. data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Italic-webfont.ttf +0 -0
  180. data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Italic-webfont.woff +0 -0
  181. data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Regular-webfont.eot +0 -0
  182. data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Regular-webfont.svg +354 -0
  183. data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Regular-webfont.ttf +0 -0
  184. data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Regular-webfont.woff +0 -0
  185. data/lib/resources/assets/sass/fonts/overpass/overpass_bold-web.eot +0 -0
  186. data/lib/resources/assets/sass/fonts/overpass/overpass_bold-web.svg +454 -0
  187. data/lib/resources/assets/sass/fonts/overpass/overpass_bold-web.ttf +0 -0
  188. data/lib/resources/assets/sass/fonts/overpass/overpass_bold-web.woff +0 -0
  189. data/lib/resources/assets/sass/fonts/overpass/overpass_regular-web.eot +0 -0
  190. data/lib/resources/assets/sass/fonts/overpass/overpass_regular-web.svg +454 -0
  191. data/lib/resources/assets/sass/fonts/overpass/overpass_regular-web.ttf +0 -0
  192. data/lib/resources/assets/sass/fonts/overpass/overpass_regular-web.woff +0 -0
  193. data/lib/resources/{revealjs/css/theme/gpe.css → assets/sass/gpe.scss} +289 -265
  194. data/lib/resources/{styles → assets/styles}/asciidoctor.css +0 -0
  195. data/lib/resources/{styles → assets/styles}/colony.css +0 -0
  196. data/lib/resources/{styles → assets/styles}/foundation-lime.css +0 -0
  197. data/lib/resources/{styles → assets/styles}/foundation-potion.css +0 -0
  198. data/lib/resources/{styles → assets/styles}/foundation.css +0 -0
  199. data/lib/resources/{styles → assets/styles}/github.css +0 -0
  200. data/lib/resources/{styles → assets/styles}/golo.css +0 -0
  201. data/lib/resources/{styles → assets/styles}/iconic.css +0 -0
  202. data/lib/resources/{styles → assets/styles}/liberation.css +0 -0
  203. data/lib/resources/{styles → assets/styles}/maker.css +0 -0
  204. data/lib/resources/{styles → assets/styles}/readthedocs.css +0 -0
  205. data/lib/resources/{styles → assets/styles}/riak.css +0 -0
  206. data/lib/resources/{styles → assets/styles}/rocket-panda.css +0 -0
  207. data/lib/resources/{styles → assets/styles}/rubygems.css +0 -0
  208. data/lib/resources/backends/slim/revealjs/document.html.slim +4 -4
  209. data/lib/resources/backends/slim/revealjs/section.html.slim +2 -2
  210. data/lib/{resources → templates}/course/assessment.txt +0 -0
  211. data/lib/{resources → templates}/course/audio.txt +0 -0
  212. data/lib/{resources → templates}/course/cover.txt +0 -0
  213. data/lib/{resources → templates}/course/footer.txt +0 -0
  214. data/lib/{resources → templates}/course/header_index.txt +0 -0
  215. data/lib/{resources → templates}/course/index.txt +0 -0
  216. data/lib/{resources → templates}/course/labinstructions.txt +0 -0
  217. data/lib/{resources → templates}/course/objectives.txt +0 -0
  218. data/lib/{resources → templates}/course/summary.txt +0 -0
  219. metadata +250 -133
  220. data/lib/resources/revealjs/lib/font/liberation_sans-bold.ttf +0 -0
  221. data/lib/resources/revealjs/lib/font/liberation_sans-bolditalic.ttf +0 -0
  222. data/lib/resources/revealjs/lib/font/liberation_sans-italic.ttf +0 -0
  223. data/lib/resources/revealjs/lib/font/liberation_sans-regular.ttf +0 -0
  224. data/todo.adoc +0 -11
@@ -1,42 +1,43 @@
1
- @import url(https://fonts.googleapis.com/css?family=News+Cycle:400,700);
2
- @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
3
-
4
- /**
5
- * GPE Style customized from RevealJS Styl
6
- *
7
- * This theme is Copyright (C) 2012 Owen Versteeg, https://github.com/StereotypicalApps. It is MIT licensed.
8
- * reveal.js is Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
1
+ /*
2
+ * NOT USED ANYMORE - Using Compass Font-Face
3
+ * @import "compass/css3/font-face";
4
+ * @include font-face('Liberation Sans', font-files("liberationSans-Regular.ttf",
5
+ "liberationSans-Bold.ttf",
6
+ "liberationSans-Italic.ttf",
7
+ "liberationSans-BoldItalic.ttf"));
8
+
9
+ @include font-face('Overpass', font-files("Overpass_Regular.ttf",
10
+ "Overpass_Bold.ttf",
11
+ "Overpass_Light.ttf",
12
+ "Overpass_Regular.ttf"));
13
+ */
14
+
15
+ /*
16
+ * NOT USED ANYMORE - Import font Awesome Fonts using the gem installed
17
+ * @import "font-awesome-compass";
18
+ * @import "font-awesome";
19
+ */
20
+
21
+ /*
22
+ * @import url(http://red-hat-overpass-fonts.s3.amazonaws.com/overpass.css);
9
23
  */
10
24
 
11
- /*********************************************
12
- * LIBERATION FONTS
13
- *********************************************/
14
- @font-face {
15
- font-family: 'liberation';
16
- src: url("../../lib/font/liberation_sans-regular.ttf") format('truetype');
17
- font-weight: normal;
18
- font-style: normal;
19
- }
25
+ /* $debug-configuration: true; */
26
+ @import "overpass"; /* Font Overpass */
27
+ @import "liberation"; /* Font Liberation */
20
28
 
21
- @font-face {
22
- font-family: 'liberation';
23
- src: url("../../lib/font/liberation_sans-bold.ttf") format('truetype');
24
- font-weight: bold;
25
- font-style: normal;
26
- }
29
+ /*
30
+ * We dont import the css content of font-awesome hre
31
+ * as it will added to the HTML of the slideshow as a local/remote resource
32
+ * @import "font-awesome";
33
+ */
27
34
 
28
- @font-face {
29
- font-family: 'liberation';
30
- src: url("../../lib/font/liberation_sans-bolditalic.ttf") format('truetype');
31
- font-weight: bold;
32
- font-style: italic;
33
- }
35
+ /*$var-family-name: 'Liberation Sans';*/
36
+ $fonts: 'Liberation Sans', 'Overpass', 'Open Sans', sans-serif;
37
+ $red-color: #a70000;
34
38
 
35
- @font-face {
36
- font-family: 'liberation';
37
- src: url("../../lib/font/liberation_sans-italic.ttf") format('truetype');
38
- font-weight: normal;
39
- font-style: italic;
39
+ body {
40
+ font-family: $fonts;
40
41
  }
41
42
 
42
43
  /*********************************************
@@ -45,13 +46,14 @@
45
46
  * Feb 24, ART: Changed the padding from 10 20 20 20 to 5 10 10 10
46
47
  * Feb 24, ART: Changed the margin from 20px 0 0 to 5px 0 0
47
48
  * Mar 02, CHM: Increase height from 600 to 670px
49
+ * Mar 06, CHM: Change overflow from scroll to auto
48
50
  *********************************************/
49
51
  .scrollbar {
50
- border: 1px solid #eee;
51
- height: 670px;
52
- overflow: scroll;
53
- margin: 5px 0 0;
54
- padding: 5px 10px 10px 10px;
52
+ border: 1px solid #eee;
53
+ height: 670px;
54
+ overflow: auto;
55
+ margin: 5px 0 0;
56
+ padding: 5px 10px 10px 10px;
55
57
  }
56
58
 
57
59
  /**************************************************************
@@ -60,9 +62,9 @@
60
62
  * Mar 04 2015, CHM: Initial
61
63
  **************************************************************/
62
64
  .cover {
63
- position: absolute;
64
- top: 20px;
65
- text-align: center;
65
+ position: absolute;
66
+ top: 20px;
67
+ text-align: center;
66
68
  }
67
69
 
68
70
  /*********************************************
@@ -70,15 +72,15 @@
70
72
  * Feb 26, CHM: Changed the height from 80px to 0px
71
73
  *********************************************/
72
74
  .header {
73
- position: absolute;
74
- margin: 0 auto;
75
- left: 0;
76
- right: 0;
77
- top: 0;
78
- height: 0px;
79
- font-family: 'liberation';
80
- font-size: 20px;
81
- text-align: center;
75
+ position: absolute;
76
+ margin: 0 auto;
77
+ left: 0;
78
+ right: 0;
79
+ top: 0;
80
+ height: 0px;
81
+ font-family: $fonts;
82
+ font-size: 20px;
83
+ text-align: center;
82
84
  }
83
85
 
84
86
  /*********************************************
@@ -86,15 +88,15 @@
86
88
  * Feb 24, ART: Changed to footer height from 80 to 40
87
89
  *********************************************/
88
90
  .footer {
89
- position: absolute;
90
- margin: 0 auto;
91
- left: 0;
92
- right: 0;
93
- bottom: 0;
94
- height: 40px;
95
- font-family: 'liberation';
96
- font-size: 20px;
97
- text-align: center;
91
+ position: absolute;
92
+ margin: 0 auto;
93
+ left: 0;
94
+ right: 0;
95
+ bottom: 0;
96
+ height: 40px;
97
+ font-family: $fonts;
98
+ font-size: 20px;
99
+ text-align: center;
98
100
  }
99
101
 
100
102
  /*********************************************
@@ -103,29 +105,30 @@
103
105
  * Feb 24, ART: added a border to the reveal section, attempting to see how the margin is being used.
104
106
  *********************************************/
105
107
  body {
106
- background: white;
107
- background-color: white;
108
+ background: white;
109
+ background-color: white;
108
110
  }
109
111
 
110
112
  .reveal {
111
- font-family: 'liberation';
112
- font-size: 28px;
113
- font-weight: normal;
114
- letter-spacing: -0.02em;
115
- color: black;
113
+ font-family: $fonts;
114
+ font-size: 28px;
115
+ font-weight: normal;
116
+ letter-spacing: -0.02em;
117
+ color: black;
118
+
116
119
  }
117
120
 
118
121
  ::selection {
119
- color: white;
120
- background: rgba(0, 0, 0, 0.99);
121
- text-shadow: none;
122
+ color: white;
123
+ background: rgba(0, 0, 0, 0.99);
124
+ text-shadow: none;
122
125
  }
123
126
 
124
127
  /*********************************************
125
128
  * TODO - To be verified if we use it or not
126
129
  *******************************************/
127
130
  .reveal section {
128
- text-align: left;
131
+ text-align: left;
129
132
  }
130
133
 
131
134
  /******************************************
@@ -133,8 +136,8 @@ body {
133
136
  * Feb 26, CHM : Add top: 370px to fill the screen to 100%
134
137
  ******************************************/
135
138
  .reveal .slides {
136
- text-align: left;
137
- top: 370px;
139
+ text-align: left;
140
+ top: 370px;
138
141
  }
139
142
 
140
143
  /*********************************************
@@ -146,70 +149,71 @@ body {
146
149
  .reveal h4,
147
150
  .reveal h5,
148
151
  .reveal h6 {
149
- margin: 0 0 20px 0;
150
- color: #3E4349;
151
- font-family: 'liberation';
152
- line-height: 0.9em;
153
- letter-spacing: 0.02em;
154
- text-transform: none;
155
- text-shadow: none;
152
+ margin: 0 0 20px 0;
153
+ color: #3E4349;
154
+ font-family: $fonts;
155
+ line-height: 0.9em;
156
+ letter-spacing: 0.02em;
157
+ text-transform: none;
158
+ text-shadow: none;
156
159
  }
157
160
 
158
161
  /***************************************************
159
162
  * Feb 26, ART: Font Size 2em and width: 900px added
160
163
  **************************************************/
161
164
  .reveal h1 {
162
- text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
163
- font-size: 2em;
164
- width: 900px;
165
+ text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
166
+ font-size: 2em;
167
+ width: 900px;
165
168
  }
166
169
 
167
170
  .reveal h2 {
168
- font-size: 2em;
171
+ font-size: 2em;
169
172
  }
170
173
 
171
174
  /*********************************************
172
175
  * LINKS
173
176
  *********************************************/
174
177
  .reveal a:not(.image) {
175
- color: #C1100C;
176
- text-decoration: none;
177
- -webkit-transition: color .15s ease;
178
- -moz-transition: color .15s ease;
179
- -ms-transition: color .15s ease;
180
- -o-transition: color .15s ease;
181
- transition: color .15s ease;
178
+ color: $red-color;
179
+ text-decoration: none;
180
+ -webkit-transition: color .15s ease;
181
+ -moz-transition: color .15s ease;
182
+ -ms-transition: color .15s ease;
183
+ -o-transition: color .15s ease;
184
+ transition: color .15s ease;
185
+
182
186
  }
183
187
 
184
188
  .reveal a:not(.image):hover {
185
- color: #C1100C;
186
- text-shadow: none;
187
- border: none;
189
+ color: $red-color;
190
+ text-shadow: none;
191
+ border: none;
188
192
  }
189
193
 
190
194
  .reveal .roll span:after {
191
- color: #fff;
192
- background: #C1100C;
195
+ color: #fff;
196
+ background: $red-color;
193
197
  }
194
198
 
195
199
  /*********************************************
196
200
  * IMAGES
197
201
  *********************************************/
198
202
  .reveal section img {
199
- margin: 15px 0px;
200
- background: rgba(255, 255, 255, 0.12);
201
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
202
- -webkit-transition: all .2s linear;
203
- -moz-transition: all .2s linear;
204
- -ms-transition: all .2s linear;
205
- -o-transition: all .2s linear;
206
- transition: all .2s linear;
203
+ margin: 15px 0px;
204
+ background: rgba(255, 255, 255, 0.12);
205
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
206
+ -webkit-transition: all .2s linear;
207
+ -moz-transition: all .2s linear;
208
+ -ms-transition: all .2s linear;
209
+ -o-transition: all .2s linear;
210
+ transition: all .2s linear;
207
211
  }
208
212
 
209
213
  .reveal a:hover img {
210
- background: rgba(255, 255, 255, 0.2);
211
- border-color: #C1100C;
212
- box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
214
+ background: rgba(255, 255, 255, 0.2);
215
+ border-color: $red-color;
216
+ box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
213
217
  }
214
218
 
215
219
  /*********************************************
@@ -217,61 +221,61 @@ body {
217
221
  *********************************************/
218
222
  .reveal .controls div.navigate-left,
219
223
  .reveal .controls div.navigate-left.enabled {
220
- border-right-color: #C1100C;
224
+ border-right-color: #C1100C;
221
225
  }
222
226
 
223
227
  .reveal .controls div.navigate-right,
224
228
  .reveal .controls div.navigate-right.enabled {
225
- border-left-color: #C1100C;
229
+ border-left-color: #C1100C;
226
230
  }
227
231
 
228
232
  .reveal .controls div.navigate-up,
229
233
  .reveal .controls div.navigate-up.enabled {
230
- border-bottom-color: #C1100C;
234
+ border-bottom-color: #C1100C;
231
235
  }
232
236
 
233
237
  .reveal .controls div.navigate-down,
234
238
  .reveal .controls div.navigate-down.enabled {
235
- border-top-color: #C1100C;
239
+ border-top-color: #C1100C;
236
240
  }
237
241
 
238
242
  .reveal .controls div.navigate-left.enabled:hover {
239
- border-right-color: #0000f1;
243
+ border-right-color: #ef6f16;
240
244
  }
241
245
 
242
246
  .reveal .controls div.navigate-right.enabled:hover {
243
- border-left-color: #0000f1;
247
+ border-left-color: #ef6f16;
244
248
  }
245
249
 
246
250
  .reveal .controls div.navigate-up.enabled:hover {
247
- border-bottom-color: #0000f1;
251
+ border-bottom-color: #ef6f16;
248
252
  }
249
253
 
250
254
  .reveal .controls div.navigate-down.enabled:hover {
251
- border-top-color: #0000f1;
255
+ border-top-color: #ef6f16;
252
256
  }
253
257
 
254
258
  /*********************************************
255
259
  * PROGRESS BAR
256
260
  *********************************************/
257
261
  .reveal .progress {
258
- background: rgba(0, 0, 0, 0.2);
262
+ background: rgba(0, 0, 0, 0.2);
259
263
  }
260
264
 
261
265
  .reveal .progress span {
262
- background: #c50000;
263
- -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
264
- -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
265
- -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
266
- -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
267
- transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
266
+ background: $red-color;
267
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
268
+ -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
269
+ -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
270
+ -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
271
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
268
272
  }
269
273
 
270
274
  /*********************************************
271
275
  * SLIDE NUMBER
272
276
  *********************************************/
273
277
  .reveal .slide-number {
274
- color: darkblue;
278
+ color: darkblue;
275
279
  }
276
280
 
277
281
  /*********************************************************************************
@@ -281,23 +285,24 @@ body {
281
285
  * Mar 04 2015, CHM: Add red colors & square, disc & circle
282
286
  *********************************************************************************/
283
287
  .reveal ul li p, ul li li p, ul li li p {
284
- color: black;
285
- list-style:none;
288
+ color: black;
289
+ list-style: none;
290
+
286
291
  }
287
292
 
288
293
  .reveal ul li {
289
- list-style-type: square;
290
- color: #a70000;
294
+ list-style-type: square;
295
+ color: $red-color;
291
296
  }
292
297
 
293
298
  .reveal ul li li {
294
- list-style-type: disc;
295
- color: #a70000;
299
+ list-style-type: disc;
300
+ color: $red-color;
296
301
  }
297
302
 
298
303
  .reveal ul li li li {
299
- list-style-type: circle;
300
- color: #a70000;
304
+ list-style-type: circle;
305
+ color: $red-color;
301
306
  }
302
307
 
303
308
  /*******************************************************************
@@ -306,9 +311,9 @@ body {
306
311
  * Feb, CHM: Added
307
312
  *******************************************************************/
308
313
  .reveal i.fa {
309
- font-family: 'FontAwesome';
310
- font-style: normal;
311
- font-size: 100%;
314
+ font-family: 'FontAwesome';
315
+ font-style: normal;
316
+ font-size: 100%;
312
317
  }
313
318
 
314
319
  /*********************************************
@@ -316,38 +321,37 @@ body {
316
321
  * Feb 27, CHM: Added
317
322
  *********************************************/
318
323
  .reveal i.conum {
319
- display: inline-block;
320
- color: white !important;
321
- /* background-color: #222222;*/
322
- background-color: #c50000;
323
- -webkit-border-radius: 100px;
324
- border-radius: 100px;
325
- text-align: center;
326
- width: 25px;
327
- height: 25px;
328
- font-size: 14px;
329
- font-weight: bold;
330
- line-height: 25px;
331
- font-style: normal;
332
- position: relative;
333
- top: -2px;
334
- letter-spacing: -2px;
324
+ display: inline-block;
325
+ color: white !important;
326
+ background-color: $red-color;
327
+ -webkit-border-radius: 100px;
328
+ border-radius: 100px;
329
+ text-align: center;
330
+ width: 25px;
331
+ height: 25px;
332
+ font-size: 14px;
333
+ font-weight: bold;
334
+ line-height: 25px;
335
+ font-style: normal;
336
+ position: relative;
337
+ top: -2px;
338
+ letter-spacing: -2px;
335
339
  }
336
340
 
337
341
  .reveal i.conum * {
338
- color: white !important;
342
+ color: white !important;
339
343
  }
340
344
 
341
345
  .reveal i.conum + b {
342
- display: none;
346
+ display: none;
343
347
  }
344
348
 
345
349
  .reveal i.conum:after {
346
- content: attr(data-value);
350
+ content: attr(data-value);
347
351
  }
348
352
 
349
353
  .reveal i.conum:not([data-value]):empty {
350
- display: none;
354
+ display: none;
351
355
  }
352
356
 
353
357
  /*******************************************************
@@ -355,75 +359,80 @@ body {
355
359
  * Feb 27, CHM: Added & Refactor to display the borders
356
360
  * Mar 02, CHM: Add caption to display the Table title with a different style, color
357
361
  * Mar 03, CHM: Improve style to be compliant with Redhat styles
362
+ * Mar 06, CHM: Add a noredheader class to avoid to display the first line in red of a table containing images, ..
358
363
  ******************************************************/
359
364
  table.tableblock, table.tableblock td {
360
- border-style: solid;
361
- border-color: rgb(183, 188, 190);
362
- border-width: 0.99px;
363
- border-collapse: collapse;
364
- border-spacing: 0px;
365
- padding: 5px;
365
+ border-style: solid;
366
+ border-color: rgb(183, 188, 190);
367
+ border-width: 0.99px;
368
+ border-collapse: collapse;
369
+ border-spacing: 0px;
370
+ padding: 5px;
366
371
  }
367
372
 
368
373
  table.tableblock > caption {
369
- line-height: 1.4;
370
- color: #333333;
371
- margin-top: 0.2em;
372
- margin-bottom: 0.5em;
373
- overflow: visible;
374
- max-width: 0;
375
- white-space: nowrap;
376
- display: table-caption
374
+ line-height: 1.4;
375
+ color: #333333;
376
+ margin-top: 0.2em;
377
+ margin-bottom: 0.5em;
378
+ overflow: visible;
379
+ max-width: 0;
380
+ white-space: nowrap;
381
+ display: table-caption
377
382
  }
378
383
 
379
- table.tableblock tr:first-child td {
380
- background-color: #a70000;
381
- text-align: left;
382
- padding: 10px;
383
- color: white;
384
- font-size: 24px;
384
+ table.tableblock:not(.noredheader) tr:first-child td {
385
+ background-color: $red-color;
386
+ text-align: left;
387
+ padding: 10px;
388
+ color: white;
389
+ font-size: 24px;
390
+ }
391
+
392
+ table.tableblock.noredheader tr:first-child td {
393
+ background-color: #EEEEEE;
385
394
  }
386
395
 
387
396
  table.tableblock tr:nth-child(even) {
388
- background: white;
397
+ background: white;
389
398
  }
390
399
 
391
400
  table.tableblock tr:nth-child(odd) {
392
- background: rgb(238, 238, 238);
401
+ background: rgb(238, 238, 238);
393
402
  }
394
403
 
395
404
  th.tableblock.halign-left, td.tableblock.halign-left {
396
- text-align: left;
405
+ text-align: left;
397
406
  }
398
407
 
399
408
  th.tableblock.halign-right, td.tableblock.halign-right {
400
- text-align: right;
409
+ text-align: right;
401
410
  }
402
411
 
403
412
  th.tableblock.halign-center, td.tableblock.halign-center {
404
- text-align: center;
413
+ text-align: center;
405
414
  }
406
415
 
407
416
  th.tableblock.valign-top, td.tableblock.valign-top {
408
- vertical-align: top;
417
+ vertical-align: top;
409
418
  }
410
419
 
411
420
  th.tableblock.valign-bottom, td.tableblock.valign-bottom {
412
- vertical-align: bottom;
421
+ vertical-align: bottom;
413
422
  }
414
423
 
415
424
  th.tableblock.valign-middle, td.tableblock.valign-middle {
416
- vertical-align: middle;
425
+ vertical-align: middle;
417
426
  }
418
427
 
419
428
  /**************************************************************
420
- * By default, it is not possible to display text in Bold, ... within <li>> tag
429
+ * By default, it is not possible to display text in Bold, ... within <li> tag
421
430
  * Here is a trick to support that <strong>text</strong> enclosed in <li> tag & color
422
431
  * Feb 27, CHM: Added
423
432
  **************************************************************/
424
433
  li strong {
425
- color: #C1100C;
426
- font-weight: bold;
434
+ color: $red-color;
435
+ font-weight: bold;
427
436
  }
428
437
 
429
438
  /**************************************************************
@@ -431,11 +440,48 @@ li strong {
431
440
  * Mar 04 2015, CHM : Change width from 90% to 100% and margin to reduce size of the box hightlighted
432
441
  *************************************************************/
433
442
  .reveal pre {
434
- width: 100%;
443
+ width: 100%;
435
444
  }
445
+
436
446
  .listingblock .content {
437
- margin-right: 50px;
438
- padding-right: 50px;
447
+ margin-right: 50px;
448
+ padding-right: 50px;
449
+ }
450
+
451
+ /****************
452
+ * Override Revealjs ordered list
453
+ * Mar 06 2016, CHM : Numbers displayed were cut
454
+ ****************/
455
+ .reveal ol {
456
+ margin-left: 40px;
457
+ }
458
+
459
+ ol.arabic {
460
+ list-style-type: decimal;
461
+ }
462
+
463
+ ol.decimal {
464
+ list-style-type: decimal-leading-zero;
465
+ }
466
+
467
+ ol.loweralpha {
468
+ list-style-type: lower-alpha;
469
+ }
470
+
471
+ ol.upperalpha {
472
+ list-style-type: upper-alpha;
473
+ }
474
+
475
+ ol.lowerroman {
476
+ list-style-type: lower-roman;
477
+ }
478
+
479
+ ol.upperroman {
480
+ list-style-type: upper-roman;
481
+ }
482
+
483
+ ol.lowergreek {
484
+ list-style-type: lower-greek;
439
485
  }
440
486
 
441
487
  /**************************************************************
@@ -444,117 +490,95 @@ li strong {
444
490
  * Mar 03, CHM: Added
445
491
  **************************************************************/
446
492
  .admonitionblock td.content > .title, .exampleblock > .title, .imageblock > .title, .listingblock > .title, .literalblock > .title, .mathblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, .sidebarblock > .title, .tableblock > .title, .verseblock > .title, .videoblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title {
447
- text-align: left;
448
- font-weight: bold;
493
+ text-align: left;
494
+ font-weight: bold;
449
495
  }
450
496
 
451
497
  .admonitionblock > table {
452
- border: 0;
453
- background: none;
454
- width: 100%;
455
- padding: 5px 0px;
498
+ border: 0;
499
+ background: none;
500
+ width: 100%;
501
+ padding: 5px 0px;
456
502
  }
457
503
 
458
504
  .admonitionblock > table td.icon {
459
- text-align: center;
460
- width: 80px;
505
+ text-align: center;
506
+ width: 80px;
461
507
  }
462
508
 
463
509
  .admonitionblock > table td.icon img {
464
- max-width: none;
510
+ max-width: none;
465
511
  }
466
512
 
467
513
  .admonitionblock > table td.icon .title {
468
- font-weight: bold;
469
- text-transform: uppercase;
514
+ font-weight: bold;
515
+ text-transform: uppercase;
470
516
  }
471
517
 
472
518
  .admonitionblock > table td.content {
473
- padding-left: 1.125em;
474
- padding-right: 1.25em;
475
- border-left: 1px solid #dddddd;
476
- color: #6f6f6f;
477
- font-size: 20px;
478
- font-style: normal;
519
+ padding-left: 1.125em;
520
+ padding-right: 1.25em;
521
+ border-left: 1px solid #dddddd;
522
+ color: #6f6f6f;
523
+ font-size: 20px;
524
+ font-style: normal;
525
+ }
526
+
527
+ /* Override the color for the list */
528
+ .admonitionblock > table td.content ul li, .admonitionblock > table td.content ol li, .admonitionblock > table td.content ol p, .admonitionblock > table td.content ul p {
529
+ color: #6f6f6f;
479
530
  }
480
531
 
481
532
  .admonitionblock > table td.content > :last-child > :last-child {
482
- margin-bottom: 0;
533
+ margin-bottom: 0;
534
+ }
535
+
536
+ .admonitionblock > table td.icon {
537
+ vertical-align: middle;
483
538
  }
484
539
 
485
540
  .admonitionblock td.icon [class^="icon-"]:before {
486
- text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
487
- cursor: default;
541
+ text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
542
+ cursor: default;
543
+ font-style: normal;
544
+ font-weight: normal;
545
+ text-decoration: inherit;
546
+ font-size: 46px;
547
+ padding-right: 0.5em;
548
+ position: relative;
549
+ left: 0;
550
+ top: 5px;
488
551
  }
489
552
 
490
553
  .admonitionblock td.icon .icon-note:before {
491
- content: "\f05a";
492
- color: #005498;
493
- color: #003f72;
494
- font-family: FontAwesome;
495
- font-style: normal;
496
- font-weight: normal;
497
- text-decoration: inherit;
498
- font-size: 46px;
499
- padding-right: 0.5em;
500
- position: relative;
501
- top: 10px;
502
- left: 0;
554
+ content: "\f05a";
555
+ color: #005498;
556
+ color: #003f72;
557
+ font-family: FontAwesome;
503
558
  }
504
559
 
505
560
  .admonitionblock td.icon .icon-tip:before {
506
- content: "\f0eb";
507
- font-family: FontAwesome;
508
- text-shadow: 1px 1px 2px rgba(155, 155, 0, 0.8);
509
- color: #111;
510
- font-style: normal;
511
- font-weight: normal;
512
- text-decoration: inherit;
513
- font-size: 46px;
514
- padding-right: 0.5em;
515
- position: relative;
516
- top: 10px;
517
- left: 0;
561
+ content: "\f0eb";
562
+ font-family: FontAwesome;
563
+ text-shadow: 1px 1px 2px rgba(155, 155, 0, 0.8);
564
+ color: #111;
518
565
  }
519
566
 
567
+ /* Use a more yellow lighter color */
520
568
  .admonitionblock td.icon .icon-warning:before {
521
- content: "\f071";
522
- color: #bf6900;
523
- font-family: FontAwesome;
524
- font-style: normal;
525
- font-weight: normal;
526
- text-decoration: inherit;
527
- font-size: 46px;
528
- padding-right: 0.5em;
529
- position: relative;
530
- top: 10px;
531
- left: 0;
569
+ content: "\f071";
570
+ color: #EFEF0C;
571
+ font-family: FontAwesome;
532
572
  }
533
573
 
534
574
  .admonitionblock td.icon .icon-caution:before {
535
- content: "\f06d";
536
- color: #bf3400;
537
- font-family: FontAwesome;
538
- font-style: normal;
539
- font-weight: normal;
540
- text-decoration: inherit;
541
- font-size: 46px;
542
- padding-right: 0.5em;
543
- position: relative;
544
- top: 10px;
545
- left: 0;
575
+ content: "\f06d";
576
+ color: #bf3400;
577
+ font-family: FontAwesome;
546
578
  }
547
579
 
548
580
  .admonitionblock td.icon .icon-important:before {
549
- content: "\f06a";
550
- font-family: FontAwesome;
551
- color: #bf0000;
552
- font-style: normal;
553
- font-weight: normal;
554
- text-decoration: inherit;
555
- font-size: 46px;
556
- padding-right: 0.5em;
557
- position: relative;
558
- top: 10px;
559
- left: 0;
581
+ content: "\f06a";
582
+ font-family: FontAwesome;
583
+ color: #bf0000;
560
584
  }