lib/resources/assets/sass/new-gpe.scss in hyla-1.0.7.pre.9 vs lib/resources/assets/sass/new-gpe.scss in hyla-1.0.7
- old
+ new
@@ -2,11 +2,11 @@
/*
* We dont import the css content of font-awesome hre
* as it will added to the HTML of the slideshow as a local/remote resource
* @import "font-awesome";
- */
+ */
/* $fonts: 'Overpass', 'Liberation Sans', 'Open Sans', sans-serif; */
$fonts: 'Liberation Sans', 'Overpass', 'Open Sans', sans-serif;
$red-color: #a70000;
$scrollbar-height: 600px;
@@ -87,11 +87,10 @@
.reveal .slides {
text-align: left;
/* margin-top: $slides-margin-top; WE don't use it as the value is assigned by Revealjs */
}
-
/*********************************************
* 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
@@ -375,12 +374,12 @@
max-width: 0;
white-space: nowrap;
display: table-caption
}
-table.tableblock:not(.noredheader) tr:first-child td {
- background-color: $red-color;
+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;
}
@@ -582,14 +581,17 @@
* Mar 25 2015, CHM: Change font size to 28px;
**************************************************************/
.reveal .audioblock {
padding: 15px 0px;
}
+
.reveal p, .reveal ol, .reveal ul, .reveal table, .reveal .colist td {
font-size: 28px;
}
+
.reveal pre {
font-size: 0.55em;
}
+
.reveal .listingblock {
padding-bottom: 10px;
}
\ No newline at end of file