move paragraph styles to theme
This commit is contained in:
		| @@ -299,11 +299,6 @@ body { | |||||||
| 	margin-left: 40px; | 	margin-left: 40px; | ||||||
| } | } | ||||||
|  |  | ||||||
| .reveal p { |  | ||||||
| 	margin-bottom: 10px; |  | ||||||
| 	line-height: 1.2em; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .reveal q, | .reveal q, | ||||||
| .reveal blockquote { | .reveal blockquote { | ||||||
| 	quotes: none; | 	quotes: none; | ||||||
|   | |||||||
| @@ -1,16 +1,15 @@ | |||||||
| @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); |  | ||||||
| /** | /** | ||||||
|  * Beige theme for reveal.js. |  * Beige theme for reveal.js. | ||||||
|  * |  * | ||||||
|  * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se |  * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se | ||||||
|  */ |  */ | ||||||
|  | @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); | ||||||
| @font-face { | @font-face { | ||||||
|   font-family: 'League Gothic'; |   font-family: 'League Gothic'; | ||||||
|   src: url("../../lib/font/league_gothic-webfont.eot"); |   src: url("../../lib/font/league_gothic-webfont.eot"); | ||||||
|   src: url("../../lib/font/league_gothic-webfont.eot?#iefix") format("embedded-opentype"), url("../../lib/font/league_gothic-webfont.woff") format("woff"), url("../../lib/font/league_gothic-webfont.ttf") format("truetype"), url("../../lib/font/league_gothic-webfont.svg#LeagueGothicRegular") format("svg"); |   src: url("../../lib/font/league_gothic-webfont.eot?#iefix") format("embedded-opentype"), url("../../lib/font/league_gothic-webfont.woff") format("woff"), url("../../lib/font/league_gothic-webfont.ttf") format("truetype"), url("../../lib/font/league_gothic-webfont.svg#LeagueGothicRegular") format("svg"); | ||||||
|   font-weight: normal; |   font-weight: normal; | ||||||
|   font-style: normal; } |   font-style: normal; } | ||||||
|  |  | ||||||
| /********************************************* | /********************************************* | ||||||
|  * GLOBAL STYLES |  * GLOBAL STYLES | ||||||
|  *********************************************/ |  *********************************************/ | ||||||
| @@ -56,6 +55,13 @@ body { | |||||||
| .reveal h1 { | .reveal h1 { | ||||||
|   text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15); } |   text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15); } | ||||||
|  |  | ||||||
|  | /********************************************* | ||||||
|  |  * OTHER | ||||||
|  |  *********************************************/ | ||||||
|  | .reveal p { | ||||||
|  |   margin-bottom: 10px; | ||||||
|  |   line-height: 1.3; } | ||||||
|  |  | ||||||
| /********************************************* | /********************************************* | ||||||
|  * LINKS |  * LINKS | ||||||
|  *********************************************/ |  *********************************************/ | ||||||
|   | |||||||
| @@ -1,4 +1,3 @@ | |||||||
| @import url(https://fonts.googleapis.com/css?family=Ubuntu:300,700,300italic,700italic); |  | ||||||
| /** | /** | ||||||
|  * Blood theme for reveal.js |  * Blood theme for reveal.js | ||||||
|  * Author: Walther http://github.com/Walther |  * Author: Walther http://github.com/Walther | ||||||
| @@ -10,6 +9,7 @@ | |||||||
|  * For other themes, change $codeBackground accordingly. |  * For other themes, change $codeBackground accordingly. | ||||||
|  * |  * | ||||||
|  */ |  */ | ||||||
|  | @import url(https://fonts.googleapis.com/css?family=Ubuntu:300,700,300italic,700italic); | ||||||
| /********************************************* | /********************************************* | ||||||
|  * GLOBAL STYLES |  * GLOBAL STYLES | ||||||
|  *********************************************/ |  *********************************************/ | ||||||
| @@ -55,6 +55,13 @@ body { | |||||||
| .reveal h1 { | .reveal h1 { | ||||||
|   text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15); } |   text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15); } | ||||||
|  |  | ||||||
|  | /********************************************* | ||||||
|  |  * OTHER | ||||||
|  |  *********************************************/ | ||||||
|  | .reveal p { | ||||||
|  |   margin-bottom: 10px; | ||||||
|  |   line-height: 1.3; } | ||||||
|  |  | ||||||
| /********************************************* | /********************************************* | ||||||
|  * LINKS |  * LINKS | ||||||
|  *********************************************/ |  *********************************************/ | ||||||
|   | |||||||
| @@ -1,16 +1,15 @@ | |||||||
| @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); |  | ||||||
| /** | /** | ||||||
|  * Default theme for reveal.js. |  * Default theme for reveal.js. | ||||||
|  * |  * | ||||||
|  * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se |  * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se | ||||||
|  */ |  */ | ||||||
|  | @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); | ||||||
| @font-face { | @font-face { | ||||||
|   font-family: 'League Gothic'; |   font-family: 'League Gothic'; | ||||||
|   src: url("../../lib/font/league_gothic-webfont.eot"); |   src: url("../../lib/font/league_gothic-webfont.eot"); | ||||||
|   src: url("../../lib/font/league_gothic-webfont.eot?#iefix") format("embedded-opentype"), url("../../lib/font/league_gothic-webfont.woff") format("woff"), url("../../lib/font/league_gothic-webfont.ttf") format("truetype"), url("../../lib/font/league_gothic-webfont.svg#LeagueGothicRegular") format("svg"); |   src: url("../../lib/font/league_gothic-webfont.eot?#iefix") format("embedded-opentype"), url("../../lib/font/league_gothic-webfont.woff") format("woff"), url("../../lib/font/league_gothic-webfont.ttf") format("truetype"), url("../../lib/font/league_gothic-webfont.svg#LeagueGothicRegular") format("svg"); | ||||||
|   font-weight: normal; |   font-weight: normal; | ||||||
|   font-style: normal; } |   font-style: normal; } | ||||||
|  |  | ||||||
| /********************************************* | /********************************************* | ||||||
|  * GLOBAL STYLES |  * GLOBAL STYLES | ||||||
|  *********************************************/ |  *********************************************/ | ||||||
| @@ -56,6 +55,13 @@ body { | |||||||
| .reveal h1 { | .reveal h1 { | ||||||
|   text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15); } |   text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15); } | ||||||
|  |  | ||||||
|  | /********************************************* | ||||||
|  |  * OTHER | ||||||
|  |  *********************************************/ | ||||||
|  | .reveal p { | ||||||
|  |   margin-bottom: 10px; | ||||||
|  |   line-height: 1.3; } | ||||||
|  |  | ||||||
| /********************************************* | /********************************************* | ||||||
|  * LINKS |  * LINKS | ||||||
|  *********************************************/ |  *********************************************/ | ||||||
|   | |||||||
| @@ -1,15 +1,14 @@ | |||||||
| @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); |  | ||||||
| /** | /** | ||||||
|  * Solarized Dark theme for reveal.js. |  * Solarized Dark theme for reveal.js. | ||||||
|  * Author: Achim Staebler |  * Author: Achim Staebler | ||||||
|  */ |  */ | ||||||
|  | @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); | ||||||
| @font-face { | @font-face { | ||||||
|   font-family: 'League Gothic'; |   font-family: 'League Gothic'; | ||||||
|   src: url("../../lib/font/league_gothic-webfont.eot"); |   src: url("../../lib/font/league_gothic-webfont.eot"); | ||||||
|   src: url("../../lib/font/league_gothic-webfont.eot?#iefix") format("embedded-opentype"), url("../../lib/font/league_gothic-webfont.woff") format("woff"), url("../../lib/font/league_gothic-webfont.ttf") format("truetype"), url("../../lib/font/league_gothic-webfont.svg#LeagueGothicRegular") format("svg"); |   src: url("../../lib/font/league_gothic-webfont.eot?#iefix") format("embedded-opentype"), url("../../lib/font/league_gothic-webfont.woff") format("woff"), url("../../lib/font/league_gothic-webfont.ttf") format("truetype"), url("../../lib/font/league_gothic-webfont.svg#LeagueGothicRegular") format("svg"); | ||||||
|   font-weight: normal; |   font-weight: normal; | ||||||
|   font-style: normal; } |   font-style: normal; } | ||||||
|  |  | ||||||
| /** | /** | ||||||
|  * Solarized colors by Ethan Schoonover |  * Solarized colors by Ethan Schoonover | ||||||
|  */ |  */ | ||||||
| @@ -56,6 +55,13 @@ body { | |||||||
| .reveal h1 { | .reveal h1 { | ||||||
|   text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); } |   text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); } | ||||||
|  |  | ||||||
|  | /********************************************* | ||||||
|  |  * OTHER | ||||||
|  |  *********************************************/ | ||||||
|  | .reveal p { | ||||||
|  |   margin-bottom: 10px; | ||||||
|  |   line-height: 1.3; } | ||||||
|  |  | ||||||
| /********************************************* | /********************************************* | ||||||
|  * LINKS |  * LINKS | ||||||
|  *********************************************/ |  *********************************************/ | ||||||
|   | |||||||
| @@ -1,10 +1,10 @@ | |||||||
| @import url(https://fonts.googleapis.com/css?family=Montserrat:700); |  | ||||||
| @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic); |  | ||||||
| /** | /** | ||||||
|  * Black theme for reveal.js. |  * Black theme for reveal.js. | ||||||
|  * |  * | ||||||
|  * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se |  * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se | ||||||
|  */ |  */ | ||||||
|  | @import url(https://fonts.googleapis.com/css?family=Montserrat:700); | ||||||
|  | @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic); | ||||||
| /********************************************* | /********************************************* | ||||||
|  * GLOBAL STYLES |  * GLOBAL STYLES | ||||||
|  *********************************************/ |  *********************************************/ | ||||||
| @@ -44,6 +44,13 @@ body { | |||||||
| .reveal h1 { | .reveal h1 { | ||||||
|   text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); } |   text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); } | ||||||
|  |  | ||||||
|  | /********************************************* | ||||||
|  |  * OTHER | ||||||
|  |  *********************************************/ | ||||||
|  | .reveal p { | ||||||
|  |   margin-bottom: 10px; | ||||||
|  |   line-height: 1.3; } | ||||||
|  |  | ||||||
| /********************************************* | /********************************************* | ||||||
|  * LINKS |  * LINKS | ||||||
|  *********************************************/ |  *********************************************/ | ||||||
|   | |||||||
| @@ -46,6 +46,13 @@ body { | |||||||
| .reveal h1 { | .reveal h1 { | ||||||
|   text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); } |   text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); } | ||||||
|  |  | ||||||
|  | /********************************************* | ||||||
|  |  * OTHER | ||||||
|  |  *********************************************/ | ||||||
|  | .reveal p { | ||||||
|  |   margin-bottom: 10px; | ||||||
|  |   line-height: 1.3; } | ||||||
|  |  | ||||||
| /********************************************* | /********************************************* | ||||||
|  * LINKS |  * LINKS | ||||||
|  *********************************************/ |  *********************************************/ | ||||||
|   | |||||||
| @@ -1,5 +1,3 @@ | |||||||
| @import url(https://fonts.googleapis.com/css?family=News+Cycle:400,700); |  | ||||||
| @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); |  | ||||||
| /** | /** | ||||||
|  * A simple theme for reveal.js presentations, similar |  * A simple theme for reveal.js presentations, similar | ||||||
|  * to the default theme. The accent color is darkblue. |  * to the default theme. The accent color is darkblue. | ||||||
| @@ -7,6 +5,8 @@ | |||||||
|  * This theme is Copyright (C) 2012 Owen Versteeg, https://github.com/StereotypicalApps. It is MIT licensed. |  * This theme is Copyright (C) 2012 Owen Versteeg, https://github.com/StereotypicalApps. It is MIT licensed. | ||||||
|  * reveal.js is Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se |  * reveal.js is Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se | ||||||
|  */ |  */ | ||||||
|  | @import url(https://fonts.googleapis.com/css?family=News+Cycle:400,700); | ||||||
|  | @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); | ||||||
| /********************************************* | /********************************************* | ||||||
|  * GLOBAL STYLES |  * GLOBAL STYLES | ||||||
|  *********************************************/ |  *********************************************/ | ||||||
| @@ -46,6 +46,13 @@ body { | |||||||
| .reveal h1 { | .reveal h1 { | ||||||
|   text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); } |   text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); } | ||||||
|  |  | ||||||
|  | /********************************************* | ||||||
|  |  * OTHER | ||||||
|  |  *********************************************/ | ||||||
|  | .reveal p { | ||||||
|  |   margin-bottom: 10px; | ||||||
|  |   line-height: 1.3; } | ||||||
|  |  | ||||||
| /********************************************* | /********************************************* | ||||||
|  * LINKS |  * LINKS | ||||||
|  *********************************************/ |  *********************************************/ | ||||||
|   | |||||||
| @@ -1,10 +1,10 @@ | |||||||
| @import url(https://fonts.googleapis.com/css?family=Quicksand:400,700,400italic,700italic); |  | ||||||
| @import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700); |  | ||||||
| /** | /** | ||||||
|  * Sky theme for reveal.js. |  * Sky theme for reveal.js. | ||||||
|  * |  * | ||||||
|  * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se |  * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se | ||||||
|  */ |  */ | ||||||
|  | @import url(https://fonts.googleapis.com/css?family=Quicksand:400,700,400italic,700italic); | ||||||
|  | @import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700); | ||||||
| .reveal a { | .reveal a { | ||||||
|   line-height: 1.3em; } |   line-height: 1.3em; } | ||||||
|  |  | ||||||
| @@ -53,6 +53,13 @@ body { | |||||||
| .reveal h1 { | .reveal h1 { | ||||||
|   text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); } |   text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); } | ||||||
|  |  | ||||||
|  | /********************************************* | ||||||
|  |  * OTHER | ||||||
|  |  *********************************************/ | ||||||
|  | .reveal p { | ||||||
|  |   margin-bottom: 10px; | ||||||
|  |   line-height: 1.3; } | ||||||
|  |  | ||||||
| /********************************************* | /********************************************* | ||||||
|  * LINKS |  * LINKS | ||||||
|  *********************************************/ |  *********************************************/ | ||||||
|   | |||||||
| @@ -1,15 +1,14 @@ | |||||||
| @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); |  | ||||||
| /** | /** | ||||||
|  * Solarized Light theme for reveal.js. |  * Solarized Light theme for reveal.js. | ||||||
|  * Author: Achim Staebler |  * Author: Achim Staebler | ||||||
|  */ |  */ | ||||||
|  | @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); | ||||||
| @font-face { | @font-face { | ||||||
|   font-family: 'League Gothic'; |   font-family: 'League Gothic'; | ||||||
|   src: url("../../lib/font/league_gothic-webfont.eot"); |   src: url("../../lib/font/league_gothic-webfont.eot"); | ||||||
|   src: url("../../lib/font/league_gothic-webfont.eot?#iefix") format("embedded-opentype"), url("../../lib/font/league_gothic-webfont.woff") format("woff"), url("../../lib/font/league_gothic-webfont.ttf") format("truetype"), url("../../lib/font/league_gothic-webfont.svg#LeagueGothicRegular") format("svg"); |   src: url("../../lib/font/league_gothic-webfont.eot?#iefix") format("embedded-opentype"), url("../../lib/font/league_gothic-webfont.woff") format("woff"), url("../../lib/font/league_gothic-webfont.ttf") format("truetype"), url("../../lib/font/league_gothic-webfont.svg#LeagueGothicRegular") format("svg"); | ||||||
|   font-weight: normal; |   font-weight: normal; | ||||||
|   font-style: normal; } |   font-style: normal; } | ||||||
|  |  | ||||||
| /** | /** | ||||||
|  * Solarized colors by Ethan Schoonover |  * Solarized colors by Ethan Schoonover | ||||||
|  */ |  */ | ||||||
| @@ -56,6 +55,13 @@ body { | |||||||
| .reveal h1 { | .reveal h1 { | ||||||
|   text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); } |   text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); } | ||||||
|  |  | ||||||
|  | /********************************************* | ||||||
|  |  * OTHER | ||||||
|  |  *********************************************/ | ||||||
|  | .reveal p { | ||||||
|  |   margin-bottom: 10px; | ||||||
|  |   line-height: 1.3; } | ||||||
|  |  | ||||||
| /********************************************* | /********************************************* | ||||||
|  * LINKS |  * LINKS | ||||||
|  *********************************************/ |  *********************************************/ | ||||||
|   | |||||||
| @@ -49,6 +49,16 @@ body { | |||||||
| } | } | ||||||
|  |  | ||||||
|  |  | ||||||
|  | /********************************************* | ||||||
|  |  * OTHER | ||||||
|  |  *********************************************/ | ||||||
|  |  | ||||||
|  | .reveal p { | ||||||
|  | 	margin-bottom: 10px; | ||||||
|  | 	line-height: 1.3; | ||||||
|  | } | ||||||
|  |  | ||||||
|  |  | ||||||
| /********************************************* | /********************************************* | ||||||
|  * LINKS |  * LINKS | ||||||
|  *********************************************/ |  *********************************************/ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user