File: jabsorb-demo.css

package info (click to toggle)
jabsorb 1.3-4
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, bullseye, buster
  • size: 2,832 kB
  • ctags: 1,483
  • sloc: java: 10,590; jsp: 420; xml: 372; makefile: 8
file content (24 lines) | stat: -rw-r--r-- 510 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* styles used by the source code table */
table.jabsorbsourcecode
{
  border:1px solid black;
  border-collapse: collapse;
}
table.jabsorbsourcecode thead {
  background-color:#effeef;
  font-weight: bold;
}

table.jabsorbsourcecode thead td {
  padding-left:20px;
  padding-right:20px;
  border:1px solid black;
}
table.jabsorbsourcecode tbody td {
  padding-left:20px;
  padding-right:20px;
  border-right:1px solid black;
}
table.jabsorbsourcecode tbody td a {
  cursor: pointer;
}