File: catalogview.css

package info (click to toggle)
kraft 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,112 kB
  • sloc: cpp: 28,535; sql: 1,248; perl: 396; xml: 330; python: 101; sh: 92; makefile: 10
file content (30 lines) | stat: -rw-r--r-- 381 bytes parent folder | download | duplicates (4)
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

* { 
  font-family: sans-serif;
  margin-left: 10px;
  margin-top: 10px;
}

h2 {
  padding-top: 20px;
  margin-left: 20px;
  margin-bottom: 10px;
}

tr {
}

td.bigfont {
  font-size: x-large;
  color: #323432;
  font-weight: bold;
  background: #dffdd0;
  padding-right: 20px;
}

td.sub {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-bottom: 30px;
  font-size: small;
}