Skip to content

Instantly share code, notes, and snippets.

@oblitum
Forked from biovisualize/index.html
Created April 11, 2016 06:53
Show Gist options
  • Save oblitum/f13d0f049607ebb824de534d9d50adf1 to your computer and use it in GitHub Desktop.
Save oblitum/f13d0f049607ebb824de534d9d50adf1 to your computer and use it in GitHub Desktop.
Posting gist/blocks to blogger
<!-- Override Gist styling -->
<style type="text/css">
iframe{background-color: #0a0a0a;}
div.gist-syntax {background-color:#0a0a0a!important;}
div.gist {color:#ccc!important;}
span.nt, span.kd, span.k, span.o{color:aliceblue!important;}
.gist .gist-file{border-color:#444!important;}
.gist .gist-file .gist-meta{background-color:#0a0a0a!important;}
</style>
<!-- Embed Gist result from Rawgit -->
<iframe frameborder="0" height="100" marginheight="0" marginwidth="0" scrolling="no" src="https://cdn.rawgit.com/biovisualize/2973775/raw/87f863a26316d6c1c493c6d591bd1198b71bb8dd/index.html" style="background-color: #0a0a0a;" width="400"></iframe>
<!-- Embed Gist -->
<script src="https://gist.github.com/2973775.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment