-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmytheme.css
126 lines (109 loc) · 2.94 KB
/
mytheme.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
@import url("./reveal.js/css/theme/white.css");
@import url("./icons/font-awesome/css/font-awesome.min.css");
@import url("./icons/academicons/css/academicons.css");
.reveal {
font-family: "Open Sans", sans-serif;
font-size: 28px;
font-weight: 200;
letter-spacing: -0.02em;
color: #333333; }
.reveal p {
margin: 5px 0 5px 0;
}
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
margin: 0 0 10px 0;
text-transform: none;
text-shadow: none;
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;
font-size: 38px;
}
.reveal .title {
margin: 75px 0 70px 0;
font-size: 150%!important;
}
.reveal .author {
font-size: 100%!important;
}
.reveal section img { background: none;
border: none;
box-shadow: none; }
/* some custom classes taken from pkgwtheme.css */
.reveal .slides > section {
/* Force every slide to be full height so that footers work */
height: 100%;
/*border-style: solid; border-color: #ff0000; border-width:1px;*/
padding: 0px;
}
.reveal section div img, .reveal section div video {
/* If inside a <div>, assume manual layout; let the image
* fill the whole box */
max-width: 100%;
margin: 0 0 0 0;
}
.reveal .ctr {
margin-left: auto;
margin-right: auto;
}
.reveal .w10 { width: 10%!important; display: inline-block}
.reveal .w20 { width: 20%!important; display: inline-block}
.reveal .w25 { width: 25%!important; display: inline-block}
.reveal .w30 { width: 30%!important; display: inline-block}
.reveal .w35 { width: 35%!important; display: inline-block}
.reveal .w40 { width: 40%!important; display: inline-block}
.reveal .w45 { width: 45%!important; display: inline-block}
.reveal .w50 { width: 50%!important; display: inline-block}
.reveal .w55 { width: 55%!important; display: inline-block}
.reveal .w60 { width: 60%!important; display: inline-block}
.reveal .w65 { width: 65%!important; display: inline-block}
.reveal .w70 { width: 70%!important; display: inline-block}
.reveal .w80 { width: 80%!important; display: inline-block}
.reveal .w85 { width: 85%!important; display: inline-block}
.reveal .w90 { width: 90%!important; display: inline-block}
.reveal .w100 { width: 100%!important;display: inline-block}
.img-with-text {
text-align: justify;
font-size: 50% ! important;
}
.img-with-text img {
float: right ! important;
display: block;
margin: 0 auto;
}
.reveal .icon-list {
margin-top: 50px;
list-style: none;
font-size: 120%;
}
.reveal .icon-list li {
margin: 10px;
}
.reveal .icon-list li i {
margin: 0px 10px;
}
.reveal .lcred {
text-align: left;
font-size: 50% !important;
}
/*
.reveal .bgcred {
text-align: right;
font-size: 60% !important;
position: absolute;
bottom: 0;
width: 100%;
}
.reveal .lcred {
text-align: left;
font-size: 55% !important;
}
.reveal .rcred {
text-align: right;
font-size: 55% !important;
}*/