neue 3d Objekte
This commit is contained in:
31
gilder/attribution_card.html
Normal file
31
gilder/attribution_card.html
Normal file
@@ -0,0 +1,31 @@
|
||||
<!-- from http://www.thingiverse.com/thing:8174 by whosawhatsis, used with permission -->
|
||||
<style type="text/css">
|
||||
#tagback {padding: 50px;background: white;}
|
||||
.tag {position: relative;border: 1px solid #eeeeee;width: 450px;height: 150px;margin: 0px;padding: 10px 10px 10px 120px;}
|
||||
.tag .qrcode-sidebar {float: right;margin: 0px;padding: 0px;}
|
||||
.tag a {color: black;text-decoration: none;}
|
||||
.tag h1 {font: bold 18px Arial,sans-serif;margin: 0px;padding: 0px; word-wrap: break-word; max-height: 2.25em; overflow: hidden;}
|
||||
.tag h2 {font: 14px Arial,sans-serif;margin: 0px;padding: 0px;}
|
||||
.tag h3 {font: 12px Courier,monospace;margin: 0px;padding: 0px;}
|
||||
.tag h4 {font: 9px Arial,sans-serif;position: absolute;bottom: 0px;left: 0px;margin: 0px 150px 0px 0px;padding: 0px;}
|
||||
.tag h4 div {float: left;margin: 0px 5px 15px 125px;height: 40px;}
|
||||
.tag h4 div img {height: 40px;}
|
||||
</style>
|
||||
|
||||
<div id="tagback"><div class="tag">
|
||||
<div class="qrcode-sidebar">
|
||||
<img src="//chart.apis.google.com/chart?chs=150x150&cht=qr&chl=thingiverse.com/thing:548230&choe=UTF-8&chld=Q|1">
|
||||
</div>
|
||||
<h1>One-Piece Printed Glider by pittance</h1>
|
||||
<h2>Published on November 16, 2014</h2>
|
||||
<h3>www.thingiverse.com/thing:548230</h3>
|
||||
<h4>
|
||||
Creative Commons - Public Domain Dedication<br /></h4>
|
||||
</div></div>
|
||||
|
||||
<script>
|
||||
// TODO
|
||||
window.onload = function(){
|
||||
document.getElementById('tagback').appendChild(document.getElementById('tagback').firstChild.cloneNode(true));
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user