(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[public] | [public] | ||
<html> | <html> | ||
− | <div> | + | <style> |
− | <div id="carousel" style="min-width: | + | .carouselContainer { min-height: 400px; padding: 5px 0 5px 0; } |
− | <div style="min-width: | + | |
+ | .carouselPrev, .carouselNext { | ||
+ | background: #004250; | ||
+ | } | ||
+ | |||
+ | .carouselPrev:hover, .carouselNext:hover { | ||
+ | background: #7ab800 !important; | ||
+ | } | ||
+ | </style> | ||
+ | <div style='border: 3px solid #004250; background: #004250;'> | ||
+ | <div id="carousel" style="min-width:400px;width:69%;display:inline-block;"></div> | ||
+ | <div style="min-width:160px;width:30%;display:inline-block;"><iframe src="https://calendar.google.com/calendar/b/2/embed?height=400&wkst=1&bgcolor=%23004250&ctz=America%2FEdmonton&src=dWFsYmVydGEuY2FfYjYzcDdtOG4zaDVlOW00NzRwajB1a21lOXNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&color=%23004250&showPrint=0&showTitle=0&mode=AGENDA&showNav=1&showDate=0&showTz=1" style="border-width:0" width="100%" height="390" frameborder="0" scrolling="no"></iframe></div> | ||
</div> | </div> | ||
<script type="text/javascript"> | <script type="text/javascript"> |