src/Tools/jEdit/dist-template/etc/isabelle-jedit.css
author wenzelm
Wed, 30 Mar 2011 22:06:25 +0200
changeset 42171 620343510c88
parent 39513 fce2202892c4
child 42977 a59db6677521
permissions -rw-r--r--
visualize skolem and hilite (undeclared frees); tuned colors;

/* additional style file for Isabelle/jEdit output */

.message { margin-top: 0.3ex; background-color: #F0F0F0; }

.writeln { }
.tracing { background-color: #F0F8FF; }
.warning { background-color: #EEE8AA; }
.error { background-color: #FFC1C1; }

.report { display: none; }

.hilite { background-color: #FFCC66; }

.keyword { font-weight: bold; color: #009966; }
.operator { font-weight: bold; }
.command { font-weight: bold; color: #006699; }