summaryrefslogtreecommitdiff
path: root/www/static/register.css
blob: 8efa8f3b56a18e4c4fae8b5c60a0f48e98e893b6 (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
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
/*********************************************************
				Register-Form
**********************************************************/
div.register-area{
	height: 400px;
	width: 400px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -200px;
	border: 1px solid #1F3D4C;
	padding: 10px;
}

h1.register-area{
	font-size: 32px;
	font-weight: normal;
	line-height: 32px;
	padding:0;
	display: block;
}

#register-info-bar{
	display: block;
	width: 400px;
	height:32px;
	padding:0;
	margin:0;
	position: static;
	border: none;
}

#register-error{
	font-size: 13pt;
	background: red;
	text-align:right;
	float:right;
	line-height: 26px;
	border: 3px solid #1F3D4C;
}

#logout-message{
	font-size: 13pt;
	text-align:right;
	float:right;
	display: inline-block;
	line-height: 26px;
	border: 3px solid #1F3D4C;
}

form.register-form{
	
}

input.register-input[type=text], input.register-input[type=password], input.register-input[type=email]{
	border: none;
	box-shadow: inset 0px 0px 1px 1px #1F3D4C;
	border-radius: 0;
	height: 40px;
	font-size: 25px;
	margin-top: 15px;
	width: 395px;
	display:block;
	padding-left: 5px;
}

input.register-input:focus{
	background: #D6E0E5
}
#button-input{
	height: 40px;
	width: 120px;
	display:inline;
	border: none;
	box-shadow: inset 0px 0px 1px 1px #1F3D4C;
	border-radius: 0;
	font-size: 25px;
	margin-top: 15px;
}