-
Notifications
You must be signed in to change notification settings - Fork 8
/
reformed.css
112 lines (108 loc) · 1.75 KB
/
reformed.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
body{
font-family: Baskerville,"Baskerville old face","Hoefler Text",Garamond,"Times New Roman",serif;
color: #999;
}
h1{
text-align: center;
}
h1 a{
text-decoration: none;
color: #000052;
}
h1 a:hover{
text-decoration: underline;
}
h1 a em{
color: #9FD8FF;
font-style: normal;
}
h5{text-align:center;margin-top:-3em;margin-left:-10em}
textarea{width:35em;height:10em}
.kvp{
padding: 3px;
margin: 2px;
overflow: hidden;
white-space: nowrap;
}
.kvp input.key{
background: lightblue;
border: 1px solid #333;
padding: 3px;
float:left;
}
.kvp label.key{
display:inline-block;
color:black;
text-transform:capitalize;
width:8em;
}
.kvp .front, .kvp .actions{
float: left;
}
.kvp a.another, .kvp a.remove, .kvp a.configure{
cursor: pointer;
background: url(images/plus-small.png) no-repeat;
display: block;
width: 12px;
height: 12px;
margin-top:3px;
text-indent: -9000px;
float: left;
}
.kvp a.remove{
background: url(images/minus-small.png) no-repeat;
}
.kvp a.configure{
background: url(images/gear-small.png) no-repeat;
}
.object{
border: 1px dotted #999;
margin-left: 15px;
clear:both;
}
.array{
border: 1px dashed #999;
margin-left: 15px;
}
.left{
float: left;
width: 48%;
}
.right{
float: right;
width: 48%;
}
.handle{
cursor: move;
background: url(images/arrow-move.png) 0 5px no-repeat;
display:block;
float: left;
width: 20px;
height: 20px;
text-indent: -9000px
}
.ui-state-highlight { height: 1.5em; line-height: 1.2em; background: #eee}
#input{
width: 100%;
height: 350px;
}
#output{
width: 100%;
height: 350px;
}
#reformed{
clear: both;
display: block;
margin: 15px 0;
}
#reformforjson{
font-weight: bold;
}
#jsonthis{
font-weight: bold;
}
#prettythis{
color: #333;
}
/** github styles **/
.download img{vertical-align:middle}