View of /mambo/branches/4.6/help/templates.edit-css.html
Parent Directory
|
Revision Log
Revision 551 -
(download)
(as text)
(annotate)
Tue May 30 23:35:27 2006 UTC (7 years ago) by csouza
File size: 2658 byte(s)
Tue May 30 23:35:27 2006 UTC (7 years ago) by csouza
File size: 2658 byte(s)
final installment of new and renamed help screens and component toolbars changed to reflect new naming.
<style type="text/css">
<!--
.title {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #FFFFFF;
background-color: #FF6600;
display: block;
border: 1px solid #000000;
padding: 5px;
}
.datalabel {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}
.data {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}
code {
font-family: "Courier New", Courier, mono;
font-size: 11px;
}
ul {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
-->
</style>
<strong class="title">Templates: Edit
CSS</strong>
<table width="100%" border="1" cellspacing="0" cellpadding="3">
<tr>
<td width="16%" align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Purpose:</td>
<td width="84%" valign="top" class="data">From this screen, you can
edit the contents of the template_css.css file, for the selected
template. You can edit, add, or delete CSS classes. Please remember
that setting of this file, together with the index.php file, control
the appearance of your template.For changes to be saved,
template_css.css file must be writable. You can make it writable,
by changing its permissions using an FTP client.During saving,
you can set its permissions back to unwritable, by checking the 'Make
unwritable after saving' option. Alternatively you can make
changes to this file, by downloading to your computer, editing
it with your favourite editor and uploading, replacing the old
file.</td>
</tr>
<tr>
<td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Usage:</td>
<td valign="top" class="data">n/a</td>
</tr>
<tr>
<td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Default State: </td>
<td valign="top" class="data">n/a</td>
</tr>
<tr>
<td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Parameters:</td>
<td valign="top" class="data"><p>n/a</p></td>
</tr>
<tr>
<td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Toolbar Icons: </td>
<td valign="top" class="data"><ul>
<li><strong>Save</strong>: Save your changes. </li>
<li><strong>Cancel</strong>: Cancel the present operation without saving.</li>
</ul></td>
</tr></table>
<p> </p>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

