hyla 1.0.7 → 1.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +8 -8
  2. data/Rakefile +6 -2
  3. data/bin/hyla +3 -2
  4. data/lib/hyla/commands/generate.rb +43 -41
  5. data/lib/hyla/configuration.rb +1 -1
  6. data/lib/hyla/project.rb +1 -1
  7. data/lib/resources/assets/revealjs-redhat/image/collapsed.png +0 -0
  8. data/lib/resources/assets/revealjs-redhat/image/expanded.png +0 -0
  9. data/lib/resources/assets/revealjs-redhat/lib/css/conference.css +663 -0
  10. data/lib/resources/assets/revealjs-redhat/lib/css/font-awesome-4.3.0.css +2886 -1098
  11. data/lib/resources/assets/revealjs-redhat/lib/css/gpe.css +746 -180
  12. data/lib/resources/assets/revealjs-redhat/lib/css/print/pdf.css +32 -65
  13. data/lib/resources/assets/revealjs-redhat/lib/css/theme-output.css +1509 -395
  14. data/lib/resources/assets/revealjs-redhat/lib/css/theme-v2-liberation.css +4332 -1366
  15. data/lib/resources/assets/revealjs-redhat/lib/css/theme-v2-overpass.css +4320 -1364
  16. data/lib/resources/assets/revealjs-redhat/lib/js/debug/gpe.js +8 -8
  17. data/lib/resources/assets/revealjs-redhat/lib/js/debug/reveal.js +129 -91
  18. data/lib/resources/assets/revealjs-redhat/lib/js/gpe.min.js +3 -3
  19. data/lib/resources/assets/revealjs-redhat/lib/js/reveal.min.js +18 -13
  20. data/lib/resources/assets/revealjs/css/theme/conference-redhat.css +14 -6
  21. data/lib/resources/assets/revealjs/css/theme/old-gpe.css +670 -181
  22. data/lib/resources/assets/revealjs/js/{reveal.js → debug/reveal.js} +1619 -492
  23. data/lib/resources/assets/revealjs/js/reveal.min.js +342 -9
  24. data/lib/resources/assets/revealjs/lib/css/font-awesome-4.3.0.css +2886 -1098
  25. data/lib/resources/assets/sass/conference.scss +589 -0
  26. data/lib/resources/assets/sass/new-gpe.scss +79 -0
  27. data/lib/resources/backends/slim/revealjs-redhat/block_paragraph.html.slim +18 -6
  28. data/lib/resources/backends/slim/revealjs-redhat/block_ulist.html.slim +25 -9
  29. data/lib/resources/backends/slim/revealjs/document.html.slim +1 -1
  30. data/lib/templates/course/audio.txt +2 -2
  31. data/lib/templates/course/cover.txt +19 -7
  32. data/lib/templates/course/footer.txt +1 -3
  33. data/lib/templates/course/index.txt +2 -2
  34. data/lib/templates/course/labinstructions.txt +1 -3
  35. data/lib/templates/course/objectives.txt +1 -12
  36. data/lib/templates/course/summary.txt +1 -8
  37. metadata +7 -3
@@ -9,28 +9,28 @@
9
9
  *********************************************/
10
10
  @font-face {
11
11
  font-family: 'liberation';
12
- src: url("../../lib/font/liberation_sans-regular.ttf") format('truetype');
12
+ src: url("../../lib/font/liberation/LiberationSans-Regular-webfont.ttf") format('truetype');
13
13
  font-weight: normal;
14
14
  font-style: normal;
15
15
  }
16
16
 
17
17
  @font-face {
18
18
  font-family: 'liberation';
19
- src: url("../../lib/font/liberation_sans-bold.ttf") format('truetype');
19
+ src: url("../../lib/font/liberation/LiberationSans-Bold-webfont.ttf") format('truetype');
20
20
  font-weight: bold;
21
21
  font-style: normal;
22
22
  }
23
23
 
24
24
  @font-face {
25
25
  font-family: 'liberation';
26
- src: url("../../lib/font/liberation_sans-bolditalic.ttf") format('truetype');
26
+ src: url("../../lib/font/liberation/LiberationSans-BoldItalic-webfont.ttf") format('truetype');
27
27
  font-weight: bold;
28
28
  font-style: italic;
29
29
  }
30
30
 
31
31
  @font-face {
32
32
  font-family: 'liberation';
33
- src: url("../../lib/font/liberation_sans-italic.ttf") format('truetype');
33
+ src: url("../../lib/font/liberation/LiberationSans-Italic-webfont.ttf") format('truetype');
34
34
  font-weight: normal;
35
35
  font-style: italic;
36
36
  }
