~justin-fathomdb/nova/justinsb-openstack-api-volumes

« back to all changes in this revision

Viewing changes to vendor/Twisted-10.0.0/doc/core/howto/stylesheet.css

  • Committer: Jesse Andrews
  • Date: 2010-05-28 06:05:26 UTC
  • Revision ID: git-v1:bf6e6e718cdc7488e2da87b21e258ccc065fe499
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
body
 
3
{
 
4
  margin-left: 2em;
 
5
  margin-right: 2em;
 
6
  border: 0px;
 
7
  padding: 0px;
 
8
  font-family: sans-serif;
 
9
  }
 
10
 
 
11
.done { color: #005500; background-color: #99ff99 }
 
12
.notdone { color: #550000; background-color: #ff9999;}
 
13
 
 
14
pre
 
15
{
 
16
  padding: 1em;
 
17
  border: thin black solid;
 
18
  line-height: 1.2em;
 
19
}
 
20
 
 
21
.boxed
 
22
{
 
23
  padding: 1em;
 
24
  border: thin black solid;
 
25
}
 
26
 
 
27
.shell
 
28
 
29
  background-color: #ffffdd;
 
30
}
 
31
 
 
32
.python
 
33
{
 
34
  background-color: #dddddd;
 
35
}
 
36
 
 
37
.htmlsource
 
38
{
 
39
  background-color: #dddddd;
 
40
}
 
41
 
 
42
.py-prototype
 
43
{
 
44
  background-color: #ddddff;
 
45
}
 
46
 
 
47
 
 
48
.python-interpreter
 
49
{
 
50
  background-color: #ddddff;
 
51
}
 
52
 
 
53
.doit 
 
54
{
 
55
  border: thin blue dashed ;
 
56
  background-color: #0ef
 
57
}
 
58
 
 
59
.py-src-comment
 
60
{
 
61
  color: #1111CC
 
62
}
 
63
 
 
64
.py-src-keyword
 
65
{
 
66
  color: #3333CC;
 
67
  font-weight: bold;
 
68
  line-height: 1.0em
 
69
}
 
70
 
 
71
.py-src-parameter
 
72
{
 
73
  color: #000066;
 
74
  font-weight: bold;
 
75
  line-height: 1.0em
 
76
}
 
77
 
 
78
.py-src-identifier
 
79
{
 
80
  color: #CC0000
 
81
}
 
82
 
 
83
.py-src-string
 
84
{
 
85
  
 
86
  color: #115511
 
87
}
 
88
 
 
89
.py-src-endmarker
 
90
{
 
91
  display: block; /* IE hack; prevents following line from being sucked into the py-listing box. */
 
92
}
 
93
 
 
94
.py-linenumber
 
95
{
 
96
  background-color: #cdcdcd;
 
97
  float: left;
 
98
  margin-top: 0px;
 
99
  width: 4.0em
 
100
}
 
101
 
 
102
.py-listing, .html-listing, .listing 
 
103
{
 
104
  margin: 1ex;
 
105
  border: thin solid black;
 
106
  background-color: #eee;
 
107
}
 
108
 
 
109
.py-listing pre, .html-listing pre, .listing pre
 
110
{
 
111
  margin: 0px;
 
112
  border: none;
 
113
  border-bottom: thin solid black;
 
114
}
 
115
 
 
116
.py-listing .python 
 
117
{
 
118
  margin-top: 0;
 
119
  margin-bottom: 0;
 
120
  border: none;
 
121
  border-bottom: thin solid black;
 
122
  }
 
123
 
 
124
.html-listing .htmlsource
 
125
{
 
126
  margin-top: 0;
 
127
  margin-bottom: 0;
 
128
  border: none;
 
129
  border-bottom: thin solid black;
 
130
  }
 
131
 
 
132
.caption
 
133
{
 
134
  text-align: center;
 
135
  padding-top: 0.5em;
 
136
  padding-bottom: 0.5em;
 
137
}
 
138
 
 
139
.filename
 
140
{
 
141
  font-style: italic;
 
142
  }
 
143
 
 
144
.manhole-output
 
145
{
 
146
  color: blue;
 
147
}
 
148
 
 
149
hr
 
150
{
 
151
  display: inline;
 
152
  }
 
153
 
 
154
ul
 
155
{
 
156
  padding: 0px;
 
157
  margin: 0px;
 
158
  margin-left: 1em;
 
159
  padding-left: 1em;
 
160
  border-left: 1em;
 
161
  }
 
162
 
 
163
li
 
164
{
 
165
  padding: 2px;
 
166
  }
 
167
 
 
168
dt
 
169
{
 
170
  font-weight: bold;
 
171
  margin-left: 1ex;
 
172
  }
 
173
 
 
174
dd
 
175
{
 
176
  margin-bottom: 1em;
 
177
  }
 
178
 
 
179
div.note
 
180
{
 
181
  background-color: #FFFFCC;
 
182
  margin-top: 1ex;
 
183
  margin-left: 5%;
 
184
  margin-right: 5%;
 
185
  padding-top: 1ex;
 
186
  padding-left: 5%;
 
187
  padding-right: 5%;
 
188
  border: thin black solid;
 
189
}