File: libzdboptions.css

package info (click to toggle)
libzdb 3.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,524 kB
  • sloc: javascript: 7,158; ansic: 6,331; sh: 3,854; cpp: 580; makefile: 114; xml: 59; lex: 35
file content (21 lines) | stat: -rw-r--r-- 630 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
body {
        background-color:#fbfbfb;
        margin:0 auto;
        font-family: "HelveticaNeue", Helvetica, "Arial Narrow", Arial, sans-serif;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.7;
        color:#333;
}
h1 {  color: #333;
        font-size: 62px;
        letter-spacing: -0.03em;
        font-weight: 300;
        text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
}
body {margin: 6em;}
.example {color:#555;}
table {border-collapse: collapse;}
table, th, td {border: 1px solid #ccc; padding:0.5em;}
th {text-align:left;}
td:first-child {white-space:nowrap;color:#8e44ad;font-weight:600;}