/* Source code styles based on the Tango color map
 * http://tango.freedesktop.org/static/cvs/tango-art-tools/palettes/Tango-Palette.svg
 */
.requests { color: #333; }
.requests .method { color: #204a87; }

.apache-conf { color: #333; }
.apache-conf .directive { color: #204a87; }
.apache-conf .value { color: #4e9a06; }
.apache-conf .group { color: #5c3566; }
.apache-conf .special-token { color: #888a85; }

.html:not(li), .xml { color: #333; }
.html .php-open, .html .php, .html .php-close { background: hsla(210, 50%, 50%, 0.125); }

.html .tag, .xml .tag { color: #3465a4; }
.html .tag .attribute, .xml .tag .attribute { color: #5c3566; }
.html .tag .attribute-value, .xml .tag .attribute-value { color: #4e9a06; }
.xml .processing-instruction { color: #8f5902; }

.php:not(li) { color: inherit; }
.php-open, .php-close { color: #204a87; }
.php-open { border-radius: 5px 0 0 5px; }
.php-close { border-radius: 0 5px 5px 0; }
.php .keyword { color: #75507b; font-style: italic; }
.php .var { color: #204a87; font-style: italic; }
.php .number { color: #ce5c00; }
.php .string { color: #4e9a06; }

.css:not(li) { color: inherit; }
.css .at-rule { color: #5c3566; font-style: italic; }
.css .keyword { color: #4e9a06; }


/* Define the Ubuntu font for systems other than ubuntu (Ubuntu font family 0.69).
 * Licence and copyright notices can be found in the ubuntu-font-family directory.
 */
@font-face { font-family: Ubuntu; font-style: normal; font-weight: normal; src: url(ubuntu-font-family/Ubuntu-R.ttf); }
@font-face { font-family: Ubuntu; font-style: italic; font-weight: normal; src: url(ubuntu-font-family/Ubuntu-I.ttf); }
@font-face { font-family: Ubuntu; font-style: normal; font-weight: bold; src: url(ubuntu-font-family/Ubuntu-B.ttf); }
@font-face { font-family: Ubuntu; font-style: italic; font-weight: bold; src: url(ubuntu-font-family/Ubuntu-BI.ttf); }