32
/* Approximate height of the components */
35
background-color: #ddd;
32
/* height == h2.margin + h2.line-height
33
* + max(h2.margin, p.margin) + p.line-height + p.margin
34
* == 1.1*0.7em + 1.1*1.2em + 1.1*0.7em + 1.1em + 0.7em
38
background-color: #aaf;
38
/* We don't want the bold-ness of a regular golden H1 */
49
border-top: white 1px solid; /* Top edge of 3D effect */
51
48
/* class "choice" is for all choices, enabled and disabled. This is for both
52
49
* the <a> actions and <option> actions.
53
50
* class "disabled" is for disabled choices.
55
52
#actions1 a.choice, #actions2 a {
54
text-decoration: underline;
60
57
#actions1 a.choice:hover, #actions1 a.choice:active, #actions1 a.choice:focus,
61
58
#actions2 a:hover, #actions2 a:active, #actions2 a:focus {
65
#actions1 a.choice:hover, #actions2 a:hover {
66
60
text-decoration: underline;
69
62
#actions1 a.disabled {
71
64
text-decoration: none;
67
#actions1 a.disabled:hover, #actions1 a.disabled:active, #actions1 a.disabled:focus {
69
text-decoration: none;
74
71
/* Drop-down actions and headings */
75
#actions1 option.moreactions, #actions1 option.disabled {
79
/* One of the actions2s is shown at runtime, depending on the context.
80
* We will show moreactions if we need it. */
81
#actions1 #moreactions_area, #actions2 #actions2_file,
82
#actions2 #actions2_directory {
76
#actions1 option.moreactions {
79
#actions1 option.heading {
82
#actions1 option.choice {
85
#actions1 option.disabled {
86
90
/* Everything under the top bar */