-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathstyle.styl
55 lines (52 loc) · 1.01 KB
/
style.styl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
@import 'lib/reveal.css'
@import 'lib/theme/simple.css'
@import 'lib/zenburn.css'
blue = #4682b4
.reveal
p, ol, ul, li, blockquote
line-height 1.25em
p, ol, ul, li, blockquote, pre
margin-top .75em
margin-bottom .75em
h1, h2, h3, h4, h5, h6
margin-top .25em
margin-bottom .75em
ul
list-style-type circle
pre
code
padding 2em
word-wrap normal
&::selection,
::selection
background-color #000
color blue
&:focus
outline none
blockquote
border-left .25em solid blue
box-shadow none
padding 0 1em
text-align left
&:before,
&:after
content ''
iframe.blocks
width 960px
height 500px
margin-left -30px
section
img
border none
box-shadow none
#title
h1, h2, h3, h4, h5, h6
text-transform none
font-family 'Helvetica Neue', sans-serif
font-weight lighter
letter-spacing -.05em
margin 0
h3
margin 1.5em 0 1em
img.demo
max-height 500px