File: rst.css

package info (click to toggle)
python-authkit 0.4.1~r143-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 740 kB
  • ctags: 703
  • sloc: python: 4,643; makefile: 39; sh: 33
file content (142 lines) | stat: -rw-r--r-- 2,577 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
/* Headings
   ------------------------------- */

.rst h1 { font-size: 110% }
.rst h2 { font-size: 100% }

/*.rst-doc h1 { font-size: 200% }
.rst-doc h2 { font-size: 140% }
.rst-doc h3 { font-size: 110% }*/
.rst-doc h1.title { font-size: 220% }
.rst-doc h1 a, .rst-doc h2 a, .rst-doc h3 a { 
  color: inherit ;
  font-weight: inherit;
  text-decoration: inherit;
}

/* Blockquotes
   ------------------------------- */

.rst blockquote,
.rst-doc blockquote { 
  font-style: italic;
  font-family: Georgia, serif;
  max-width: 30em;
}

/* Document Info
   ------------------------------- */
.rst-doc table.docinfo { 
  margin: 2em 0 
  width: 100%;
}
.rst-doc table.docinfo th { 
  text-align: left ;
  padding-right: 2em;
  color: #555;
}
.rst-doc table.docinfo td { 
  text-align: left
}

/* Field Lists 
   ------------------------------- */

.rst table.field-list, 
.rst-doc table.field-list { 
  border: 0;
  margin-left: 0;
}
.rst table.field-list ul,
.rst-doc table.field-list ul { 
  margin-left: 0;
}
.rst-doc table.field-list ul { 
  border: 0;
  margin-left: 2em;
  background: #fff;
  color: #119;
}

/* Tables
   ------------------------------- */

.rst table.docutils,
.rst-doc table.docutils { 
  border: 0;
}
.rst table.docutils th,
.rst-doc table.docutils th { 
  border: 0;
  background: #777;
  color: #fff;
  padding: 3px;
}
.rst table.docutils td,
.rst-doc table.docutils td { 
  border: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2px;
}

/* Contents and Back References
   ------------------------------- */

.rst-doc div.contents { 
  margin: 2em inherit;
}
.rst-doc div.contents ul { 
  margin-left: 0;
  padding-left: 2em;
  line-height: 150%;
}
.rst-doc div.contents ul li { 
  font-weight: bold;
  list-style-type: none;
} 
.rst-doc div.contents p.topic-title {
  font-size: 160%;
  font-weight: normal;
  color: #555;
  margin-top: .5em;
}
.rst-doc .contents .reference,
.rst-doc .toc-backref { 
  text-decoration: none;
}

/* Admonitions
   ------------------------------- */

.rst-doc div.admonition,
.rst-doc div.warning,
.rst-doc div.note { 
  margin: 2.5em 6em;
  padding: .6em 2.5em;
  background: #ddf;
  border: 2px solid #ccc;
  font-family: Georgia, serif;
  color: #333;
}
.rst-doc div.warning { 
  background: #ff8;
  border-color: #fe2;
}
.rst-doc div .admonition-title { 
  font-weight: bold;
  font-style: italic;
  color: #223;
  font-size: 110%;
  font-family: sans-serif;
}

/* Misc
   ------------------------------- */

tt.literal { 
  color: #333;
}
.footnote-reference { 
  vertical-align: super;
  font-size: 20%;
}