This commit is contained in:
SamuelMoraesF 2015-04-23 19:32:50 -03:00
Родитель b3240abbb0
Коммит 7f3f2d3088
1 изменённых файлов: 23 добавлений и 0 удалений

23
README.md Normal file
Просмотреть файл

@ -0,0 +1,23 @@
# Reveal.js Mozilla Themes
Just put these files into your `css/theme/` folder at your presentation and change to the theme:
```html
<link rel="stylesheet" href="css/reveal.min.css">
<link rel="stylesheet" href="css/theme/blood.css" id="theme">
```
to:
```html
<link rel="stylesheet" href="css/reveal.min.css">
<link rel="stylesheet" href="css/theme/mozilla-blue.css" id="theme">
```
Disponible themes:
* mozilla-blue
* mozilla
* mozilla-darkgrey
* mozilla-red
* mozilla-sandstone