|
| 1 | +/* |
| 2 | +Copyright 2012 Google Inc. |
| 3 | +
|
| 4 | +Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | +you may not use this file except in compliance with the License. |
| 6 | +You may obtain a copy of the License at |
| 7 | +
|
| 8 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | +
|
| 10 | +Unless required by applicable law or agreed to in writing, software |
| 11 | +distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | +See the License for the specific language governing permissions and |
| 14 | +limitations under the License. |
| 15 | +
|
| 16 | +
|
| 17 | + Based on HTML5Slides from http://code.google.com/p/html5slides/ |
| 18 | + Special thanks to: Eric Bidelman, Luke MahŽ, Marcin Wichary, |
| 19 | + Dominic Mazzoni, Charles Chen |
| 20 | +
|
| 21 | + Authors: Chris Wilson ([email protected]) |
| 22 | + |
| 23 | +*/ |
| 24 | + |
| 25 | +/* |
| 26 | + Custom User Styles Go Here |
| 27 | +*/ |
| 28 | + |
| 29 | + |
| 30 | +.overlayBox { |
| 31 | + background-color:rgba(255, 255, 255, 0.9); |
| 32 | + position:absolute; |
| 33 | + top: 175px; |
| 34 | + left:5%; |
| 35 | + width:90%; |
| 36 | + margin: 0px; |
| 37 | + padding: 25px; |
| 38 | + -webkit-box-shadow: 0 0 5px 5px rgba(250, 250, 250, 0.9); |
| 39 | + -webkit-box-sizing: border-box; |
| 40 | +} |
| 41 | + |
| 42 | +.overlayBox div { |
| 43 | + font-size:1.5em; |
| 44 | + line-height:1.0em; |
| 45 | + margin-bottom: 25px; |
| 46 | +} |
| 47 | + |
| 48 | +.overlayBox ul { |
| 49 | + margin-top: 0px; |
| 50 | +} |
| 51 | + |
| 52 | +article.exercise p:first-of-type { |
| 53 | + font-weight: bold; |
| 54 | +} |
| 55 | + |
| 56 | +article.exercise ol { |
| 57 | + margin-left: 25px; |
| 58 | +} |
0 commit comments