blob: b84c5ef64aee898714d53895059474ab1903067e [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
Madhusudan.C.Se7bdea62013-06-02 14:34:30 -070088div.output label.heading.error {
89 color: #E03809;
90}
91
genia.likes.science@gmail.comb0680b32013-05-22 16:21:53 -070092div.output h4 {
genia.likes.science@gmail.com9d239d12013-05-14 01:31:28 -070093 color : #17265a;
madhusudancs@gmail.com2e1e54c2013-03-31 02:31:10 +000094}
95
genia.likes.science@gmail.comb0680b32013-05-22 16:21:53 -070096a.accordion-toggle {
genia.likes.science@gmail.comc69cb702013-05-22 12:50:52 -070097 color : #17265a;
98}
99
Madhusudan.C.Se7bdea62013-06-02 14:34:30 -0700100.accordion-inner {
101 padding : 0 0 0 0;
102}
103
104#errorblock .accordion-group .accordion-heading a.accordion-toggle {
105 color: #E03809;
106}
107
madhusudancs@gmail.com2e1e54c2013-03-31 02:31:10 +0000108div.output .message {
109 -webkit-box-sizing: border-box;
110 -moz-box-sizing: border-box;
111 -ms-box-sizing: border-box;
112 box-sizing: border-box;
113 color: #000;
114 resize: none;
115}
116
madhusudancs@gmail.com6acd3142013-04-05 01:16:28 +0000117div.output .message pre.error {
Madhusudan.C.Se7bdea62013-06-02 14:34:30 -0700118 border: 0;
madhusudancs@gmail.com2e1e54c2013-03-31 02:31:10 +0000119}
120
121.footer {
122 margin-top: 40px;
123}
124
125.footer .line {
126 border-top: 1px solid #EEEEEE;
127 bottom: 20px;
128 height: 10px;
129 left: 0;
130 position: fixed;
131 width: 100%;
132}
133
134.footer .content {
135 background: none repeat scroll 0 0 #FFFFFF;
136 bottom: 0;
137 color: #666666;
138 font-size: 12px;
139 height: 25px;
140 left: 0;
141 padding-top: 5px;
142 position: fixed;
143 width: 100%;
144}
145
146.footer .content .left {
147 padding-left: 20px;
148 float: left;
149}
150
151.footer .content .right {
152 padding-right: 20px;
153 float: right;
154}
genia.likes.science@gmail.combcd0ea12013-05-13 01:34:31 -0700155
156.navbar .brand {
157 width: 160px;
158 height: 40px;
159 overflow: visible;
160 padding-top: 0;
161 padding-bottom: 0;
162}
163
genia.likes.science@gmail.com6995caf2013-05-20 18:05:02 -0700164/*.navbar .nav > li > a {
genia.likes.science@gmail.com9d239d12013-05-14 01:31:28 -0700165 color: #17265a;
genia.likes.science@gmail.com6995caf2013-05-20 18:05:02 -0700166}*/
genia.likes.science@gmail.com9d239d12013-05-14 01:31:28 -0700167
genia.likes.science@gmail.com5db8ef22013-05-24 14:05:55 -0700168.extarget {
genia.likes.science@gmail.combcd0ea12013-05-13 01:34:31 -0700169 margin-left: 4px;
genia.likes.science@gmail.com5db8ef22013-05-24 14:05:55 -0700170 padding-bottom: 2px;
genia.likes.science@gmail.combcd0ea12013-05-13 01:34:31 -0700171}
genia.likes.science@gmail.com8e686842013-05-13 01:52:47 -0700172
173.btn-custom-darken.active {
174 color: rgba(255, 255, 255, 0.75);
175}
176.btn-custom-darken {
177 color: #ffffff;
178 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
179 background-color: #233887;
180 background-image: -moz-linear-gradient(top, #273f97, #1d2e6e);
181 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#273f97), to(#1d2e6e));
182 background-image: -webkit-linear-gradient(top, #273f97, #1d2e6e);
183 background-image: -o-linear-gradient(top, #273f97, #1d2e6e);
184 background-image: linear-gradient(to bottom, #273f97, #1d2e6e);
185 background-repeat: repeat-x;
186 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff273f97', endColorstr='#ff1d2e6e', GradientType=0);
187 border-color: #1d2e6e #1d2e6e #0d1532;
188 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
189 *background-color: #1d2e6e;
190 /* Darken IE7 buttons by default so they stand out more given they won't have borders */
191
192 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
193}
194.btn-custom-darken:hover,
195.btn-custom-darken:focus,
196.btn-custom-darken:active,
197.btn-custom-darken.active,
198.btn-custom-darken.disabled,
199.btn-custom-darken[disabled] {
200 color: #ffffff;
201 background-color: #1d2e6e;
202 *background-color: #17265a;
203}
204.btn-custom-darken:active,
205.btn-custom-darken.active {
206 background-color: #121d46 ;
207}
genia.likes.science@gmail.comba4533f2013-05-13 04:25:31 -0700208
209.span6 {
210 padding: 24px;
211}