Skip to main content

Welcome

This blog is proof of concept and will migrate somewhere else in the very near future.

The CSS fluff is unimportant: it currently is an out of the box solution from Google Blogger.


Debug

 As the CSS fluff is not set in stone. If you add anything. For now you will have to add in HTML to get the GitHub style for code blocks.

<style>
pre,code {
  font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;
  font-size: 1em;
}

code {
  background-color: rgba(27,31,35,.05);
  border-radius: 3px;
  font-size: 85%;
  margin: 0;
  padding: .2em .4em;
}



pre {
  margin-bottom: 0;
  margin-top: 0;
  background-color: #f6f8fa;
  border-radius: 3px;
  font-size: 85%;
  line-height: 1.45;
  overflow: auto;
  padding: 16px;
}

pre>code {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  white-space: pre;
  word-break: normal;
}

pre code {
  background-color: transparent;
  border: 0;
  display: inline;
  line-height: inherit;
  margin: 0;
  max-width: auto;
  overflow: visible;
  padding: 0;
  word-wrap: normal;
}
</style>

Comments

Popular posts from this blog