-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgenerator.css
More file actions
52 lines (44 loc) · 837 Bytes
/
generator.css
File metadata and controls
52 lines (44 loc) · 837 Bytes
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
body {
font-family: 'Open Sans';
}
.id-omnibox {
width: 1em;
border: none;
border-left: 1px solid #CCC;
}
.id-container {
text-align: center;
width: 250px;
}
.id-text-container {
font-size: 0;
border: 4px solid #ccc;
display: inline-block;
vertical-align: middle;
width: 188px;
}
.id-status {
height: 25px;
display: inline-block;
width: 50px;
vertical-align: middle;
}
.valid {
background: url(Circle_Green.png) no-repeat center center;
background-size: 25px;
}
.invalid {
background: url(Circle_Red.png) no-repeat center center;
background-size: 25px;
}
.controls {
text-align: center;
}
.hidden {
height: 0;
opacity: 0;
width: 0;
display: inherit;
padding: 0;
margin: 0;
}