lib/resources/assets/revealjs-redhat/lib/css/conference-blue.css in hyla-1.0.9.pre.3 vs lib/resources/assets/revealjs-redhat/lib/css/conference-blue.css in hyla-1.0.9
- old
+ new
@@ -1,36 +1,39 @@
/* $fonts: 'Overpass', 'Liberation Sans', 'Open Sans', sans-serif; */
+/* JBCnfConf 2016 */
+/*$color: #019AD7;*/
+/* Snowcamp 2016 */
/*********************************************
* 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.
*********************************************/
-/* line 14, ../conference-blue.scss */
+/* line 11, ../conference-blue.scss */
body {
font-family: "Liberation Sans", "Overpass", "Open Sans", sans-serif;
}
-/* line 18, ../conference-blue.scss */
+/* line 15, ../conference-blue.scss */
.reveal {
font-family: "Liberation Sans", "Overpass", "Open Sans", sans-serif;
font-size: 28px;
font-weight: normal;
letter-spacing: -0.02em;
color: black;
}
-/* line 26, ../conference-blue.scss */
+/* line 23, ../conference-blue.scss */
::selection {
color: white;
background: rgba(0, 0, 0, 0.99);
text-shadow: none;
}
/*********************************************
* HEADERS
*********************************************/
-/* line 35, ../conference-blue.scss */
+/* line 32, ../conference-blue.scss */
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
@@ -45,11 +48,11 @@
}
/**************************************************************
* Change color of the cover slide using class sl-block-content
**************************************************************/
-/* line 53, ../conference-blue.scss */
+/* line 50, ../conference-blue.scss */
.reveal .sl-block-content h1,
.reveal .sl-block-content h2,
.reveal .sl-block-content h3,
.reveal .sl-block-content h4,
.reveal .sl-block-content h5,
@@ -58,28 +61,28 @@
}
/***************************************************
* Feb 26, ART: Font Size 2em and width: 900px added
**************************************************/
-/* line 65, ../conference-blue.scss */
+/* line 62, ../conference-blue.scss */
.reveal h1 {
text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
font-size: 2em;
width: 900px;
}
-/* line 71, ../conference-blue.scss */
+/* line 68, ../conference-blue.scss */
.reveal h2 {
font-size: 2em;
}
/******************************************
* Fill screen to 100% & align text on left
* Feb 26, CHM : Add top: 370px to fill the screen to 100%
* Mar 24 3015, CHM : Remove top due to cutoff with safari, firefox & add margin-top
******************************************/
-/* line 80, ../conference-blue.scss */
+/* line 77, ../conference-blue.scss */
.reveal .slides {
text-align: left;
/* margin-top: $slides-margin-top; WE don't use it as the value is assigned by Revealjs */
}
@@ -89,11 +92,11 @@
* 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
*********************************************/
-/* line 93, ../conference-blue.scss */
+/* line 90, ../conference-blue.scss */
.scrollbar {
border: 1px solid #eee;
height: 600px;
overflow: auto;
margin: 5px 0 0;
@@ -103,22 +106,22 @@
/**************************************************************
* 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
**************************************************************/
-/* line 106, ../conference-blue.scss */
+/* line 103, ../conference-blue.scss */
.cover {
position: absolute;
top: 20px;
text-align: center;
}
/*********************************************
* Corporate Logo Header Image
* Feb 26, CHM: Changed the height from 80px to 0px
*********************************************/
-/* line 116, ../conference-blue.scss */
+/* line 113, ../conference-blue.scss */
.header {
position: absolute;
margin: 0 auto;
left: 0;
right: 0;
@@ -133,11 +136,11 @@
* Copyright Footer
* Feb 24, ART: Changed to footer height from 80 to 40
* Mar 13 2015, CHM : Add footer-cover to override the color for cover slide
* Mar 24 2015, CHM : Remove hard coded px and use percentages
******************************************************/
-/* line 134, ../conference-blue.scss */
+/* line 131, ../conference-blue.scss */
.reveal .footer {
position: absolute;
margin: 0 auto;
left: 0;
right: 0;
@@ -146,11 +149,11 @@
font-family: "Liberation Sans", "Overpass", "Open Sans", sans-serif;
font-size: 14px;
text-align: center;
}
-/* line 146, ../conference-blue.scss */
+/* line 143, ../conference-blue.scss */
.reveal .footer-cover {
position: absolute;
margin: 0 auto;
left: 0;
right: 0;
@@ -163,111 +166,111 @@
}
/*********************************************
* LINKS
*********************************************/
-/* line 162, ../conference-blue.scss */
+/* line 159, ../conference-blue.scss */
.reveal a:not(.image) {
color: #019AD7;
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;
}
-/* line 173, ../conference-blue.scss */
+/* line 170, ../conference-blue.scss */
.reveal a:not(.image):hover {
color: #019AD7;
text-shadow: none;
border: none;
}
-/* line 179, ../conference-blue.scss */
+/* line 176, ../conference-blue.scss */
.reveal .roll span:after {
color: #fff;
background: #019AD7;
}
/*********************************************
* IMAGES
* Mar 13 2015, CHM : Remove the shadow box around the image
*********************************************/
-/* line 188, ../conference-blue.scss */
+/* line 185, ../conference-blue.scss */
.reveal section img {
margin: 15px 0px;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
}
-/* line 197, ../conference-blue.scss */
+/* line 194, ../conference-blue.scss */
.reveal a:hover img {
background: rgba(255, 255, 255, 0.2);
border-color: #019AD7;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
}
/*********************************************
* NAVIGATION CONTROLS
*********************************************/
-/* line 206, ../conference-blue.scss */
+/* line 203, ../conference-blue.scss */
.reveal .controls div.navigate-left,
.reveal .controls div.navigate-left.enabled {
border-right-color: #C1100C;
}
-/* line 211, ../conference-blue.scss */
+/* line 208, ../conference-blue.scss */
.reveal .controls div.navigate-right,
.reveal .controls div.navigate-right.enabled {
border-left-color: #C1100C;
}
-/* line 216, ../conference-blue.scss */
+/* line 213, ../conference-blue.scss */
.reveal .controls div.navigate-up,
.reveal .controls div.navigate-up.enabled {
border-bottom-color: #C1100C;
}
-/* line 221, ../conference-blue.scss */
+/* line 218, ../conference-blue.scss */
.reveal .controls div.navigate-down,
.reveal .controls div.navigate-down.enabled {
border-top-color: #C1100C;
}
-/* line 226, ../conference-blue.scss */
+/* line 223, ../conference-blue.scss */
.reveal .controls div.navigate-left.enabled:hover {
border-right-color: #ef6f16;
}
-/* line 230, ../conference-blue.scss */
+/* line 227, ../conference-blue.scss */
.reveal .controls div.navigate-right.enabled:hover {
border-left-color: #ef6f16;
}
-/* line 234, ../conference-blue.scss */
+/* line 231, ../conference-blue.scss */
.reveal .controls div.navigate-up.enabled:hover {
border-bottom-color: #ef6f16;
}
-/* line 238, ../conference-blue.scss */
+/* line 235, ../conference-blue.scss */
.reveal .controls div.navigate-down.enabled:hover {
border-top-color: #ef6f16;
}
/*********************************************
* PROGRESS BAR
*********************************************/
-/* line 245, ../conference-blue.scss */
+/* line 242, ../conference-blue.scss */
.reveal .progress {
background: rgba(0, 0, 0, 0.2);
}
-/* line 249, ../conference-blue.scss */
+/* line 246, ../conference-blue.scss */
.reveal .progress span {
background: #019AD7;
-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);
@@ -276,11 +279,11 @@
}
/*********************************************
* SLIDE NUMBER
*********************************************/
-/* line 261, ../conference-blue.scss */
+/* line 258, ../conference-blue.scss */
.reveal .slide-number {
color: darkblue;
}
/*********************************************************************************
@@ -289,54 +292,54 @@
* 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
*********************************************************************************/
/* line 287, ../gpe.scss */
-/* line 273, ../conference-blue.scss */
+/* line 270, ../conference-blue.scss */
.reveal ul li p, ul li li p, ul li li p {
color: black;
list-style: none;
}
/* line 293, ../gpe.scss */
-/* line 279, ../conference-blue.scss */
+/* line 276, ../conference-blue.scss */
.reveal ul li {
list-style-type: disc;
color: black;
}
/* line 298, ../gpe.scss */
-/* line 285, ../conference-blue.scss */
+/* line 282, ../conference-blue.scss */
.reveal ul li li {
list-style-type: square;
color: black;
}
/* line 303, ../gpe.scss */
-/* line 291, ../conference-blue.scss */
+/* line 288, ../conference-blue.scss */
.reveal ul li li li {
list-style-type: circle;
color: black;
}
/*******************************************************************
* .reveal i must be override in order to be able to use Asciidoctor and
* Font Awesome icons for NOTE, WARNING, REMARK, ....
* Feb, CHM: Added
*******************************************************************/
-/* line 301, ../conference-blue.scss */
+/* line 298, ../conference-blue.scss */
.reveal i.fa {
font-family: 'FontAwesome';
font-style: normal;
font-size: 100%;
}
/*********************************************
* Support asciidoctor callout
* Feb 27, CHM: Added
*********************************************/
-/* line 311, ../conference-blue.scss */
+/* line 308, ../conference-blue.scss */
.reveal i.conum {
display: inline-block;
color: white !important;
background-color: #019AD7;
-webkit-border-radius: 100px;
@@ -351,26 +354,26 @@
position: relative;
top: -2px;
letter-spacing: -2px;
}
-/* line 329, ../conference-blue.scss */
+/* line 326, ../conference-blue.scss */
.reveal i.conum * {
color: white !important;
}
-/* line 333, ../conference-blue.scss */
+/* line 330, ../conference-blue.scss */
.reveal i.conum + b {
display: none;
}
-/* line 337, ../conference-blue.scss */
+/* line 334, ../conference-blue.scss */
.reveal i.conum:after {
content: attr(data-value);
}
-/* line 341, ../conference-blue.scss */
+/* line 338, ../conference-blue.scss */
.reveal i.conum:not([data-value]):empty {
display: none;
}
/*******************************************************
@@ -378,21 +381,21 @@
* 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, ..
******************************************************/
-/* line 352, ../conference-blue.scss */
+/* line 349, ../conference-blue.scss */
table.tableblock, table.tableblock td {
border-style: none;
border-color: #F3F4F4;
border-width: 0px;
border-collapse: collapse;
border-spacing: 0px;
padding: 5px;
}
-/* line 361, ../conference-blue.scss */
+/* line 358, ../conference-blue.scss */
table.tableblock > caption {
line-height: 1.4;
color: #333333;
margin-top: 0.2em;
margin-bottom: 0.5em;
@@ -400,198 +403,198 @@
max-width: 0;
white-space: nowrap;
display: table-caption;
}
-/* line 372, ../conference-blue.scss */
+/* line 369, ../conference-blue.scss */
table.tableblock:not(.noredheader) thead tr, table.tableblock:not(.noredheader) :not(thead) + tbody tr:first-child td {
background-color: #a70000;
text-align: left;
padding: 10px;
color: white;
font-size: 24px;
}
-/* line 380, ../conference-blue.scss */
+/* line 377, ../conference-blue.scss */
table.tableblock.noredheader tr:first-child td {
/* background-color: #EEEEEE;*/
}
-/* line 384, ../conference-blue.scss */
+/* line 381, ../conference-blue.scss */
table.tableblock tr:nth-child(even) {
/* background: white;*/
}
-/* line 388, ../conference-blue.scss */
+/* line 385, ../conference-blue.scss */
table.tableblock tr:nth-child(odd) {
/* background-color: #F3F4F4;*/
}
-/* line 392, ../conference-blue.scss */
+/* line 389, ../conference-blue.scss */
th.tableblock.halign-left, td.tableblock.halign-left {
text-align: left;
}
-/* line 396, ../conference-blue.scss */
+/* line 393, ../conference-blue.scss */
th.tableblock.halign-right, td.tableblock.halign-right {
text-align: right;
}
-/* line 400, ../conference-blue.scss */
+/* line 397, ../conference-blue.scss */
th.tableblock.halign-center, td.tableblock.halign-center {
text-align: center;
}
-/* line 404, ../conference-blue.scss */
+/* line 401, ../conference-blue.scss */
th.tableblock.valign-top, td.tableblock.valign-top {
vertical-align: top;
}
-/* line 408, ../conference-blue.scss */
+/* line 405, ../conference-blue.scss */
th.tableblock.valign-bottom, td.tableblock.valign-bottom {
vertical-align: bottom;
}
-/* line 412, ../conference-blue.scss */
+/* line 409, ../conference-blue.scss */
th.tableblock.valign-middle, td.tableblock.valign-middle {
vertical-align: middle;
}
/**************************************************************
* 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
**************************************************************/
-/* line 421, ../conference-blue.scss */
+/* line 418, ../conference-blue.scss */
li strong {
color: #019AD7;
font-weight: bold;
}
/**************************************************************
* Override Revealjs Pre class
* Mar 04 2015, CHM : Change width from 90% to 100% and margin to reduce size of the box hightlighted
*************************************************************/
-/* line 430, ../conference-blue.scss */
+/* line 427, ../conference-blue.scss */
.reveal pre {
width: 100%;
}
-/* line 434, ../conference-blue.scss */
+/* line 431, ../conference-blue.scss */
.listingblock .content {
margin-right: 50px;
padding-right: 50px;
}
/****************
* Override Revealjs ordered list
* Mar 06 2015, CHM : Numbers displayed were cut
* Mar 16 2015, CHM : Change margin left for font overlap otherwise it is cut
****************/
-/* line 444, ../conference-blue.scss */
+/* line 441, ../conference-blue.scss */
.reveal ol {
margin-left: 50px;
}
-/* line 448, ../conference-blue.scss */
+/* line 445, ../conference-blue.scss */
ol.arabic {
list-style-type: decimal;
}
-/* line 452, ../conference-blue.scss */
+/* line 449, ../conference-blue.scss */
ol.decimal {
list-style-type: decimal-leading-zero;
}
-/* line 456, ../conference-blue.scss */
+/* line 453, ../conference-blue.scss */
ol.loweralpha {
list-style-type: lower-alpha;
}
-/* line 460, ../conference-blue.scss */
+/* line 457, ../conference-blue.scss */
ol.upperalpha {
list-style-type: upper-alpha;
}
-/* line 464, ../conference-blue.scss */
+/* line 461, ../conference-blue.scss */
ol.lowerroman {
list-style-type: lower-roman;
}
-/* line 468, ../conference-blue.scss */
+/* line 465, ../conference-blue.scss */
ol.upperroman {
list-style-type: upper-roman;
}
-/* line 472, ../conference-blue.scss */
+/* line 469, ../conference-blue.scss */
ol.lowergreek {
list-style-type: lower-greek;
}
/**************************************************************
* Admonition Asciidoctor
*
* Mar 03, CHM: Added
**************************************************************/
-/* line 481, ../conference-blue.scss */
+/* line 478, ../conference-blue.scss */
.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;
}
-/* line 486, ../conference-blue.scss */
+/* line 483, ../conference-blue.scss */
.admonitionblock > table {
border: 0;
background: none;
width: 100%;
padding: 5px 0px;
}
-/* line 493, ../conference-blue.scss */
+/* line 490, ../conference-blue.scss */
.admonitionblock > table td.icon {
text-align: center;
width: 80px;
}
-/* line 498, ../conference-blue.scss */
+/* line 495, ../conference-blue.scss */
.admonitionblock > table td.icon img {
max-width: none;
}
-/* line 502, ../conference-blue.scss */
+/* line 499, ../conference-blue.scss */
.admonitionblock > table td.icon .title {
font-weight: bold;
text-transform: uppercase;
}
-/* line 507, ../conference-blue.scss */
+/* line 504, ../conference-blue.scss */
.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;
}
/* Override the color for the list */
-/* line 517, ../conference-blue.scss */
+/* line 514, ../conference-blue.scss */
.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;
}
-/* line 521, ../conference-blue.scss */
+/* line 518, ../conference-blue.scss */
.admonitionblock > table td.content > :last-child > :last-child {
margin-bottom: 0;
}
-/* line 525, ../conference-blue.scss */
+/* line 522, ../conference-blue.scss */
.admonitionblock > table td.icon {
vertical-align: middle;
}
-/* line 529, ../conference-blue.scss */
+/* line 526, ../conference-blue.scss */
.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;
@@ -602,62 +605,62 @@
position: relative;
left: 0;
top: 5px;
}
-/* line 543, ../conference-blue.scss */
+/* line 540, ../conference-blue.scss */
.admonitionblock td.icon .icon-note:before {
content: "\f05a";
color: #005498;
color: #003f72;
}
-/* line 549, ../conference-blue.scss */
+/* line 546, ../conference-blue.scss */
.admonitionblock td.icon .icon-tip:before {
content: "\f0eb";
text-shadow: 1px 1px 2px rgba(155, 155, 0, 0.8);
color: #111;
}
/* Use a more yellow lighter color */
-/* line 556, ../conference-blue.scss */
+/* line 553, ../conference-blue.scss */
.admonitionblock td.icon .icon-warning:before {
content: "\f071";
color: #EFEF0C;
}
-/* line 561, ../conference-blue.scss */
+/* line 558, ../conference-blue.scss */
.admonitionblock td.icon .icon-caution:before {
content: "\f06d";
color: #bf3400;
}
-/* line 566, ../conference-blue.scss */
+/* line 563, ../conference-blue.scss */
.admonitionblock td.icon .icon-important:before {
content: "\f06a";
color: #bf0000;
}
/**************************************************************
* Audio, pre tag, ...
* Mar 23 2015, CHM: Added
* Mar 25 2015, CHM: Change font size to 28px;
**************************************************************/
-/* line 576, ../conference-blue.scss */
+/* line 573, ../conference-blue.scss */
.reveal .audioblock {
padding: 15px 0px;
}
-/* line 580, ../conference-blue.scss */
+/* line 577, ../conference-blue.scss */
.reveal p, .reveal ol, .reveal ul, .reveal table, .reveal .colist td {
font-size: 28px;
}
-/* line 584, ../conference-blue.scss */
+/* line 581, ../conference-blue.scss */
.reveal pre {
font-size: 0.55em;
}
-/* line 588, ../conference-blue.scss */
+/* line 585, ../conference-blue.scss */
.reveal .listingblock {
padding-bottom: 10px;
}