~ubuntu-branches/ubuntu/wily/attic/wily

« back to all changes in this revision

Viewing changes to docs/_themes/attic/static/attic.css_t

  • Committer: Package Import Robot
  • Author(s): Clint Adams
  • Date: 2013-11-25 09:06:12 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20131125090612-hp1yitu1qnpbuaq7
Tags: 0.8.1-1
* New upstream version.
* Bump to Standards-Version 3.9.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@import url("basic.css");
 
2
 
 
3
body {
 
4
  font-family: Arial, Sans-Serif;
 
5
  background-color: white;
 
6
  margin: 0 0 4em;
 
7
  padding: 0;
 
8
}
 
9
div.related {
 
10
  display: none;
 
11
  background-color: black;
 
12
  padding: .4em;
 
13
  width: 800px;
 
14
  margin: 0 auto;
 
15
}
 
16
div.related a {
 
17
  color: white;
 
18
  text-decoration: none;
 
19
}
 
20
div.document {
 
21
  background-color: white;
 
22
  width: 850px;
 
23
  margin: 0 auto;
 
24
  padding-top: 1em;
 
25
}
 
26
 
 
27
div.documentwrapper {
 
28
  float: right;
 
29
  width: 600px;
 
30
}
 
31
div.sphinxsidebar {
 
32
  margin-left: 0;
 
33
  parring-right: 20px;
 
34
  width: 230px;
 
35
}
 
36
 
 
37
h1, h2, h3 {
 
38
  font-family: "DejaVu Serif";
 
39
  font-weight: normal;
 
40
  font-style: italic;
 
41
  color: #333;
 
42
}
 
43
h1 {
 
44
  margin: .8em 0 .5em;
 
45
}
 
46
h2, h3 {
 
47
  margin: 1.2em 0 .6em;
 
48
}
 
49
h1 { font-size: 260%;}
 
50
h2 { font-size: 180%;}
 
51
h3 { font-size: 130%;}
 
52
ul {
 
53
  padding-left: 1.2em;
 
54
  margin-bottom: .3em;
 
55
}
 
56
ul ul {
 
57
  font-size: 95%;
 
58
}
 
59
li {
 
60
  margin: .1em 0;
 
61
}
 
62
a:link, a:visited {
 
63
  color: #00608f;
 
64
  text-decoration: none;
 
65
}
 
66
a:hover {
 
67
  color: #00B0E4;
 
68
  border-bottom: 1px dotted #00B0E4;
 
69
}
 
70
 
 
71
div.sphinxsidebar a:link, div.sphinxsidebar a:visited {
 
72
  color: #555;
 
73
  border-bottom: 1px dotted #555;
 
74
}
 
75
 
 
76
div.sphinxsidebar input {
 
77
  border: 1px solid #ccc;
 
78
}
 
79
 
 
80
pre {
 
81
  border: 1px solid #ccc;
 
82
  padding: .6em;
 
83
  background: black;
 
84
  color: #ddd;
 
85
  border-radius: .4em;
 
86
  box-shadow: 2px 2px #ddd;
 
87
  line-height: 1.2em;
 
88
}
 
89
pre a:link,
 
90
pre a:visited {
 
91
  color: #00B0E4;
 
92
}
 
93
 
 
94
div.sidebarlogo .title {
 
95
  font-family: "DejaVu Serif";
 
96
  font-style: italic;
 
97
  font-size: 500%;
 
98
}
 
99
div.sidebarlogo .subtitle {
 
100
  font-style: italic;
 
101
  color: #777;
 
102
}
 
103
tt span.pre {
 
104
  font-size: 110%;
 
105
}
 
106
dt {
 
107
  font-style: italic;
 
108
  font-size: 95%;
 
109
}
 
110
 
 
111
div.admonition p.admonition-title + p {
 
112
    display: inline;
 
113
}
 
114
 
 
115
div.admonition p {
 
116
    margin-bottom: 5px;
 
117
}
 
118
 
 
119
p.admonition-title {
 
120
    display: inline;
 
121
}
 
122
 
 
123
p.admonition-title:after {
 
124
    content: ":";
 
125
}
 
126
 
 
127
div.note {
 
128
  background-color: #eee;
 
129
  border: 1px solid #ccc;
 
130
  border-radius: .4em;
 
131
  box-shadow: 2px 2px #ddd;
 
132
}
 
133
 
 
134
div.seealso {
 
135
  background-color: #ffe;
 
136
  border: 1px solid #ff6;
 
137
  border-radius: .4em;
 
138
  box-shadow: 2px 2px #dd6;
 
139
}