blob: 041d9c0499c07aa549c842242caa315390735a13 [file] [log] [blame]
madhusudancs@gmail.com2e1e54c2013-03-31 02:31:10 +00001body {
2 background: none repeat scroll 0 0 white;
genia.likes.science@gmail.com6995caf2013-05-20 18:05:02 -07003 color: black;
madhusudancs@gmail.com2e1e54c2013-03-31 02:31:10 +00004 font-family: 'Bitter';
5 font-size: 14px;
6 line-height: 17px;
7 width: 100%;
8}
9
10.content {
genia.likes.science@gmail.combcd0ea12013-05-13 01:34:31 -070011 margin-top: 36px;
madhusudancs@gmail.com2e1e54c2013-03-31 02:31:10 +000012}
13
14label.query, label.result {
15 font-size: 24px;
16 padding-bottom: 10px;
17 font-weight: bold;
genia.likes.science@gmail.comd427d442013-05-24 10:58:56 -070018 color : #17265a;
madhusudancs@gmail.com2e1e54c2013-03-31 02:31:10 +000019}
20
21div.host {
22 float: left;
23 margin: 0 100px 0 10px;
24}
25
26div.port {
27}
28
29div.left {
30 float: left;
31 width: 320px;
32 padding: 0 20px 0 10px;
33}
34
35div.right {
36}
37
genia.likes.science@gmail.com024749d2013-05-20 21:33:08 -070038#run-btn {
madhusudancs@gmail.com2e1e54c2013-03-31 02:31:10 +000039}
40
genia.likes.science@gmail.com016314e2013-05-25 03:19:07 -070041#select-toggle-holder {
42 border: 1px black;
43 -webkit-border-radius: 5px;
44 -moz-border-radius: 5px;
45 border-radius: 5px;
46}
47
madhusudancs@gmail.com2e1e54c2013-03-31 02:31:10 +000048textarea.query {
49 -webkit-box-sizing: border-box;
50 -moz-box-sizing: border-box;
51 -ms-box-sizing: border-box;
52 box-sizing: border-box;
53 font-size: 16px;
54 line-height: 20px;
55 font-family: bitter, helvetica;
56 width: 100%;
57 padding: 10px;
madhusudancs@gmail.com833aea72013-04-04 22:38:29 +000058 color: #333;
madhusudancs@gmail.com2e1e54c2013-03-31 02:31:10 +000059 resize: none;
60 border: 10px solid #eee;
61}
62
madhusudancs@gmail.com2e1e54c2013-03-31 02:31:10 +000063label {
64 padding-top: 10px;
65}
66
genia.likes.science@gmail.com016314e2013-05-25 03:19:07 -070067#opts {
68 margin-right: 4px;
69}
70
madhusudancs@gmail.com2e1e54c2013-03-31 02:31:10 +000071input[type=text] {
72 height: 20px;
73}
74
75pre {
76 overflow: auto;
77 white-space: pre;
78}
79
80div.output label.heading {
81 font-size: 24px;
82 margin-top: 2px;
83 padding-bottom: 10px;
84 font-weight: bold;
genia.likes.science@gmail.comd427d442013-05-24 10:58:56 -070085 color : #17265a;
genia.likes.science@gmail.comb0680b32013-05-22 16:21:53 -070086}
87
88div.output h4 {
genia.likes.science@gmail.com9d239d12013-05-14 01:31:28 -070089 color : #17265a;
madhusudancs@gmail.com2e1e54c2013-03-31 02:31:10 +000090}
91
genia.likes.science@gmail.comb0680b32013-05-22 16:21:53 -070092a.accordion-toggle {
genia.likes.science@gmail.comc69cb702013-05-22 12:50:52 -070093 color : #17265a;
94}
95
madhusudancs@gmail.com2e1e54c2013-03-31 02:31:10 +000096div.output .message {
97 -webkit-box-sizing: border-box;
98 -moz-box-sizing: border-box;
99 -ms-box-sizing: border-box;
100 box-sizing: border-box;
101 color: #000;
102 resize: none;
103}
104
madhusudancs@gmail.com6acd3142013-04-05 01:16:28 +0000105div.output .message pre.error {
madhusudancs@gmail.com2e1e54c2013-03-31 02:31:10 +0000106 -webkit-box-sizing: border-box;
107 -moz-box-sizing: border-box;
108 -ms-box-sizing: border-box;
109 box-sizing: border-box;
110 border-color: rgba(82, 168, 236, 0.8);
111 outline: 0;
112 outline: thin dotted 9;
113
114 -webkit-box-shadow: inset 0 1px 1px rgba(250, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.8);
115 -moz-box-shadow: inset 0 1px 1px rgba(250, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 1.0);
116 box-shadow: inset 0 1px 1px rgba(250, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 1.0);
117 color: #000;
118 resize: none;
119 border: 1px solid #eee;
120 margin-top: 7px;
121 padding: 20px 20px 20px 20px;
122}
123
124.footer {
125 margin-top: 40px;
126}
127
128.footer .line {
129 border-top: 1px solid #EEEEEE;
130 bottom: 20px;
131 height: 10px;
132 left: 0;
133 position: fixed;
134 width: 100%;
135}
136
137.footer .content {
138 background: none repeat scroll 0 0 #FFFFFF;
139 bottom: 0;
140 color: #666666;
141 font-size: 12px;
142 height: 25px;
143 left: 0;
144 padding-top: 5px;
145 position: fixed;
146 width: 100%;
147}
148
149.footer .content .left {
150 padding-left: 20px;
151 float: left;
152}
153
154.footer .content .right {
155 padding-right: 20px;
156 float: right;
157}
genia.likes.science@gmail.combcd0ea12013-05-13 01:34:31 -0700158
159.navbar .brand {
160 width: 160px;
161 height: 40px;
162 overflow: visible;
163 padding-top: 0;
164 padding-bottom: 0;
165}
166
genia.likes.science@gmail.com6995caf2013-05-20 18:05:02 -0700167/*.navbar .nav > li > a {
genia.likes.science@gmail.com9d239d12013-05-14 01:31:28 -0700168 color: #17265a;
genia.likes.science@gmail.com6995caf2013-05-20 18:05:02 -0700169}*/
genia.likes.science@gmail.com9d239d12013-05-14 01:31:28 -0700170
genia.likes.science@gmail.com5db8ef22013-05-24 14:05:55 -0700171.extarget {
genia.likes.science@gmail.combcd0ea12013-05-13 01:34:31 -0700172 margin-left: 4px;
genia.likes.science@gmail.com5db8ef22013-05-24 14:05:55 -0700173 padding-bottom: 2px;
genia.likes.science@gmail.combcd0ea12013-05-13 01:34:31 -0700174}
genia.likes.science@gmail.com8e686842013-05-13 01:52:47 -0700175
176.btn-custom-darken.active {
177 color: rgba(255, 255, 255, 0.75);
178}
179.btn-custom-darken {
180 color: #ffffff;
181 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
182 background-color: #233887;
183 background-image: -moz-linear-gradient(top, #273f97, #1d2e6e);
184 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#273f97), to(#1d2e6e));
185 background-image: -webkit-linear-gradient(top, #273f97, #1d2e6e);
186 background-image: -o-linear-gradient(top, #273f97, #1d2e6e);
187 background-image: linear-gradient(to bottom, #273f97, #1d2e6e);
188 background-repeat: repeat-x;
189 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff273f97', endColorstr='#ff1d2e6e', GradientType=0);
190 border-color: #1d2e6e #1d2e6e #0d1532;
191 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
192 *background-color: #1d2e6e;
193 /* Darken IE7 buttons by default so they stand out more given they won't have borders */
194
195 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
196}
197.btn-custom-darken:hover,
198.btn-custom-darken:focus,
199.btn-custom-darken:active,
200.btn-custom-darken.active,
201.btn-custom-darken.disabled,
202.btn-custom-darken[disabled] {
203 color: #ffffff;
204 background-color: #1d2e6e;
205 *background-color: #17265a;
206}
207.btn-custom-darken:active,
208.btn-custom-darken.active {
209 background-color: #121d46 ;
210}
genia.likes.science@gmail.comba4533f2013-05-13 04:25:31 -0700211
212.span6 {
213 padding: 24px;
214}