File: examples/prettify/prettify.css

Recommend this page to a friend!
  Classes of philippe thomassigny   WAJAF   examples/prettify/prettify.css   Download  
File: examples/prettify/prettify.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WAJAF
Build single page applications
Author: By
Last change: first commit
Date: 2 years ago
Size: 665 bytes
 

Contents

Class file image Download
/* Pretty printing styles. Used with prettify.js. */ .str { color: #0a0; } .kwd { color: #00c; } .com { color: #c00; } .typ { color: #a0a; } .lit { color: #0aa; } .pun { color: #880; } .pln { color: #000; } .tag { color: #00c; } .atn { color: #c0c; } .atv { color: #0a0; } .dec { color: #c0c; } pre.prettyprint { padding: 2px; } @media print { .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 { color: #440; } .pln { color: #000; } .tag { color: #006; font-weight: bold; } .atn { color: #404; } .atv { color: #060; } }