|
8 | 8 | height: 0; |
9 | 9 | overflow: hidden; |
10 | 10 | } |
11 | | - .responsive-google-slides iframe { |
| 11 | + .responsive-google-slides #gslides { |
12 | 12 | border: 0; |
13 | 13 | position: absolute; |
14 | 14 | top: 0; |
|
25 | 25 | a:hover { color: #ffffff; } |
26 | 26 | a:active { color: #ff4040; text-decoration:none; font-weight:normal; } |
27 | 27 |
|
28 | | - #triangle-topleft { |
| 28 | + #triangle-topright { |
29 | 29 | width: 0; |
30 | 30 | height: 0; |
31 | 31 | border-top: 150px solid #9020d1bb; |
32 | 32 | border-left: 150px solid transparent; |
33 | 33 | position: absolute; |
34 | 34 | } |
35 | | - |
36 | | - #container { |
37 | | - position: relative; |
| 35 | + |
| 36 | + #triangle-bottomright { |
| 37 | + width: 0; |
| 38 | + height: 0; |
| 39 | + border-bottom: 150px solid #00000080; |
| 40 | + border-left: 150px solid transparent; |
38 | 41 | } |
39 | 42 |
|
40 | | - #triangle-topleft, #overlay { |
| 43 | + #triangle-topright, #overlay-topright, #triangle-bottomright, #overlay-bottomright { |
41 | 44 | position: absolute; |
42 | 45 | color: white; |
43 | 46 | right: 0; |
44 | 47 | } |
45 | | - #overlay { |
| 48 | + #triangle-bottomright, #overlay-bottomright { |
| 49 | + bottom: 0; |
| 50 | + } |
| 51 | + #overlay-topright { |
46 | 52 | margin-top: 32px; |
47 | 53 | transform: rotate(45deg); |
48 | 54 | text-align: center; |
|
51 | 57 | a:link { color: white; }; |
52 | 58 | a:visited { color: white; } |
53 | 59 | } |
| 60 | + #overlay-bottomright { |
| 61 | + margin-bottom: 50px; |
| 62 | + margin-right: -10px; |
| 63 | + text-align: center; |
| 64 | + color: white; |
| 65 | + font-weight: bold; |
| 66 | + a:link { color: white; }; |
| 67 | + a:visited { color: white; } |
| 68 | + } |
| 69 | + .twitter-follow-button { |
| 70 | + transform: rotate(-45deg); |
| 71 | + } |
54 | 72 | </style> |
55 | 73 |
|
56 | 74 | <body> |
57 | 75 | <div class="responsive-google-slides"> |
58 | | - <iframe src="https://docs.google.com/presentation/d/e/2PACX-1vR2pnXIRht6t5GTsONlnrrqFY5qcU29H2zwN-cUeNIkTrEcJW0-v48QZyTL2C0hd8puXIMZOYSXnaCc/embed?start=true&loop=true&delayms=2000&rm=minimal"></iframe> |
59 | | - <div id="triangle-topleft"></div> |
60 | | - <div id="overlay"><a href="https://www.youtube.com/watch?v=dg0g15Qv5Fo&t=1s">ContainerDays<br/>Recording</a></div> |
| 76 | + <iframe src="https://docs.google.com/presentation/d/e/2PACX-1vR2pnXIRht6t5GTsONlnrrqFY5qcU29H2zwN-cUeNIkTrEcJW0-v48QZyTL2C0hd8puXIMZOYSXnaCc/embed?start=true&loop=true&delayms=2000&rm=minimal" id="gslides"></iframe> |
| 77 | + <div id="triangle-topright"></div> |
| 78 | + <div id="overlay-topright"><a href="https://www.youtube.com/watch?v=dg0g15Qv5Fo&t=1s">ContainerDays<br/>Recording</a></div> |
| 79 | + |
| 80 | + <div id="triangle-bottomright"></div> |
| 81 | + <div id="overlay-bottomright"><a href="https://twitter.com/the_sttts?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-show-count="false">Follow @the_sttts</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + </div> |
61 | 87 | </div> |
62 | 88 | </body> |
0 commit comments