Annotation of /mambo/branches/4.6/help/templates.edit-css.html
Parent Directory
|
Revision Log
Revision 551 - (view) (download) (as text)
| 1 : | csouza | 551 | <style type="text/css"> |
| 2 : | <!-- | ||
| 3 : | .title { | ||
| 4 : | font-family: Arial, Helvetica, sans-serif; | ||
| 5 : | font-size: 16px; | ||
| 6 : | font-weight: bold; | ||
| 7 : | color: #FFFFFF; | ||
| 8 : | background-color: #FF6600; | ||
| 9 : | display: block; | ||
| 10 : | border: 1px solid #000000; | ||
| 11 : | padding: 5px; | ||
| 12 : | } | ||
| 13 : | .datalabel { | ||
| 14 : | font-family: Arial, Helvetica, sans-serif; | ||
| 15 : | font-size: 11px; | ||
| 16 : | font-weight: bold; | ||
| 17 : | } | ||
| 18 : | .data { | ||
| 19 : | font-family: Arial, Helvetica, sans-serif; | ||
| 20 : | font-size: 11px; | ||
| 21 : | } | ||
| 22 : | code { | ||
| 23 : | font-family: "Courier New", Courier, mono; | ||
| 24 : | font-size: 11px; | ||
| 25 : | } | ||
| 26 : | ul { | ||
| 27 : | margin-top: 0px; | ||
| 28 : | margin-bottom: 0px; | ||
| 29 : | padding-top: 0px; | ||
| 30 : | padding-bottom: 0px; | ||
| 31 : | } | ||
| 32 : | --> | ||
| 33 : | </style> | ||
| 34 : | <strong class="title">Templates: Edit | ||
| 35 : | CSS</strong> | ||
| 36 : | <table width="100%" border="1" cellspacing="0" cellpadding="3"> | ||
| 37 : | <tr> | ||
| 38 : | <td width="16%" align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Purpose:</td> | ||
| 39 : | <td width="84%" valign="top" class="data">From this screen, you can | ||
| 40 : | edit the contents of the template_css.css file, for the selected | ||
| 41 : | template. You can edit, add, or delete CSS classes. Please remember | ||
| 42 : | that setting of this file, together with the index.php file, control | ||
| 43 : | the appearance of your template.For changes to be saved, | ||
| 44 : | template_css.css file must be writable. You can make it writable, | ||
| 45 : | by changing its permissions using an FTP client.During saving, | ||
| 46 : | you can set its permissions back to unwritable, by checking the 'Make | ||
| 47 : | unwritable after saving' option. Alternatively you can make | ||
| 48 : | changes to this file, by downloading to your computer, editing | ||
| 49 : | it with your favourite editor and uploading, replacing the old | ||
| 50 : | file.</td> | ||
| 51 : | </tr> | ||
| 52 : | <tr> | ||
| 53 : | <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Usage:</td> | ||
| 54 : | <td valign="top" class="data">n/a</td> | ||
| 55 : | </tr> | ||
| 56 : | <tr> | ||
| 57 : | <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Default State: </td> | ||
| 58 : | <td valign="top" class="data">n/a</td> | ||
| 59 : | </tr> | ||
| 60 : | <tr> | ||
| 61 : | <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Parameters:</td> | ||
| 62 : | <td valign="top" class="data"><p>n/a</p></td> | ||
| 63 : | </tr> | ||
| 64 : | <tr> | ||
| 65 : | <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Toolbar Icons: </td> | ||
| 66 : | <td valign="top" class="data"><ul> | ||
| 67 : | <li><strong>Save</strong>: Save your changes. </li> | ||
| 68 : | <li><strong>Cancel</strong>: Cancel the present operation without saving.</li> | ||
| 69 : | </ul></td> | ||
| 70 : | </tr></table> | ||
| 71 : | |||
| 72 : | <p> </p> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

