-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
115 lines (103 loc) · 1.97 KB
/
custom.css
File metadata and controls
115 lines (103 loc) · 1.97 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
body{
padding:o;
}
.slides {
width: 960px !important;
}
.credits {
display: block;
width: auto;
height: auto;
}
.credits img {
margin: 0px !important;
border: 0px !important;
box-shadow: none !important;
background: none !important;
}
.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
font-style:normal !important;
visibility:visible !important;
}
.reveal h1{
line-height:1.052734 !important;
}
.reveal h2{
line-height:1.053711 !important;
}
.reveal h3{
font-size: 1em !important;
line-height:0.938477 !important;
}
.reveal h4{
line-height:0.740234 !important;
color: black !important;
}
.reveal h5{
line-height:0.722656 !important;
color: black !important;
font-weight:normal !important;
}
.author1 {
float: left;
}
.author2 {
float: right;
}
img.user {
display: inline-block;
width: 150px;
height: 150px;
border-radius: 50%;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.author1 .contacts {
padding-top: 7px !important;
text-align: left;
}
.author1 .job-title {
padding-top: 20px !important;
text-align: left;
font-style: italic;
font-size: 0.8em !important;
}
.photo-block{
display: inline-block;
width: inherit;
line-height: 0 !important;
margin: -30px 0px !important;
}
.contacts-block{
float:left;
width: inherit;
margin: -30px 0px !important;
}
.author2 .job-title {
padding-top: 20px !important;
text-align: right;
font-style: italic;
font-size: 0.8em !important;
}
.author2 .contacts {
padding-top: 5px !important;
text-align: right;
}
.reveal .contacts {
line-height: 34px !important;
font-size: 27px !important;
}
.reveal .contacts a {
color: black;
}
.reveal blockquote{
width:auto !important;
background: #f1f1f1 !important;
}
.reveal pre code {
max-height: none !important;
}
pre.bottom {
margin-top: 250px !important
}