Add slides sub-directories for Reveal.js
This commit is contained in:
parent
c79d949569
commit
76674130d4
395 changed files with 0 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
.reveal
|
||||
code
|
||||
font-family: monospace,sans-serif
|
||||
|
||||
pre
|
||||
width: 100%
|
||||
|
||||
code
|
||||
text-align: left
|
||||
font-size: .65em
|
||||
line-height: 115%
|
||||
padding: 10px 0
|
|
@ -0,0 +1,15 @@
|
|||
=grid($total, $number_of_columns)
|
||||
width: (100% / $total) * $number_of_columns
|
||||
|
||||
[class^=col--]
|
||||
float: left
|
||||
margin-bottom: 20px !important
|
||||
|
||||
&:last-of-type
|
||||
float: right
|
||||
|
||||
@for $total from 1 through 6
|
||||
div.col--#{$total}
|
||||
@for $columns from 1 through $total
|
||||
&-#{$columns}
|
||||
+grid($total, $columns)
|
|
@ -0,0 +1,75 @@
|
|||
.reveal
|
||||
div,
|
||||
ul,
|
||||
li,
|
||||
p,
|
||||
pre code
|
||||
&.text-normal
|
||||
font-size: 105%
|
||||
line-height: 1.3
|
||||
|
||||
&.text-big
|
||||
font-size: 200%
|
||||
|
||||
&.text-medium
|
||||
font-size: 150%
|
||||
line-height: 140%
|
||||
|
||||
&.text-small
|
||||
font-size: 120%
|
||||
line-height: 1.3
|
||||
|
||||
&.text-left
|
||||
text-align: left
|
||||
|
||||
h1.big
|
||||
font-size: 2.5em
|
||||
|
||||
h1,
|
||||
h2
|
||||
margin-bottom: 40px
|
||||
|
||||
h2
|
||||
font-size: 1.5em
|
||||
|
||||
h3.title
|
||||
font-size: 140%
|
||||
line-height: 125%
|
||||
|
||||
ul.bullets
|
||||
display: block
|
||||
margin: 25px
|
||||
|
||||
li
|
||||
line-height: 100%
|
||||
padding-bottom: .75em
|
||||
font-size: 1.15em
|
||||
text-align: left
|
||||
margin-left: 50px
|
||||
|
||||
&.medium
|
||||
margin: 15px
|
||||
|
||||
li
|
||||
line-height: 100%
|
||||
padding-bottom: .75em
|
||||
font-size: 1.15em
|
||||
text-align: left
|
||||
|
||||
.white
|
||||
color: white
|
||||
|
||||
strong
|
||||
font-weight: bold
|
||||
|
||||
h3.note
|
||||
font-size: 125%
|
||||
line-height: 125%
|
||||
background-color: #0076C2
|
||||
padding: 25px
|
||||
color: white
|
||||
|
||||
div,
|
||||
span
|
||||
&.text-small
|
||||
font-size: 80%
|
|
@ -0,0 +1,13 @@
|
|||
@import "typography"
|
||||
@import "grid"
|
||||
@import "code"
|
||||
|
||||
.reveal
|
||||
background: white
|
||||
|
||||
section img
|
||||
max-width: 100%
|
||||
|
||||
&.no-border
|
||||
border: 0
|
||||
box-shadow: none
|
Loading…
Add table
Add a link
Reference in a new issue