Skip to content

Instantly share code, notes, and snippets.

@biovisualize
Last active February 15, 2017 13:25
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save biovisualize/3118468 to your computer and use it in GitHub Desktop.
Save biovisualize/3118468 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>
@ksobon
Copy link

ksobon commented Nov 3, 2014

would you be able to help me with styling a gist embed so that it doesn't show the inner frame? its the frame around the code that shows up and makes it ugly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment