|
Last change
on this file since 5437 was
1578,
checked in by jghattas, 14 years ago
|
- Add fcm in LMDZ5/tools directory
It is no longer needed to have fcm in your environement PATH variable.
Now makelmdz_fcm takes by default this fcm. It is still possible to use
another fcm, using -fcm_path argument in makelmdz_fcm.
|
|
File size:
1.7 KB
|
| Line | |
|---|
| 1 | /* New stylesheet for FCM - created by Jim Bolton, 18 April 2005 |
|---|
| 2 | Needs to be reviewed. */ |
|---|
| 3 | |
|---|
| 4 | @media screen { |
|---|
| 5 | body { |
|---|
| 6 | background-color: #ffffcc; |
|---|
| 7 | color: black; |
|---|
| 8 | font-family: Arial, Helvetica, sans-serif; |
|---|
| 9 | font-size: 12pt; |
|---|
| 10 | } |
|---|
| 11 | } |
|---|
| 12 | @media print { |
|---|
| 13 | body { |
|---|
| 14 | color: black; |
|---|
| 15 | font-family: Arial, Helvetica, sans-serif; |
|---|
| 16 | font-size: 12pt; |
|---|
| 17 | } |
|---|
| 18 | } |
|---|
| 19 | h1 { |
|---|
| 20 | background-color: #ccccff; |
|---|
| 21 | color: navy; |
|---|
| 22 | font-size: 200%; |
|---|
| 23 | font-weight: bold; |
|---|
| 24 | text-align: center; |
|---|
| 25 | padding: 20px; |
|---|
| 26 | } |
|---|
| 27 | h2 { |
|---|
| 28 | background-color: #ccccff; |
|---|
| 29 | color: navy; |
|---|
| 30 | font-size: 175%; |
|---|
| 31 | font-weight: bold; |
|---|
| 32 | padding: 15px; |
|---|
| 33 | } |
|---|
| 34 | h3 { |
|---|
| 35 | background-color: #ccccff; |
|---|
| 36 | color: #40668c; |
|---|
| 37 | font-size: 150%; |
|---|
| 38 | font-weight: bold; |
|---|
| 39 | padding: 10px; |
|---|
| 40 | } |
|---|
| 41 | h4 { |
|---|
| 42 | color: #40668c; |
|---|
| 43 | font-size: medium; |
|---|
| 44 | font-weight: bold; |
|---|
| 45 | } |
|---|
| 46 | h5 { |
|---|
| 47 | background-color: #ccccff; |
|---|
| 48 | color: #40668c; |
|---|
| 49 | font-size: medium; |
|---|
| 50 | font-weight: bold; |
|---|
| 51 | } |
|---|
| 52 | table { |
|---|
| 53 | margin-top: 5px; |
|---|
| 54 | margin-bottom: 10px; |
|---|
| 55 | } |
|---|
| 56 | |
|---|
| 57 | th { |
|---|
| 58 | background-color: #ccccff; |
|---|
| 59 | } |
|---|
| 60 | |
|---|
| 61 | td { |
|---|
| 62 | background-color: transparent; |
|---|
| 63 | } |
|---|
| 64 | |
|---|
| 65 | li { |
|---|
| 66 | padding: 5px; |
|---|
| 67 | } |
|---|
| 68 | |
|---|
| 69 | img { |
|---|
| 70 | margin: 5px; |
|---|
| 71 | } |
|---|
| 72 | |
|---|
| 73 | :link { |
|---|
| 74 | color: blue; |
|---|
| 75 | text-decoration: underline; |
|---|
| 76 | } |
|---|
| 77 | |
|---|
| 78 | :visited { |
|---|
| 79 | color: purple; |
|---|
| 80 | text-decoration: none; |
|---|
| 81 | } |
|---|
| 82 | |
|---|
| 83 | :active, :hover { |
|---|
| 84 | color: blue; |
|---|
| 85 | text-decoration: underline; |
|---|
| 86 | } |
|---|
| 87 | |
|---|
| 88 | address { |
|---|
| 89 | text-align: right; |
|---|
| 90 | font-size: small; |
|---|
| 91 | font-style: normal; |
|---|
| 92 | } |
|---|
| 93 | |
|---|
| 94 | code { |
|---|
| 95 | font-family: "Courier New", Courier, monospace; |
|---|
| 96 | } |
|---|
| 97 | |
|---|
| 98 | pre { |
|---|
| 99 | background-color: #ffffcc; |
|---|
| 100 | font-family: "Courier New", Courier, monospace; |
|---|
| 101 | padding: 10px; |
|---|
| 102 | } |
|---|
| 103 | |
|---|
| 104 | .yell { |
|---|
| 105 | background-color: #ffffcc; |
|---|
| 106 | padding: 5px; |
|---|
| 107 | } |
|---|
| 108 | |
|---|
| 109 | .yell td { |
|---|
| 110 | background-color: transparent; |
|---|
| 111 | } |
|---|
| 112 | |
|---|
| 113 | .image { |
|---|
| 114 | text-align: center; |
|---|
| 115 | font-weight: bold; |
|---|
| 116 | } |
|---|
| 117 | |
|---|
| 118 | .gray { |
|---|
| 119 | color: gray; |
|---|
| 120 | } |
|---|
| 121 | |
|---|
| 122 | .mono { |
|---|
| 123 | font-family: "Courier New", Courier, monospace; |
|---|
| 124 | } |
|---|
| 125 | |
|---|
| 126 | .pad th, .pad td { |
|---|
| 127 | padding: 5px; |
|---|
| 128 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.