File: html.css

package info (click to toggle)
libjgraphx-java 1.4.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 19,700 kB
  • sloc: java: 53,920; xml: 230; sh: 13; makefile: 9
file content (27 lines) | stat: -rwxr-xr-x 372 bytes parent folder | download | duplicates (2)
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
body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px;
}

h1 {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #000000;
}

pre {
	background-color: #E0E0E0;
	padding: 6px;
}

#note {
	background-color: #ff9966;
	border: 1px solid #000000;
	padding: 0.05cm;
}

#coreapi {
	background: #ff8080;
	border: 1px solid #000000;
	padding: 0.05cm;
}