comparison css/syntax.css @ 17:2b8de4c69a20

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