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