blob: 638b109111ed824a5cf314504a504994874a5653 [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;
18}
19
20div.host {
21 float: left;
22 margin: 0 100px 0 10px;
23}
24
25div.port {
26}
27
28div.left {
29 float: left;
30 width: 320px;
31 padding: 0 20px 0 10px;
32}
33
34div.right {
35}
36
genia.likes.science@gmail.com024749d2013-05-20 21:33:08 -070037#run-btn {
madhusudancs@gmail.com2e1e54c2013-03-31 02:31:10 +000038 clear: both;
39 float: left;
genia.likes.science@gmail.com024749d2013-05-20 21:33:08 -070040 margin-top: 2em;
madhusudancs@gmail.com2e1e54c2013-03-31 02:31:10 +000041}
42
43textarea.query {
44 -webkit-box-sizing: border-box;
45 -moz-box-sizing: border-box;
46 -ms-box-sizing: border-box;
47 box-sizing: border-box;
48 font-size: 16px;
49 line-height: 20px;
50 font-family: bitter, helvetica;
51 width: 100%;
52 padding: 10px;
madhusudancs@gmail.com833aea72013-04-04 22:38:29 +000053 color: #333;
madhusudancs@gmail.com2e1e54c2013-03-31 02:31:10 +000054 resize: none;
55 border: 10px solid #eee;
56}
57
madhusudancs@gmail.com2e1e54c2013-03-31 02:31:10 +000058label {
59 padding-top: 10px;
60}
61
62input[type=text] {
63 height: 20px;
64}
65
66pre {
67 overflow: auto;
68 white-space: pre;
69}
70
71div.output label.heading {
72 font-size: 24px;
73 margin-top: 2px;
74 padding-bottom: 10px;
75 font-weight: bold;
genia.likes.science@gmail.com9d239d12013-05-14 01:31:28 -070076 color : #17265a;
madhusudancs@gmail.com2e1e54c2013-03-31 02:31:10 +000077}
78
genia.likes.science@gmail.comc69cb702013-05-22 12:50:52 -070079div.output h3 {
80 color : #17265a;
81}
82
madhusudancs@gmail.com2e1e54c2013-03-31 02:31:10 +000083div.output .message {
84 -webkit-box-sizing: border-box;
85 -moz-box-sizing: border-box;
86 -ms-box-sizing: border-box;
87 box-sizing: border-box;
88 color: #000;
89 resize: none;
90}
91
madhusudancs@gmail.com6acd3142013-04-05 01:16:28 +000092div.output .message pre.error {
madhusudancs@gmail.com2e1e54c2013-03-31 02:31:10 +000093 -webkit-box-sizing: border-box;
94 -moz-box-sizing: border-box;
95 -ms-box-sizing: border-box;
96 box-sizing: border-box;
97 border-color: rgba(82, 168, 236, 0.8);
98 outline: 0;
99 outline: thin dotted 9;
100
101 -webkit-box-shadow: inset 0 1px 1px rgba(250, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.8);
102 -moz-box-shadow: inset 0 1px 1px rgba(250, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 1.0);
103 box-shadow: inset 0 1px 1px rgba(250, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 1.0);
104 color: #000;
105 resize: none;
106 border: 1px solid #eee;
107 margin-top: 7px;
108 padding: 20px 20px 20px 20px;
109}
110
111.footer {
112 margin-top: 40px;
113}
114
115.footer .line {
116 border-top: 1px solid #EEEEEE;
117 bottom: 20px;
118 height: 10px;
119 left: 0;
120 position: fixed;
121 width: 100%;
122}
123
124.footer .content {
125 background: none repeat scroll 0 0 #FFFFFF;
126 bottom: 0;
127 color: #666666;
128 font-size: 12px;
129 height: 25px;
130 left: 0;
131 padding-top: 5px;
132 position: fixed;
133 width: 100%;
134}
135
136.footer .content .left {
137 padding-left: 20px;
138 float: left;
139}
140
141.footer .content .right {
142 padding-right: 20px;
143 float: right;
144}
genia.likes.science@gmail.combcd0ea12013-05-13 01:34:31 -0700145
146.navbar .brand {
147 width: 160px;
148 height: 40px;
149 overflow: visible;
150 padding-top: 0;
151 padding-bottom: 0;
152}
153
genia.likes.science@gmail.com6995caf2013-05-20 18:05:02 -0700154/*.navbar .nav > li > a {
genia.likes.science@gmail.com9d239d12013-05-14 01:31:28 -0700155 color: #17265a;
genia.likes.science@gmail.com6995caf2013-05-20 18:05:02 -0700156}*/
genia.likes.science@gmail.com9d239d12013-05-14 01:31:28 -0700157
genia.likes.science@gmail.combcd0ea12013-05-13 01:34:31 -0700158i {
159 margin-left: 4px;
160}
genia.likes.science@gmail.com8e686842013-05-13 01:52:47 -0700161
162.btn-custom-darken.active {
163 color: rgba(255, 255, 255, 0.75);
164}
165.btn-custom-darken {
166 color: #ffffff;
167 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
168 background-color: #233887;
169 background-image: -moz-linear-gradient(top, #273f97, #1d2e6e);
170 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#273f97), to(#1d2e6e));
171 background-image: -webkit-linear-gradient(top, #273f97, #1d2e6e);
172 background-image: -o-linear-gradient(top, #273f97, #1d2e6e);
173 background-image: linear-gradient(to bottom, #273f97, #1d2e6e);
174 background-repeat: repeat-x;
175 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff273f97', endColorstr='#ff1d2e6e', GradientType=0);
176 border-color: #1d2e6e #1d2e6e #0d1532;
177 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
178 *background-color: #1d2e6e;
179 /* Darken IE7 buttons by default so they stand out more given they won't have borders */
180
181 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
182}
183.btn-custom-darken:hover,
184.btn-custom-darken:focus,
185.btn-custom-darken:active,
186.btn-custom-darken.active,
187.btn-custom-darken.disabled,
188.btn-custom-darken[disabled] {
189 color: #ffffff;
190 background-color: #1d2e6e;
191 *background-color: #17265a;
192}
193.btn-custom-darken:active,
194.btn-custom-darken.active {
195 background-color: #121d46 ;
196}
genia.likes.science@gmail.comba4533f2013-05-13 04:25:31 -0700197
198.span6 {
199 padding: 24px;
200}