-
Notifications
You must be signed in to change notification settings - Fork 24
/
demo.css
95 lines (76 loc) · 1.31 KB
/
demo.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
@charset "utf-8";
body {
width: 850px;
margin: auto;
padding: 55px 0px 0px;
}
a {
color: #3f51b5;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
div.ControlsRow, div.HeadersRow {
font-family: 'Open Sans', Arial, Georgia;
}
div.Canvas {
font-size: 13px;
background-color: #ECECEC;
color: #000000;
border: solid 1px #CECECE;
}
pre, #RawJson {
font-size: 14px;
font-family: Monaco, Consolas, Lucida Console, Georgia;
}
#CollapsibleViewDetail a {
padding-left: 10px;
}
#ControlsRow {
white-space: nowrap;
font: 11px;
}
#TabSizeHolder {
padding-left: 10px;
padding-right: 10px;
}
#HeaderTitle {
font-size: 16px;
margin-bottom: 40px;
text-align: center;
}
#HeaderSubTitle {
margin-bottom: 12px;
margin-top: 0;
}
#RawJson {
width: 99%;
height: 120px;
border-radius: 3px;
margin-bottom: 13px;
}
A.OtherToolsLink {
color: #555;
text-decoration: none;
}
A.OtherToolsLink:hover {
text-decoration: underline;
}
#Canvas {
margin-top: 13px;
padding: 20px 20px;
}
#Canvas:empty {
padding: 0;
border: none;
}
#format {
padding: 8px 15px;
background-color: black;
color: #ffffff;
box-shadow: none;
border-radius: 4px;
border: none;
font-size: 15px;
}