From BlenderWiki

Jump to: navigation, search
Note: This is an archived version of the Blender Developer Wiki. The current and active wiki is available on wiki.blender.org.

original code:

pre {
  background-color: #55f;
  padding: 10px;
}


looks like below:

pre {
  background-color: #55f;
  padding: 10px;
}