Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
ae3da8ad
Commit
ae3da8ad
authored
Aug 26, 2009
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the documentation CSS stylesheet to current web site style
parent
27c405d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
48 additions
and
19 deletions
+48
-19
doc/src/sgml/stylesheet.css
doc/src/sgml/stylesheet.css
+48
-19
No files found.
doc/src/sgml/stylesheet.css
View file @
ae3da8ad
/* $PostgreSQL: pgsql/doc/src/sgml/stylesheet.css,v 1.
7 2004/06/29 20:44:3
4 petere Exp $ */
/* $PostgreSQL: pgsql/doc/src/sgml/stylesheet.css,v 1.
8 2009/08/26 13:56:2
4 petere Exp $ */
/* color scheme similar to www.postgresql.org */
BODY
{
color
:
#000000
;
background
:
#FFFFFF
;
font-family
:
verdana
,
sans-serif
;
}
A
:link
{
color
:
#000066
;
}
A
:visited
{
color
:
#000099
;
}
A
:active
{
color
:
#FF0000
;
}
A
:link
{
color
:
#0066A2
;
}
A
:visited
{
color
:
#004E66
;
}
A
:active
{
color
:
#0066A2
;
}
A
:hover
{
color
:
#000000
;
}
H1
{
font-size
:
1.4em
;
font-weight
:
bold
;
margin-top
:
0em
;
margin-bottom
:
0em
;
color
:
#EC5800
;
}
/* center titles */
H2
{
font-size
:
1.2em
;
margin
:
1.2em
0em
1.2em
0em
;
font-weight
:
bold
;
color
:
#666
;
}
BODY
.BOOK
H1
.TITLE
,
BODY
.SET
H1
.TITLE
{
text-align
:
center
;
font-size
:
250%
;
font-
family
:
sans-serif
;
color
:
#
020167
;
H3
{
font-size
:
1.1em
;
margin
:
1.2em
0em
1.2em
0em
;
font-
weight
:
bold
;
color
:
#
666
;
}
BODY
.BOOK
H3
.CORPAUTHOR
,
BODY
.SET
H3
.CORPAUTHOR
{
text-align
:
center
;
font-style
:
italic
;
H4
{
font-size
:
0.95em
;
margin
:
1.2em
0em
1.2em
0em
;
font-weight
:
normal
;
color
:
#666
;
}
BODY
.BOOK
.COPYRIGHT
,
BODY
.SET
.COPYRIGHT
{
H5
{
font-size
:
0.9em
;
margin
:
1.2em
0em
1.2em
0em
;
font-weight
:
normal
;
}
H6
{
font-size
:
0.85em
;
margin
:
1.2em
0em
1.2em
0em
;
font-weight
:
normal
;
}
/* center some titles */
.TITLEPAGE
{
text-align
:
center
;
}
...
...
@@ -43,23 +73,22 @@ DIV.EXAMPLE {
/* less dense spacing of TOC */
.
SET
.TOC
DL
DT
,
.
BOOK
.TOC
DL
DT
{
.BOOK
.TOC
DL
DT
{
padding-top
:
1.5ex
;
padding-bottom
:
1.5ex
;
}
.
SET
.TOC
DL
DL
DT
,
.
BOOK
.TOC
DL
DL
DT
{
.BOOK
.TOC
DL
DL
DT
{
padding-top
:
0ex
;
padding-bottom
:
0ex
;
}
/* miscellaneous */
.SCREEN
,
.SYNOPSIS
,
.PROGRAMLISTING
{
margin-left
:
4ex
;
}
/* miscellaneous */
.NAVHEADER
TH
{
font-style
:
italic
;
}
.COMMENT
{
color
:
red
;
}
VAR
{
font-family
:
monospace
;
font-style
:
italic
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment