Dataform CSS: diferència entre les revisions
De MoodleDocs
Cap resum de modificació |
Cap resum de modificació |
||
| Línia 1: | Línia 1: | ||
{{Dataform}} | {{Dataform}} | ||
You can use CSS to manipulate the layout and styles of entries and content in any of the Dataform views. Any html element in the designated view, that has an id or a CSS class can be assigned specialized styles by including the style definitions in the CSS tab. | |||
The Dataform allows you to add CSS in the CSS tab in three ways: | |||
* '''Include external CSS''' - You can specify a list of urls to external CSS files and these files will be loaded to the Dataform view page. | |||
* '''CSS code''' - You can enter CSS definitions directly. | |||
* '''Upload CSS files''' - You can upload CSS files into the Dataform files area in Moodle's file system. These files become part of the Dataform instance to which they are uploaded and are included in Dataform presets and backups. | |||
[[Image:df-css-tab.png|frame|center|The Dataform CSS tab]] | [[Image:df-css-tab.png|frame|center|The Dataform CSS tab]] | ||
Revisió de 23:19, 1 oct 2012
You can use CSS to manipulate the layout and styles of entries and content in any of the Dataform views. Any html element in the designated view, that has an id or a CSS class can be assigned specialized styles by including the style definitions in the CSS tab.
The Dataform allows you to add CSS in the CSS tab in three ways:
- Include external CSS - You can specify a list of urls to external CSS files and these files will be loaded to the Dataform view page.
- CSS code - You can enter CSS definitions directly.
- Upload CSS files - You can upload CSS files into the Dataform files area in Moodle's file system. These files become part of the Dataform instance to which they are uploaded and are included in Dataform presets and backups.
