Subversion Repositories oidplus

Rev

Rev 387 | Rev 451 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 387 Rev 448
1
 
1
 
2
About the folder "userdata/styles"
2
About the folder "userdata/styles"
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 in the root directory.
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/)
-
 
12
                     in order to define individual designs for your system.
-
 
13
                     Design plugins also allow you to include graphics in the plugin
-
 
14
                     directory itself (so you don't need "userdata_pub").
11
 
15
 
12
- oidplus_add.css  : This file is added after oidplus_base.css
16
- oidplus_add.css  : This file is added after oidplus_base.css
13
                     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
14
                     changes in oidplus_add.css and give them priority using the
18
                     changes in oidplus_add.css and give them priority using the
15
                     "!important" statement.
19
                     "!important" statement.
16
 
20
 
17
- setup_base.css   : This file REPLACES the setup/setup_base.css file.
21
- setup_base.css   : This file REPLACES the setup/setup_base.css file.
18
                     Please see a WARNING below.
22
                     Please see a WARNING below.
19
 
23
 
20
- setup_add.css    : Like oidplus_add.css , this file is placed after setup_base.css
24
- setup_add.css    : Like oidplus_add.css , this file is placed after setup_base.css
21
                     and allows you to do minor tweaks to the design.
25
                     and allows you to do minor tweaks to the design.
22
 
26
 
23
 
27
 
24
!! ATTENTION !!
28
!! ATTENTION !!
25
 
29
 
26
(1) You need to make sure that your changes are in-sync with the current versions
30
(1) You need to make sure that your changes are in-sync with the current versions
27
    of oidplus_base.css and setup_base.css!
31
    of oidplus_base.css and setup_base.css!
28
 
32
 
29
(2) Note that the userdata/ directory cannot be accessed using the browser,
33
(2) Note that the userdata/ directory cannot be accessed using the browser,
30
    so if you need to reference graphics, please put them in the folder "userdata_pub".
34
    so if you need to reference graphics, please put them in the folder "userdata_pub".
31
    (The CSS data is processed in oidplus.min.css.php and setup/setup.min.css.php instead.)
35
    (The CSS data is processed in oidplus.min.css.php and setup/setup.min.css.php instead.)