@@ -303,7 +303,8 @@ body {
303
303
  ******************************************************/
304
304
  table.tableblock, table.tableblock td {
305
305
  border-style: solid;
306
- border-color: rgb(183, 188, 190);
306
+ /*border-color: rgb(183, 188, 190);*/
307
+ border-color: white;
307
308
  border-width: 0.99px;
308
309
  border-collapse: collapse;
309
310
  border-spacing: 0px;
@@ -330,7 +331,7 @@ table.tableblock:not(.noredheader) tr:first-child td {
330
331
  }
331
332
 
332
333
  table.tableblock.noredheader tr:first-child td {
333
- background-color: #EEEEEE;
334
+ background-color: white;
334
335
  }
335
336
 
336
337
  table.tableblock tr:nth-child(even) {
@@ -374,6 +375,13 @@ li strong {
374
375
  font-weight: bold;
375
376
  }
376
377
 
378
+ /*************************************************************
379
+ * Increase Font size for Text displayed within the Cover page
380
+ * as title
381
+ *************************************************************/
382
+ section .paragraph p strong {
383
+ font-size: 50px;
384
+ }
377
385
  /*********************************************************************************
378
386
  * Trick to avoid to define [square] or [circle] for each item of an unordered list
379
387
  * and solve issue that we have here as we have nested lists
@@ -1,196 +1,685 @@
1
- /* NOT USED ANYMORE - Using Compass Font-Face @import "compass/css3/font-face"; @include font-face('Liberation Sans', font-files("liberationSans-Regular.ttf", "liberationSans-Bold.ttf", "liberationSans-Italic.ttf", "liberationSans-BoldItalic.ttf"));
2
- @include font-face('Overpass', font-files("Overpass_Regular.ttf", "Overpass_Bold.ttf", "Overpass_Light.ttf", "Overpass_Regular.ttf"));
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"));
3
13
  */
4
- /* NOT USED ANYMORE - Import font Awesome Fonts using the gem installed @import "font-awesome-compass"; @import "font-awesome";
14
+ /*
15
+ * NOT USED ANYMORE - Import font Awesome Fonts using the gem installed
16
+ * @import "font-awesome-compass";
17
+ * @import "font-awesome";
5
18
  */
6
- /* @import url(http://red-hat-overpass-fonts.s3.amazonaws.com/overpass.css); */
19
+ /*
20
+ * @import url(http://red-hat-overpass-fonts.s3.amazonaws.com/overpass.css);
21
+ */
7
22
  /* $debug-configuration: true; */
8
- @font-face { font-family: 'Overpass'; src: local("Overpass"), url("../../lib/font/overpass/overpass_regular-web.eot?#iefix") format("eot"), url("../../lib/font/overpass/overpass_regular-web.woff") format("woff"), url("../../lib/font/overpass/overpass_regular-web.ttf") format("truetype"), url("../../lib/font/overpass/overpass_regular-web.svg#webfontLTZe4IYH") format("svg"); font-weight: normal; font-style: normal; }
9
- @font-face { font-family: 'Overpass'; src: local("Overpass Bold"), local("OverpassBold"), url("../../lib/font/overpass/overpass_bold-web.eot?#iefix") format("eot"), url("../../lib/font/overpass/overpass_bold-web.woff") format("woff"), url("../../lib/font/overpass/overpass_bold-web.ttf") format("truetype"), url("../../lib/font/overpass/overpass_bold-web.svg#webfontzAU82Ltw") format("svg"); font-weight: bold; font-style: normal; }
10
- @font-face { font-family: 'Liberation Sans'; src: local("Liberation"), url("../lib/font/liberation/LiberationSans-Regular-webfont.eot?#iefix") format("eot"), url("../lib/font/liberation/LiberationSans-Regular-webfont.woff") format("woff"), url("../lib/font/liberation/LiberationSans-Regular-webfont.ttf") format("truetype"), url("../lib/font/liberation/LiberationSans-Regular-webfont.svg#webfontLTZe4IYH") format("svg"); font-weight: normal; font-style: normal; }
11
- @font-face { font-family: 'Liberation Sans'; src: local("Liberation Bold"), local("LiberationBold"), url("../lib/font/liberation/LiberationSans-Bold-webfont.eot?#iefix") format("eot"), url("../lib/font/liberation/LiberationSans-Bold-webfont.woff") format("woff"), url("../lib/font/liberation/LiberationSans-Bold-webfont.ttf") format("truetype"), url("../lib/font/liberation/LiberationSans-Bold-webfont.svg#webfontzAU82Ltw") format("svg"); font-weight: bold; font-style: normal; }
12
- @font-face { font-family: 'Liberation Sans'; src: local("Liberation Italic"), local("LiberationItalic"), url("../lib/font/liberation/LiberationSans-Italic-webfont.eot?#iefix") format("eot"), url("../lib/font/liberation/LiberationSans-Italic-webfont.woff") format("woff"), url("../lib/font/liberation/LiberationSans-Italic-webfont.ttf") format("truetype"), url("../lib/font/liberation/LiberationSans-Italic-webfont.svg#webfontzAU82Ltw") format("svg"); font-weight: normal; font-style: italic; }
13
- @font-face { font-family: 'Liberation Sans'; src: local("Liberation Bold Italic"), local("LiberationBoldItalic"), url("../lib/font/liberation/LiberationSans-BoldItalic-webfont.eot?#iefix") format("eot"), url("../lib/font/liberation/LiberationSans-BoldItalic-webfont.woff") format("woff"), url("../lib/font/liberation/LiberationSans-BoldItalic-webfont.ttf") format("truetype"), url("../lib/font/liberation/LiberationSans-BoldItalic-webfont.svg#webfontzAU82Ltw") format("svg"); font-weight: bold; font-style: italic; }
14
- /* We dont import the css content of font-awesome here as it will added to the HTML of the slideshow as a local/remote resource @import "font-awesome"; */
23
+ @font-face {
24
+ font-family: 'Overpass';
25
+ src: local("Overpass"), url("../../lib/font/overpass/overpass_regular-web.eot?#iefix") format("eot"), url("../../lib/font/overpass/overpass_regular-web.woff") format("woff"), url("../../lib/font/overpass/overpass_regular-web.ttf") format("truetype"), url("../../lib/font/overpass/overpass_regular-web.svg#webfontLTZe4IYH") format("svg");
26
+ font-weight: normal;
27
+ font-style: normal;
28
+ }
29
+ @font-face {
30
+ font-family: 'Overpass';
31
+ src: local("Overpass Bold"), local("OverpassBold"), url("../../lib/font/overpass/overpass_bold-web.eot?#iefix") format("eot"), url("../../lib/font/overpass/overpass_bold-web.woff") format("woff"), url("../../lib/font/overpass/overpass_bold-web.ttf") format("truetype"), url("../../lib/font/overpass/overpass_bold-web.svg#webfontzAU82Ltw") format("svg");
32
+ font-weight: bold;
33
+ font-style: normal;
34
+ }
35
+ @font-face {
36
+ font-family: 'Liberation Sans';
37
+ src: local("Liberation"), url("../lib/font/liberation/LiberationSans-Regular-webfont.eot?#iefix") format("eot"), url("../lib/font/liberation/LiberationSans-Regular-webfont.woff") format("woff"), url("../lib/font/liberation/LiberationSans-Regular-webfont.ttf") format("truetype"), url("../lib/font/liberation/LiberationSans-Regular-webfont.svg#webfontLTZe4IYH") format("svg");
38
+ font-weight: normal;
39
+ font-style: normal;
40
+ }
41
+ @font-face {
42
+ font-family: 'Liberation Sans';
43
+ src: local("Liberation Bold"), local("LiberationBold"), url("../lib/font/liberation/LiberationSans-Bold-webfont.eot?#iefix") format("eot"), url("../lib/font/liberation/LiberationSans-Bold-webfont.woff") format("woff"), url("../lib/font/liberation/LiberationSans-Bold-webfont.ttf") format("truetype"), url("../lib/font/liberation/LiberationSans-Bold-webfont.svg#webfontzAU82Ltw") format("svg");
44
+ font-weight: bold;
45
+ font-style: normal;
46
+ }
47
+ @font-face {
48
+ font-family: 'Liberation Sans';
49
+ src: local("Liberation Italic"), local("LiberationItalic"), url("../lib/font/liberation/LiberationSans-Italic-webfont.eot?#iefix") format("eot"), url("../lib/font/liberation/LiberationSans-Italic-webfont.woff") format("woff"), url("../lib/font/liberation/LiberationSans-Italic-webfont.ttf") format("truetype"), url("../lib/font/liberation/LiberationSans-Italic-webfont.svg#webfontzAU82Ltw") format("svg");
50
+ font-weight: normal;
51
+ font-style: italic;
52
+ }
53
+ @font-face {
54
+ font-family: 'Liberation Sans';
55
+ src: local("Liberation Bold Italic"), local("LiberationBoldItalic"), url("../lib/font/liberation/LiberationSans-BoldItalic-webfont.eot?#iefix") format("eot"), url("../lib/font/liberation/LiberationSans-BoldItalic-webfont.woff") format("woff"), url("../lib/font/liberation/LiberationSans-BoldItalic-webfont.ttf") format("truetype"), url("../lib/font/liberation/LiberationSans-BoldItalic-webfont.svg#webfontzAU82Ltw") format("svg");
56
+ font-weight: bold;
57
+ font-style: italic;
58
+ }
59
+ /*
60
+ * We dont import the css content of font-awesome here
61
+ * as it will added to the HTML of the slideshow as a local/remote resource
62
+ * @import "font-awesome";
63
+ */
15
64
  /*$var-family-name: 'Liberation Sans';*/
16
- body { font-family: "Liberation Sans", "Overpass", "Open Sans", sans-serif; }
17
-
18
- /********************************************* ScrollBar Feb 24, ART: Changed the height of the scrollbar from 450 600 Feb 24, ART: Changed the padding from 10 20 20 20 to 5 10 10 10 Feb 24, ART: Changed the margin from 20px 0 0 to 5px 0 0 Mar 02, CHM: Increase height from 600 to 670px Mar 06, CHM: Change overflow from scroll to auto ********************************************/
19
- .scrollbar { border: 1px solid #eee; height: 670px; overflow: auto; margin: 5px 0 0; padding: 5px 10px 10px 10px; }
20
-
21
- /************************************************************** Style used to display the cover picture full screen Add this tag [.cover] before the picture of the cover page Mar 04 2015, CHM: Initial *************************************************************/
22
- .cover { position: absolute; top: 20px; text-align: center; }
23
-
24
- /********************************************* Corporate Logo Header Image Feb 26, CHM: Changed the height from 80px to 0px ********************************************/
25
- .header { position: absolute; margin: 0 auto; left: 0; right: 0; top: 0; height: 0px; font-family: "Liberation Sans", "Overpass", "Open Sans", sans-serif; font-size: 20px; text-align: center; }
26
-
27
- /********************************************* Copyright Footer Feb 24, ART: Changed to footer height from 80 to 40 ********************************************/
28
- .footer { position: absolute; margin: 0 auto; left: 0; right: 0; bottom: 0; height: 40px; font-family: "Liberation Sans", "Overpass", "Open Sans", sans-serif; font-size: 20px; text-align: center; }
29
-
30
- /********************************************* GLOBAL STYLES Feb 24, ART: added a border to the body, attempting to see how the margin is being used. Feb 24, ART: added a border to the reveal section, attempting to see how the margin is being used. ********************************************/
31
- body { background: white; background-color: white; }
32
-
33
- .reveal { font-family: "Liberation Sans", "Overpass", "Open Sans", sans-serif; font-size: 28px; font-weight: normal; letter-spacing: -0.02em; color: black; }
34
-
35
- ::selection { color: white; background: rgba(0, 0, 0, 0.99); text-shadow: none; }
36
-
37
- /********************************************* TODO - To be verified if we use it or not ******************************************/
38
- .reveal section { text-align: left; }
39
-
40
- /****************************************** Fill screen to 100% & align text on left Feb 26, CHM : Add top: 370px to fill the screen to 100% *****************************************/
41
- .reveal .slides { text-align: left; top: 370px; }
42
-
43
- /********************************************* HEADERS ********************************************/
44
- .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 { margin: 0 0 20px 0; color: #3E4349; font-family: "Liberation Sans", "Overpass", "Open Sans", sans-serif; line-height: 0.9em; letter-spacing: 0.02em; text-transform: none; text-shadow: none; }
45
-
46
- /*************************************************** Feb 26, ART: Font Size 2em and width: 900px added *************************************************/
47
- .reveal h1 { text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); font-size: 2em; width: 900px; }
48
-
49
- .reveal h2 { font-size: 2em; }
50
-
51
- /********************************************* LINKS ********************************************/
52
- .reveal a:not(.image) { color: #a70000; text-decoration: none; -webkit-transition: color .15s ease; -moz-transition: color .15s ease; -ms-transition: color .15s ease; -o-transition: color .15s ease; transition: color .15s ease; }
53
-
54
- .reveal a:not(.image):hover { color: #a70000; text-shadow: none; border: none; }
55
-
56
- .reveal .roll span:after { color: #fff; background: #a70000; }
57
-
58
- /********************************************* IMAGES ********************************************/
59
- .reveal section img { margin: 15px 0px; background: rgba(255, 255, 255, 0.12); box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); -webkit-transition: all .2s linear; -moz-transition: all .2s linear; -ms-transition: all .2s linear; -o-transition: all .2s linear; transition: all .2s linear; }
60
-
61
- .reveal a:hover img { background: rgba(255, 255, 255, 0.2); border-color: #a70000; box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
62
-
63
- /********************************************* NAVIGATION CONTROLS ********************************************/
64
- .reveal .controls div.navigate-left, .reveal .controls div.navigate-left.enabled { border-right-color: #C1100C; }
65
-
66
- .reveal .controls div.navigate-right, .reveal .controls div.navigate-right.enabled { border-left-color: #C1100C; }
67
-
68
- .reveal .controls div.navigate-up, .reveal .controls div.navigate-up.enabled { border-bottom-color: #C1100C; }
69
-
70
- .reveal .controls div.navigate-down, .reveal .controls div.navigate-down.enabled { border-top-color: #C1100C; }
71
-
72
- .reveal .controls div.navigate-left.enabled:hover { border-right-color: #ef6f16; }
73
-
74
- .reveal .controls div.navigate-right.enabled:hover { border-left-color: #ef6f16; }
75
-
76
- .reveal .controls div.navigate-up.enabled:hover { border-bottom-color: #ef6f16; }
77
-
78
- .reveal .controls div.navigate-down.enabled:hover { border-top-color: #ef6f16; }
79
-
80
- /********************************************* PROGRESS BAR ********************************************/
81
- .reveal .progress { background: rgba(0, 0, 0, 0.2); }
82
-
83
- .reveal .progress span { background: #a70000; -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
84
-
85
- /********************************************* SLIDE NUMBER ********************************************/
86
- .reveal .slide-number { color: darkblue; }
87
-
88
- /********************************************************************************* Trick to avoid to define [square] or [circle] for each item of an unordered list and solve issue that we have here as we have nested lists Feb 27, CHM : Added Mar 04 2015, CHM: Add red colors & square, disc & circle Mar 13 2015, CHM: Change color to black and revert square, disc & circle ********************************************************************************/
65
+ /* line 40, ../old-gpe.scss */
66
+ body {
67
+ font-family: "Liberation Sans", "Overpass", "Open Sans", sans-serif;
68
+ }
69
+
70
+ /*********************************************
71
+ * ScrollBar
72
+ * Feb 24, ART: Changed the height of the scrollbar from 450 600
73
+ * Feb 24, ART: Changed the padding from 10 20 20 20 to 5 10 10 10
74
+ * Feb 24, ART: Changed the margin from 20px 0 0 to 5px 0 0
75
+ * Mar 02, CHM: Increase height from 600 to 670px
76
+ * Mar 06, CHM: Change overflow from scroll to auto
77
+ *********************************************/
78
+ /* line 52, ../old-gpe.scss */
79
+ .scrollbar {
80
+ border: 1px solid #eee;
81
+ height: 670px;
82
+ overflow: auto;
83
+ margin: 5px 0 0;
84
+ padding: 5px 10px 10px 10px;
85
+ }
86
+
87
+ /**************************************************************
88
+ * Style used to display the cover picture full screen
89
+ * Add this tag [.cover] before the picture of the cover page
90
+ * Mar 04 2015, CHM: Initial
91
+ **************************************************************/
92
+ /* line 65, ../old-gpe.scss */
93
+ .cover {
94
+ position: absolute;
95
+ top: 20px;
96
+ text-align: center;
97
+ }
98
+
99
+ /*********************************************
100
+ * Corporate Logo Header Image
101
+ * Feb 26, CHM: Changed the height from 80px to 0px
102
+ *********************************************/
103
+ /* line 75, ../old-gpe.scss */
104
+ .header {
105
+ position: absolute;
106
+ margin: 0 auto;
107
+ left: 0;
108
+ right: 0;
109
+ top: 0;
110
+ height: 0px;
111
+ font-family: "Liberation Sans", "Overpass", "Open Sans", sans-serif;
112
+ font-size: 20px;
113
+ text-align: center;
114
+ }
115
+
116
+ /*********************************************
117
+ * Copyright Footer
118
+ * Feb 24, ART: Changed to footer height from 80 to 40
119
+ *********************************************/
120
+ /* line 91, ../old-gpe.scss */
121
+ .footer {
122
+ position: absolute;
123
+ margin: 0 auto;
124
+ left: 0;
125
+ right: 0;
126
+ bottom: 0;
127
+ height: 40px;
128
+ font-family: "Liberation Sans", "Overpass", "Open Sans", sans-serif;
129
+ font-size: 20px;
130
+ text-align: center;
131
+ }
132
+
133
+ /*********************************************
134
+ * GLOBAL STYLES
135
+ * Feb 24, ART: added a border to the body, attempting to see how the margin is being used.
136
+ * Feb 24, ART: added a border to the reveal section, attempting to see how the margin is being used.
137
+ *********************************************/
138
+ /* line 108, ../old-gpe.scss */
139
+ body {
140
+ background: white;
141
+ background-color: white;
142
+ }
143
+
144
+ /* line 113, ../old-gpe.scss */
145
+ .reveal {
146
+ font-family: "Liberation Sans", "Overpass", "Open Sans", sans-serif;
147
+ font-size: 28px;
148
+ font-weight: normal;
149
+ letter-spacing: -0.02em;
150
+ color: black;
151
+ }
152
+
153
+ /* line 122, ../old-gpe.scss */
154
+ ::selection {
155
+ color: white;
156
+ background: rgba(0, 0, 0, 0.99);
157
+ text-shadow: none;
158
+ }
159
+
160
+ /*********************************************
161
+ * TODO - To be verified if we use it or not
162
+ *******************************************/
163
+ /* line 131, ../old-gpe.scss */
164
+ .reveal section {
165
+ text-align: left;
166
+ }
167
+
168
+ /******************************************
169
+ * Fill screen to 100% & align text on left
170
+ * Feb 26, CHM : Add top: 370px to fill the screen to 100%
171
+ ******************************************/
172
+ /* line 139, ../old-gpe.scss */
173
+ .reveal .slides {
174
+ text-align: left;
175
+ top: 370px;
176
+ }
177
+
178
+ /*********************************************
179
+ * HEADERS
180
+ *********************************************/
181
+ /* line 147, ../old-gpe.scss */
182
+ .reveal h1,
183
+ .reveal h2,
184
+ .reveal h3,
185
+ .reveal h4,
186
+ .reveal h5,
187
+ .reveal h6 {
188
+ margin: 0 0 20px 0;
189
+ color: #3E4349;
190
+ font-family: "Liberation Sans", "Overpass", "Open Sans", sans-serif;
191
+ line-height: 0.9em;
192
+ letter-spacing: 0.02em;
193
+ text-transform: none;
194
+ text-shadow: none;
195
+ }
196
+
197
+ /***************************************************
198
+ * Feb 26, ART: Font Size 2em and width: 900px added
199
+ **************************************************/
200
+ /* line 165, ../old-gpe.scss */
201
+ .reveal h1 {
202
+ text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
203
+ font-size: 2em;
204
+ width: 900px;
205
+ }
206
+
207
+ /* line 171, ../old-gpe.scss */
208
+ .reveal h2 {
209
+ font-size: 2em;
210
+ }
211
+
212
+ /*********************************************
213
+ * LINKS
214
+ *********************************************/
215
+ /* line 178, ../old-gpe.scss */
216
+ .reveal a:not(.image) {
217
+ color: #a70000;
218
+ text-decoration: none;
219
+ -webkit-transition: color .15s ease;
220
+ -moz-transition: color .15s ease;
221
+ -ms-transition: color .15s ease;
222
+ -o-transition: color .15s ease;
223
+ transition: color .15s ease;
224
+ }
225
+
226
+ /* line 189, ../old-gpe.scss */
227
+ .reveal a:not(.image):hover {
228
+ color: #a70000;
229
+ text-shadow: none;
230
+ border: none;
231
+ }
232
+
233
+ /* line 195, ../old-gpe.scss */
234
+ .reveal .roll span:after {
235
+ color: #fff;
236
+ background: #a70000;
237
+ }
238
+
239
+ /*********************************************
240
+ * IMAGES
241
+ *********************************************/
242
+ /* line 203, ../old-gpe.scss */
243
+ .reveal section img {
244
+ margin: 15px 0px;
245
+ background: rgba(255, 255, 255, 0.12);
246
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
247
+ -webkit-transition: all .2s linear;
248
+ -moz-transition: all .2s linear;
249
+ -ms-transition: all .2s linear;
250
+ -o-transition: all .2s linear;
251
+ transition: all .2s linear;
252
+ }
253
+
254
+ /* line 214, ../old-gpe.scss */
255
+ .reveal a:hover img {
256
+ background: rgba(255, 255, 255, 0.2);
257
+ border-color: #a70000;
258
+ box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
259
+ }
260
+
261
+ /*********************************************
262
+ * NAVIGATION CONTROLS
263
+ *********************************************/
264
+ /* line 223, ../old-gpe.scss */
265
+ .reveal .controls div.navigate-left,
266
+ .reveal .controls div.navigate-left.enabled {
267
+ border-right-color: #C1100C;
268
+ }
269
+
270
+ /* line 228, ../old-gpe.scss */
271
+ .reveal .controls div.navigate-right,
272
+ .reveal .controls div.navigate-right.enabled {
273
+ border-left-color: #C1100C;
274
+ }
275
+
276
+ /* line 233, ../old-gpe.scss */
277
+ .reveal .controls div.navigate-up,
278
+ .reveal .controls div.navigate-up.enabled {
279
+ border-bottom-color: #C1100C;
280
+ }
281
+
282
+ /* line 238, ../old-gpe.scss */
283
+ .reveal .controls div.navigate-down,
284
+ .reveal .controls div.navigate-down.enabled {
285
+ border-top-color: #C1100C;
286
+ }
287
+
288
+ /* line 243, ../old-gpe.scss */
289
+ .reveal .controls div.navigate-left.enabled:hover {
290
+ border-right-color: #ef6f16;
291
+ }
292
+
293
+ /* line 247, ../old-gpe.scss */
294
+ .reveal .controls div.navigate-right.enabled:hover {
295
+ border-left-color: #ef6f16;
296
+ }
297
+
298
+ /* line 251, ../old-gpe.scss */
299
+ .reveal .controls div.navigate-up.enabled:hover {
300
+ border-bottom-color: #ef6f16;
301
+ }
302
+
303
+ /* line 255, ../old-gpe.scss */
304
+ .reveal .controls div.navigate-down.enabled:hover {
305
+ border-top-color: #ef6f16;
306
+ }
307
+
308
+ /*********************************************
309
+ * PROGRESS BAR
310
+ *********************************************/
311
+ /* line 262, ../old-gpe.scss */
312
+ .reveal .progress {
313
+ background: rgba(0, 0, 0, 0.2);
314
+ }
315
+
316
+ /* line 266, ../old-gpe.scss */
317
+ .reveal .progress span {
318
+ background: #a70000;
319
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
320
+ -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
321
+ -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
322
+ -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
323
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
324
+ }
325
+
326
+ /*********************************************
327
+ * SLIDE NUMBER
328
+ *********************************************/
329
+ /* line 278, ../old-gpe.scss */
330
+ .reveal .slide-number {
331
+ color: darkblue;
332
+ }
333
+
334
+ /*********************************************************************************
335
+ * Trick to avoid to define [square] or [circle] for each item of an unordered list
336
+ * and solve issue that we have here as we have nested lists
337
+ * Feb 27, CHM : Added
338
+ * Mar 04 2015, CHM: Add red colors & square, disc & circle
339
+ * Mar 13 2015, CHM: Change color to black and revert square, disc & circle
340
+ *********************************************************************************/
89
341
  /* line 287, ../gpe.scss */
90
- .reveal ul li p, ul li li p, ul li li p { color: black; list-style: none; }
342
+ /* line 290, ../old-gpe.scss */
343
+ .reveal ul li p, ul li li p, ul li li p {
344
+ color: black;
345
+ list-style: none;
346
+ }
91
347
 
92
348
  /* line 293, ../gpe.scss */
93
- .reveal ul li { list-style-type: disc; color: black; }
349
+ /* line 296, ../old-gpe.scss */
350
+ .reveal ul li {
351
+ list-style-type: disc;
352
+ color: black;
353
+ }
94
354
 
95
355
  /* line 298, ../gpe.scss */
96
- .reveal ul li li { list-style-type: square; color: black; }
356
+ /* line 302, ../old-gpe.scss */
357
+ .reveal ul li li {
358
+ list-style-type: square;
359
+ color: black;
360
+ }
97
361
 
98
362
  /* line 303, ../gpe.scss */
99
- .reveal ul li li li { list-style-type: circle; color: black; }
100
-
101
- /******************************************************************* .reveal i must be override in order to be able to use Asciidoctor and Font Awesome icons for NOTE, WARNING, REMARK, .... Feb, CHM: Added ******************************************************************/
102
- .reveal i.fa { font-family: 'FontAwesome'; font-style: normal; font-size: 100%; }
103
-
104
- /********************************************* Support asciidoctor callout Feb 27, CHM: Added ********************************************/
105
- .reveal i.conum { display: inline-block; color: white !important; background-color: #a70000; -webkit-border-radius: 100px; border-radius: 100px; text-align: center; width: 25px; height: 25px; font-size: 14px; font-weight: bold; line-height: 25px; font-style: normal; position: relative; top: -2px; letter-spacing: -2px; }
106
-
107
- .reveal i.conum * { color: white !important; }
108
-
109
- .reveal i.conum + b { display: none; }
110
-
111
- .reveal i.conum:after { content: attr(data-value); }
112
-
113
- .reveal i.conum:not([data-value]):empty { display: none; }
114
-
115
- /******************************************************* Asciidoctor Table style rendering Feb 27, CHM: Added & Refactor to display the borders Mar 02, CHM: Add caption to display the Table title with a different style, color Mar 03, CHM: Improve style to be compliant with Redhat styles Mar 06, CHM: Add a noredheader class to avoid to display the first line in red of a table containing images, .. *****************************************************/
116
- table.tableblock, table.tableblock td { border-style: solid; border-color: #b7bcbe; border-width: 0.99px; border-collapse: collapse; border-spacing: 0px; padding: 5px; }
117
-
118
- table.tableblock > caption { line-height: 1.4; color: #333333; margin-top: 0.2em; margin-bottom: 0.5em; overflow: visible; max-width: 0; white-space: nowrap; display: table-caption; }
119
-
120
- table.tableblock:not(.noredheader) tr:first-child td { background-color: #a70000; text-align: left; padding: 10px; color: white; font-size: 24px; }
121
-
122
- table.tableblock.noredheader tr:first-child td { background-color: #EEEEEE; }
123
-
124
- table.tableblock tr:nth-child(even) { background: white; }
125
-
126
- table.tableblock tr:nth-child(odd) { background: #eeeeee; }
127
-
128
- th.tableblock.halign-left, td.tableblock.halign-left { text-align: left; }
129
-
130
- th.tableblock.halign-right, td.tableblock.halign-right { text-align: right; }
131
-
132
- th.tableblock.halign-center, td.tableblock.halign-center { text-align: center; }
133
-
134
- th.tableblock.valign-top, td.tableblock.valign-top { vertical-align: top; }
135
-
136
- th.tableblock.valign-bottom, td.tableblock.valign-bottom { vertical-align: bottom; }
137
-
138
- th.tableblock.valign-middle, td.tableblock.valign-middle { vertical-align: middle; }
139
-
140
- /************************************************************** By default, it is not possible to display text in Bold, ... within <li> tag Here is a trick to support that <strong>text</strong> enclosed in <li> tag & color Feb 27, CHM: Added *************************************************************/
141
- li strong { color: #a70000; font-weight: bold; }
142
-
143
- /************************************************************** Override Revealjs Pre class Mar 04 2015, CHM : Change width from 90% to 100% and margin to reduce size of the box hightlighted ************************************************************/
144
- .reveal pre { width: 100%; }
145
-
146
- .listingblock .content { margin-right: 50px; padding-right: 50px; }
147
-
148
- /**************** Override Revealjs ordered list Mar 06 2016, CHM : Numbers displayed were cut ***************/
149
- .reveal ol { margin-left: 40px; }
150
-
151
- ol.arabic { list-style-type: decimal; }
152
-
153
- ol.decimal { list-style-type: decimal-leading-zero; }
154
-
155
- ol.loweralpha { list-style-type: lower-alpha; }
156
-
157
- ol.upperalpha { list-style-type: upper-alpha; }
158
-
159
- ol.lowerroman { list-style-type: lower-roman; }
160
-
161
- ol.upperroman { list-style-type: upper-roman; }
162
-
163
- ol.lowergreek { list-style-type: lower-greek; }
164
-
165
- /************************************************************** Admonition Asciidoctor Mar 03, CHM: Added *************************************************************/
166
- .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 { text-align: left; font-weight: bold; }
167
-
168
- .admonitionblock > table { border: 0; background: none; width: 100%; padding: 5px 0px; }
169
-
170
- .admonitionblock > table td.icon { text-align: center; width: 80px; }
171
-
172
- .admonitionblock > table td.icon img { max-width: none; }
173
-
174
- .admonitionblock > table td.icon .title { font-weight: bold; text-transform: uppercase; }
175
-
176
- .admonitionblock > table td.content { padding-left: 1.125em; padding-right: 1.25em; border-left: 1px solid #dddddd; color: #6f6f6f; font-size: 20px; font-style: normal; }
363
+ /* line 308, ../old-gpe.scss */
364
+ .reveal ul li li li {
365
+ list-style-type: circle;
366
+ color: black;
367
+ }
368
+
369
+ /*******************************************************************
370
+ * .reveal i must be override in order to be able to use Asciidoctor and
371
+ * Font Awesome icons for NOTE, WARNING, REMARK, ....
372
+ * Feb, CHM: Added
373
+ *******************************************************************/
374
+ /* line 318, ../old-gpe.scss */
375
+ .reveal i.fa {
376
+ font-family: 'FontAwesome';
377
+ font-style: normal;
378
+ font-size: 100%;
379
+ }
380
+
381
+ /*********************************************
382
+ * Support asciidoctor callout
383
+ * Feb 27, CHM: Added
384
+ *********************************************/
385
+ /* line 328, ../old-gpe.scss */
386
+ .reveal i.conum {
387
+ display: inline-block;
388
+ color: white !important;
389
+ background-color: #a70000;
390
+ -webkit-border-radius: 100px;
391
+ border-radius: 100px;
392
+ text-align: center;
393
+ width: 25px;
394
+ height: 25px;
395
+ font-size: 14px;
396
+ font-weight: bold;
397
+ line-height: 25px;
398
+ font-style: normal;
399
+ position: relative;
400
+ top: -2px;
401
+ letter-spacing: -2px;
402
+ }
403
+
404
+ /* line 346, ../old-gpe.scss */
405
+ .reveal i.conum * {
406
+ color: white !important;
407
+ }
408
+
409
+ /* line 350, ../old-gpe.scss */
410
+ .reveal i.conum + b {
411
+ display: none;
412
+ }
413
+
414
+ /* line 354, ../old-gpe.scss */
415
+ .reveal i.conum:after {
416
+ content: attr(data-value);
417
+ }
418
+
419
+ /* line 358, ../old-gpe.scss */
420
+ .reveal i.conum:not([data-value]):empty {
421
+ display: none;
422
+ }
423
+
424
+ /*******************************************************
425
+ * Asciidoctor Table style rendering
426
+ * Feb 27, CHM: Added & Refactor to display the borders
427
+ * Mar 02, CHM: Add caption to display the Table title with a different style, color
428
+ * Mar 03, CHM: Improve style to be compliant with Redhat styles
429
+ * Mar 06, CHM: Add a noredheader class to avoid to display the first line in red of a table containing images, ..
430
+ ******************************************************/
431
+ /* line 369, ../old-gpe.scss */
432
+ table.tableblock, table.tableblock td {
433
+ border-style: solid;
434
+ border-color: #b7bcbe;
435
+ border-width: 0.99px;
436
+ border-collapse: collapse;
437
+ border-spacing: 0px;
438
+ padding: 5px;
439
+ }
440
+
441
+ /* line 378, ../old-gpe.scss */
442
+ table.tableblock > caption {
443
+ line-height: 1.4;
444
+ color: #333333;
445
+ margin-top: 0.2em;
446
+ margin-bottom: 0.5em;
447
+ overflow: visible;
448
+ max-width: 0;
449
+ white-space: nowrap;
450
+ display: table-caption;
451
+ }
452
+
453
+ /* line 389, ../old-gpe.scss */
454
+ table.tableblock:not(.noredheader) tr:first-child td {
455
+ background-color: #a70000;
456
+ text-align: left;
457
+ padding: 10px;
458
+ color: white;
459
+ font-size: 24px;
460
+ }
461
+
462
+ /* line 397, ../old-gpe.scss */
463
+ table.tableblock.noredheader tr:first-child td {
464
+ background-color: #EEEEEE;
465
+ }
466
+
467
+ /* line 401, ../old-gpe.scss */
468
+ table.tableblock tr:nth-child(even) {
469
+ background: white;
470
+ }
471
+
472
+ /* line 405, ../old-gpe.scss */
473
+ table.tableblock tr:nth-child(odd) {
474
+ background: #eeeeee;
475
+ }
476
+
477
+ /* line 409, ../old-gpe.scss */
478
+ th.tableblock.halign-left, td.tableblock.halign-left {
479
+ text-align: left;
480
+ }
481
+
482
+ /* line 413, ../old-gpe.scss */
483
+ th.tableblock.halign-right, td.tableblock.halign-right {
484
+ text-align: right;
485
+ }
486
+
487
+ /* line 417, ../old-gpe.scss */
488
+ th.tableblock.halign-center, td.tableblock.halign-center {
489
+ text-align: center;
490
+ }
491
+
492
+ /* line 421, ../old-gpe.scss */
493
+ th.tableblock.valign-top, td.tableblock.valign-top {
494
+ vertical-align: top;
495
+ }
496
+
497
+ /* line 425, ../old-gpe.scss */
498
+ th.tableblock.valign-bottom, td.tableblock.valign-bottom {
499
+ vertical-align: bottom;
500
+ }
501
+
502
+ /* line 429, ../old-gpe.scss */
503
+ th.tableblock.valign-middle, td.tableblock.valign-middle {
504
+ vertical-align: middle;
505
+ }
506
+
507
+ /**************************************************************
508
+ * By default, it is not possible to display text in Bold, ... within <li> tag
509
+ * Here is a trick to support that <strong>text</strong> enclosed in <li> tag & color
510
+ * Feb 27, CHM: Added
511
+ **************************************************************/
512
+ /* line 438, ../old-gpe.scss */
513
+ li strong {
514
+ color: #a70000;
515
+ font-weight: bold;
516
+ }
517
+
518
+ /**************************************************************
519
+ * Override Revealjs Pre class
520
+ * Mar 04 2015, CHM : Change width from 90% to 100% and margin to reduce size of the box hightlighted
521
+ *************************************************************/
522
+ /* line 447, ../old-gpe.scss */
523
+ .reveal pre {
524
+ width: 100%;
525
+ }
526
+
527
+ /* line 451, ../old-gpe.scss */
528
+ .listingblock .content {
529
+ margin-right: 50px;
530
+ padding-right: 50px;
531
+ }
532
+
533
+ /****************
534
+ * Override Revealjs ordered list
535
+ * Mar 06 2016, CHM : Numbers displayed were cut
536
+ ****************/
537
+ /* line 460, ../old-gpe.scss */
538
+ .reveal ol {
539
+ margin-left: 40px;
540
+ }
541
+
542
+ /* line 464, ../old-gpe.scss */
543
+ ol.arabic {
544
+ list-style-type: decimal;
545
+ }
546
+
547
+ /* line 468, ../old-gpe.scss */
548
+ ol.decimal {
549
+ list-style-type: decimal-leading-zero;
550
+ }
551
+
552
+ /* line 472, ../old-gpe.scss */
553
+ ol.loweralpha {
554
+ list-style-type: lower-alpha;
555
+ }
556
+
557
+ /* line 476, ../old-gpe.scss */
558
+ ol.upperalpha {
559
+ list-style-type: upper-alpha;
560
+ }
561
+
562
+ /* line 480, ../old-gpe.scss */
563
+ ol.lowerroman {
564
+ list-style-type: lower-roman;
565
+ }
566
+
567
+ /* line 484, ../old-gpe.scss */
568
+ ol.upperroman {
569
+ list-style-type: upper-roman;
570
+ }
571
+
572
+ /* line 488, ../old-gpe.scss */
573
+ ol.lowergreek {
574
+ list-style-type: lower-greek;
575
+ }
576
+
577
+ /**************************************************************
578
+ * Admonition Asciidoctor
579
+ *
580
+ * Mar 03, CHM: Added
581
+ **************************************************************/
582
+ /* line 497, ../old-gpe.scss */
583
+ .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 {
584
+ text-align: left;
585
+ font-weight: bold;
586
+ }
587
+
588
+ /* line 502, ../old-gpe.scss */
589
+ .admonitionblock > table {
590
+ border: 0;
591
+ background: none;
592
+ width: 100%;
593
+ padding: 5px 0px;
594
+ }
595
+
596
+ /* line 509, ../old-gpe.scss */
597
+ .admonitionblock > table td.icon {
598
+ text-align: center;
599
+ width: 80px;
600
+ }
601
+
602
+ /* line 514, ../old-gpe.scss */
603
+ .admonitionblock > table td.icon img {
604
+ max-width: none;
605
+ }
606
+
607
+ /* line 518, ../old-gpe.scss */
608
+ .admonitionblock > table td.icon .title {
609
+ font-weight: bold;
610
+ text-transform: uppercase;
611
+ }
612
+
613
+ /* line 523, ../old-gpe.scss */
614
+ .admonitionblock > table td.content {
615
+ padding-left: 1.125em;
616
+ padding-right: 1.25em;
617
+ border-left: 1px solid #dddddd;
618
+ color: #6f6f6f;
619
+ font-size: 20px;
620
+ font-style: normal;
621
+ }
177
622
 
178
623
  /* Override the color for the list */
179
- .admonitionblock > table td.content ul li, .admonitionblock > table td.content ol li, .admonitionblock > table td.content ol p, .admonitionblock > table td.content ul p { color: #6f6f6f; }
180
-
181
- .admonitionblock > table td.content > :last-child > :last-child { margin-bottom: 0; }
182
-
183
- .admonitionblock > table td.icon { vertical-align: middle; }
184
-
185
- .admonitionblock td.icon [class^="icon-"]:before { text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); cursor: default; font-style: normal; font-weight: normal; font-family: FontAwesome; text-decoration: inherit; font-size: 46px; padding-right: 0.5em; position: relative; left: 0; top: 5px; }
186
-
187
- .admonitionblock td.icon .icon-note:before { content: "\f05a"; color: #005498; color: #003f72; }
188
-
189
- .admonitionblock td.icon .icon-tip:before { content: "\f0eb"; text-shadow: 1px 1px 2px rgba(155, 155, 0, 0.8); color: #111; }
624
+ /* line 533, ../old-gpe.scss */
625
+ .admonitionblock > table td.content ul li, .admonitionblock > table td.content ol li, .admonitionblock > table td.content ol p, .admonitionblock > table td.content ul p {
626
+ color: #6f6f6f;
627
+ }
628
+
629
+ /* line 537, ../old-gpe.scss */
630
+ .admonitionblock > table td.content > :last-child > :last-child {
631
+ margin-bottom: 0;
632
+ }
633
+
634
+ /* line 541, ../old-gpe.scss */
635
+ .admonitionblock > table td.icon {
636
+ vertical-align: middle;
637
+ }
638
+
639
+ /* line 545, ../old-gpe.scss */
640
+ .admonitionblock td.icon [class^="icon-"]:before {
641
+ text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
642
+ cursor: default;
643
+ font-style: normal;
644
+ font-weight: normal;
645
+ font-family: FontAwesome;
646
+ text-decoration: inherit;
647
+ font-size: 46px;
648
+ padding-right: 0.5em;
649
+ position: relative;
650
+ left: 0;
651
+ top: 5px;
652
+ }
653
+
654
+ /* line 559, ../old-gpe.scss */
655
+ .admonitionblock td.icon .icon-note:before {
656
+ content: "\f05a";
657
+ color: #005498;
658
+ color: #003f72;
659
+ }
660
+
661
+ /* line 565, ../old-gpe.scss */
662
+ .admonitionblock td.icon .icon-tip:before {
663
+ content: "\f0eb";
664
+ text-shadow: 1px 1px 2px rgba(155, 155, 0, 0.8);
665
+ color: #111;
666
+ }
190
667
 
191
668
  /* Use a more yellow lighter color */
192
- .admonitionblock td.icon .icon-warning:before { content: "\f071"; color: #EFEF0C; }
193
-
194
- .admonitionblock td.icon .icon-caution:before { content: "\f06d"; color: #bf3400; }
195
-
196
- .admonitionblock td.icon .icon-important:before { content: "\f06a"; color: #bf0000; }
669
+ /* line 572, ../old-gpe.scss */
670
+ .admonitionblock td.icon .icon-warning:before {
671
+ content: "\f071";
672
+ color: #EFEF0C;
673
+ }
674
+
675
+ /* line 577, ../old-gpe.scss */
676
+ .admonitionblock td.icon .icon-caution:before {
677
+ content: "\f06d";
678
+ color: #bf3400;
679
+ }
680
+
681
+ /* line 582, ../old-gpe.scss */
682
+ .admonitionblock td.icon .icon-important:before {
683
+ content: "\f06a";
684
+ color: #bf0000;
685
+ }