Menu

[b84aab]: / documentation / tutorial / guide.css  Maximize  Restore  History

Download this file

108 lines (84 with data), 2.0 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
/*
* 'Working Draft' Style
*
* based on W3C style
*/
body {
margin: 4em;
margin-left: 4em;
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; margin-left: -1em; font-family: sans-serif; }
h1, h2, h3 { color: #005A9C; }
.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.example {
border-top: 1px solid #d0d0d0;
border-bottom: 1px solid #d0d0d0;
}
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(draft.png);
}
table.latex {
border-top: 1px solid black;
border-bottom: 1px solid black;
}
.latex caption {
font-family: sans-serif;
font-style: italic;
}
li { margin: 0.75em; }
.note {
border-top: 1px solid #d0d0d0;
color: #808080;
}
.subtitle {
font-size: 1.2em;
font-weight: bold;
font-style: italic;
border-top: 1px solid black;
text-align: right;
}
.author {
text-align: right;
font-style: italic;
}
img {
border: 1px solid black;
}
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.