-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathiframed.css
53 lines (48 loc) · 910 Bytes
/
iframed.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
body {
background: url(background.jpg) no-repeat center center fixed;
background-size: cover;
}
body.fraud {
background: url(not-a-fraud.jpg) no-repeat center center fixed;
background-size: cover;
}
.screen {
padding: 10px;
background: rgba(230,230,230,0.8);
}
.bw {
color: white;
background: black;
}
h1 {
font-weight: normal;
}
h1 span {
font-weight: bold;
}
input[type=text] {
padding: 15px;
font-size: 1.8em;
height: 44px;
font-family: monospace;
box-sizing: border-box;
width: 100%;
}
.screen.failed, .screen.countdown {
display: none;
}
.screen.countdown {
background: none;
}
.flow {
width: 400px;
height: 52px;
overflow-x: hidden;
margin-left: -10px; /* because of 10px padding we want edge to edge */
}
.sat {
position: absolute;
transition: all 0.05s linear;
width: 32px;
height: 32px;
}