File: style.css

package info (click to toggle)
libapache2-mod-auth-pubtkt 0.13-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 372 kB
  • sloc: ansic: 1,218; perl: 340; php: 268; sh: 143; makefile: 30
file content (38 lines) | stat: -rwxr-xr-x 469 bytes parent folder | download | duplicates (4)
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
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

h2 {
	font-size: 16pt;
}

.logintbl {
	border-collapse: collapse;
}

.logintbl td, .logintbl th {
	padding: 0.3em;
	border: 1px solid #bbb;
	background-color: #f7f7f7;
}

.logintbl th {
	text-align: left;
	background-color: #e0e0e0;
	padding-right: 1em;
}

.logintbl tr.blank td {
	background-color: white;
	border: none;
}

.errmsg {
	color: red;
}

a {
	text-decoration: none;
	font-size: 0.8em;
}