Menu

[r3204]: / trunk / Docs / Design / FileFormats / main.css  Maximize  Restore  History

Download this file

168 lines (153 with data), 2.5 kB

  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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/
*
* Copyright (C) 2012, Peter Johnson (www.delphidabbler.com).
*
* $Rev$
* $Date$
*
* CodeSnip File Format Documentation: CSS used by all documentation HTML files.
*/
body {
margin: 1em;
padding: 0;
font-family: Verdana, Arial, sans-serif;
font-size: 9pt;
line-height: 150%;
}
.title {
margin: 0 0 1em 0;
padding: 0.5em;
border: 1px silver solid;
background-color: #eee;
font-size: 16pt;
font-weight: bold;
text-align: center;
}
.title .subtitle {
margin-top: 0.5em;
font-style: italic;
color: #336;
}
h1, h2, h3, h4, h5 {
font-family: Georgia, Garamond, "Times New Roman", Times, serif;
font-weight: bold;
color: navy;
padding: 0;
}
h1 {
margin: 1.5em 0 0 0;
padding-bottom: 0.5em;
border-bottom: 2px silver solid;
font-size: 18pt;
font-style: italic;
}
h2 {
margin: 1em 0 0 0;
padding-bottom: 0.5em;
border-bottom: 1px silver solid;
font-size: 16pt;
font-style: italic;
}
h3 {
margin: 0.5em 0 0.5em 0;
font-size: 14pt;
}
h4 {
margin: 0.5em 0 0 0;
font-size: 12pt;
}
h5 {
margin: 0.5em 0 0 0;
font-size: 10pt;
}
p,
div.spaced {
margin: 0.5em 0 0 0;
padding: 0;
}
div.half-spaced {
margin: 0.25em 0 0 0;
padding: 0;
}
dl {
margin: 0.5em 0 0 0;
padding: 0;
}
dt {
margin-left: 0;
margin-top: 0.5em;
}
dd {
margin: 0.25em 0 0 3em;
}
ul, ol {
margin: 0.5em 0 0 3em;
padding: 0;
}
ul {
list-style-type: square;
}
ul li,
ol li {
margin-top: 0.5em;
}
ul.squashed,
ol.squashed {
margin-top: 0;
}
ul.squashed li,
ol.squashed li {
margin-top: 0;
}
ul.unspaced li,
ol.unspaced li {
margin-top: 0;
}
code {
font-family: "Courier New", Courier, monospace;
}
del {
text-decoration: line-through;
color: gray;
}
a:link {
color: #336;
text-decoration: underline;
}
a:visited {
color: #669;
text-decoration: underline;
}
a:active {
color: #336;
text-decoration: underline;
}
a:hover {
text-decoration: underline;
}
.pullout {
border: 1px silver solid;
border-left: 8px silver solid;
background-color: #ddd;
margin: 0.5em 0 0 0;
padding: 0.25em 0.5em;
}
acronym {
color: purple;
border-bottom: 1px dotted purple;
}
.box {
border: 1px silver solid;
padding: 0.5em;
}
.indent {
margin-left: 3em;
}
.highlight {
color: #336;
font-style: italic;
font-weight: bold;
}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.