-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.css
More file actions
85 lines (77 loc) · 1.44 KB
/
index.css
File metadata and controls
85 lines (77 loc) · 1.44 KB
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
[v-cloak] {
display: none;
}
html,
body {
font-family: Arial, sans-serif;
background-color: #ededed;
height: 100%;
}
.main {
max-width: 500px;
margin: 10px auto;
text-align: center;
min-height: 100%;
margin-bottom: -55px;
}
.tips {
border: 1px solid #369;
border-radius: 10px;
padding: 2px;
}
h1 {
font-size: 24px;
color: #369;
}
img {
width: 100%;
height: auto;
}
input {
height: 30px;
width: 80%;
max-width: 500px;
font-size: 18px;
border: 1px solid #ccc;
padding: 7px 0;
border-radius: 3px;
padding-left: 5px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
margin-top: 10px;
}
input:focus {
border-color: #66afe9;
outline: 0;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
#reverse {
width: 100%;
font-size: 20px;
word-wrap: break-word;
word-break: break-all;
}
button {
background-color: #66afe9;
border: none;
color: #fff;
padding: 10px 24px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 3px 2px;
cursor: pointer;
border-radius: 5px;
}
.mini {
width: 200px;
height: 200px;
margin-bottom: 20px;
}
/*.push,*/
footer {
margin: 20px auto;
text-align: center;
vertical-align: text-bottom;
}