// 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

.xml
  .cdata-content
    color: #046
    border-radius: 0.5em

  .xml-tag, .cdata
    color: #00c

  .tag-name, .cdata-tag
    color: #00f
    font-weight: bold

  .namespace
    color: #00c

  .attribute
    color: #00c

  .instruction
    color: #00c

  .entity, .percent-escape
    color: #666
    background-color: #ddd
    border-radius: 0.5em