Skip to content

Instantly share code, notes, and snippets.

@sysint64
Last active February 21, 2016 07:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sysint64/8820185cb8ca8a6097fe to your computer and use it in GitHub Desktop.
Save sysint64/8820185cb8ca8a6097fe to your computer and use it in GitHub Desktop.
Ucoz code highlight
<style>
.prettyprint {
width: 700px;
max-height: 500px;
overflow-x: auto;
overflow-y: auto;
font-size: 12px;
padding-left: 12px !important;
padding-right: 12px !important;
white-space: nowrap !important;
}
.posttdMessage img {
max-width: 700px;
}
@media screen and (max-width: 900px) {
.prettyprint {
width: 400px;
font-size: 10px;
}
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment