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.
- checksums.yaml +8 -8
- data/.gitignore +5 -0
- data/README.adoc +5 -57
- data/Rakefile +82 -11
- data/bin/hyla +17 -12
- data/documentation/developer.adoc +49 -0
- data/documentation/introduction.adoc +4 -49
- data/documentation/prerequisites.adoc +8 -0
- data/hyla.gemspec +4 -1
- data/lib/hyla/commands/generate.rb +8 -6
- data/lib/hyla/commands/new.rb +6 -5
- data/lib/hyla/configuration.rb +24 -14
- data/lib/hyla/project.rb +1 -1
- data/lib/resources/assets/config.rb +27 -0
- data/lib/resources/{deck.js → assets/deck.js}/core/deck.core.css +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/core/deck.core.js +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/deck.js-blank/README.md +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/deck.js-blank/deck.blank.js +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/goto/deck.goto.css +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/goto/deck.goto.html +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/goto/deck.goto.js +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/hash/deck.hash.css +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/hash/deck.hash.html +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/hash/deck.hash.js +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/menu/deck.menu.css +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/menu/deck.menu.js +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/navigation/deck.navigation.css +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/navigation/deck.navigation.html +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/navigation/deck.navigation.js +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/scale/deck.scale.css +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/scale/deck.scale.js +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/split/README.md +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/split/deck.split.js +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/status/deck.status.css +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/status/deck.status.html +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/status/deck.status.js +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/toc/deck.toc.css +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/toc/deck.toc.html +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/extensions/toc/deck.toc.js +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/jquery-1.7.2.min.js +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/jquery.min.js +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/modernizr.custom.js +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/themes/style/beamer.css +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/themes/style/neon.css +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/themes/style/swiss.css +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/themes/style/web-2.0.css +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/themes/transition/beamer.css +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/themes/transition/fade.css +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/themes/transition/horizontal-slide.css +0 -0
- data/lib/resources/{deck.js → assets/deck.js}/themes/transition/vertical-slide.css +0 -0
- data/lib/resources/{fonts → assets/fonts}/liberation/Sans-Bold.ttf +0 -0
- data/lib/resources/{fonts → assets/fonts}/liberation/Sans-BoldItalic.ttf +0 -0
- data/lib/resources/{fonts → assets/fonts}/liberation/Sans-Italic.ttf +0 -0
- data/lib/resources/{fonts → assets/fonts}/liberation/Sans-Regular.ttf +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/LICENSE +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/print/paper.css +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/print/pdf.css +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/reveal.css +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/reveal.min.css +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/README.md +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/beige.css +2 -2
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/blood.css +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/conference-redhat.css +65 -58
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/conference.css +2 -2
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/default.css +2 -2
- data/lib/resources/assets/revealjs/css/theme/gpe.css +686 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/moon.css +2 -2
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/night.css +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/serif.css +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/simple.css +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/sky.css +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/solarized.css +2 -2
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/source/beige.scss +5 -5
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/source/blood.scss +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/source/default.scss +5 -5
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/source/moon.scss +5 -5
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/source/night.scss +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/source/serif.scss +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/source/simple.scss +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/source/sky.scss +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/source/solarized.scss +5 -5
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/template/mixins.scss +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/template/settings.scss +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/css/theme/template/theme.scss +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/js/reveal.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/js/reveal.min.js +0 -0
- data/lib/resources/assets/revealjs/lib/css/font-awesome-4.3.0.css +2893 -0
- data/lib/resources/{revealjs → assets/revealjs}/lib/css/zenburn.css +0 -0
- data/lib/resources/assets/revealjs/lib/font/font-awesome/FontAwesome.otf +0 -0
- data/lib/resources/assets/revealjs/lib/font/font-awesome/fontawesome-webfont.eot +0 -0
- data/lib/resources/assets/revealjs/lib/font/font-awesome/fontawesome-webfont.svg +565 -0
- data/lib/resources/assets/revealjs/lib/font/font-awesome/fontawesome-webfont.ttf +0 -0
- data/lib/resources/assets/revealjs/lib/font/font-awesome/fontawesome-webfont.woff +0 -0
- data/lib/resources/assets/revealjs/lib/font/font-awesome/fontawesome-webfont.woff2 +0 -0
- data/lib/resources/{revealjs/lib/font → assets/revealjs/lib/font/league-gothic}/league_gothic-webfont.eot +0 -0
- data/lib/resources/{revealjs/lib/font → assets/revealjs/lib/font/league-gothic}/league_gothic-webfont.svg +0 -0
- data/lib/resources/{revealjs/lib/font → assets/revealjs/lib/font/league-gothic}/league_gothic-webfont.ttf +0 -0
- data/lib/resources/{revealjs/lib/font → assets/revealjs/lib/font/league-gothic}/league_gothic-webfont.woff +0 -0
- data/lib/resources/{revealjs/lib/font → assets/revealjs/lib/font/league-gothic}/league_gothic_license +0 -0
- data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Bold-webfont.eot +0 -0
- data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Bold-webfont.svg +351 -0
- data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Bold-webfont.ttf +0 -0
- data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Bold-webfont.woff +0 -0
- data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-BoldItalic-webfont.eot +0 -0
- data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-BoldItalic-webfont.svg +347 -0
- data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-BoldItalic-webfont.ttf +0 -0
- data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-BoldItalic-webfont.woff +0 -0
- data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Italic-webfont.eot +0 -0
- data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Italic-webfont.svg +348 -0
- data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Italic-webfont.ttf +0 -0
- data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Italic-webfont.woff +0 -0
- data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Regular-webfont.eot +0 -0
- data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Regular-webfont.svg +354 -0
- data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Regular-webfont.ttf +0 -0
- data/lib/resources/assets/revealjs/lib/font/liberation/LiberationSans-Regular-webfont.woff +0 -0
- data/lib/resources/assets/revealjs/lib/font/overpass/overpass_bold-web.eot +0 -0
- data/lib/resources/assets/revealjs/lib/font/overpass/overpass_bold-web.svg +454 -0
- data/lib/resources/assets/revealjs/lib/font/overpass/overpass_bold-web.ttf +0 -0
- data/lib/resources/assets/revealjs/lib/font/overpass/overpass_bold-web.woff +0 -0
- data/lib/resources/assets/revealjs/lib/font/overpass/overpass_regular-web.eot +0 -0
- data/lib/resources/assets/revealjs/lib/font/overpass/overpass_regular-web.svg +454 -0
- data/lib/resources/assets/revealjs/lib/font/overpass/overpass_regular-web.ttf +0 -0
- data/lib/resources/assets/revealjs/lib/font/overpass/overpass_regular-web.woff +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/lib/js/classList.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/lib/js/head.min.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/lib/js/html5shiv.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/highlight/highlight.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/leap/leap.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/markdown/example.html +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/markdown/example.md +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/markdown/markdown.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/markdown/marked.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/math/math.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/multiplex/client.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/multiplex/index.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/multiplex/master.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/notes-server/client.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/notes-server/index.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/notes-server/notes.html +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/notes/notes.html +1 -1
- data/lib/resources/{revealjs → assets/revealjs}/plugin/notes/notes.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/postmessage/example.html +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/postmessage/postmessage.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/print-pdf/print-pdf.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/remotes/remotes.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/search/search.js +0 -0
- data/lib/resources/{revealjs → assets/revealjs}/plugin/zoom-js/zoom.js +0 -0
- data/lib/resources/assets/sass/_liberation.scss +43 -0
- data/lib/resources/assets/sass/_overpass.scss +21 -0
- data/lib/resources/assets/sass/font-awesome.scss +17 -0
- data/lib/resources/assets/sass/fontawesome/_animated.scss +34 -0
- data/lib/resources/assets/sass/fontawesome/_bordered-pulled.scss +16 -0
- data/lib/resources/assets/sass/fontawesome/_core.scss +13 -0
- data/lib/resources/assets/sass/fontawesome/_fixed-width.scss +6 -0
- data/lib/resources/assets/sass/fontawesome/_icons.scss +596 -0
- data/lib/resources/assets/sass/fontawesome/_larger.scss +13 -0
- data/lib/resources/assets/sass/fontawesome/_list.scss +19 -0
- data/lib/resources/assets/sass/fontawesome/_mixins.scss +27 -0
- data/lib/resources/assets/sass/fontawesome/_path.scss +15 -0
- data/lib/resources/assets/sass/fontawesome/_rotated-flipped.scss +20 -0
- data/lib/resources/assets/sass/fontawesome/_stacked.scss +20 -0
- data/lib/resources/assets/sass/fontawesome/_variables.scss +606 -0
- data/lib/resources/assets/sass/fonts/font-awesome/FontAwesome.otf +0 -0
- data/lib/resources/assets/sass/fonts/font-awesome/fontawesome-webfont.eot +0 -0
- data/lib/resources/assets/sass/fonts/font-awesome/fontawesome-webfont.svg +565 -0
- data/lib/resources/assets/sass/fonts/font-awesome/fontawesome-webfont.ttf +0 -0
- data/lib/resources/assets/sass/fonts/font-awesome/fontawesome-webfont.woff +0 -0
- data/lib/resources/assets/sass/fonts/font-awesome/fontawesome-webfont.woff2 +0 -0
- data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Bold-webfont.eot +0 -0
- data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Bold-webfont.svg +351 -0
- data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Bold-webfont.ttf +0 -0
- data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Bold-webfont.woff +0 -0
- data/lib/resources/assets/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.eot +0 -0
- data/lib/resources/assets/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.svg +347 -0
- data/lib/resources/assets/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.ttf +0 -0
- data/lib/resources/assets/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.woff +0 -0
- data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Italic-webfont.eot +0 -0
- data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Italic-webfont.svg +348 -0
- data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Italic-webfont.ttf +0 -0
- data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Italic-webfont.woff +0 -0
- data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Regular-webfont.eot +0 -0
- data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Regular-webfont.svg +354 -0
- data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Regular-webfont.ttf +0 -0
- data/lib/resources/assets/sass/fonts/liberation/LiberationSans-Regular-webfont.woff +0 -0
- data/lib/resources/assets/sass/fonts/overpass/overpass_bold-web.eot +0 -0
- data/lib/resources/assets/sass/fonts/overpass/overpass_bold-web.svg +454 -0
- data/lib/resources/assets/sass/fonts/overpass/overpass_bold-web.ttf +0 -0
- data/lib/resources/assets/sass/fonts/overpass/overpass_bold-web.woff +0 -0
- data/lib/resources/assets/sass/fonts/overpass/overpass_regular-web.eot +0 -0
- data/lib/resources/assets/sass/fonts/overpass/overpass_regular-web.svg +454 -0
- data/lib/resources/assets/sass/fonts/overpass/overpass_regular-web.ttf +0 -0
- data/lib/resources/assets/sass/fonts/overpass/overpass_regular-web.woff +0 -0
- data/lib/resources/{revealjs/css/theme/gpe.css → assets/sass/gpe.scss} +289 -265
- data/lib/resources/{styles → assets/styles}/asciidoctor.css +0 -0
- data/lib/resources/{styles → assets/styles}/colony.css +0 -0
- data/lib/resources/{styles → assets/styles}/foundation-lime.css +0 -0
- data/lib/resources/{styles → assets/styles}/foundation-potion.css +0 -0
- data/lib/resources/{styles → assets/styles}/foundation.css +0 -0
- data/lib/resources/{styles → assets/styles}/github.css +0 -0
- data/lib/resources/{styles → assets/styles}/golo.css +0 -0
- data/lib/resources/{styles → assets/styles}/iconic.css +0 -0
- data/lib/resources/{styles → assets/styles}/liberation.css +0 -0
- data/lib/resources/{styles → assets/styles}/maker.css +0 -0
- data/lib/resources/{styles → assets/styles}/readthedocs.css +0 -0
- data/lib/resources/{styles → assets/styles}/riak.css +0 -0
- data/lib/resources/{styles → assets/styles}/rocket-panda.css +0 -0
- data/lib/resources/{styles → assets/styles}/rubygems.css +0 -0
- data/lib/resources/backends/slim/revealjs/document.html.slim +4 -4
- data/lib/resources/backends/slim/revealjs/section.html.slim +2 -2
- data/lib/{resources → templates}/course/assessment.txt +0 -0
- data/lib/{resources → templates}/course/audio.txt +0 -0
- data/lib/{resources → templates}/course/cover.txt +0 -0
- data/lib/{resources → templates}/course/footer.txt +0 -0
- data/lib/{resources → templates}/course/header_index.txt +0 -0
- data/lib/{resources → templates}/course/index.txt +0 -0
- data/lib/{resources → templates}/course/labinstructions.txt +0 -0
- data/lib/{resources → templates}/course/objectives.txt +0 -0
- data/lib/{resources → templates}/course/summary.txt +0 -0
- metadata +250 -133
- data/lib/resources/revealjs/lib/font/liberation_sans-bold.ttf +0 -0
- data/lib/resources/revealjs/lib/font/liberation_sans-bolditalic.ttf +0 -0
- data/lib/resources/revealjs/lib/font/liberation_sans-italic.ttf +0 -0
- data/lib/resources/revealjs/lib/font/liberation_sans-regular.ttf +0 -0
- data/todo.adoc +0 -11
Binary file
|
Binary file
|
@@ -1,42 +1,43 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
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
|
-
|
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
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
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
|
-
|
29
|
-
|
30
|
-
|
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
|
-
|
36
|
-
|
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
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
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
|
-
|
64
|
-
|
65
|
-
|
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
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
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
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
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
|
-
|
107
|
-
|
108
|
+
background: white;
|
109
|
+
background-color: white;
|
108
110
|
}
|
109
111
|
|
110
112
|
.reveal {
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
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
|
-
|
120
|
-
|
121
|
-
|
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
|
-
|
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
|
-
|
137
|
-
|
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
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
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
|
-
|
163
|
-
|
164
|
-
|
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
|
-
|
171
|
+
font-size: 2em;
|
169
172
|
}
|
170
173
|
|
171
174
|
/*********************************************
|
172
175
|
* LINKS
|
173
176
|
*********************************************/
|
174
177
|
.reveal a:not(.image) {
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
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
|
-
|
186
|
-
|
187
|
-
|
189
|
+
color: $red-color;
|
190
|
+
text-shadow: none;
|
191
|
+
border: none;
|
188
192
|
}
|
189
193
|
|
190
194
|
.reveal .roll span:after {
|
191
|
-
|
192
|
-
|
195
|
+
color: #fff;
|
196
|
+
background: $red-color;
|
193
197
|
}
|
194
198
|
|
195
199
|
/*********************************************
|
196
200
|
* IMAGES
|
197
201
|
*********************************************/
|
198
202
|
.reveal section img {
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
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
|
-
|
211
|
-
|
212
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
239
|
+
border-top-color: #C1100C;
|
236
240
|
}
|
237
241
|
|
238
242
|
.reveal .controls div.navigate-left.enabled:hover {
|
239
|
-
|
243
|
+
border-right-color: #ef6f16;
|
240
244
|
}
|
241
245
|
|
242
246
|
.reveal .controls div.navigate-right.enabled:hover {
|
243
|
-
|
247
|
+
border-left-color: #ef6f16;
|
244
248
|
}
|
245
249
|
|
246
250
|
.reveal .controls div.navigate-up.enabled:hover {
|
247
|
-
|
251
|
+
border-bottom-color: #ef6f16;
|
248
252
|
}
|
249
253
|
|
250
254
|
.reveal .controls div.navigate-down.enabled:hover {
|
251
|
-
|
255
|
+
border-top-color: #ef6f16;
|
252
256
|
}
|
253
257
|
|
254
258
|
/*********************************************
|
255
259
|
* PROGRESS BAR
|
256
260
|
*********************************************/
|
257
261
|
.reveal .progress {
|
258
|
-
|
262
|
+
background: rgba(0, 0, 0, 0.2);
|
259
263
|
}
|
260
264
|
|
261
265
|
.reveal .progress span {
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
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
|
-
|
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
|
-
|
285
|
-
|
288
|
+
color: black;
|
289
|
+
list-style: none;
|
290
|
+
|
286
291
|
}
|
287
292
|
|
288
293
|
.reveal ul li {
|
289
|
-
|
290
|
-
|
294
|
+
list-style-type: square;
|
295
|
+
color: $red-color;
|
291
296
|
}
|
292
297
|
|
293
298
|
.reveal ul li li {
|
294
|
-
|
295
|
-
|
299
|
+
list-style-type: disc;
|
300
|
+
color: $red-color;
|
296
301
|
}
|
297
302
|
|
298
303
|
.reveal ul li li li {
|
299
|
-
|
300
|
-
|
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
|
-
|
310
|
-
|
311
|
-
|
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
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
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
|
-
|
342
|
+
color: white !important;
|
339
343
|
}
|
340
344
|
|
341
345
|
.reveal i.conum + b {
|
342
|
-
|
346
|
+
display: none;
|
343
347
|
}
|
344
348
|
|
345
349
|
.reveal i.conum:after {
|
346
|
-
|
350
|
+
content: attr(data-value);
|
347
351
|
}
|
348
352
|
|
349
353
|
.reveal i.conum:not([data-value]):empty {
|
350
|
-
|
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
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
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
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
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
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
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
|
-
|
397
|
+
background: white;
|
389
398
|
}
|
390
399
|
|
391
400
|
table.tableblock tr:nth-child(odd) {
|
392
|
-
|
401
|
+
background: rgb(238, 238, 238);
|
393
402
|
}
|
394
403
|
|
395
404
|
th.tableblock.halign-left, td.tableblock.halign-left {
|
396
|
-
|
405
|
+
text-align: left;
|
397
406
|
}
|
398
407
|
|
399
408
|
th.tableblock.halign-right, td.tableblock.halign-right {
|
400
|
-
|
409
|
+
text-align: right;
|
401
410
|
}
|
402
411
|
|
403
412
|
th.tableblock.halign-center, td.tableblock.halign-center {
|
404
|
-
|
413
|
+
text-align: center;
|
405
414
|
}
|
406
415
|
|
407
416
|
th.tableblock.valign-top, td.tableblock.valign-top {
|
408
|
-
|
417
|
+
vertical-align: top;
|
409
418
|
}
|
410
419
|
|
411
420
|
th.tableblock.valign-bottom, td.tableblock.valign-bottom {
|
412
|
-
|
421
|
+
vertical-align: bottom;
|
413
422
|
}
|
414
423
|
|
415
424
|
th.tableblock.valign-middle, td.tableblock.valign-middle {
|
416
|
-
|
425
|
+
vertical-align: middle;
|
417
426
|
}
|
418
427
|
|
419
428
|
/**************************************************************
|
420
|
-
* By default, it is not possible to display text in Bold, ... within <li
|
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
|
-
|
426
|
-
|
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
|
-
|
443
|
+
width: 100%;
|
435
444
|
}
|
445
|
+
|
436
446
|
.listingblock .content {
|
437
|
-
|
438
|
-
|
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
|
-
|
448
|
-
|
493
|
+
text-align: left;
|
494
|
+
font-weight: bold;
|
449
495
|
}
|
450
496
|
|
451
497
|
.admonitionblock > table {
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
498
|
+
border: 0;
|
499
|
+
background: none;
|
500
|
+
width: 100%;
|
501
|
+
padding: 5px 0px;
|
456
502
|
}
|
457
503
|
|
458
504
|
.admonitionblock > table td.icon {
|
459
|
-
|
460
|
-
|
505
|
+
text-align: center;
|
506
|
+
width: 80px;
|
461
507
|
}
|
462
508
|
|
463
509
|
.admonitionblock > table td.icon img {
|
464
|
-
|
510
|
+
max-width: none;
|
465
511
|
}
|
466
512
|
|
467
513
|
.admonitionblock > table td.icon .title {
|
468
|
-
|
469
|
-
|
514
|
+
font-weight: bold;
|
515
|
+
text-transform: uppercase;
|
470
516
|
}
|
471
517
|
|
472
518
|
.admonitionblock > table td.content {
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
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
|
-
|
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
|
-
|
487
|
-
|
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
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
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
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
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
|
-
|
522
|
-
|
523
|
-
|
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
|
-
|
536
|
-
|
537
|
-
|
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
|
-
|
550
|
-
|
551
|
-
|
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
|
}
|