~jk0/nova/xs-ipv6

« back to all changes in this revision

Viewing changes to vendor/tornado/website/static/base.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
body {
 
2
  background: white;
 
3
  color: black;
 
4
  font-family: Georgia, serif;
 
5
  font-size: 11pt;
 
6
  margin: 10px;
 
7
  margin-top: 15px;
 
8
  margin-bottom: 15px;
 
9
}
 
10
 
 
11
h1,
 
12
h2,
 
13
h3,
 
14
h4 {
 
15
  font-family: Calibri, sans-serif;
 
16
  margin: 0;
 
17
}
 
18
 
 
19
img {
 
20
  border: 0;
 
21
}
 
22
 
 
23
pre,
 
24
code {
 
25
  color: #060;
 
26
}
 
27
 
 
28
a,
 
29
a code {
 
30
  color: #216093;
 
31
}
 
32
 
 
33
table {
 
34
  border-collapse: collapse;
 
35
  border: 0;
 
36
}
 
37
 
 
38
td {
 
39
  border: 0;
 
40
  padding: 0;
 
41
}
 
42
 
 
43
#body {
 
44
  margin: auto;
 
45
  max-width: 850px;
 
46
}
 
47
 
 
48
#header {
 
49
  margin-bottom: 15px;
 
50
  margin-right: 30px;
 
51
}
 
52
 
 
53
#content,
 
54
#footer {
 
55
  margin-left: 31px;
 
56
  margin-right: 31px;
 
57
}
 
58
 
 
59
#content p,
 
60
#content li,
 
61
#footer {
 
62
  line-height: 16pt;
 
63
}
 
64
 
 
65
#content pre {
 
66
  line-height: 14pt;
 
67
  margin: 17pt;
 
68
  padding-left: 1em;
 
69
  border-left: 1px solid #ccc;
 
70
}
 
71
 
 
72
#footer {
 
73
  margin-top: 5em;
 
74
}
 
75
 
 
76
#header .logo {
 
77
  line-height: 0;
 
78
  padding-bottom: 5px;
 
79
  padding-right: 15px;
 
80
}
 
81
 
 
82
#header .logo img {
 
83
  width: 286px;
 
84
  height: 72px;
 
85
}
 
86
 
 
87
#header .title {
 
88
  vertical-align: bottom;
 
89
}
 
90
 
 
91
#header .title h1 {
 
92
  font-size: 35px;
 
93
  font-weight: normal;
 
94
}
 
95
 
 
96
#header .title h1,
 
97
#header .title h1 a {
 
98
  color: #666;
 
99
}
 
100
 
 
101
#content h1,
 
102
#content h2,
 
103
#content h3 {
 
104
  color: #4d8cbf;
 
105
  margin-bottom: 2pt;
 
106
  margin-top: 17pt;
 
107
}
 
108
 
 
109
#content h2 {
 
110
  font-size: 19pt;
 
111
}
 
112
 
 
113
#content h3 {
 
114
  font-size: 15pt;
 
115
}
 
116
 
 
117
#content p {
 
118
  margin: 0;
 
119
  margin-bottom: 1em;
 
120
}