~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/default.css

Merge bzr.dev and tree-file-ids-as-tuples.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
  color: inherit;
36
36
  }
37
37
 
 
38
/* Format ".. note:" sections nicely */
 
39
div.note {
 
40
  margin-left: 5em;
 
41
  margin-right: 5em;
 
42
  color: #000000;
 
43
  background-color: #c1d1ff;
 
44
  border: 1px solid #888888;
 
45
  padding-left: 1em;
 
46
  padding-right: 1em;
 
47
  }
 
48
 
 
49
div.note .first {
 
50
  font-weight: bold;
 
51
  }
 
52
 
38
53
h1 {
39
 
  color: #b52b2b; 
 
54
  color: #b52b2b;
40
55
  /* DKREDcolor: #966b72; */
41
56
  /* GREY color: #444444; */
42
57
  font-size: 1.5em;
45
60
h1 a:link {
46
61
  color: inherit;
47
62
  }
48
 
  
 
63
 
49
64
h1 a:hover {
50
65
  color: inherit;
51
66
  }
74
89
  }
75
90
 
76
91
h3 {
77
 
  color: #966b72; 
 
92
  color: #966b72;
78
93
  /* color: #966b72; */
79
94
  }
80
95
 
99
114
  padding: 1ex;
100
115
  background: #7777FF;
101
116
        }
102
 
dt:hover 
 
117
dt:hover
103
118
  {
104
119
  background-color: black;
105
120
  }
124
139
  margin-right: 5em;
125
140
  color: #000000;
126
141
  font-weight: normal;
127
 
  background-color: #c1d1ff;
128
142
  background-color: #e5ecf9;
129
143
  border: 1px solid #888888;
130
144
  padding: 1em;