~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/tutorial/media/default.css

  • Committer: William Grant
  • Date: 2009-03-17 04:48:07 UTC
  • mfrom: (1099.1.243 exercise-ui)
  • Revision ID: grantw@unimelb.edu.au-20090317044807-pozdt54fapazp2sp
Merge lp:~ivle-dev/ivle/exercise-ui.

Lecturers can now add and edit exercises, and worksheets can be written
in RST directly inside IVLE.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
:Author: David Goodger
 
3
:Contact: goodger@users.sourceforge.net
 
4
:Date: $Date: 2005/06/13 20:15:52 $
 
5
:Version: $Revision: 1.1 $
 
6
:Copyright: This stylesheet has been placed in the public domain.
 
7
 
 
8
Default cascading style sheet for the HTML output of Docutils.
 
9
*/
 
10
 
 
11
/* "! important" is used here to override other ``margin-top`` and
 
12
   ``margin-bottom`` styles that are later in the stylesheet or 
 
13
   more specific.  See http://www.w3.org/TR/CSS1#the-cascade */
 
14
.first {
 
15
  margin-top: 0 ! important }
 
16
 
 
17
.last, .with-subtitle {
 
18
  margin-bottom: 0 ! important }
 
19
 
 
20
.hidden {
 
21
  display: none }
 
22
 
 
23
a.toc-backref {
 
24
  text-decoration: none ;
 
25
  color: black }
 
26
 
 
27
blockquote.epigraph {
 
28
  margin: 2em 5em ; }
 
29
 
 
30
dl.docutils dd {
 
31
  margin-bottom: 0.5em }
 
32
 
 
33
/* Uncomment (and remove this text!) to get bold-faced definition list terms
 
34
dl.docutils dt {
 
35
  font-weight: bold }
 
36
*/
 
37
 
 
38
div.abstract {
 
39
  margin: 2em 5em }
 
40
 
 
41
div.abstract p.topic-title {
 
42
  font-weight: bold ;
 
43
  text-align: center }
 
44
 
 
45
div.admonition, div.attention, div.caution, div.danger, div.error,
 
46
div.hint, div.important, div.note, div.tip, div.warning {
 
47
  margin: 2em ;
 
48
  border: medium outset ;
 
49
  font-size: smaller ;
 
50
  padding: 1em }
 
51
 
 
52
div.admonition p.admonition-title, div.hint p.admonition-title,
 
53
div.important p.admonition-title, div.note p.admonition-title,
 
54
div.tip p.admonition-title {
 
55
  font-weight: bold ;
 
56
  font-size: smaller ;
 
57
  font-family: sans-serif }
 
58
 
 
59
div.attention p.admonition-title, div.caution p.admonition-title,
 
60
div.danger p.admonition-title, div.error p.admonition-title,
 
61
div.warning p.admonition-title {
 
62
  color: red ;
 
63
  font-weight: bold ;
 
64
  font-family: sans-serif }
 
65
 
 
66
/* Uncomment (and remove this text!) to get reduced vertical space in
 
67
   compound paragraphs.
 
68
div.compound .compound-first, div.compound .compound-middle {
 
69
  margin-bottom: 0.5em }
 
70
 
 
71
div.compound .compound-last, div.compound .compound-middle {
 
72
  margin-top: 0.5em }
 
73
*/
 
74
 
 
75
div.dedication {
 
76
  margin: 2em 5em ;
 
77
  text-align: center ;
 
78
  font-style: italic }
 
79
 
 
80
div.dedication p.topic-title {
 
81
  font-weight: bold ;
 
82
  font-style: normal }
 
83
 
 
84
div.figure {
 
85
  margin-left: 2em }
 
86
 
 
87
div.footer, div.header {
 
88
  clear: both;
 
89
  font-size: smaller }
 
90
 
 
91
div.line-block {
 
92
  display: block ;
 
93
  margin-top: 1em ;
 
94
  margin-bottom: 1em }
 
95
 
 
96
div.line-block div.line-block {
 
97
  margin-top: 0 ;
 
98
  margin-bottom: 0 ;
 
99
  margin-left: 1.5em }
 
100
 
 
101
div.sidebar {
 
102
  margin-left: 1em ;
 
103
  border: medium outset ;
 
104
  padding: 1em ;
 
105
  background-color: #ffffee ;
 
106
  width: 40% ;
 
107
  float: right ;
 
108
  clear: right }
 
109
 
 
110
div.sidebar p.rubric {
 
111
  font-family: sans-serif ;
 
112
  font-size: medium }
 
113
 
 
114
div.system-messages {
 
115
  margin: 5em }
 
116
 
 
117
div.system-messages h1 {
 
118
  color: red }
 
