|
|
|
@ -3,18 +3,26 @@
|
|
|
|
|
* Basic and global styles for generating structural layout |
|
|
|
|
* ------------------------------------------------------------------------------------------- */ |
|
|
|
|
|
|
|
|
|
/* TESTING PURPOSES |
|
|
|
|
/* TIMELINE EMBED |
|
|
|
|
================================================== */ |
|
|
|
|
html, body { |
|
|
|
|
height:100%; |
|
|
|
|
padding: 0px; |
|
|
|
|
margin: 0px; |
|
|
|
|
#timeline-embed { |
|
|
|
|
background-color: #FFF; |
|
|
|
|
margin-bottom:20px; |
|
|
|
|
border: 1px solid #CCC; |
|
|
|
|
padding-top:20px; |
|
|
|
|
padding-bottom:20px; |
|
|
|
|
clear:both; |
|
|
|
|
-webkit-border-radius: 10px; |
|
|
|
|
-moz-border-radius: 10px; |
|
|
|
|
border-radius: 10px; |
|
|
|
|
-moz-box-shadow: 0 1px 3px rgba(0,0,0,.25); |
|
|
|
|
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25); |
|
|
|
|
box-shadow: 1px 2px 6px rgba(0,0,0,.25); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
/* IPHONE ETC |
|
|
|
|
================================================== */ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* TIMELINE |
|
|
|
|
================================================== */ |
|
|
|
|
#timeline { |
|
|
|
|
width: 100%; |
|
|
|
|
height:100%; |
|
|
|
|