-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfor-revealjs_blood.css
152 lines (132 loc) · 2.03 KB
/
for-revealjs_blood.css
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
/* for {revealjs} */
/* slide setting */
.reveal .progress {
height: 15px;
margin-bottom: 5px;
}
/* slide font setting */
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
text-transform: none;
}
.reveal .slide {
text-align:left;
}
/* slide-title settint */
.reveal section.slide>h1 {
color: white;
}
.level1>h1 {
margin-top: 25%;
}
span.header-section-number {
margin-right: 0.5em;
}
.reveal li {
margin-top:0.2em;
}
.reveal ul ul li {
font-size:0.85em;
margin-top:0;
}
/* image setting */
.reveal img {
max-height: 500px;
}
/* table setting */
.reveal table{
border-style: solid;
}
.reveal table th {
border-style: solid;
}
.reveal table td {
border-style: solid;
}
/* column setting */
.reveal .slides section .no-column {
width: 96%;
}
.reveal .slides section .column1 {
float: left;
width: 48%;
}
.reveal .slides section .column2 {
float: right;
width: 48%;
}
/* for htmlwidgets to iframe */
.reveal .slides iframe {
height: 450px;
width: 100%;
margin-left:auto;
margin-right:auto;
}
/* slide-header setting */
#slide-header {
text-align: right;
background-color: #fff;
opacity: 0.7;
}
#slide-header img {
max-height: 50px;
margin: 3px 10px;
vertical-align: middle;
opacity: 1.0;
}
#slide-header p {
font-size: 18px;
padding: 5px 20px 5px;
}
/* botsu */
/*
.reveal .slides section .column {
position: fixed;
width: 48%;
top: 3em;
bottom: 0;
}
.reveal .slides section .column1 {
left: 0;
}
.reveal .slides section .column2 {
right: 0;
}
*/
/*
.reveal .slides section .column img {
max-width: 190%;
max-height: 190%;
height: auto;
}
*/
/* other */
/*
.section .reveal .state-background {
background: #002b36;
}
*/
.reveal div.sourceCode {
font-size: 1.0em;
line-height: 0.85;
margin-top: 0;
margin-bottom: 0;
}
.reveal pre {
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
}
.reveal pre code {
font-size: 1.5em;
line-height: 0.85;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
}