Menu

[327ada]: / Help / main.css  Maximize  Restore  History

Download this file

73 lines (73 with data), 1.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
html {
font-family:"Heebo","Segoe UI","MS Sans Serif",serif;
font-size:10pt;
height:100%;
}
body {
margin:0;
padding:0;
height:100%;
}
iframe {
border:0;
margin:0;
padding:0;
}
#Container {
height:100%;
}
#TableOfContents {
float:left;
width:290px;
border-right:2px solid black;
height:100%;
background-color:#FFFFF;
overflow:scroll;
overflow-x:hidden;
overflow-y:auto;
}
#ContentContainer {
margin-left:277px;
height:100%;
overflow:hidden; /* fix mysterious 2px white margin at bottom */
font-weight:bold;
}
#Content {
width:100%;
height:100%;
}
h3 {
text-decoration:none;
}
blockquote {
margin-right:0px;
}
ul {
margin-left:15px;
padding-left:10px;
}
li {
padding-bottom:4px;
list-style:disc;
margin-left:-7px;
}
.ChildLi {
list-style:none;
margin-left:-10px;
}
#Footer {
position:absolute;
left:5px;
bottom:5px;
display:table;
color:rgb(255,0,31);
}
#FooterText {
display:table-cell;
vertical-align:middle;
padding-left:10px;
}
.Hider {
cursor:pointer;
font-family:"Consolas";
}
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.