Subversion Repositories oidplus

Rev

Rev 366 | Rev 448 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 366 Rev 387
Line 1... Line 1...
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 in the root directory.
10
                     Please see a WARNING below.
10
                     Please see a WARNING below.
11
 
11
 
12
- oidplus_add.css  : This file is added after oidplus_base.css
12
- 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
13
                     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
14
                     changes in oidplus_add.css and give them priority using the
15
                     "!important" statement.
15
                     "!important" statement.
16
 
16
 
17
- setup_base.css   : This file REPLACES the setup/setup_base.css file.
17
- setup_base.css   : This file REPLACES the setup/setup_base.css file.
18
                     Please see a WARNING below.
18
                     Please see a WARNING below.
19
 
19
 
20
- setup_add.css    : Like oidplus_add.css , this file is placed after setup_base.css
20
- 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.
21
                     and allows you to do minor tweaks to the design.
22
 
22
 
23
 
23
 
24
!! ATTENTION !!
24
!! ATTENTION !!
25
 
25
 
26
(1) You need to make sure that your changes are in-sync with the current versions
26
(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!
27
    of oidplus_base.css and setup_base.css!
28
 
28
 
29
(2) Note that the userdata/ directory cannot be accessed using the browser,
29
(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".
30
    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.)
31
    (The CSS data is processed in oidplus.min.css.php and setup/setup.min.css.php instead.)