~ubuntu-branches/ubuntu/trusty/python-babel/trusty

« back to all changes in this revision

Viewing changes to doc/common/style/edgewall.css

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-10-28 10:11:31 UTC
  • mfrom: (4.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20131028101131-zwbmm8sc29iemmlr
Tags: 1.3-2ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/rules: Run the testsuite during builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
@import url(docutils.css);
2
 
@import url(pygments.css);
3
 
 
4
 
html, body { height: 100%; margin: 0; padding: 0; }
5
 
body { background: #4b4d4d url(bkgnd_pattern.png); color: #000; }
6
 
body, th, td {
7
 
  font: normal small Verdana,Arial,'Bitstream Vera Sans',Helvetica,sans-serif;
8
 
}
9
 
pre, code, tt { font-size: medium; }
10
 
h1, h2, h3, h4 {
11
 
  border-bottom: 1px solid #ccc;
12
 
  font-family: Arial,Verdana,'Bitstream Vera Sans',Helvetica,sans-serif;
13
 
  font-weight: bold; letter-spacing: -0.018em;
14
 
}
15
 
h1 { font-size: 19px; margin: 2em 0 .5em; }
16
 
h2 { font-size: 16px; margin: 1.5em 0 .5em; }
17
 
h3 { color: #333; font-size: 14px; margin: 1.2em 0 .5em; }
18
 
hr { border: none;  border-top: 1px solid #ccb; margin: 2em 0; }
19
 
p { margin: 0 0 1em; }
20
 
 
21
 
table { border: 1px solid #999; border-width: 0 1px 0 0;
22
 
  border-collapse: separate; border-spacing: 0;
23
 
}
24
 
table thead th { background: #999; border: 1px solid #999;; color: #fff;
25
 
  font-weight: bold;
26
 
}
27
 
table td { border: 1px solid #ccc; border-width: 0 0 1px 1px; padding: .3em; }
28
 
 
29
 
:link, :visited { text-decoration: none; border-bottom: 1px dotted #bbb;
30
 
  color: #b00;
31
 
}
32
 
:link:hover, :visited:hover { background-color: #eee; color: #555; }
33
 
:link img, :visited img { border: none }
34
 
h1 :link, h1 :visited ,h2 :link, h2 :visited, h3 :link, h3 :visited,
35
 
h4 :link, h4 :visited, h5 :link, h5 :visited, h6 :link, h6 :visited {
36
 
  color: #000;
37
 
}
38
 
 
39
 
#navigation { background: #b00; color: #fff; font-size: 90%; margin: 0 -20px;
40
 
  padding: .2em .5em; text-align: right;
41
 
}
42
 
#navigation :link, #navigation :visited { border: none; color: #fff; }
43
 
#navigation :link:hover, #navigation :visited:hover { background: #fff;
44
 
  color: #b00;
45
 
}
46
 
#navigation span.projinfo { float: left; }
47
 
#footer { border-top: 1px solid #d7d7d7; color: #666; font-size: 90%;
48
 
  margin: 8em -20px 0; padding: .5em 0 2em; text-align: center;
49
 
}
50
 
#footer :link, #footer :visited { color: #666; }
51
 
 
52
 
div.document { background: #fff url(shadow.gif) right top repeat-y;
53
 
  border-left: 1px solid #000; margin: 0 auto 0 40px; min-height: 100%;
54
 
  padding: 0 180px 1px 20px; width: 700px;
55
 
}
56
 
 
57
 
div.contents { font-size: 90%; position: absolute; position: fixed;
58
 
  margin-left: 81px; left: 60em; top: 30px; right: 0; bottom: 0;
59
 
  overflow: auto; overflow-x: hidden;
60
 
}
61
 
div.contents .topic-title { display: none; }
62
 
div.contents ul { list-style: none; padding-left: 0; }
63
 
div.contents .auto-toc :link, div.contents .auto-toc :visited {
64
 
  color: #e9e9e9; border: none; display: block; font-weight: bold;
65
 
  padding: 1px 5px 2px 10px;
66
 
}
67
 
div.contents .auto-toc :link:hover, div.contents .auto-toc :visited:hover {
68
 
  background: #000; color: #fff;
69
 
}
70
 
div.contents .auto-toc .auto-toc :link,
71
 
div.contents .auto-toc .auto-toc :visited { color: #c6c6c6;
72
 
  font-weight: normal;
73
 
}
74
 
 
75
 
h1.title, div.document#preface h1 { border: none; color: #666;
76
 
  font-size: x-large; margin: 0 -20px 1em; padding: 2em 20px 0;
77
 
}
78
 
h1.title { background: url(vertbars.png) repeat-x; }
79
 
div.document#preface h1.title { text-indent: -4000px; }
80
 
div.document#preface h1 { text-align: center; }
81
 
pre.literal-block, div.highlight pre { background: #f4f4f4;
82
 
  border: 1px solid #e6e6e6; color: #000; margin: 1em 1em; padding: .25em;
83
 
  overflow: auto;
84
 
}
85
 
 
86
 
table.field-list { border-collapse: collapse; }
87
 
table.field-list th.field-name { color: #333; font-weight: normal;
88
 
  text-align: right;
89
 
}
90
 
table.field-list td { border-width: 1px; }
91
 
 
92
 
div.admonition, div.attention, div.caution, div.danger, div.error, div.hint,
93
 
div.important, div.note, div.tip, div.warning {
94
 
  border: none; color: #333; font-style: italic; margin: 1em 2em;
95
 
}
96
 
div.attention p.admonition-title, div.caution p.admonition-title, div.danger
97
 
p.admonition-title, div.error p.admonition-title,
98
 
div.warning p.admonition-title {
99
 
  color: #b00;
100
 
}
101
 
p.admonition-title { margin-bottom: 0; text-transform: uppercase; }
102
 
tt.docutils { background-color: transparent; }
103
 
span.pre { white-space: normal; }
104
 
 
105
 
div.section { margin-left: 1.5em; }
106
 
div.section h1 { margin-left: -1em; }
107
 
div.section div.section { margin-left: 0; }
108
 
div.section div.section { margin-bottom: 4em; } 
109
 
div.section div.section div.section { margin-bottom: 0; }