File: custom.css

package info (click to toggle)
epr-api 2.3~dev20150708-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,132 kB
  • sloc: ansic: 14,310; sh: 194; makefile: 145; xml: 125
file content (30 lines) | stat: -rw-r--r-- 438 bytes parent folder | download | duplicates (6)
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
td {
    vertical-align: top;
}

.header {
    vertical-align: middle;
}

.code, code {
    font-family: Courier New, Courier, mono, monospace;
    color: #1e90ff;
}

.top {
    text-align: right;
    margin-top: 10px;
    font-size: xx-small;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tableHeadline {
    font-weight: bold;
}

.tableSubHeadline {
    font-style: italic;
    font-size: small;
}