123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334 |
- /* @override http://macs.local/gwd/gapps/css/theme/daw.css */
- @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);
- /**
- * Based on the Sky theme for reveal.js.
- */
- .reveal a:not(.image) {
- line-height: 1.3em; }
- /*********************************************
- * GLOBAL STYLES
- *********************************************/
- body {
- background: #add9e4;
- background: -moz-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
- background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f7fbfc), color-stop(100%, #add9e4));
- background: -webkit-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
- background: -o-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
- background: -ms-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
- background: radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
- background-color: #f7fbfc; }
- .reveal {
- font-family: "Open Sans", sans-serif;
- font-size: 36px;
- font-weight: normal;
- letter-spacing: -0.02em;
- color: #333333; }
- ::selection {
- color: white;
- background: #134674;
- text-shadow: none; }
- /*********************************************
- * HEADERS
- *********************************************/
- .reveal h1,
- .reveal h2,
- .reveal h3,
- .reveal h4,
- .reveal h5,
- .reveal h6 {
- margin: 0 0 20px 0;
- color: #333333;
- font-family: "Quicksand", sans-serif;
- line-height: 0.9em;
- letter-spacing: -0.08em;
- text-transform: uppercase;
- text-shadow: none; }
- /*********************************************
- * LINKS
- *********************************************/
- .reveal a:not(.image) {
- color: #3b759e;
- text-decoration: none;
- -webkit-transition: color .15s ease;
- -moz-transition: color .15s ease;
- -ms-transition: color .15s ease;
- -o-transition: color .15s ease;
- transition: color .15s ease; }
- .reveal a:not(.image):hover {
- color: #0865A6;
- text-shadow: none;
- border: none; }
- .reveal .roll span:after {
- color: #fff;
- background: #0865A6; }
- /*********************************************
- * IMAGES
- *********************************************/
- .reveal section img {
- margin: 15px 0px;
- background: rgba(255, 255, 255, 0.12);
- border: 4px solid #333333;
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
- -webkit-transition: all .2s linear;
- -moz-transition: all .2s linear;
- -ms-transition: all .2s linear;
- -o-transition: all .2s linear;
- transition: all .2s linear; }
-
- .reveal section img.noborder {
- border: none;
- }
- .reveal a:hover img {
- background: rgba(255, 255, 255, 0.2);
- border-color: #3b759e;
- box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
- /*********************************************
- * NAVIGATION CONTROLS
- *********************************************/
- .reveal .controls div.navigate-left,
- .reveal .controls div.navigate-left.enabled {
- border-right-color: #3b759e; }
- .reveal .controls div.navigate-right,
- .reveal .controls div.navigate-right.enabled {
- border-left-color: #3b759e; }
- .reveal .controls div.navigate-up,
- .reveal .controls div.navigate-up.enabled {
- border-bottom-color: #3b759e; }
- .reveal .controls div.navigate-down,
- .reveal .controls div.navigate-down.enabled {
- border-top-color: #3b759e; }
- .reveal .controls div.navigate-left.enabled:hover {
- border-right-color: #74a7cb; }
- .reveal .controls div.navigate-right.enabled:hover {
- border-left-color: #74a7cb; }
- .reveal .controls div.navigate-up.enabled:hover {
- border-bottom-color: #74a7cb; }
- .reveal .controls div.navigate-down.enabled:hover {
- border-top-color: #74a7cb; }
- /*********************************************
- * PROGRESS BAR
- *********************************************/
- .reveal .progress {
- background: rgba(0, 0, 0, 0.2); }
- .reveal .progress span {
- background: #3b759e;
- -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
- -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
- -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
- -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
- transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
- /*********************************************
- * SLIDE NUMBER
- *********************************************/
- .reveal .slide-number {
- color: #3b759e; }
- /*********************************************
- * Custom - windhamdavid
- *********************************************/
- .reveal h1 {
- text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }
-
- .reveal h1.light,
- .reveal h2.light,
- .reveal h3.light,
- .reveal h4.light {
- color: #e1e1e1;
- }
- .reveal p.light {
- color: #e1e1e1;
- }
- .bg-block {
- background: #fff;
- padding: 20px;
- opacity:0.8;
- filter:alpha(opacity=80); /* For IE8 and earlier */
- }
- .bg-block h4 {
- padding: 30px;
- }
- .reveal .theend {
- background: #000;
- }
- .reveal span.highlight {
- color:#cecece;
- text-shadow: 1px 1px 1px #000;
- /*text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
- text-shadow: 1px 1px 1px #000, 3px 3px 5px blue;*/
- }
- .reveal p.footnotes {
- font-size:14px;
- padding-bottom:10px;
- }
- .reveal a.light {
- color:#FF70F4;
- }
- @-webkit-keyframes pulse {
- 0% {color: #FF70F4;}
- 25% {color: #5974F7;}
- 50% {color: #63DAFF ;}
- 75% {color: #8FF763;}
- 100% {color: #F79A59;}
- }
- .reveal h1.colors {
- -webkit-text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
- -moz-text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
- text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
- color: #45CEEF; -webkit-animation: pulse 10s infinite alternate; }
- }
- @-webkit-keyframes pulse {
- 0% {color: #FF70F4;}
- 25% {color: #5974F7;}
- 50% {color: #63DAFF ;}
- 75% {color: #8FF763;}
- 100% {color: #F79A59;}
- }
- .reveal h1.colors span.g {
- -webkit-text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
- -moz-text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
- text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
- color: #45CEEF; -webkit-animation: pulse 5s infinite alternate; }
- }
- @-webkit-keyframes pulse {
- 0% {color: #FF70F4;}
- 25% {color: #5974F7;}
- 50% {color: #63DAFF ;}
- 75% {color: #8FF763;}
- 100% {color: #F79A59;}
- }
- .reveal h1.colors span.g2 {
- -webkit-text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
- -moz-text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
- text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
- color: #45CEEF; -webkit-animation: pulse 6s infinite alternate; }
- }
- @-webkit-keyframes pulse {
- 0% {color: #FF70F4;}
- 25% {color: #5974F7;}
- 50% {color: #63DAFF ;}
- 75% {color: #8FF763;}
- 100% {color: #F79A59;}
- }
- .reveal h1.colors span.o {
- -webkit-text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
- -moz-text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
- text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
- color: #45CEEF; -webkit-animation: pulse 7s infinite alternate; }
- }
- @-webkit-keyframes pulse {
- 0% {color: #FF70F4;}
- 25% {color: #5974F7;}
- 50% {color: #63DAFF ;}
- 75% {color: #8FF763;}
- 100% {color: #F79A59;}
- }
- .reveal h1.colors span.o2 {
- -webkit-text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
- -moz-text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
- text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
- color: #45CEEF; -webkit-animation: pulse 8s infinite alternate; }
- }
- @-webkit-keyframes pulse {
- 0% {color: #FF70F4;}
- 25% {color: #5974F7;}
- 50% {color: #63DAFF ;}
- 75% {color: #8FF763;}
- 100% {color: #F79A59;}
- }
- .reveal h1.colors span.l {
- -webkit-text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
- -moz-text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
- text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
- color: #45CEEF; -webkit-animation: pulse 9s infinite alternate; }
- }
- @-webkit-keyframes pulse {
- 0% {color: #FF70F4;}
- 25% {color: #5974F7;}
- 50% {color: #63DAFF ;}
- 75% {color: #8FF763;}
- 100% {color: #F79A59;}
- }
- .reveal h1.colors span.e {
- -webkit-text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
- -moz-text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
- text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
- color: #45CEEF; -webkit-animation: pulse 11s infinite alternate; }
- }
- #heart {
- position: relative;
- width: 100px;
- height: 90px;
- }
- #heart:before,
- #heart:after {
- position: absolute;
- content: "";
- left: 50px;
- top: 0;
- width: 50px;
- height: 80px;
- background: red;
- -moz-border-radius: 50px 50px 0 0;
- border-radius: 50px 50px 0 0;
- -webkit-transform: rotate(-45deg);
- -moz-transform: rotate(-45deg);
- -ms-transform: rotate(-45deg);
- -o-transform: rotate(-45deg);
- transform: rotate(-45deg);
- -webkit-transform-origin: 0 100%;
- -moz-transform-origin: 0 100%;
- -ms-transform-origin: 0 100%;
- -o-transform-origin: 0 100%;
- transform-origin: 0 100%;
- }
- #heart:after {
- left: 0;
- -webkit-transform: rotate(45deg);
- -moz-transform: rotate(45deg);
- -ms-transform: rotate(45deg);
- -o-transform: rotate(45deg);
- transform: rotate(45deg);
- -webkit-transform-origin: 100% 100%;
- -moz-transform-origin: 100% 100%;
- -ms-transform-origin: 100% 100%;
- -o-transform-origin: 100% 100%;
- transform-origin :100% 100%;
- }
- /* color key
- dark - 008F0B - GR | A68B08 - YL | 9C2500 - RD | 70089C - PP | 0865A6 - BL
- light -
- inverted - FF70F4 | 5974F7 | 63DAFF | 8FF763 | F79A59
- /*
-
|