[Lxr-commits] CVS: lxr/templates lxr.css,1.16,1.17
Brought to you by:
ajlittoz
From: Andre-Littoz <ajl...@us...> - 2013-11-17 17:51:03
|
Update of /cvsroot/lxr/lxr/templates In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv17480/templates Modified Files: lxr.css Log Message: templates/lxr.css: styles for the new feature for category prefix Index: lxr.css =================================================================== RCS file: /cvsroot/lxr/lxr/templates/lxr.css,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- lxr.css 24 Sep 2013 09:05:52 -0000 1.16 +++ lxr.css 17 Nov 2013 17:51:00 -0000 1.17 @@ -79,6 +79,35 @@ ; margin: 0 } + .fatal +{ color: red +; margin: 2.5cm +; margin-top: 4cm +; padding: 1cm +; border-width: thick +; border-style: solid +; border-color: red +; background-color: #FFFFDD +} + + .warning +{ color: maroon +; margin: 0.5cm +; padding: 0.5cm +; border-width: medium +; border-style: solid +; border-color: orange +; background-color: #FFEEEE +} + + .fatal .headline +, .warning .headline +{ text-align: center +; text-transform: uppercase +; padding-bottom: 0.3cm +; margin: 0 +} + /***********************/ /* headers and footers */ /***********************/ @@ -432,19 +461,34 @@ /* Syntactic highlighting*/ /* comments */ - .comment + [class|=comment] { color: #808080 ; font-style: italic } +/* plain ol'doc (in Perl) */ + .comment-d +{ + font-style: normal +} /* strings */ - .string + [class|=string] { color: #BB0000 } +/* OS command (in Perl) */ + .string-x +{ + color: #BB5500 +} /* reserved words */ .reserved { color: green ; font-weight: bold } +/* extras */ + [class|=extra] +{ color: purple +; font-style: italic +} /*************************/ /* ident. search results */ |