NIPO ODIN Version 5.17

Previous Topic

Next Topic

Order of Checking Stylesheets

The system loads all available stylesheets in the following order (and overloads already loaded styles by new styles):

Order of checking stylesheets from first to last

Order Stylesheet

1

default.css

2

default.L-{LANGUAGE}.css

3

default.S-{SUBSURVEY}.css

4

default.S-{SUBSURVEY}.L-{LANGUAGE}.css

5

default.QType-{QuestionType}.css

6

default.QNumber-{QuestionNumber}.css

7

default.L-{LANGUAGE}.QType-{QuestionType}.css

8

default.L-{LANGUAGE}.QNumber-{QuestionNumber}.css

9

default.S-{SUBSURVEY}.QType-{QuestionType}.css

10

default.S-{SUBSURVEY}.QNumber-{QuestionNumber}.css

11

default.S-{SUBSURVEY}.L-{LANGUAGE}.QType-{QuestionType}.css

12

default.S-{SUBSURVEY}.L-{LANGUAGE}.QNumber-{QuestionNumber}.css

13

{SURVEY}.css

14

{SURVEY}.L-{LANGUAGE}.css

15

{SURVEY}.S-{SUBSURVEY}.css

16

{SURVEY}.S-{SUBSURVEY}.L-{LANGUAGE}.css

17

{SURVEY}.QType-{QuestionType}.css

18

{SURVEY}.QNumber-{QuestionNumber}.css

19

{SURVEY}.L-{LANGUAGE}.QType-{QuestionType}.css

20

{SURVEY}.L-{LANGUAGE}.QNumber-{QuestionNumber}.css

21

{SURVEY}.S-{SUBSURVEY}.QType-{QuestionType}.css

22

{SURVEY}.S-{SUBSURVEY}.QNumber-{QuestionNumber}.css

23

{SURVEY}.S-{SUBSURVEY}.L-{LANGUAGE}.QType-{QuestionType}.css

24

{SURVEY}.S-{SUBSURVEY}.L-{LANGUAGE}.QNumber-{QuestionNumber}.css

Note:
For information on QType, see Question Types. Stylesheet names are case-sensitive. This is normal behavior in any web operated environment.

Contrary to OdinTemplates the browser will load the stylesheets one after another. I.e. specific style selectors may be defined more then once, where the last definition will be executed.

See Also