blob: a3e411cc2e216ca4a5ded1ca39e4306eec77f5df [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 {
genia.likes.science@gmail.comba396112013-06-03 01:05:46 -070076 overflow-x : auto;
madhusudancs@gmail.com2e1e54c2013-03-31 02:31:10 +000077 overflow: auto;
genia.likes.science@gmail.comba396112013-06-03 01:05:46 -070078 overflow-wrap: normal;
madhusudancs@gmail.com2e1e54c2013-03-31 02:31:10 +000079 white-space: pre;
80}
81
82div.output label.heading {
83 font-size: 24px;
84 margin-top: 2px;
85 padding-bottom: 10px;
86 font-weight: bold;
genia.likes.science@gmail.comd427d442013-05-24 10:58:56 -070087 color : #17265a;
genia.likes.science@gmail.comb0680b32013-05-22 16:21:53 -070088}
89
Madhusudan.C.Se7bdea62013-06-02 14:34:30 -070090div.output label.heading.error {
91 color: #E03809;
92}
93
genia.likes.science@gmail.comb0680b32013-05-22 16:21:53 -070094div.output h4 {
genia.likes.science@gmail.com9d239d12013-05-14 01:31:28 -070095 color : #17265a;
madhusudancs@gmail.com2e1e54c2013-03-31 02:31:10 +000096}
97
genia.likes.science@gmail.comb0680b32013-05-22 16:21:53 -070098a.accordion-toggle {
genia.likes.science@gmail.comc69cb702013-05-22 12:50:52 -070099 color : #17265a;
100}
101
Madhusudan.C.Se7bdea62013-06-02 14:34:30 -0700102.accordion-inner {
103 padding : 0 0 0 0;
104}
105
106#errorblock .accordion-group .accordion-heading a.accordion-toggle {
107 color: #E03809;
108}
109
madhusudancs@gmail.com2e1e54c2013-03-31 02:31:10 +0000110div.output .message {
111 -webkit-box-sizing: border-box;
112 -moz-box-sizing: border-box;
113 -ms-box-sizing: border-box;
114 box-sizing: border-box;
115 color: #000;
116 resize: none;
117}
118
madhusudancs@gmail.com6acd3142013-04-05 01:16:28 +0000119div.output .message pre.error {
Madhusudan.C.Se7bdea62013-06-02 14:34:30 -0700120 border: 0;
madhusudancs@gmail.com2e1e54c2013-03-31 02:31:10 +0000121}
122
123.footer {
124 margin-top: 40px;
125}
126
127.footer .line {
128 border-top: 1px solid #EEEEEE;
129 bottom: 20px;
130 height: 10px;
131 left: 0;
132 position: fixed;
133 width: 100%;
134}
135
136.footer .content {
137 background: none repeat scroll 0 0 #FFFFFF;
138 bottom: 0;
139 color: #666666;
140 font-size: 12px;
141 height: 25px;
142 left: 0;
143 padding-top: 5px;
144 position: fixed;
145 width: 100%;
146}
147
148.footer .content .left {
149 padding-left: 20px;
150 float: left;
151}
152
153.footer .content .right {
154 padding-right: 20px;
155 float: right;
156}
genia.likes.science@gmail.combcd0ea12013-05-13 01:34:31 -0700157
158.navbar .brand {
159 width: 160px;
160 height: 40px;
161 overflow: visible;
162 padding-top: 0;
163 padding-bottom: 0;
164}
165
genia.likes.science@gmail.com6995caf2013-05-20 18:05:02 -0700166/*.navbar .nav > li > a {
genia.likes.science@gmail.com9d239d12013-05-14 01:31:28 -0700167 color: #17265a;
genia.likes.science@gmail.com6995caf2013-05-20 18:05:02 -0700168}*/
genia.likes.science@gmail.com9d239d12013-05-14 01:31:28 -0700169
genia.likes.science@gmail.com5db8ef22013-05-24 14:05:55 -0700170.extarget {
genia.likes.science@gmail.combcd0ea12013-05-13 01:34:31 -0700171 margin-left: 4px;
genia.likes.science@gmail.com5db8ef22013-05-24 14:05:55 -0700172 padding-bottom: 2px;
genia.likes.science@gmail.combcd0ea12013-05-13 01:34:31 -0700173}
genia.likes.science@gmail.com8e686842013-05-13 01:52:47 -0700174
175.btn-custom-darken.active {
176 color: rgba(255, 255, 255, 0.75);
177}
178.btn-custom-darken {
179 color: #ffffff;
180 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
181 background-color: #233887;
182 background-image: -moz-linear-gradient(top, #273f97, #1d2e6e);
183 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#273f97), to(#1d2e6e));
184 background-image: -webkit-linear-gradient(top, #273f97, #1d2e6e);
185 background-image: -o-linear-gradient(top, #273f97, #1d2e6e);
186 background-image: linear-gradient(to bottom, #273f97, #1d2e6e);
187 background-repeat: repeat-x;
188 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff273f97', endColorstr='#ff1d2e6e', GradientType=0);
189 border-color: #1d2e6e #1d2e6e #0d1532;
190 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
191 *background-color: #1d2e6e;
192 /* Darken IE7 buttons by default so they stand out more given they won't have borders */
193
194 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
195}
196.btn-custom-darken:hover,
197.btn-custom-darken:focus,
198.btn-custom-darken:active,
199.btn-custom-darken.active,
200.btn-custom-darken.disabled,
201.btn-custom-darken[disabled] {
202 color: #ffffff;
203 background-color: #1d2e6e;
204 *background-color: #17265a;
205}
206.btn-custom-darken:active,
207.btn-custom-darken.active {
208 background-color: #121d46 ;
209}
genia.likes.science@gmail.comba4533f2013-05-13 04:25:31 -0700210
211.span6 {
212 padding: 24px;
213}