-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
77 lines (67 loc) · 1.27 KB
/
Copy pathstyle.css
File metadata and controls
77 lines (67 loc) · 1.27 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
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 50px;
text-align: center;
}
.section-1 {
max-width: 800px;
width: 100%;
display: block;
margin: 0 auto;
}
.section-2 {
max-width: 800px;
width: 100%;
display: block;
margin: 15px auto;
}
#first-class {
display: table;
width: 100%;
border: 1px solid #00000029;
border-radius: 4px;
padding: 10px 2px;
font-size: 20px;
margin-bottom: 15px;
}
#jsontoparse, #print-mapped {
width: 100%;
border: 1px solid #00000029;
border-radius: 4px;
font-size: 13px;
margin-bottom: 15px;
}
#transform {
font-size: 16px;
border: 0px;
background: #ef5038;
color: #FFF;
padding: 10px 30px;
border-radius: 4px;
}
#transform:hover, #transform:focus, #transform:active {
cursor: pointer;
background: #000000;
color: #FFF;
}
#download {
font-size: 16px;
border: 0px;
background: #ef5038;
color: #FFF;
padding: 10px 30px;
border-radius: 4px;
float: right;
}
#download:hover, #download:focus, #download:active {
cursor: pointer;
background: #000000;
color: #FFF;
}
#print-square {
text-align: center;
padding: 20px;
background: red;
border-radius: 6px;
color: #fff;
}