Subversion Repositories oidplus

Rev

Rev 632 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 632 Rev 635
Line 3... Line 3...
3
----------------------------------
3
----------------------------------
4
 
4
 
5
In this folder, you can place an alternative version of oidplus_base.css and setup_base.css.
5
In this folder, you can place an alternative version of oidplus_base.css and setup_base.css.
6
 
6
 
7
This folder can contain following files:
7
This folder can contain following files:
8
 
8
 
9
- oidplus_base.css : This file REPLACES the oidplus_base.css file of the currently active design.
9
- oidplus_base.css : This file REPLACES the oidplus_base.css file of the currently active design.
10
                     Please see a WARNING below.
10
                     Please see a WARNING below.
11
                     *DEPRECATED*: Please use a design plugin (located in plugins/design/ or
11
                     *DEPRECATED*: Please use a design plugin (located in plugins/[vendorname]/design/)
12
                     plugins/_thirdParty/"vendorname"/design/)
-
 
13
                     in order to define individual designs for your system.
12
                     in order to define individual designs for your system.
14
                     Design plugins also allow you to include graphics in the plugin
13
                     Design plugins also allow you to include graphics in the plugin
15
                     directory itself (so you don't need "userdata_pub").
14
                     directory itself (so you don't need "userdata_pub").
16
 
15
 
17
- oidplus_add.css  : This file is added after oidplus_base.css
16
- oidplus_add.css  : This file is added after oidplus_base.css
18
                     If you just want to override some styles, then you could write your
17
                     If you just want to override some styles, then you could write your
19
                     changes in oidplus_add.css and give them priority using the
18
                     changes in oidplus_add.css and give them priority using the
20
                     "!important" statement.
19
                     "!important" statement.
21
                     Example: If you want to have your own logo, then you might want to
20
                     Example: If you want to have your own logo, then you might want to
22
                     create an oidplus_add.css file which overrides "#system_title_logo"
21
                     create an oidplus_add.css file which overrides "#system_title_logo"
23
                     using the "!important" statement. The logo is put into
22
                     using the "!important" statement. The logo is put into
24
                     userdata_pub.
23
                     userdata_pub.
25
                     You shall not edit "logo.png", because things might
24
                     You shall not edit "logo.png", because things might
26
                     change during software updates.
25
                     change during software updates.
27
 
26
 
28
- setup_base.css   : This file REPLACES the setup/setup_base.css file.
27
- setup_base.css   : This file REPLACES the setup/setup_base.css file.
29
                     Please see a WARNING below.
28
                     Please see a WARNING below.
30
 
29
 
31
- setup_add.css    : Like oidplus_add.css , this file is placed after setup_base.css
30
- setup_add.css    : Like oidplus_add.css , this file is placed after setup_base.css
32
                     and allows you to do minor tweaks to the design.
31
                     and allows you to do minor tweaks to the design.
33
 
32