Last active
February 15, 2017 13:25
-
-
Save biovisualize/3118468 to your computer and use it in GitHub Desktop.
Posting gist/blocks to blogger
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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
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.