Last change
on this file since 5315 was
1578,
checked in by jghattas, 13 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.9 KB
|
Rev | Line | |
---|
[1578] | 1 | /* New stylesheet for FCM - created by Jim Bolton, 18 April 2005 |
---|
| 2 | Needs to be reviewed. */ |
---|
| 3 | |
---|
| 4 | body { |
---|
| 5 | background-color: #ffffcc; |
---|
| 6 | color: black; |
---|
| 7 | font-family: Arial, Helvetica, sans-serif; |
---|
| 8 | font-size: 12pt; |
---|
| 9 | } |
---|
| 10 | h1 { |
---|
| 11 | background-color: #ccccff; |
---|
| 12 | color: navy; |
---|
| 13 | font-size: 200%; |
---|
| 14 | font-weight: bold; |
---|
| 15 | text-align: center; |
---|
| 16 | padding: 20px; |
---|
| 17 | } |
---|
| 18 | h2 { |
---|
| 19 | background-color: #ccccff; |
---|
| 20 | color: navy; |
---|
| 21 | font-size: 175%; |
---|
| 22 | font-weight: bold; |
---|
| 23 | padding: 15px; |
---|
| 24 | } |
---|
| 25 | h3 { |
---|
| 26 | background-color: #ccccff; |
---|
| 27 | color: #40668c; |
---|
| 28 | font-size: 150%; |
---|
| 29 | font-weight: bold; |
---|
| 30 | padding: 10px; |
---|
| 31 | } |
---|
| 32 | h4 { |
---|
| 33 | color: #40668c; |
---|
| 34 | font-size: medium; |
---|
| 35 | font-weight: bold; |
---|
| 36 | } |
---|
| 37 | h5 { |
---|
| 38 | background-color: #ccccff; |
---|
| 39 | color: #40668c; |
---|
| 40 | font-size: medium; |
---|
| 41 | font-weight: bold; |
---|
| 42 | } |
---|
| 43 | table { |
---|
| 44 | margin-top: 5px; |
---|
| 45 | margin-bottom: 10px; |
---|
| 46 | } |
---|
| 47 | |
---|
| 48 | table.head { |
---|
| 49 | background-color: #ccccff; |
---|
| 50 | color: navy; |
---|
| 51 | font-size: 200%; |
---|
| 52 | font-weight: bold; |
---|
| 53 | text-align: center; |
---|
| 54 | padding: 20px; |
---|
| 55 | } |
---|
| 56 | |
---|
| 57 | table.foot { |
---|
| 58 | background-color: #ccccff; |
---|
| 59 | padding: 5px; |
---|
| 60 | } |
---|
| 61 | |
---|
| 62 | th { |
---|
| 63 | background-color: #ccccff; |
---|
| 64 | } |
---|
| 65 | |
---|
| 66 | td { |
---|
| 67 | background-color: transparent; |
---|
| 68 | } |
---|
| 69 | |
---|
| 70 | ol li { |
---|
| 71 | margin: 5px; |
---|
| 72 | } |
---|
| 73 | |
---|
| 74 | ul.contents { |
---|
| 75 | margin-bottom: 5px; |
---|
| 76 | list-style-type: none; |
---|
| 77 | } |
---|
| 78 | |
---|
| 79 | img { |
---|
| 80 | margin: 5px; |
---|
| 81 | } |
---|
| 82 | |
---|
| 83 | :link { |
---|
| 84 | color: blue; |
---|
| 85 | text-decoration: underline; |
---|
| 86 | } |
---|
| 87 | |
---|
| 88 | :visited { |
---|
| 89 | color: purple; |
---|
| 90 | text-decoration: none; |
---|
| 91 | } |
---|
| 92 | |
---|
| 93 | :active, :hover { |
---|
| 94 | color: blue; |
---|
| 95 | text-decoration: underline; |
---|
| 96 | } |
---|
| 97 | |
---|
| 98 | address { |
---|
| 99 | text-align: right; |
---|
| 100 | font-size: small; |
---|
| 101 | font-style: normal; |
---|
| 102 | } |
---|
| 103 | |
---|
| 104 | em { |
---|
| 105 | font-style: italic; |
---|
| 106 | } |
---|
| 107 | |
---|
| 108 | strong { |
---|
| 109 | font-weight: bold; |
---|
| 110 | } |
---|
| 111 | |
---|
| 112 | code { |
---|
| 113 | font-family: "Courier New", Courier, monospace; |
---|
| 114 | } |
---|
| 115 | |
---|
| 116 | pre { |
---|
| 117 | background-color: #ffffcc; |
---|
| 118 | font-family: "Courier New", Courier, monospace; |
---|
| 119 | padding: 10px; |
---|
| 120 | } |
---|
| 121 | |
---|
| 122 | div.yell { |
---|
| 123 | background-color: #ffffcc; |
---|
| 124 | padding: 5px; |
---|
| 125 | } |
---|
| 126 | |
---|
| 127 | p.image { |
---|
| 128 | text-align: center; |
---|
| 129 | font-weight: bold; |
---|
| 130 | } |
---|
| 131 | |
---|
| 132 | div.yell td { |
---|
| 133 | background-color: #ffffcc; |
---|
| 134 | } |
---|
| 135 | |
---|
| 136 | .pad th, .pad td, .pad li { |
---|
| 137 | padding: 5px; |
---|
| 138 | } |
---|
| 139 | |
---|
| 140 | .gray { |
---|
| 141 | color: gray; |
---|
| 142 | } |
---|
| 143 | |
---|
| 144 | .mono { |
---|
| 145 | font-family: "Courier New", Courier, monospace; |
---|
| 146 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.