/********************************************* * * RedHat Conference Theme customized from GPE & RevealJS * *********************************************/ /********************************************* * LIBERATION FONTS *********************************************/ @font-face { font-family: 'liberation'; src: url("../../lib/font/liberation_sans-regular.ttf") format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'liberation'; src: url("../../lib/font/liberation_sans-bold.ttf") format('truetype'); font-weight: bold; font-style: normal; } @font-face { font-family: 'liberation'; src: url("../../lib/font/liberation_sans-bolditalic.ttf") format('truetype'); font-weight: bold; font-style: italic; } @font-face { font-family: 'liberation'; src: url("../../lib/font/liberation_sans-italic.ttf") format('truetype'); font-weight: normal; font-style: italic; } /********************************************* * 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 *********************************************/ .scrollbar { border: 1px solid #eee; height: 600px; overflow: scroll; margin: 5px 0 0; padding: 5px 10px 10px 10px; } /********************************************* * Corporate Logo Header Image * Feb 26, CHM: Changed the height from 80px to 0px *********************************************/ .header { position: absolute; margin: 0 auto; left: 0; right: 0; top: 0; height: 0px; font-family: 'liberation'; font-size: 20px; text-align: center; } /********************************************* * Copyright Footer * Feb 24, ART: Changed to footer height from 80 to 40 *********************************************/ .footer { position: absolute; margin: 0 auto; left: 0; right: 0; bottom: 0; height: 40px; font-family: 'liberation'; font-size: 20px; text-align: center; } /********************************************* * 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. * Feb 26, CHM : Reduce font-size from 32px to 30px *********************************************/ body { background: white; background-color: white; } .reveal { font-family: 'liberation'; font-size: 28px; font-weight: normal; letter-spacing: -0.02em; /* Color used within paragraphs - text */ color: #4E4E4E; } .reveal .slides { margin-top: 80px; } .reveal section { text-align: left; } ::selection { color: white; background: rgba(0, 0, 0, 0.99); text-shadow: none; } /********************************************* * HEADERS *********************************************/ .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 { margin: 0 0 20px 0; color: #3E4349; font-family: 'liberation'; line-height: 0.9em; letter-spacing: 0.02em; /* text-transform: uppercase; */ text-transform: none; text-shadow: none; text-align: left; } .reveal h2 { font-size: 2em; } /********************************************* * LINKS *********************************************/ .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; } .reveal a:not(.image):hover { color: #a70000; text-shadow: none; border: none; } .reveal .roll span:after { color: #fff; background: #a70000; } /********************************************* * IMAGES *********************************************/ .reveal section img { margin: 15px 0px; background: rgba(255, 255, 255, 0.12); /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);*/ box-shadow: 0 0 0 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; } .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); } /********************************************* * NAVIGATION CONTROLS *********************************************/ .reveal .controls div.navigate-left, .reveal .controls div.navigate-left.enabled { border-right-color: #C1100C; } .reveal .controls div.navigate-right, .reveal .controls div.navigate-right.enabled { border-left-color: #C1100C; } .reveal .controls div.navigate-up, .reveal .controls div.navigate-up.enabled { border-bottom-color: #C1100C; } .reveal .controls div.navigate-down, .reveal .controls div.navigate-down.enabled { border-top-color: #C1100C; } .reveal .controls div.navigate-down.enabled { border-top-color: #C1100C; } .reveal .controls div.navigate-left.enabled:hover { border-right-color: #ef6f16; } .reveal .controls div.navigate-right.enabled:hover { border-left-color: #ef6f16; } .reveal .controls div.navigate-up.enabled:hover { border-bottom-color: #ef6f16; } .reveal .controls div.navigate-down.enabled:hover { border-top-color: #ef6f16; } /********************************************* * PROGRESS BAR *********************************************/ .reveal .progress { background: rgba(0, 0, 0, 0.2); } .reveal .progress span { background: darkblue; -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); } /********************************************* * SLIDE NUMBER *********************************************/ .reveal .slide-number { color: darkblue; } /********************************************* * ScrollBar * Feb 26, CHM : Increase height from 450 to 480px *********************************************/ .scrollbar { border: 1px solid #eee; height: 480px; overflow: scroll; margin: 20px 0 0; padding: 10px 20px 20px 20px; } /********************************************* * Corporate Logo Header Image * Feb 26, CHM : Changed text-align right to center *********************************************/ .header { position: absolute; margin: 0 auto; left: 0; right: 25px; top: 5px; height: 80px; font-family: 'liberation'; font-size: 20px; text-align: right; } /********************************************* * Copyright Footer *********************************************/ .footer { position: absolute; margin: 0 auto; left: 0; right: 0; bottom: 0; height: 50px; font-family: 'liberation'; font-size: 15px; color: #aeb3b6; text-align: center; } /****************************************** * Fill screen to 100% & align text on left * Feb 26, CHM : Changed top: to 350px otherwise the text is mixed with header image ******************************************/ .reveal .slides { text-align: left; top: 350px; } /******************************************************* * 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, .. ******************************************************/ table.tableblock, table.tableblock td { border-style: solid; border-color: rgb(183, 188, 190); border-width: 0.99px; border-collapse: collapse; border-spacing: 0px; padding: 5px; } 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 } table.tableblock:not(.noredheader) tr:first-child td { background-color: #a70000; text-align: left; padding: 10px; color: white; font-size: 24px; } table.tableblock.noredheader tr:first-child td { background-color: #EEEEEE; } table.tableblock tr:nth-child(even) { background: white; } table.tableblock tr:nth-child(odd) { background: rgb(238, 238, 238); } th.tableblock.halign-left, td.tableblock.halign-left { text-align: left; } th.tableblock.halign-right, td.tableblock.halign-right { text-align: right; } th.tableblock.halign-center, td.tableblock.halign-center { text-align: center; } th.tableblock.valign-top, td.tableblock.valign-top { vertical-align: top; } th.tableblock.valign-bottom, td.tableblock.valign-bottom { vertical-align: bottom; } th.tableblock.valign-middle, td.tableblock.valign-middle { vertical-align: middle; } /************************************************************** * By default, it is not possible to display text in Bold or within