Subversion Repositories oidplus

Rev

Rev 366 | Rev 448 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
387 daniel-mar 1
 
2
About the folder "userdata/styles"
3
----------------------------------
4
 
5
In this folder, you can place an alternative version of oidplus_base.css and setup_base.css.
6
 
7
This folder can contain following files:
8
 
9
- oidplus_base.css : This file REPLACES the oidplus_base.css file in the root directory.
10
                     Please see a WARNING below.
11
 
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
14
                     changes in oidplus_add.css and give them priority using the
15
                     "!important" statement.
16
 
17
- setup_base.css   : This file REPLACES the setup/setup_base.css file.
18
                     Please see a WARNING below.
19
 
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.
22
 
23
 
24
!! ATTENTION !!
25
 
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!
28
 
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".
31
    (The CSS data is processed in oidplus.min.css.php and setup/setup.min.css.php instead.)