~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/default.css

  • Committer: Marius Kruger
  • Date: 2010-07-10 21:28:56 UTC
  • mto: (5384.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 5385.
  • Revision ID: marius.kruger@enerweb.co.za-20100710212856-uq4ji3go0u5se7hx
* Update documentation
* add NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
  margin-bottom: 70px;
10
10
  font-family: Verdana, Geneva, Arial, sans-serif;
11
11
  font-size: small;
12
 
  line-height: 180%
 
12
  line-height: 140%
13
13
  }
14
14
 
15
15
/* p {
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
  }
111
126
 
112
127
tt, .literal-block {
113
128
  font-family: monospace;
 
129
  line-height: 100%
114
130
  }
115
131
 
116
132
tt {
120
136
 
121
137
.literal-block {
122
138
  margin-left: 5em;
 
139
  margin-right: 5em;
123
140
  color: #000000;
124
141
  font-weight: normal;
125
 
  background-color: #c1d1ff;
126
142
  background-color: #e5ecf9;
127
143
  border: 1px solid #888888;
128
144
  padding: 1em;
142
158
  color: #b52727;
143
159
  text-decoration: none;
144
160
  }
 
161
 
 
162
span, th.field-name {
 
163
  white-space: nowrap;
 
164
}