Welcome to mirror list, hosted at ThFree Co, Russian Federation.

docbook.css « doc « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1ef08cc22f6cf3566aa644ec1173d81b49466461 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.BOOK .TITLE          { text-align: center }
.BOOK .SUBTITLE       { text-align: center }
.BOOK .CORPAUTHOR     { text-align: center }
.BOOK .AUTHOR         { text-align: center }
.BOOK .AFFILIATION    { text-align: center }
.BOOK .EDITEDBY       { text-align: center }
.BOOK .EDITOR         { text-align: center }
.BOOK .GRAPHIC        { text-align: center }

.ARTICLE .TITLE          { text-align: center }
.ARTICLE .SUBTITLE       { text-align: center }
.ARTICLE .CORPAUTHOR     { text-align: center }
.ARTICLE .AUTHOR         { text-align: center }
.ARTICLE .AFFILIATION    { text-align: center }
.ARTICLE .EDITEDBY       { text-align: center }
.ARTICLE .EDITOR         { text-align: center }
.ARTICLE .GRAPHIC        { text-align: center }
.ARTICLE .ABSTRACT       { margin-left: 0.5in;
                           margin-right: 0.5in;
                           font-style: italic }
.SCREEN 		{ background-color: #e0e0e0; }
.QUESTION		{ background-color: #e0e0e0; }