forked from pwdhash/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pwdhash.css
102 lines (84 loc) · 1.27 KB
/
pwdhash.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
/*
* Stylesheet for Remote PwdHash
* Version 1.0 Copyright (C) Stanford University 2004-2005
* Contributors: Dan Boneh, Collin Jackson, John Mitchell, Nick Miyake, and Blake Ross
* Distributed under the BSD License
* See http://crypto.stanford.edu/PwdHash for more info.
*/
body
{
font-family: sans-serif;
margin: 25px 25px 25px 25px;
text-align: center;
font-size: smaller;
}
table#theHashForm
{
border: 3px solid green;
margin-left: auto;
margin-right: auto;
text-align: center;
}
versionlinks
{
padding: 0em 1em 1em 1em;
text-align: center;
}
table#theHashForm h3
{
margin: 5px 0px 5px 0px;
}
table#theHashForm p
{
margin: 2px 2px 2px 2px;
}
div#theexplanation
{
font-size: larger;
display:block;
text-align: left;
}
div#theexplanation li
{
padding-bottom: 1em;
}
div.parameterList
{
padding: 0px 2px 0px 10px;
text-align: left;
}
td.stepList
{
padding: 0px 5px 0px 5px;
vertical-align: top;
}
div.step
{
display:block;
padding: 0px 0px 0px 0px;
}
h1
{
text-align: center;
}
div.footer
{
font-size: xx-small;
text-align: center;
}
#theHashedPassword
{
text-align: center;
}
#theToggleModeLink
{
font-size: xx-small;
}
.notification
{
font-color: green;
}
.warning
{
font-color: red;
}