Download this file
38 lines (31 with data), 483 Bytes
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 | body {
font-size: 12pt;
}
.header,
#menu {
display: none;
}
.content {
margin: 0;
padding: 0;
width: auto;
max-width: none;
}
html>body .content {
margin: 0;
padding: 0;
width: auto;
max-width: none;
}
.printonly {
display: block;
}
span.printonly {
display: inline;
}
a:link, a:visited {
color: #520;
background: transparent;
font-weight: bold;
text-decoration: underline;
}
|
×
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.