~quam-plures-core/quam-plures/bug-614012

« back to all changes in this revision

Viewing changes to templates/basic/style_colors.css

  • Committer: yabs
  • Author(s): EdB
  • Date: 2010-07-05 15:24:36 UTC
  • mfrom: (7501.1.4 everything_in_one)
  • Revision ID: yabs@innervisions.org.uk-20100705152436-zdfylg1djrbsi18o
Implementing the huge EdB branch ;)

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
}
15
15
 
16
16
 
17
 
#PageTop {
 
17
#sco_PageTop {
18
18
background-color: aqua;
19
19
}
20
20
 
21
21
 
22
 
#Header {
 
22
#sco_Header {
23
23
background-color: fuchsia;
24
24
}
25
25
 
29
29
}
30
30
 
31
31
 
32
 
#PageTop ul, #Menu ul {
 
32
#sco_PageTop ul, #Menu ul {
33
33
}
34
34
 
35
35
 
36
36
 
37
37
 
38
 
#PageTop ul li, #Menu ul li {
 
38
#sco_PageTop ul li, #Menu ul li {
39
39
}
40
40
 
41
41
 
59
59
}
60
60
 
61
61
 
62
 
#Sidebar {
 
62
#sco_Sidebar {
63
63
background-color: blue;
64
64
}
65
65
 
66
66
 
67
67
 
68
68
 
69
 
#Sidebar div {
 
69
#sco_Sidebar div {
70
70
background-color: silver;
71
71
}
72
72
 
73
73
 
74
 
#Sidebar div h3 {
 
74
#sco_Sidebar div h3 {
75
75
background-color: teal;
76
76
}
77
77