File: default.css

package info (click to toggle)
log4cpp-doc 1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,528 kB
  • sloc: makefile: 10
file content (22 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (27)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
BODY
{
    BACKGROUND-COLOR: white
}

H2
{
 color: white;
 background-color: darkBlue;
 font-family: arial,helvetica,sanserif;
}

H3
{
 text-decoration: underline;
}

DT
{
 font-weight: bold;
}