// This file is part of the “jQuery.Syntax” project, and is distributed under the MIT License. // Copyright © 2011 Samuel G. D. Williams. <www.oriontransfer.co.nz> // See <jquery.syntax.js> for licensing details.

.syntax-theme-base

.css
  .selector
    color: #458
    font-weight: bold

  .property
    color: teal

  .value

  .color-box
    position: relative

    .sample
      border: 1px solid #000
      position: absolute
      left: 0.2em
      right: 0.2em
      top: 0.2em
      bottom: 0.2em