File: docs.css

package info (click to toggle)
pygresql 1%3A4.0-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 468 kB
  • sloc: ansic: 2,709; python: 1,600; makefile: 63
file content (109 lines) | stat: -rw-r--r-- 1,544 bytes parent folder | download | duplicates (6)
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
/*
Stylesheet for use with Docutils.

Customized for PyGreSQL docs.
*/

@import url(default.css);

body {
	margin: 8pt;
	padding: 8pt;
	background-color: #f8f8ff;
	color: #000008;
	text-align: justify;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt; }

a {
	text-decoration: none; }

a:hover {
	text-decoration: underline; }

.title, .subtitle {
	color: #003; }

.topic-title {
	color: #006;
	font-size: 14pt; }

h1, h2, h3, h4 {
	color: #006; }

h1 {
	padding-top: 20pt;
	font-size: 17pt; }

div#pygresql-changelog div.section h1 {
	font-size: 12pt;
}

h1.title {
	font-size: 20pt;
}

h2 {
	font-size: 14pt; }

h2.subtitle {
	font-size: 16pt;
}

h3 {
	font-size: 13pt; }

h4 {
	font-size: 12pt; }

a.toc-backref {
	color: #006; }

ul.simple li {
	margin-top: 4pt; }

ul.simple ul li {
	margin-top: 2pt; }

div.contents ul {
	list-style-type: none; }

div.contents ul li {
	margin-top: 4pt;
	font-size: 12pt; }

div.contents ul ul li {
	margin-top: 2pt;
	font-size: 11pt; }

cite {
	font-style: normal;
	font-family: monospace;
	font-weight: bold; }

table.field-list th.field-name {
	font-style: normal;
	font-family: monospace;
	font-weight: bold; }

tt.literal, pre.literal-block {
	font-style: normal;
	font-family: monospace;
	font-weight: bold;
	background-color: #fff; }

tt.literal {
	padding-left: 2pt;
	padding-right: 2pt; }

pre.literal-block {
	padding: 4pt;
	border: 1px dotted #ccc; }

table.docutils {
	border-spacing: 0px;
	border-collapse: collapse; }

table.docutils td {
	margin: 0px;
	padding: 2pt; }