Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

CSS theme tool block: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
Cap resum de modificació
Línia 46: Línia 46:
==Reporting bugs==
==Reporting bugs==
Under construction
Under construction
==Change log==
The following is the change log for this block, more up to date information can be found in the readme file in the blocks directory.
<pre style="height:300px;overflow:auto;background-color:#f6f6f6;border:1px solid #bbb;">
0.2.0                                                            CONTRIB-1987
    - Added capability to allow access to modify styles
    - Added 'only view my css' setting + functionality
    - Fixed bug with positioning of css builder and viewer
    - Added preview functionality
    - Fixed the highlight buttons bugs
0.1.2                                                            CONTRIB-1984
    - Fixed bug when editing an existing CSS rule
    - Added support for CSS 2.1 and 3.0 selectors:
        - first-child
        - last-child
        - after
        - before
0.1.1                                                            CONTRIB-2131
    - Added the auto-save setting
0.1.0                                                            CONTRIB-1984
    - Introduced the visual version
    - Added a rounded corner button to the css builder
    - Added an opacity button to the css builder
</pre>


==More information==
==More information==

Revisió del 08:40, 18 juny 2010

Under construction This page is currently under construction. It will shortly contain information about the CSS theme tool block created by Sam Hemelryk for Moodle 2.0.

Introducing the CSS theme tool

The CSS theme tool is a block that is designed to make CSS creation and editing for Moodle both easy and accessible.

It aims to provide a point and click interface with WYSIWYG controls for adding CSS rules and provides a user friendly interface for creating CSS that is suitable for everything from creating simple modifications to creating entire themes.

As well as giving the user an easy means to create CSS it also allows the admin or a Moodle site to make immediate modifications to the installations CSS that will be visible by everyone using the site (not just those who can create CSS) and does this all without the need for editing any files within Moodle or even having to create or modify themes.

What is it and why was it written

Under construction

Installation

Under construction

Configuration

Under construction

Using the CSS theme tool

Under construction

Adding styles

Under construction

Editing and deleting styles

Under construction

Exporting a CSS file

Under construction

Removing all styles

Under construction

How the block works

Under construction

Uninstalling the block

Under construction

Requesting new features

Under construction

Reporting bugs

Under construction

Change log

The following is the change log for this block, more up to date information can be found in the readme file in the blocks directory.

 0.2.0                                                            CONTRIB-1987
    - Added capability to allow access to modify styles
    - Added 'only view my css' setting + functionality
    - Fixed bug with positioning of css builder and viewer
    - Added preview functionality
    - Fixed the highlight buttons bugs

 0.1.2                                                            CONTRIB-1984
    - Fixed bug when editing an existing CSS rule
    - Added support for CSS 2.1 and 3.0 selectors:
        - first-child
        - last-child
        - after
        - before

 0.1.1                                                            CONTRIB-2131
    - Added the auto-save setting

 0.1.0                                                            CONTRIB-1984
    - Introduced the visual version
    - Added a rounded corner button to the css builder
    - Added an opacity button to the css builder

More information

Plantilla:CategoryDeveloper