File: tkt.css

package info (click to toggle)
libapache2-mod-auth-tkt 2.1.0%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 976 kB
  • ctags: 709
  • sloc: ansic: 2,178; perl: 1,595; makefile: 91; sh: 88; php: 88; ruby: 59; python: 48
file content (26 lines) | stat: -rw-r--r-- 482 bytes parent folder | download | duplicates (3)
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
/* mod_auth_tkt example css */

BODY {
    font-family: arial, helvetica, sans-serif;
    font-size: small;
}

P, TH, TD {
    font-family: arial, helvetica, sans-serif;
    font-size: small;
}

H1, H2, H3, H4, H5, H6 { color: #006; }
H1 { font-size: x-large; }
H2 { font-size: large; }
H3 { font-size: medium; }

.warning { color: #c00; font-size: medium; font-weight: bold; }

TABLE {
    background-color: #eee;
    color: #666;
    border: 1px solid #ccc;
    padding: 20px;
}