ShibbolethSP2InstallDebianLenny: main.css

File main.css, 434 bytes (added by l.suhrbier, 2 years ago)

/etc/shibboleth/main.css

Line 
1body {
2        background-color: #FFFFFF;
3        font-family : Geneva, Arial, Helvetica, sans-serif;
4        text-align: center;
5        letter-spacing: 0px;
6        color: black;
7        text-align: left;
8}
9
10p {
11        font-size: 10pt;
12        margin-top: 20px;
13        margin-bottom: 20px;
14}
15
16
17li {
18
19        font-size: 10pt;
20}
21
22h1 {
23        font-size: 14pt;
24        font-weight: bold;
25}
26
27h2 { 
28        font-size: 12pt;
29        font-weight: bold;
30}
31
32.error {
33        font-size: 10pt;
34        font-weight: bold;
35}
36
37img {
38        margin-bottom: 15px;
39}