rc-web@42
|
1 /**
|
rc-web@42
|
2 * The default theme for reveal.js presentations.
|
rc-web@42
|
3 *
|
rc-web@42
|
4 * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
|
rc-web@42
|
5 */
|
rc-web@42
|
6
|
rc-web@42
|
7 /*********************************************
|
rc-web@42
|
8 * FONT-FACE DEFINITIONS
|
rc-web@42
|
9 *********************************************/
|
rc-web@42
|
10
|
rc-web@42
|
11 @font-face {
|
rc-web@42
|
12 font-family: 'League Gothic';
|
rc-web@42
|
13 src: url('../../lib/font/league_gothic-webfont.eot');
|
rc-web@42
|
14 src: url('../../lib/font/league_gothic-webfont.eot?#iefix') format('embedded-opentype'),
|
rc-web@42
|
15 url('../../lib/font/league_gothic-webfont.woff') format('woff'),
|
rc-web@42
|
16 url('../../lib/font/league_gothic-webfont.ttf') format('truetype'),
|
rc-web@42
|
17 url('../../lib/font/league_gothic-webfont.svg#LeagueGothicRegular') format('svg');
|
rc-web@42
|
18
|
rc-web@42
|
19 font-weight: normal;
|
rc-web@42
|
20 font-style: normal;
|
rc-web@42
|
21 }
|
rc-web@42
|
22
|
rc-web@42
|
23
|
rc-web@42
|
24 /*********************************************
|
rc-web@42
|
25 * GLOBAL STYLES
|
rc-web@42
|
26 *********************************************/
|
rc-web@42
|
27
|
rc-web@42
|
28 body {
|
rc-web@42
|
29 font-family: 'Lato', Times, 'Times New Roman', serif;
|
rc-web@42
|
30 font-size: 36px;
|
rc-web@42
|
31 font-weight: 200;
|
rc-web@42
|
32 letter-spacing: -0.02em;
|
rc-web@42
|
33 color: #eee;
|
rc-web@42
|
34
|
rc-web@42
|
35 background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM1NTVhNWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWMxZTIwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
|
rc-web@42
|
36 background-color: #2b2b2b;
|
rc-web@42
|
37 background: -moz-radial-gradient(center, ellipse cover, rgba(85,90,95,1) 0%, rgba(28,30,32,1) 100%);
|
rc-web@42
|
38 background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(85,90,95,1)), color-stop(100%,rgba(28,30,32,1)));
|
rc-web@42
|
39 background: -webkit-radial-gradient(center, ellipse cover, rgba(85,90,95,1) 0%,rgba(28,30,32,1) 100%);
|
rc-web@42
|
40 background: -o-radial-gradient(center, ellipse cover, rgba(85,90,95,1) 0%,rgba(28,30,32,1) 100%);
|
rc-web@42
|
41 background: -ms-radial-gradient(center, ellipse cover, rgba(85,90,95,1) 0%,rgba(28,30,32,1) 100%);
|
rc-web@42
|
42 background: radial-gradient(center, ellipse cover, rgba(85,90,95,1) 0%,rgba(28,30,32,1) 100%);
|
rc-web@42
|
43 }
|
rc-web@42
|
44
|
rc-web@42
|
45
|
rc-web@42
|
46 /*********************************************
|
rc-web@42
|
47 * HEADERS
|
rc-web@42
|
48 *********************************************/
|
rc-web@42
|
49
|
rc-web@42
|
50 .reveal h1,
|
rc-web@42
|
51 .reveal h2,
|
rc-web@42
|
52 .reveal h3,
|
rc-web@42
|
53 .reveal h4,
|
rc-web@42
|
54 .reveal h5,
|
rc-web@42
|
55 .reveal h6 {
|
rc-web@42
|
56 margin: 0 0 20px 0;
|
rc-web@42
|
57 color: #eee;
|
rc-web@42
|
58 font-family: 'League Gothic', Impact, sans-serif;
|
rc-web@42
|
59 line-height: 0.9em;
|
rc-web@42
|
60 letter-spacing: 0.02em;
|
rc-web@42
|
61
|
rc-web@42
|
62 text-transform: uppercase;
|
rc-web@42
|
63 text-shadow: 0px 0px 6px rgba(0,0,0,0.2);
|
rc-web@42
|
64 }
|
rc-web@42
|
65
|
rc-web@42
|
66 .reveal h1 {
|
rc-web@42
|
67 text-shadow: 0 1px 0 #ccc,
|
rc-web@42
|
68 0 2px 0 #c9c9c9,
|
rc-web@42
|
69 0 3px 0 #bbb,
|
rc-web@42
|
70 0 4px 0 #b9b9b9,
|
rc-web@42
|
71 0 5px 0 #aaa,
|
rc-web@42
|
72 0 6px 1px rgba(0,0,0,.1),
|
rc-web@42
|
73 0 0 5px rgba(0,0,0,.1),
|
rc-web@42
|
74 0 1px 3px rgba(0,0,0,.3),
|
rc-web@42
|
75 0 3px 5px rgba(0,0,0,.2),
|
rc-web@42
|
76 0 5px 10px rgba(0,0,0,.25),
|
rc-web@42
|
77 0 20px 20px rgba(0,0,0,.15);
|
rc-web@42
|
78 }
|
rc-web@42
|
79
|
rc-web@42
|
80
|
rc-web@42
|
81 /*********************************************
|
rc-web@42
|
82 * LINKS
|
rc-web@42
|
83 *********************************************/
|
rc-web@42
|
84
|
rc-web@42
|
85 .reveal a:not(.image) {
|
rc-web@42
|
86 color: hsl(185, 85%, 50%);
|
rc-web@42
|
87 text-decoration: none;
|
rc-web@42
|
88
|
rc-web@42
|
89 -webkit-transition: color .15s ease;
|
rc-web@42
|
90 -moz-transition: color .15s ease;
|
rc-web@42
|
91 -ms-transition: color .15s ease;
|
rc-web@42
|
92 -o-transition: color .15s ease;
|
rc-web@42
|
93 transition: color .15s ease;
|
rc-web@42
|
94 }
|
rc-web@42
|
95 .reveal a:not(.image):hover {
|
rc-web@42
|
96 color: hsl(185, 85%, 70%);
|
rc-web@42
|
97
|
rc-web@42
|
98 text-shadow: none;
|
rc-web@42
|
99 border: none;
|
rc-web@42
|
100 border-radius: 2px;
|
rc-web@42
|
101 }
|
rc-web@42
|
102
|
rc-web@42
|
103 .reveal .roll span:after {
|
rc-web@42
|
104 color: #fff;
|
rc-web@42
|
105 background: hsl(185, 60%, 35%);
|
rc-web@42
|
106 }
|
rc-web@42
|
107
|
rc-web@42
|
108
|
rc-web@42
|
109 /*********************************************
|
rc-web@42
|
110 * IMAGES
|
rc-web@42
|
111 *********************************************/
|
rc-web@42
|
112
|
rc-web@42
|
113 .reveal section img {
|
rc-web@42
|
114 margin: 30px 0 0 0;
|
rc-web@42
|
115 background: rgba(255,255,255,0.12);
|
rc-web@42
|
116 border: 4px solid #eee;
|
rc-web@42
|
117
|
rc-web@42
|
118 -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
|
rc-web@42
|
119 -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
|
rc-web@42
|
120 box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
|
rc-web@42
|
121
|
rc-web@42
|
122 -webkit-transition: all .2s linear;
|
rc-web@42
|
123 -moz-transition: all .2s linear;
|
rc-web@42
|
124 -ms-transition: all .2s linear;
|
rc-web@42
|
125 -o-transition: all .2s linear;
|
rc-web@42
|
126 transition: all .2s linear;
|
rc-web@42
|
127 }
|
rc-web@42
|
128
|
rc-web@42
|
129 .reveal a:hover img {
|
rc-web@42
|
130 background: rgba(255,255,255,0.2);
|
rc-web@42
|
131 border-color: #13DAEC;
|
rc-web@42
|
132
|
rc-web@42
|
133 -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
|
rc-web@42
|
134 -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
|
rc-web@42
|
135 box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
|
rc-web@42
|
136 }
|
rc-web@42
|
137
|
rc-web@42
|
138
|
rc-web@42
|
139 /*********************************************
|
rc-web@42
|
140 * NAVIGATION CONTROLS
|
rc-web@42
|
141 *********************************************/
|
rc-web@42
|
142
|
rc-web@42
|
143 .reveal .controls a {
|
rc-web@42
|
144 color: #fff;
|
rc-web@42
|
145 }
|
rc-web@42
|
146 .reveal .controls a.enabled {
|
rc-web@42
|
147 color: hsl(185, 85%, 70%);
|
rc-web@42
|
148 text-shadow: 0px 0px 2px hsla(185, 45%, 70%, 0.3);
|
rc-web@42
|
149 }
|
rc-web@42
|
150
|
rc-web@42
|
151
|
rc-web@42
|
152 /*********************************************
|
rc-web@42
|
153 * PROGRESS BAR
|
rc-web@42
|
154 *********************************************/
|
rc-web@42
|
155
|
rc-web@42
|
156 .reveal .progress {
|
rc-web@42
|
157 background: rgba(0,0,0,0.2);
|
rc-web@42
|
158 }
|
rc-web@42
|
159 .reveal .progress span {
|
rc-web@42
|
160 background: hsl(185, 85%, 50%);
|
rc-web@42
|
161
|
rc-web@42
|
162 -webkit-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
|
rc-web@42
|
163 -moz-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
|
rc-web@42
|
164 -ms-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
|
rc-web@42
|
165 -o-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
|
rc-web@42
|
166 transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
|
rc-web@42
|
167 }
|
rc-web@42
|
168
|
rc-web@42
|
169
|