rc-web@42: /** rc-web@42: * The default theme for reveal.js presentations. rc-web@42: * rc-web@42: * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se rc-web@42: */ rc-web@42: rc-web@42: /********************************************* rc-web@42: * FONT-FACE DEFINITIONS rc-web@42: *********************************************/ rc-web@42: rc-web@42: @font-face { rc-web@42: font-family: 'League Gothic'; rc-web@42: src: url('../../lib/font/league_gothic-webfont.eot'); rc-web@42: src: url('../../lib/font/league_gothic-webfont.eot?#iefix') format('embedded-opentype'), rc-web@42: url('../../lib/font/league_gothic-webfont.woff') format('woff'), rc-web@42: url('../../lib/font/league_gothic-webfont.ttf') format('truetype'), rc-web@42: url('../../lib/font/league_gothic-webfont.svg#LeagueGothicRegular') format('svg'); rc-web@42: rc-web@42: font-weight: normal; rc-web@42: font-style: normal; rc-web@42: } rc-web@42: rc-web@42: rc-web@42: /********************************************* rc-web@42: * GLOBAL STYLES rc-web@42: *********************************************/ rc-web@42: rc-web@42: body { rc-web@42: font-family: 'Lato', Times, 'Times New Roman', serif; rc-web@42: font-size: 36px; rc-web@42: font-weight: 200; rc-web@42: letter-spacing: -0.02em; rc-web@42: color: #eee; rc-web@42: rc-web@42: background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM1NTVhNWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWMxZTIwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); rc-web@42: background-color: #2b2b2b; rc-web@42: background: -moz-radial-gradient(center, ellipse cover, rgba(85,90,95,1) 0%, rgba(28,30,32,1) 100%); rc-web@42: 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: background: -webkit-radial-gradient(center, ellipse cover, rgba(85,90,95,1) 0%,rgba(28,30,32,1) 100%); rc-web@42: background: -o-radial-gradient(center, ellipse cover, rgba(85,90,95,1) 0%,rgba(28,30,32,1) 100%); rc-web@42: background: -ms-radial-gradient(center, ellipse cover, rgba(85,90,95,1) 0%,rgba(28,30,32,1) 100%); rc-web@42: background: radial-gradient(center, ellipse cover, rgba(85,90,95,1) 0%,rgba(28,30,32,1) 100%); rc-web@42: } rc-web@42: rc-web@42: rc-web@42: /********************************************* rc-web@42: * HEADERS rc-web@42: *********************************************/ rc-web@42: rc-web@42: .reveal h1, rc-web@42: .reveal h2, rc-web@42: .reveal h3, rc-web@42: .reveal h4, rc-web@42: .reveal h5, rc-web@42: .reveal h6 { rc-web@42: margin: 0 0 20px 0; rc-web@42: color: #eee; rc-web@42: font-family: 'League Gothic', Impact, sans-serif; rc-web@42: line-height: 0.9em; rc-web@42: letter-spacing: 0.02em; rc-web@42: rc-web@42: text-transform: uppercase; rc-web@42: text-shadow: 0px 0px 6px rgba(0,0,0,0.2); rc-web@42: } rc-web@42: rc-web@42: .reveal h1 { rc-web@42: text-shadow: 0 1px 0 #ccc, rc-web@42: 0 2px 0 #c9c9c9, rc-web@42: 0 3px 0 #bbb, rc-web@42: 0 4px 0 #b9b9b9, rc-web@42: 0 5px 0 #aaa, rc-web@42: 0 6px 1px rgba(0,0,0,.1), rc-web@42: 0 0 5px rgba(0,0,0,.1), rc-web@42: 0 1px 3px rgba(0,0,0,.3), rc-web@42: 0 3px 5px rgba(0,0,0,.2), rc-web@42: 0 5px 10px rgba(0,0,0,.25), rc-web@42: 0 20px 20px rgba(0,0,0,.15); rc-web@42: } rc-web@42: rc-web@42: rc-web@42: /********************************************* rc-web@42: * LINKS rc-web@42: *********************************************/ rc-web@42: rc-web@42: .reveal a:not(.image) { rc-web@42: color: hsl(185, 85%, 50%); rc-web@42: text-decoration: none; rc-web@42: rc-web@42: -webkit-transition: color .15s ease; rc-web@42: -moz-transition: color .15s ease; rc-web@42: -ms-transition: color .15s ease; rc-web@42: -o-transition: color .15s ease; rc-web@42: transition: color .15s ease; rc-web@42: } rc-web@42: .reveal a:not(.image):hover { rc-web@42: color: hsl(185, 85%, 70%); rc-web@42: rc-web@42: text-shadow: none; rc-web@42: border: none; rc-web@42: border-radius: 2px; rc-web@42: } rc-web@42: rc-web@42: .reveal .roll span:after { rc-web@42: color: #fff; rc-web@42: background: hsl(185, 60%, 35%); rc-web@42: } rc-web@42: rc-web@42: rc-web@42: /********************************************* rc-web@42: * IMAGES rc-web@42: *********************************************/ rc-web@42: rc-web@42: .reveal section img { rc-web@42: margin: 30px 0 0 0; rc-web@42: background: rgba(255,255,255,0.12); rc-web@42: border: 4px solid #eee; rc-web@42: rc-web@42: -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); rc-web@42: -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); rc-web@42: box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); rc-web@42: rc-web@42: -webkit-transition: all .2s linear; rc-web@42: -moz-transition: all .2s linear; rc-web@42: -ms-transition: all .2s linear; rc-web@42: -o-transition: all .2s linear; rc-web@42: transition: all .2s linear; rc-web@42: } rc-web@42: rc-web@42: .reveal a:hover img { rc-web@42: background: rgba(255,255,255,0.2); rc-web@42: border-color: #13DAEC; rc-web@42: rc-web@42: -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); rc-web@42: -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); rc-web@42: box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); rc-web@42: } rc-web@42: rc-web@42: rc-web@42: /********************************************* rc-web@42: * NAVIGATION CONTROLS rc-web@42: *********************************************/ rc-web@42: rc-web@42: .reveal .controls a { rc-web@42: color: #fff; rc-web@42: } rc-web@42: .reveal .controls a.enabled { rc-web@42: color: hsl(185, 85%, 70%); rc-web@42: text-shadow: 0px 0px 2px hsla(185, 45%, 70%, 0.3); rc-web@42: } rc-web@42: rc-web@42: rc-web@42: /********************************************* rc-web@42: * PROGRESS BAR rc-web@42: *********************************************/ rc-web@42: rc-web@42: .reveal .progress { rc-web@42: background: rgba(0,0,0,0.2); rc-web@42: } rc-web@42: .reveal .progress span { rc-web@42: background: hsl(185, 85%, 50%); rc-web@42: rc-web@42: -webkit-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); rc-web@42: -moz-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); rc-web@42: -ms-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); rc-web@42: -o-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); rc-web@42: transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); rc-web@42: } rc-web@42: rc-web@42: