Skip to content

Commit 7df44ff

Browse files
Robin WuerfelRobin Wuerfel
Robin Wuerfel
authored and
Robin Wuerfel
committed
init
0 parents  commit 7df44ff

31 files changed

+3437
-0
lines changed

css/app.css

+239
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,239 @@
1+
html, body, section {
2+
height: 100%
3+
}
4+
body {
5+
overflow: hidden;
6+
}
7+
pre {
8+
background-color: transparent;
9+
border: none;
10+
outline: none !important;
11+
}
12+
h1 {
13+
margin-bottom: 20px;
14+
}
15+
#server_search {
16+
font-size: 14px;
17+
font-weight: 100;
18+
background: transparent;
19+
color: white;
20+
border: 1px solid white !important;
21+
}
22+
.mid {
23+
margin-left: auto;
24+
margin-right: auto;
25+
display: block;
26+
text-align: center;
27+
}
28+
.marginTop50 {
29+
margin-top: 50px;
30+
}
31+
.marginTop25 {
32+
margin-top: 25px;
33+
}
34+
.paddingLeft0 {
35+
padding-left: 0px;
36+
}
37+
.lastUrlLi {
38+
font-size: 18px;
39+
margin-right: 20px;
40+
margin-bottom: 10px;
41+
display: inline-block;
42+
font-weight: 100;
43+
position: relative;
44+
}
45+
.lastUrlLi-delete{
46+
position: absolute;
47+
right: -9px;
48+
top: -9px;
49+
background: darkslategray;
50+
width: 20px;
51+
height: 20px;
52+
border-radius: 20px;
53+
font-size: 15px;
54+
border: 1px solid;
55+
box-sizing: border-box;
56+
font-family: helvetica;
57+
}
58+
59+
.pointer {
60+
cursor: pointer;
61+
}
62+
.parenticon {
63+
position: relative;
64+
left: 10px;
65+
top: 0px;
66+
font-size: 14px;
67+
}
68+
.app_headline {
69+
color: #ffffff;
70+
font-weight: 100;
71+
text-overflow: ellipsis;
72+
overflow: hidden;
73+
position: relative;
74+
}
75+
.server_headline {
76+
color: white;
77+
height: 10%;
78+
font-weight: 100;
79+
}
80+
81+
#app_search:focus {
82+
outline: none;
83+
}
84+
#app_menu {
85+
background: darkslategrey;
86+
padding: 30px;
87+
list-style: none;
88+
height: 100%;
89+
overflow-x: hidden;
90+
position: relative;
91+
overflow-y: auto;
92+
}
93+
ul {
94+
list-style: none;
95+
padding-left: 20px;
96+
}
97+
li {
98+
color: white;
99+
line-height: 3.2rem;
100+
list-style: none;
101+
font-size: 2rem;
102+
}
103+
.row {
104+
margin: 0;
105+
}
106+
#back-to-start {
107+
color: white;
108+
font-size: 1.5rem;
109+
left: 10px;
110+
border: 1px solid;
111+
position: relative;
112+
padding: 7px;
113+
border-radius: 30px;
114+
top: 0px;
115+
}
116+
#back-to-start:hover {
117+
text-decoration: none;
118+
}
119+
.content_container {
120+
height: 100%;
121+
overflow-y: auto;
122+
overflow-x: hidden;
123+
padding-bottom: 30px;
124+
padding-top: 30px;
125+
}
126+
.panel-default>.panel-heading {
127+
background-image: -webkit-linear-gradient(top,darkslategrey 0,darkslategrey 100%);
128+
color: white;
129+
font-size: 2rem;
130+
}
131+
132+
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
133+
color: darkslategrey !important;
134+
background-color: white !important;
135+
border-color: white !important;
136+
border: -1px solid !important;
137+
outline: none !important;
138+
}
139+
140+
input[type="text"], textarea {
141+
outline: none;
142+
box-shadow:none !important;
143+
border:1px solid #ccc !important;
144+
}
145+
.app_apiversion {
146+
float: right;
147+
font-size: 18px;
148+
}
149+
#app_search {
150+
position: relative;
151+
top: 0px;
152+
left: 0px;
153+
width: 100%;
154+
margin-bottom: 30px;
155+
background: transparent;
156+
border: 2px solid white !important;
157+
height: 30px;
158+
color: white;
159+
padding: 10px;
160+
font-size: 16px;
161+
margin-top: 30px;
162+
}
163+
164+
.bs {
165+
border: none !important;
166+
position: relative;
167+
padding: 45px 15px 15px;
168+
margin: 0 -15px 15px;
169+
border-color: #e5e5e5 #eee #eee;
170+
border-style: solid;
171+
border-width: 1px 0;
172+
-webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
173+
box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
174+
margin-right: 0;
175+
margin-left: 0;
176+
background-color: #fff;
177+
border-color: #ddd;
178+
border-width: 1px;
179+
border-radius: 4px 4px 0 0;
180+
-webkit-box-shadow: none;
181+
box-shadow: none;
182+
width: 49%;
183+
float: left;
184+
margin-top: 20px;
185+
}
186+
.bs-inputs {
187+
margin-right: 2%;
188+
}
189+
.bs-inputs:after {
190+
position: absolute;
191+
top: 15px;
192+
left: 15px;
193+
font-size: 16px;
194+
font-weight: 700;
195+
color: #959595;
196+
text-transform: uppercase;
197+
letter-spacing: 1px;
198+
content: "Inputs";
199+
}
200+
201+
.bs-output:after {
202+
position: absolute;
203+
top: 15px;
204+
left: 15px;
205+
font-size: 16px;
206+
font-weight: 700;
207+
color: #959595;
208+
text-transform: uppercase;
209+
letter-spacing: 1px;
210+
content: "Output Example";
211+
}
212+
213+
.panel-body {
214+
padding: 15px;
215+
padding-bottom: 0;
216+
font-size: 17px;
217+
}
218+
#menu-ul {
219+
padding-left: 0px;
220+
}
221+
.badge {
222+
background-color: rgba(255,255,255,0.2) !important;
223+
font-size: 15px;
224+
}
225+
226+
.well {
227+
word-wrap: break-word;
228+
font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
229+
}
230+
231+
.label-default {
232+
background-color: transparent;
233+
border: 1px solid;
234+
}
235+
236+
#server_container {
237+
height: 100%;
238+
background: darkslategray;
239+
}

css/bootstrap-theme.min.css

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap.min.css

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/ng-prettyjson.min.css

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/**
2+
* @license ng-prettyjson - v0.1.7
3+
* (c) 2013 Julien VALERY https://github.com/darul75/ng-prettyjson
4+
* License: MIT
5+
**/
6+
7+
pre.pretty-json{outline:1px solid #e9e9e9;padding:5px;margin:5px}pre.pretty-json span.string{color:green}pre.pretty-json span.number{color:#ff8c00}pre.pretty-json span.boolean{color:#00f}pre.pretty-json span.null{color:#ff00ff}pre.pretty-json span.key{color:red}pre.pretty-json span.sep{color:#000}
19.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)