-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
111 lines (93 loc) · 2.28 KB
/
style.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
102
103
104
105
106
107
108
109
110
111
body {
background-color: white;
margin: 0;
font-family: 'Poiret One', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
ul {
list-style: none;
list-style-image: url(vmwcloud-small.png);
list-style-position: inside;
padding-left: 32px;
text-align: left;
margin-top: 90px;
}
a.dotted {
text-decoration: none;
border-bottom: 1px dashed rgb(74,165,210);
color: rgb(74,165,210);
}
a.dotted:hover {
color: rgb(39,129,53);
}
h1 {
color: rgb(19,37,25);
}
label {
font-size: 12pt;
}
#header-line {
padding: 0px;
width: 100%;
height: 15px;
margin: 0;
text-align: center;
}
#content {
}
#bottom-bar {
width: 100%;
bottom: 5px;
position: fixed;
text-align: center;
margin: auto;
font-size: 12pt;
}
#secret {
height: 30px;
border-radius: 3px;
border: 1px solid rgb(39,131,124);
font-size: 20pt;
font-family: 'Poiret One', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#submit {
margin-top: 50px;
width: 150px;
height: 35px;
border: 1px solid rgb(21,59,57);
border-radius: 3px;
font-size: 14pt;
font-family: 'Poiret One', Arial, "Helvetica Neue", Helvetica, sans-serif;
background-color: rgb(74,165,210);
}
#submit:hover {
background-color: rgb(39,129,53);
}
.center {
text-align: center;
}
.top-50px {
padding-top: 50px;
}
.bottom-line {
border-bottom: 1px solid black;
margin-bottom: 2px;
padding-bottom: 2px;
}
.text-block {
width: 400px;
padding: 10px;
margin: auto;
font-size: 20pt;
vertical-align: middle;
}
.failed {
color: rgb(255,0,0);
font-weight: bold;
}
.comment {
color: rgb(39,131,124);
font-size: 14pt;
}
#lapsha {
background: url('lapsha.png') repeat;
}