8 lines
774 B
CSS
8 lines
774 B
CSS
body { background:#ddd; }
|
|
#header { position:fixed; top:0; left:0; right:0; z-index:100; height:2.5em; line-height:2.5em; padding:.5em; background:#1d2d44; -moz-box-shadow:0 0 10px rgba(0, 0, 0, .5), inset 0 -2px 10px #222; -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .5), inset 0 -2px 10px #222; box-shadow:0 0 10px rgba(0, 0, 0, .5), inset 0 -2px 10px #222; }
|
|
#details { color:#fff; }
|
|
#header #download { margin-left:2em; font-weight:bold; color:#fff; }
|
|
#preview { min-height:30em; margin:50px auto; padding-top:2em; border-bottom:1px solid #f8f8f8; background:#eee; text-align:center; }
|
|
#noPreview { display:none; padding-top:5em; }
|
|
p.info { width:22em; text-align: center; margin:2em auto; color:#777; text-shadow:#fff 0 1px 0; }
|
|
p.info a { font-weight:bold; color:#777; } |