blob: 81365e338e3c4befa39f9d28adf7d460bc966715 [file] [log] [blame]
madhusudancs@gmail.com2e1e54c2013-03-31 02:31:10 +00001body {
2 background: none repeat scroll 0 0 white;
3 color: #222222;
4 font-family: 'Bitter';
5 font-size: 14px;
6 line-height: 17px;
7 width: 100%;
genia.likes.science@gmail.combcd0ea12013-05-13 01:34:31 -07008 padding: 24px;
madhusudancs@gmail.com2e1e54c2013-03-31 02:31:10 +00009}
10
11.content {
genia.likes.science@gmail.combcd0ea12013-05-13 01:34:31 -070012 margin-top: 36px;
madhusudancs@gmail.com2e1e54c2013-03-31 02:31:10 +000013}
14
15label.query, label.result {
16 font-size: 24px;
17 padding-bottom: 10px;
18 font-weight: bold;
19}
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
38button.btn {
39 clear: both;
40 float: left;
41 margin: 20px 0 0 10px;;
42}
43
44textarea.query {
45 -webkit-box-sizing: border-box;
46 -moz-box-sizing: border-box;
47 -ms-box-sizing: border-box;
48 box-sizing: border-box;
49 font-size: 16px;
50 line-height: 20px;
51 font-family: bitter, helvetica;
52 width: 100%;
53 padding: 10px;
madhusudancs@gmail.com833aea72013-04-04 22:38:29 +000054 color: #333;
madhusudancs@gmail.com2e1e54c2013-03-31 02:31:10 +000055 resize: none;
56 border: 10px solid #eee;
57}
58
madhusudancs@gmail.com2e1e54c2013-03-31 02:31:10 +000059label {
60 padding-top: 10px;
61}
62
63input[type=text] {
64 height: 20px;
65}
66
67pre {
68 overflow: auto;
69 white-space: pre;
70}
71
72div.output label.heading {
73 font-size: 24px;
74 margin-top: 2px;
75 padding-bottom: 10px;
76 font-weight: bold;
77}
78
79div.output .message {
80 -webkit-box-sizing: border-box;
81 -moz-box-sizing: border-box;
82 -ms-box-sizing: border-box;
83 box-sizing: border-box;
84 color: #000;
85 resize: none;
86}
87
madhusudancs@gmail.com6acd3142013-04-05 01:16:28 +000088div.output .message pre.error {
madhusudancs@gmail.com2e1e54c2013-03-31 02:31:10 +000089 -webkit-box-sizing: border-box;
90 -moz-box-sizing: border-box;
91 -ms-box-sizing: border-box;
92 box-sizing: border-box;
93 border-color: rgba(82, 168, 236, 0.8);
94 outline: 0;
95 outline: thin dotted 9;
96
97 -webkit-box-shadow: inset 0 1px 1px rgba(250, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.8);
98 -moz-box-shadow: inset 0 1px 1px rgba(250, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 1.0);
99 box-shadow: inset 0 1px 1px rgba(250, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 1.0);
100 color: #000;
101 resize: none;
102 border: 1px solid #eee;
103 margin-top: 7px;
104 padding: 20px 20px 20px 20px;
105}
106
107.footer {
108 margin-top: 40px;
109}
110
111.footer .line {
112 border-top: 1px solid #EEEEEE;
113 bottom: 20px;
114 height: 10px;
115 left: 0;
116 position: fixed;
117 width: 100%;
118}
119
120.footer .content {
121 background: none repeat scroll 0 0 #FFFFFF;
122 bottom: 0;
123 color: #666666;
124 font-size: 12px;
125 height: 25px;
126 left: 0;
127 padding-top: 5px;
128 position: fixed;
129 width: 100%;
130}
131
132.footer .content .left {
133 padding-left: 20px;
134 float: left;
135}
136
137.footer .content .right {
138 padding-right: 20px;
139 float: right;
140}
genia.likes.science@gmail.combcd0ea12013-05-13 01:34:31 -0700141
142.navbar .brand {
143 width: 160px;
144 height: 40px;
145 overflow: visible;
146 padding-top: 0;
147 padding-bottom: 0;
148}
149
150i {
151 margin-left: 4px;
152}
genia.likes.science@gmail.com8e686842013-05-13 01:52:47 -0700153
154.btn-custom-darken.active {
155 color: rgba(255, 255, 255, 0.75);
156}
157.btn-custom-darken {
158 color: #ffffff;
159 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
160 background-color: #233887;
161 background-image: -moz-linear-gradient(top, #273f97, #1d2e6e);
162 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#273f97), to(#1d2e6e));
163 background-image: -webkit-linear-gradient(top, #273f97, #1d2e6e);
164 background-image: -o-linear-gradient(top, #273f97, #1d2e6e);
165 background-image: linear-gradient(to bottom, #273f97, #1d2e6e);
166 background-repeat: repeat-x;
167 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff273f97', endColorstr='#ff1d2e6e', GradientType=0);
168 border-color: #1d2e6e #1d2e6e #0d1532;
169 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
170 *background-color: #1d2e6e;
171 /* Darken IE7 buttons by default so they stand out more given they won't have borders */
172
173 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
174}
175.btn-custom-darken:hover,
176.btn-custom-darken:focus,
177.btn-custom-darken:active,
178.btn-custom-darken.active,
179.btn-custom-darken.disabled,
180.btn-custom-darken[disabled] {
181 color: #ffffff;
182 background-color: #1d2e6e;
183 *background-color: #17265a;
184}
185.btn-custom-darken:active,
186.btn-custom-darken.active {
187 background-color: #121d46 ;
188}