initial commit to seperate repo
This commit is contained in:
commit
1a020ca68b
1302 changed files with 201261 additions and 0 deletions
46
themes/reveal/assets/css/custom_reveal.css
Normal file
46
themes/reveal/assets/css/custom_reveal.css
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
.reveal {
|
||||
font-size: 20px;
|
||||
}
|
||||
.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
|
||||
margin: 0 0 0 0;
|
||||
line-height: 1.2em;
|
||||
}
|
||||
.reveal h1 {
|
||||
font-size: 2.55em;
|
||||
}
|
||||
.reveal pre {
|
||||
font-size: 80%;
|
||||
width: auto;
|
||||
padding: 2px;
|
||||
padding-bottom: 6px;
|
||||
}
|
||||
.reveal .slides {
|
||||
text-align: left;
|
||||
}
|
||||
.reveal .controls {
|
||||
bottom: 45px;
|
||||
}
|
||||
.reveal iframe{
|
||||
max-height: none;
|
||||
}
|
||||
.reveal .slides section:not(.stack) {
|
||||
padding-bottom: 10%;
|
||||
}
|
||||
.reveal section img {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
/* To get sidebar working properly. */
|
||||
|
||||
div.sidebar {
|
||||
margin: 0 0 0.5em 1em !important;
|
||||
border: medium outset !important;
|
||||
padding: 0.5em !important;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.addthis_peekaboo_style {
|
||||
bottom: 45px;
|
||||
right: 0px;
|
||||
left: 30px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue