-
Notifications
You must be signed in to change notification settings - Fork 1
/
ppp.css
46 lines (40 loc) · 982 Bytes
/
ppp.css
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
/*==============================================================================
PPP.CSS: styles to support Perfect Paper Passwords display and printing
==============================================================================*/
.ppp {
background:white;
font-family: verdana, tahoma, arial, helvetica, sans-serif, "MS Sans Serif";
margin:0;
padding:0;
border:0;
}
.passcard {
color:#000;
background:#fff;
border:1px solid #000;
font-size:14px;
font-family:"Courier New", monospace;
}
.passcard_header {
color:#000;
background:#eee;
border-bottom:solid #aaa;
border-bottom-width:1px;
padding:6px 10px;
white-space: pre;
}
.passcard_content {
padding:4px 10px 10px 10px;
font-weight:bold;
}
.passcard_column_labels {
text-align:center; padding-bottom:2px;
}
.passchar {
color:black;
text-align:center;
font-weight:bold;
font-size:22px;
font-family:"Courier New", monospace;
margin:0.75em 0;
}