blob: 38e4abe638acd03ca878383478abaaed9db5a4e4 [file] [log] [blame]
madhusudancs@gmail.com2e1e54c2013-03-31 02:31:10 +00001body {
2 background: none repeat scroll 0 0 white;
genia.likes.science@gmail.com9d239d12013-05-14 01:31:28 -07003 color: #17265a;
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
37button.btn {
38 clear: both;
39 float: left;
40 margin: 20px 0 0 10px;;
41}
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
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
genia.likes.science@gmail.com9d239d12013-05-14 01:31:28 -0700150.navbar .nav > li > a {
151 color: #17265a;
152}
153
genia.likes.science@gmail.combcd0ea12013-05-13 01:34:31 -0700154i {
155 margin-left: 4px;
156}
genia.likes.science@gmail.com8e686842013-05-13 01:52:47 -0700157
158.btn-custom-darken.active {
159 color: rgba(255, 255, 255, 0.75);
160}
161.btn-custom-darken {
162 color: #ffffff;
163 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
164 background-color: #233887;
165 background-image: -moz-linear-gradient(top, #273f97, #1d2e6e);
166 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#273f97), to(#1d2e6e));
167 background-image: -webkit-linear-gradient(top, #273f97, #1d2e6e);
168 background-image: -o-linear-gradient(top, #273f97, #1d2e6e);
169 background-image: linear-gradient(to bottom, #273f97, #1d2e6e);
170 background-repeat: repeat-x;
171 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff273f97', endColorstr='#ff1d2e6e', GradientType=0);
172 border-color: #1d2e6e #1d2e6e #0d1532;
173 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
174 *background-color: #1d2e6e;
175 /* Darken IE7 buttons by default so they stand out more given they won't have borders */
176
177 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
178}
179.btn-custom-darken:hover,
180.btn-custom-darken:focus,
181.btn-custom-darken:active,
182.btn-custom-darken.active,
183.btn-custom-darken.disabled,
184.btn-custom-darken[disabled] {
185 color: #ffffff;
186 background-color: #1d2e6e;
187 *background-color: #17265a;
188}
189.btn-custom-darken:active,
190.btn-custom-darken.active {
191 background-color: #121d46 ;
192}
genia.likes.science@gmail.comba4533f2013-05-13 04:25:31 -0700193
194.span6 {
195 padding: 24px;
196}