Menu

[b84aab]: / documentation / style / paper.css  Maximize  Restore  History

Download this file

119 lines (93 with data), 2.3 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
/*
* 'Working Draft' Style
*
* based on W3C style
*/
body {
margin-left: 60px;
margin-right: 50px;
margin-top: 26px;
margin-bottom: 60px;
font-family: sans-serif;
color: black;
background: white;
background-position: top left;
background-attachment: fixed;
background-repeat: no-repeat;
}
:link { color: #00C; }
:visited { color: #609; }
a:active { color: #C00; }
a:link img, a:visited img { border-style: none } /* no border on img links */
a img { color: white; } /* trick to hide the border in Netscape 4 */
@media all { /* hide the next rule from Netscape 4 */
a img { color: inherit; } /* undo the color change above */
}
caption, li, th, td { /* ns 4, ie 5 */
font-family: sans-serif;
}
h1, h2, h3, h4, h5, h6 { text-align: left }
h1, h2, h3 { color: #005A9C; }
h1 { font: bold 2.0em sans-serif }
h2 { font: bold 1.8em sans-serif }
h3 { font: bold 1.6em sans-serif }
h4 { font: bold 1.4em sans-serif }
h5 { font: italic 1.2em sans-serif }
h6 { font: small-caps 1em sans-serif }
.hide { display: none }
div.head { margin-bottom: 1em }
div.head table { margin-left: 2em; margin-top: 2em }
p.copyright { font-size: small }
p.copyright small { font-size: small }
a[href]:hover { background: #ffa }
pre {
margin-left: 2em;
margin-right: 2em;
}
pre.xmp {
color: green;
font-family: Courier New, Courier, monospace;
}
pre.example {
border-top: 1px solid #d0d0d0;
border-bottom: 1px solid #d0d0d0;
}
pre.syntax {
border-top: 1px solid #d0d0d0;
border-bottom: 1px solid #d0d0d0;
padding: 1em;
color: black;
}
pre.result {
color: green;
background-color: #f0f0f0;
border: 1px solid #c0c0c0;
}
dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
dt { font-weight: bold }
pre, code { font-family: monospace } /* navigator 4 requires this */
ul.toc {
list-style: disc; /* Mac NS has problem with 'none' */
list-style: none;
}
body {
background-image: url(paper.png);
}
table.tex, table.latex {
border-top: 1px solid black;
border-bottom: 1px solid black;
}
.tex caption, .latex caption {
font-family: sans-serif;
font-style: italic;
}
li { margin: 0.75em; }
.note {
border-top: 1px solid #d0d0d0;
color: #808080;
}
acronym {
color: #00C;
font-weight: bold;
font-style: normal;
}
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.