Subversion Repositories oidplus

Rev

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

Rev 448 Rev 451
Line 15... Line 15...
15
 
15
 
16
- oidplus_add.css  : This file is added after oidplus_base.css
16
- oidplus_add.css  : This file is added after oidplus_base.css
17
                     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
18
                     changes in oidplus_add.css and give them priority using the
18
                     changes in oidplus_add.css and give them priority using the
19
                     "!important" statement.
19
                     "!important" statement.
-
 
20
                     Example: If you want to have your own logo, then you might want to
-
 
21
                     create an oidplus_add.css file which overrides "#system_title_logo"
-
 
22
                     using the "!important" statement. The logo is put into
-
 
23
                     userdata_pub.
-
 
24
                     You shall not edit plugins/design/*/logo.png, because things might
-
 
25
                     change during software updates.
20
 
26
 
21
- 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.
22
                     Please see a WARNING below.
28
                     Please see a WARNING below.
23
 
29
 
24
- 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