Subversion Repositories wimsdev

Rev

Rev 14719 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14719 Rev 15005
Line 11... Line 11...
11
.wims_docu_title,
11
.wims_docu_title,
12
.wims_title_seq {
12
.wims_title_seq {
13
  background-color: var(--wims_ref_bgcolor);
13
  background-color: var(--wims_ref_bgcolor);
14
  color: var(--wims_ref_menucolor);
14
  color: var(--wims_ref_menucolor);
15
}
15
}
16
.wims_docu_title>a{
16
.title_box a,.wims_docu_title>a{
17
  color: var(--wims_ref_menucolor);
17
  color: var(--wims_ref_menucolor);
18
}
18
}
19
.wims_docu_title>a:hover{
19
.wims_docu_title>a:hover{
20
  text-decoration: underline;
20
  text-decoration: underline;
21
}
21
}