﻿/***************************************************
* javascript
***************************************************/
.javascript
{
    color : #595959;
    font-size : 14px;
}

.javascript .comment
{
    color : #7627d8;
}

.javascript .brackets
{
    color : #333333;
}

.javascript .regex
{
    color : purple;
}

.javascript .string
{
    color : #339900;
}

.javascript .global
{
    color : Red;
}

.javascript .keywords
{
    color : #ffb10b;
}

/***************************************************
* html
***************************************************/
.html
{
    color : #595959;
    font-size : 14px;    
}
.html .comment
{
    color : #7627d8;    
}
.html .tag
{
    color : #333333;    
}
.html .string
{
    color : #62b029;    
}
.html .attribute
{
    color : #ec7312;    
}
.html .doctype
{
    color : Green;
}

/***************************************************
* css
***************************************************/
.css
{
    color : #595959;
    font-size : 14px;    
}

.css .comment
{
    color : #7627d8;
}

.css .keywords
{
    color : #ffb10b;
}

.css .selectors
{
    color : #333333;    
}

.css .properties
{
    color : #ec7312;    
}

.css .units
{
    color : #62b029;    
}

.css .urls
{
    color : #62b029;    
}