File: main.css

package info (click to toggle)
shibboleth-sp2 2.6.0%2Bdfsg1-4%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,896 kB
  • sloc: cpp: 39,404; sh: 11,726; makefile: 866; xml: 371; ansic: 35
file content (53 lines) | stat: -rw-r--r-- 718 bytes parent folder | download | duplicates (9)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
body {
	background-color: #FFFFFF;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 0px;
	color: black;
	text-align: left;
}

p {
	font-size: 10pt;
	margin-top: 20px;
	margin-bottom: 20px;
}


li {

	font-size: 10pt;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
}

h2 { 
	font-size: 12pt;
	font-weight: bold;
}

img {
	margin-bottom: 15px;
}

.error {
	font-size: 10pt;
	font-weight: bold;
}

.boxed-content {
    margin-top: 2ex;
    margin-right: 3em;
    margin-bottom: 2ex;
    margin-left: 3em;
    padding-top: 0.5ex;
    padding-right: 1em;
    padding-bottom: 0.5ex;
    padding-left: 1em;
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
}