root / pykota / trunk / stylesheets / pykota.css @ 3561

Revision 3561, 1.4 kB (checked in by jerome, 11 years ago)

Changed copyright years.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
RevLine 
[3413]1/*
[3259]2  PyKota - Print Quotas for CUPS
[3413]3
[3561]4  (c) 2003-2013 Jerome Alet <alet@librelogiciel.com>
[3259]5  This program is free software: you can redistribute it and/or modify
[1254]6  it under the terms of the GNU General Public License as published by
[3259]7  the Free Software Foundation, either version 3 of the License, or
[1254]8  (at your option) any later version.
[3259]9
[1254]10  This program is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  GNU General Public License for more details.
[3259]14
[1254]15  You should have received a copy of the GNU General Public License
[3259]16  along with this program.  If not, see <http://www.gnu.org/licenses/>.
[1254]17*/
18
19/* $Id$ */
20
[1592]21body {
22        background-color: #FFFFFF;
23     }
24
[1254]25.even {
26        background-color: #DEDEDE;
27      }
[3413]28
29.odd {
[1254]30        background-color: #FFFFFF;
[3413]31     }
32
33.warn {
[1254]34        background-color: orange;
35      }
[3413]36
37.deny {
[1254]38        background-color: red;
39      }
[3413]40
41.problem {
[2584]42        background-color: #DEBDEB;
43      }
[3413]44
45.cancel {
[2631]46        background-color: #BEDBED;
47      }
[3413]48
49.refund {
[3058]50        background-color: green;
[3413]51      }
52
53.pykotacolsheader {
[1254]54        background-color: #AAAAAA;
55      }
[3413]56
57a:link {
[1525]58        color : blue;
59       }
[3413]60
61a:visited {
[1525]62        color : purple;
63       }
[3413]64
65a:hover {
[1525]66        color : green;
67       }
[3413]68
69a:active {
[1525]70        color : magenta;
71       }
Note: See TracBrowser for help on using the browser.