Readme file
This commit is contained in:
Родитель
b3240abbb0
Коммит
7f3f2d3088
|
@ -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
|
Загрузка…
Ссылка в новой задаче