Last change
on this file since 2492 was
2249,
checked in by Henrik Bettermann, 17 years ago
|
revert payment of returning part-time students to scratch card
some stylesheet clean-up
|
File size:
1.3 KB
|
Rev | Line | |
---|
[2249] | 1 | <dtml-comment> |
---|
| 2 | Nuxeo print CSS |
---|
| 3 | $Id: default_print.css.dtml 32245 2006-01-25 18:30:53Z sfermigier $ |
---|
| 4 | |
---|
| 5 | This is heavily based on the Plone css by Alexander Limi and alistapart.com |
---|
| 6 | </dtml-comment> |
---|
| 7 | |
---|
| 8 | <dtml-let last_modified="_.DateTime()-14" |
---|
| 9 | expires="_.DateTime()+7" > |
---|
| 10 | <dtml-call "REQUEST.RESPONSE.setHeader( 'Content-Type', 'text/css' )"> |
---|
| 11 | <dtml-call "REQUEST.RESPONSE.setHeader( 'Last-Modified', last_modified.toZone('GMT').rfc822() )"> |
---|
| 12 | <dtml-call "REQUEST.RESPONSE.setHeader( 'Cache-Control', 'max-age=36000, must-revalidate' )"> |
---|
| 13 | <dtml-call "REQUEST.RESPONSE.setHeader( 'Expires', expires.toZone('GMT').rfc822() )" > |
---|
| 14 | </dtml-let> |
---|
| 15 | |
---|
| 16 | body { |
---|
| 17 | background: White; |
---|
| 18 | color: Black; |
---|
| 19 | margin: 0; |
---|
| 20 | padding: 0; |
---|
| 21 | } |
---|
| 22 | |
---|
| 23 | .netscape4, |
---|
| 24 | .tabs, |
---|
| 25 | .personalBar, |
---|
| 26 | td.left, |
---|
| 27 | td.right, |
---|
| 28 | td.workspace, |
---|
| 29 | div.documentActions, |
---|
| 30 | div.message, |
---|
| 31 | div.hidden, |
---|
| 32 | div.headerActions, |
---|
| 33 | div.searchBox, |
---|
| 34 | .footer, |
---|
| 35 | .help, |
---|
| 36 | .legend, |
---|
| 37 | .rssExport, |
---|
| 38 | .doNotPrint { |
---|
| 39 | display: none; |
---|
| 40 | } |
---|
| 41 | |
---|
| 42 | ul { |
---|
| 43 | list-style-image: none; |
---|
| 44 | } |
---|
| 45 | |
---|
| 46 | .editableDocument, |
---|
| 47 | .document, |
---|
| 48 | div.description, |
---|
| 49 | .group { |
---|
| 50 | background: transparent; |
---|
| 51 | border: none; |
---|
| 52 | padding: 0; |
---|
| 53 | margin: 0; |
---|
| 54 | } |
---|
| 55 | |
---|
| 56 | table.listing, |
---|
| 57 | table.listing td { |
---|
| 58 | border: 1pt solid black; |
---|
| 59 | border-collapse: collapse; |
---|
| 60 | } |
---|
| 61 | |
---|
| 62 | a:link, a:visited { |
---|
| 63 | background: transparent; |
---|
| 64 | text-decoration: none; |
---|
| 65 | } |
---|
| 66 | |
---|
| 67 | td.eventHeader { |
---|
| 68 | border: 1px solid black; |
---|
| 69 | } |
---|
| 70 | td.eventBody { |
---|
| 71 | border: 1px dotted black; |
---|
| 72 | } |
---|
Note: See
TracBrowser for help on using the repository browser.