annotate css/syntax.cssB @ 47:5055b4fd03e9 tip gh-pages

removed blog link
author Nick Clark <nrclark@essex.ac.uk>
date Wed, 16 Jan 2013 13:57:49 +0000
parents f4a3ea2e76af
children
rev   line source
nrclark@24 1 /* Licensed to the Apache Software Foundation (ASF) under one or more
nrclark@24 2 * contributor license agreements. See the NOTICE file distributed with this
nrclark@24 3 * work for additional information regarding copyright ownership. The ASF
nrclark@24 4 * licenses this file to you under the Apache License, Version 2.0 (the
nrclark@24 5 * "License"); you may not use this file except in compliance with the License.
nrclark@24 6 * You may obtain a copy of the License at
nrclark@24 7 *
nrclark@24 8 * http://www.apache.org/licenses/LICENSE-2.0
nrclark@24 9 *
nrclark@24 10 * Unless required by applicable law or agreed to in writing, software
nrclark@24 11 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
nrclark@24 12 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
nrclark@24 13 * License for the specific language governing permissions and limitations
nrclark@24 14 * under the License.
nrclark@24 15 */
nrclark@24 16
nrclark@24 17 .highlight .k, .highlight .kp { color: blue } /* keyword */
nrclark@24 18 .highlight .no { color: darkblue } /* constant */
nrclark@24 19 .highlight .s1 { color: red } /* string */
nrclark@24 20 .highlight .n { color: black } /* identifier */
nrclark@24 21 .highlight .o, .highlight .p { color: darkblue } /* = + */
nrclark@24 22 .highlight .ss { color: darkblue } /* symbol */
nrclark@24 23 .highlight .c1 { color: gray } /* comment */