Skip to content
Snippets Groups Projects
Unverified Commit a098c734 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

updated reveal.js

parent 8614b33d
No related branches found
No related tags found
No related merge requests found
Pipeline #12533 passed
*.pdf *.pdf
*.html
.vscode .vscode
...@@ -21,7 +21,7 @@ $backgroundColor: #fff; ...@@ -21,7 +21,7 @@ $backgroundColor: #fff;
$mainColor: #222; $mainColor: #222;
$headingColor: #222; $headingColor: #222;
$mainFontSize: 25px; $mainFontSize: 42px;
$mainFont: 'Source Sans Pro', Helvetica, sans-serif; $mainFont: 'Source Sans Pro', Helvetica, sans-serif;
$headingFont: 'Source Sans Pro', Helvetica, sans-serif; $headingFont: 'Source Sans Pro', Helvetica, sans-serif;
$headingTextShadow: none; $headingTextShadow: none;
...@@ -32,15 +32,10 @@ $linkColor: #2a76dd; ...@@ -32,15 +32,10 @@ $linkColor: #2a76dd;
$linkColorHover: lighten( $linkColor, 15% ); $linkColorHover: lighten( $linkColor, 15% );
$selectionBackgroundColor: lighten( $linkColor, 25% ); $selectionBackgroundColor: lighten( $linkColor, 25% );
$heading1Size: 2.0em; $heading1Size: 2.5em;
$heading2Size: 1.7em; $heading2Size: 1.6em;
$heading3Size: 1.4em; $heading3Size: 1.3em;
$heading4Size: 1.1em; $heading4Size: 1.0em;
// Vertical spacing between blocks of text
$blockMargin: 0px;
$headingMargin: 0 0 $blockMargin 0;
// Change text colors against dark slide backgrounds // Change text colors against dark slide backgrounds
@include dark-bg-text-color(#fff); @include dark-bg-text-color(#fff);
......
This diff is collapsed.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -13,10 +13,10 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba ...@@ -13,10 +13,10 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba
:root { :root {
--background-color: #fff; --background-color: #fff;
--main-font: Source Sans Pro, Helvetica, sans-serif; --main-font: Source Sans Pro, Helvetica, sans-serif;
--main-font-size: 25px; --main-font-size: 42px;
--main-color: #222; --main-color: #222;
--block-margin: 0px; --block-margin: 20px;
--heading-margin: 0 0 0px 0; --heading-margin: 0 0 20px 0;
--heading-font: Source Sans Pro, Helvetica, sans-serif; --heading-font: Source Sans Pro, Helvetica, sans-serif;
--heading-color: #222; --heading-color: #222;
--heading-line-height: 1.2; --heading-line-height: 1.2;
...@@ -25,10 +25,10 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba ...@@ -25,10 +25,10 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba
--heading-text-shadow: none; --heading-text-shadow: none;
--heading-font-weight: 600; --heading-font-weight: 600;
--heading1-text-shadow: none; --heading1-text-shadow: none;
--heading1-size: 2em; --heading1-size: 2.5em;
--heading2-size: 1.7em; --heading2-size: 1.6em;
--heading3-size: 1.4em; --heading3-size: 1.3em;
--heading4-size: 1.1em; --heading4-size: 1em;
--code-font: monospace; --code-font: monospace;
--link-color: #2a76dd; --link-color: #2a76dd;
--link-color-hover: #6ca0e8; --link-color-hover: #6ca0e8;
...@@ -41,7 +41,7 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba ...@@ -41,7 +41,7 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba
.reveal { .reveal {
font-family: "Source Sans Pro", Helvetica, sans-serif; font-family: "Source Sans Pro", Helvetica, sans-serif;
font-size: 25px; font-size: 42px;
font-weight: normal; font-weight: normal;
color: #222; } color: #222; }
...@@ -69,7 +69,7 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba ...@@ -69,7 +69,7 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba
.reveal h4, .reveal h4,
.reveal h5, .reveal h5,
.reveal h6 { .reveal h6 {
margin: 0 0 0px 0; margin: 0 0 20px 0;
color: #222; color: #222;
font-family: "Source Sans Pro", Helvetica, sans-serif; font-family: "Source Sans Pro", Helvetica, sans-serif;
font-weight: 600; font-weight: 600;
...@@ -80,16 +80,16 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba ...@@ -80,16 +80,16 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba
word-wrap: break-word; } word-wrap: break-word; }
.reveal h1 { .reveal h1 {
font-size: 2em; } font-size: 2.5em; }
.reveal h2 { .reveal h2 {
font-size: 1.7em; } font-size: 1.6em; }
.reveal h3 { .reveal h3 {
font-size: 1.4em; } font-size: 1.3em; }
.reveal h4 { .reveal h4 {
font-size: 1.1em; } font-size: 1em; }
.reveal h1 { .reveal h1 {
text-shadow: none; } text-shadow: none; }
...@@ -98,7 +98,7 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba ...@@ -98,7 +98,7 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba
* OTHER * OTHER
*********************************************/ *********************************************/
.reveal p { .reveal p {
margin: 0px 0; margin: 20px 0;
line-height: 1.3; } line-height: 1.3; }
/* Remove trailing margins after titles */ /* Remove trailing margins after titles */
...@@ -160,7 +160,7 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba ...@@ -160,7 +160,7 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba
display: block; display: block;
position: relative; position: relative;
width: 70%; width: 70%;
margin: 0px auto; margin: 20px auto;
padding: 5px; padding: 5px;
font-style: italic; font-style: italic;
background: rgba(255, 255, 255, 0.05); background: rgba(255, 255, 255, 0.05);
...@@ -177,7 +177,7 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba ...@@ -177,7 +177,7 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba
display: block; display: block;
position: relative; position: relative;
width: 90%; width: 90%;
margin: 0px auto; margin: 20px auto;
text-align: left; text-align: left;
font-size: 0.55em; font-size: 0.55em;
font-family: monospace; font-family: monospace;
...@@ -240,7 +240,7 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba ...@@ -240,7 +240,7 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba
vertical-align: top; } vertical-align: top; }
.reveal img { .reveal img {
margin: 0px 0; } margin: 20px 0; }
/********************************************* /*********************************************
* LINKS * LINKS
......
...@@ -26,7 +26,7 @@ import { ...@@ -26,7 +26,7 @@ import {
} from './utils/constants.js' } from './utils/constants.js'
// The reveal.js version // The reveal.js version
export const VERSION = '4.0.2'; export const VERSION = '4.1.0';
/** /**
* reveal.js * reveal.js
......
This diff is collapsed.
{ {
"name": "reveal.js", "name": "reveal.js",
"version": "4.0.2", "version": "4.1.0",
"description": "The HTML Presentation Framework", "description": "The HTML Presentation Framework",
"homepage": "https://revealjs.com", "homepage": "https://revealjs.com",
"subdomain": "revealjs", "subdomain": "revealjs",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment