~ubuntu-branches/ubuntu/karmic/pypy/karmic

« back to all changes in this revision

Viewing changes to py/doc/talk/ui/py.css

  • Committer: Bazaar Package Importer
  • Author(s): Alexandre Fayolle
  • Date: 2007-04-13 09:33:09 UTC
  • Revision ID: james.westby@ubuntu.com-20070413093309-yoojh4jcoocu2krz
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body, h1, h2, h3, h4, td, p, div {
 
2
  /*margin-top: 80px; 
 
3
  position: fixed;*/
 
4
  font-family: sans-serif;
 
5
  font-size: 0.9em;
 
6
}
 
7
 
 
8
#slide0 h1.title {
 
9
  text-align: center;
 
10
  font-family: sans-serif;
 
11
}
 
12
 
 
13
div#header, div#footer, div#controls {
 
14
  background-color: white;
 
15
}
 
16
 
 
17
div#header {
 
18
  background-image: url("merlinux-klein.png");
 
19
  background-repeat: no-repeat;
 
20
  margin: 3px;
 
21
  height: 100px;
 
22
  border-bottom: 1px solid black;
 
23
}
 
24
 
 
25
.slide h1 {
 
26
  background-color: white;
 
27
  margin-left: 180px;
 
28
  padding-left: 0px;
 
29
  color: black;
 
30
  font-size: 1.2em;
 
31
}
 
32
 
 
33
div#footer {
 
34
  padding: 3px;
 
35
  height: 4em;
 
36
  border-top: 1px solid black;
 
37
}
 
38
 
 
39
div#footer h1, div#footer h2, div#footer h3 {
 
40
  font-family: "Times New Roman";
 
41
  font-style: italic;
 
42
  padding: 0px;
 
43
}
 
44
 
 
45
div#footer h1 {
 
46
  font-size: 2em;
 
47
}
 
48
 
 
49
#controls {
 
50
  border: 1px solid red;
 
51
  background-color: red;
 
52
  width: 100px;
 
53
  visibility: hidden;
 
54
}
 
55
 
 
56
#controls #controlForm {
 
57
  visibility: visible;
 
58
}
 
59
 
 
60
#navList, #navLinks {
 
61
  background-color: transparent;
 
62
}
 
63
 
 
64
#navLinks a#toggle, #navLinks a#prev, #navLinks a#next {
 
65
  background-color: transparent;
 
66
}
 
67
 
 
68
/* some hacks to fix whitespace between list items */
 
69
 
 
70
li, li p {
 
71
  line-height: 1.2em;
 
72
  font-size: 1em;
 
73
  margin: 0px;
 
74
}