summaryrefslogtreecommitdiff
path: root/public/css/cam.css
blob: 4ea21f3f660900358935ac8b1e6c30d70a87b2f0 (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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
body	{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #000;
	padding: 0px;
	margin: 0px;
}

.camNumber	{
	position:	fixed;
	
	left:		20px;
	top: 		-100px;

	background: 	rgba(0,0,0,0.6);

	width:		100px;

	text-align: 	center;

	color: 		rgba(255, 255, 255, 0.7);
	font-weight: 	bold;
	font-family: 	Helvetica, Verdana, Arial, sans-serif;
	font-size: 	120px;
	line-height: 	120px;

	z-index:	100;
	}

#camImage	{
	min-height:	100%;
	min-width:	1024px;

	width:	100%;
	height: auto;

	position: fixed;
	top: 0;
	left: 0;
	
	margin: 0;
	padding: 0;

	z-index: 50;
}

#form 	{
        /*visibility: hidden;*/
	width: 600px;
        height: 100%;
        background-color: rgba(170, 170, 170, 0.9);
        margin: 0 auto;
        position: relative;
	top: 0px;

	padding: 40px;
	
	z-index: 200;
}

#controlBox {
	margin-right: 0px;
	margin-left: auto;
	float: right;
        position: relative;
        width: 400px;
	padding: 0px;
}

#formDate {
	background-color: #ccc;
}

#formAnalysis1, #formAnalysis2, #formAnalysis3 {
	width: 550px;
	height: 150px;
}

#errorBox {
	margin: 10px auto;
	font-size: 1.1em;
}

p.header {
	text-align: center;
	font-weight: bolder;
	font-size: 1.1em;
}
#printButton    {
	width: 300px;
	height: 50px;
	font-weight: bold;
	font-size: 1.1em;
}