Changeset 3413 for pykota/trunk/stylesheets
- Timestamp:
- 09/27/08 22:02:37 (16 years ago)
- Location:
- pykota/trunk/stylesheets
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/stylesheets/pykota.css
r3275 r3413 1 /* 1 /* 2 2 PyKota - Print Quotas for CUPS 3 3 4 4 (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 5 5 This program is free software: you can redistribute it and/or modify … … 26 26 background-color: #DEDEDE; 27 27 } 28 29 .odd { 28 29 .odd { 30 30 background-color: #FFFFFF; 31 } 32 33 .warn { 31 } 32 33 .warn { 34 34 background-color: orange; 35 35 } 36 37 .deny { 36 37 .deny { 38 38 background-color: red; 39 39 } 40 41 .problem { 40 41 .problem { 42 42 background-color: #DEBDEB; 43 43 } 44 45 .cancel { 44 45 .cancel { 46 46 background-color: #BEDBED; 47 47 } 48 49 .refund { 48 49 .refund { 50 50 background-color: green; 51 } 52 53 .pykotacolsheader { 51 } 52 53 .pykotacolsheader { 54 54 background-color: #AAAAAA; 55 55 } 56 57 a:link { 56 57 a:link { 58 58 color : blue; 59 59 } 60 61 a:visited { 60 61 a:visited { 62 62 color : purple; 63 63 } 64 65 a:hover { 64 65 a:hover { 66 66 color : green; 67 67 } 68 69 a:active { 68 69 a:active { 70 70 color : magenta; 71 71 } -
pykota/trunk/stylesheets/README
r3275 r3413 19 19 ==================================================================== 20 20 21 This directory contains CSS stylesheets for use with PyKota's web based 21 This directory contains CSS stylesheets for use with PyKota's web based 22 22 tools. Just copy them in your web server's DocumentRoot (e.g. /var/www) 23 23 so that the CGI scripts will find them.