119
 
 
120
div.system-message {
 
121
  border: medium outset ;
 
122
  padding: 1em }
 
123
 
 
124
div.system-message p.system-message-title {
 
125
  color: red ;
 
126
  font-weight: bold }
 
127
 
 
128
div.topic {
 
129
  margin: 2em }
 
130
 
 
131
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
 
132
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
 
133
  margin-top: 0.4em }
 
134
 
 
135
h1.title {
 
136
  text-align: center }
 
137
 
 
138
h2.subtitle {
 
139
  text-align: center }
 
140
 
 
141
hr.docutils {
 
142
  width: 75% }
 
143
 
 
144
img.align-left {
 
145
  clear: left }
 
146
 
 
147
img.align-right {
 
148
  clear: right }
 
149
 
 
150
img.borderless {
 
151
  border: 0 }
 
152
 
 
153
ol.simple, ul.simple {
 
154
  margin-bottom: 1em }
 
155
 
 
156
ol.arabic {
 
157
  list-style: decimal }
 
158
 
 
159
ol.loweralpha {
 
160
  list-style: lower-alpha }
 
161
 
 
162
ol.upperalpha {
 
163
  list-style: upper-alpha }
 
164
 
 
165
ol.lowerroman {
 
166
  list-style: lower-roman }
 
167
 
 
168
ol.upperroman {
 
169
  list-style: upper-roman }
 
170
 
 
171
p.attribution {
 
172
  text-align: right ;
 
173
  margin-left: 50% }
 
174
 
 
175
p.caption {
 
176
  font-style: italic }
 
177
 
 
178
p.credits {
 
179
  font-style: italic ;
 
180
  font-size: smaller }
 
181
 
 
182
p.label {
 
183
  white-space: nowrap }
 
184
 
 
185
p.rubric {
 
186
  font-weight: bold ;
 
187
  font-size: larger ;
 
188
  color: maroon ;
 
189
  text-align: center }
 
190
 
 
191
p.sidebar-title {
 
192
  font-family: sans-serif ;
 
193
  font-weight: bold ;
 
194
  font-size: larger }
 
195
 
 
196
p.sidebar-subtitle {
 
197
  font-family: sans-serif ;
 
198
  font-weight: bold }
 
199
 
 
200
p.topic-title {
 
201
  font-weight: bold }
 
202
 
 
203
pre.address {
 
204
  margin-bottom: 0 ;
 
205
  margin-top: 0 ;
 
206
  font-family: serif ;
 
207
  font-size: 100% }
 
208
 
 
209
pre.line-block {
 
210
  font-family: serif ;
 
211
  font-size: 100% }
 
212
 
 
213
pre.literal-block, pre.doctest-block {
 
214
  margin-left: 2em ;
 
215
  margin-right: 2em ;
 
216
  background-color: #eeeeee }
 
217
 
 
218
span.classifier {
 
219
  font-family: sans-serif ;
 
220
  font-style: oblique }
 
221
 
 
222
span.classifier-delimiter {
 
223
  font-family: sans-serif ;
 
224
  font-weight: bold }
 
225
 
 
226
span.interpreted {
 
227
  font-family: sans-serif }
 
228
 
 
229
span.option {
 
230
  white-space: nowrap }
 
231
 
 
232
span.pre {
 
233
  white-space: pre }
 
234
 
 
235
span.problematic {
 
236
  color: red }
 
237
 
 
238
span.section-subtitle {
 
239
  /* font-size relative to parent (h1..h6 element) */
 
240
  font-size: 80% }
 
241
 
 
242
table.citation {
 
243
  border-left: solid thin gray }
 
244
 
 
245
table.docinfo {
 
246
  margin: 2em 4em }
 
247
 
 
248
table.docutils {
 
249
  margin-top: 0.5em ;
 
250
  margin-bottom: 0.5em }
 
251
 
 
252
table.footnote {
 
253
  border-left: solid thin black }
 
254
 
 
255
table.docutils td, table.docutils th,
 
256
table.docinfo td, table.docinfo th {
 
257
  padding-left: 0.5em ;
 
258
  padding-right: 0.5em ;
 
259
  vertical-align: top }
 
260
 
 
261
table.docutils th.field-name, table.docinfo th.docinfo-name {
 
262
  font-weight: bold ;
 
263
  text-align: left ;
 
264
  white-space: nowrap ;
 
265
  padding-left: 0 }
 
266
 
 
267
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
 
268
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
 
269
  font-size: 100% }
 
270
 
 
271
/*
 
272
tt.docutils {
 
273
  background-color: #eeeeee }
 
274
*/
 
275
 
 
276
tt.docutils {
 
277
  font-size: large }
 
278
 
 
279
ul.auto-toc {
 
280
  list-style-type: none }