Skip to content

Commit

Permalink
Added example page. Added bootstrap and prettify for examples page.
Browse files Browse the repository at this point in the history
  • Loading branch information
Warren Benedetto committed Dec 4, 2012
1 parent 6c81971 commit a205c40
Show file tree
Hide file tree
Showing 5 changed files with 454 additions and 64 deletions.
9 changes: 9 additions & 0 deletions examples/assets/bootstrap.min.css

Large diffs are not rendered by default.

132 changes: 132 additions & 0 deletions examples/assets/prettify.css
@@ -0,0 +1,132 @@
/* Tomorrow Night Blue Theme */
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
/* Pretty printing styles. Used with prettify.js. */
/* SPAN elements with the classes below are added by prettyprint. */
/* plain text */
.pln {
color: #eaeaea; }

@media screen {
/* string content */
.str {
color: #b9ca4a; }

/* a keyword */
.kwd {
color: #c397d8; }

/* a comment */
.com {
color: #969896; }

/* a type name */
.typ {
color: #7aa6da; }

/* a literal value */
.lit {
color: #e78c45; }

/* punctuation */
.pun {
color: #eaeaea; }

/* lisp open bracket */
.opn {
color: #eaeaea; }

/* lisp close bracket */
.clo {
color: #eaeaea; }

/* a markup tag name */
.tag {
color: #d54e53; }

/* a markup attribute name */
.atn {
color: #e78c45; }

/* a markup attribute value */
.atv {
color: #70c0b1; }

/* a declaration */
.dec {
color: #e78c45; }

/* a variable name */
.var {
color: #d54e53; }

/* a function name */
.fun {
color: #7aa6da; } }
/* Use higher contrast and text-weight for printable form. */
@media print, projection {
.str {
color: #060; }

.kwd {
color: #006;
font-weight: bold; }

.com {
color: #600;
font-style: italic; }

.typ {
color: #404;
font-weight: bold; }

.lit {
color: #044; }

.pun, .opn, .clo {
color: #440; }

.tag {
color: #006;
font-weight: bold; }

.atn {
color: #404; }

.atv {
color: #060; } }

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
margin-top: 0;
margin-bottom: 0; }

/* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L4,
li.L5,
li.L6,
li.L7,
li.L8,
li.L9 {
/* */ }

/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
/* */ }

/* Style */
xmp.prettyprint,
pre.prettyprint {
background: #1d1f21;
font-family: Menlo, Monaco, Consolas, monospace;
font-size: 12px;
line-height: 1.5;
border: 1px solid #ccc;
padding: 10px; }
28 changes: 28 additions & 0 deletions examples/assets/prettify.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a205c40

Please sign in to comment.