.code_window
  +border-top-radius(5px)
  +border-bottom-radius(2px)
  background: #aaaaaa image-url("code_bg.png") top repeat-x
  position: relative
  margin: 0.3em 0 1.3em
  padding: 0 3px 3px
  font-size: 14px
  border: 1px solid #898989
  border-top-color: #cbcbcb
  border-left-color: #a5a5a5
  border-right-color: #a5a5a5
  em
    text-align: center
    +text-shadow(#cccccc, 1px, 1px, 1px)
    display: block
    padding: 1px 0
    color: #333333
    font-style: normal
    +sans-font
  .highlight
    margin: 0
 
pre
  color: #cccccc
  font-size: 13px
  background: #222222
  line-height: 1.5em
  border: #aaaaaa 1px solid
  overflow-x: auto
  overflow-y: hidden
  padding: 25px 20px
  .lineno
    color: #888888
    background: #e3e3e3
    display: inline-block
    padding: 0 0 0 10px
    &:first-child
      padding-top: 15px
      display: inline-block
 
.highlight
  position: relative
  .pre_expander
    +mono-font
    font-size: 10px
    text-align: right
    padding: 4px 8px
    line-height: 150%
    position: absolute
    cursor: pointer
    top: 2px
    right: 2px
    +border-bottom-left-radius
    display: block
    color: #777777
    background: #333333
    &:hover
      background: #444444
      color: #cccccc
 
// based on: http://github.com/mojombo/tpw/raw/master/css/syntax.css
.editor
  background: rgb(0, 22, 41)
  line-height: 1.25
 
pre.console
  background-color: black
  color: lighten(green, 25)
  letter-spacing: 1px
  padding: 0.5em
  .prompt
    color: lighten(navy, 50)
    &:before
      color: white
      content: "["
    &:after
      color: white
      content: "]"
  .stdin
    font-weight: bold
    color: lighten(green, 75)
 
.highlight
  padding: 0 0 0.1em
  color: white
  // Comment
  .c
    color: #999988
    font-style: italic
  // Error
  .err
    color: #a61717
    background-color: #e3d2d2
  // Name
  .n
    color: white
  // Keyword
  .k
    color: rgb(255, 157, 0)
  // Paren
  .p
    color: darken(#ff9d00, 33)