Project

General

Profile

Download (481 Bytes) Statistics
| Branch: | Revision:
1
/* mod_auth_tkt example css */
2

    
3
BODY {
4
    font-family: arial, helvetica, sans-serif;
5
    font-size: small;
6
}
7

    
8
P, TH, TD {
9
    font-family: arial, helvetica, sans-serif;
10
    font-size: small;
11
}
12

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

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

    
20
TABLE {
21
    background-color: #eee;
22
    color: #666;
23
    border: 1px solid #ccc;
24
    padding: 20px;
25
}
(5-5/5)