File: libzdb.css

package info (click to toggle)
libzdb 3.1-0.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 3,504 kB
  • ctags: 1,486
  • sloc: ansic: 6,072; sh: 3,600; makefile: 110; xml: 87; lex: 35
file content (22 lines) | stat: -rw-r--r-- 590 bytes parent folder | download
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:#fbfbfb;
    width: 960px; 
    margin:0 auto;
    font-family: "HelveticaNeue", Helvetica, "Arial Narrow", Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    color:#333;
}
h1 {  color: #333;
    line-height: 64px;
    font-size: 48px;
    letter-spacing: -0.03em;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px;
    padding-top:30px;
}
.example {color:#555;}
table {border-collapse:collapse;}
table, th, td {border: 1px solid #ccc; padding:5px;}
th {text-align:left;}
td:first-child {white-space:nowrap;color:maroon;}