Welcome to mirror list, hosted at ThFree Co, Russian Federation.

style.css - github.com/peter23/genpas.peter23.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b5c2b93947d1f070158e12d8c84d3835db4c0029 (plain)
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
#pass {
	font-family: monospace;
	font-weight: bold;
	font-size: 1.2em;
	padding: 10px;
	border: 1px #000000 solid;
	float: left;
	line-height: 150%;
	display: none;
}

#diventropy {
	border: 1px #000000 solid;
	background-color: rgb(255,255,225);
	text-align: center;
	width: 600px;
	margin-bottom: 20px;
	display: none;
}

#pass_cmnt {
	margin-bottom: 20px;
}

#counter {
	font-weight: bold;
}

.inpblock {
	display: table-cell !important;
	display: inline; /* для IE */
	padding-right: 15px;
}

.divblock {
	display: table;
	margin-bottom: 18px;
}

#genbutton {
	font-weight: bold;
	font-size: 1em;
}