madhusudancs@gmail.com | 2e1e54c | 2013-03-31 02:31:10 +0000 | [diff] [blame] | 1 | body { |
| 2 | background: none repeat scroll 0 0 white; |
genia.likes.science@gmail.com | 6995caf | 2013-05-20 18:05:02 -0700 | [diff] [blame] | 3 | color: black; |
madhusudancs@gmail.com | 2e1e54c | 2013-03-31 02:31:10 +0000 | [diff] [blame] | 4 | font-family: 'Bitter'; |
| 5 | font-size: 14px; |
| 6 | line-height: 17px; |
| 7 | width: 100%; |
| 8 | } |
| 9 | |
| 10 | .content { |
genia.likes.science@gmail.com | bcd0ea1 | 2013-05-13 01:34:31 -0700 | [diff] [blame] | 11 | margin-top: 36px; |
madhusudancs@gmail.com | 2e1e54c | 2013-03-31 02:31:10 +0000 | [diff] [blame] | 12 | } |
| 13 | |
| 14 | label.query, label.result { |
| 15 | font-size: 24px; |
| 16 | padding-bottom: 10px; |
| 17 | font-weight: bold; |
genia.likes.science@gmail.com | d427d44 | 2013-05-24 10:58:56 -0700 | [diff] [blame] | 18 | color : #17265a; |
madhusudancs@gmail.com | 2e1e54c | 2013-03-31 02:31:10 +0000 | [diff] [blame] | 19 | } |
| 20 | |
| 21 | div.host { |
| 22 | float: left; |
| 23 | margin: 0 100px 0 10px; |
| 24 | } |
| 25 | |
| 26 | div.port { |
| 27 | } |
| 28 | |
| 29 | div.left { |
| 30 | float: left; |
| 31 | width: 320px; |
| 32 | padding: 0 20px 0 10px; |
| 33 | } |
| 34 | |
| 35 | div.right { |
| 36 | } |
| 37 | |
genia.likes.science@gmail.com | 024749d | 2013-05-20 21:33:08 -0700 | [diff] [blame] | 38 | #run-btn { |
madhusudancs@gmail.com | 2e1e54c | 2013-03-31 02:31:10 +0000 | [diff] [blame] | 39 | } |
| 40 | |
genia.likes.science@gmail.com | 016314e | 2013-05-25 03:19:07 -0700 | [diff] [blame] | 41 | #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.com | 2e1e54c | 2013-03-31 02:31:10 +0000 | [diff] [blame] | 48 | textarea.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.com | 833aea7 | 2013-04-04 22:38:29 +0000 | [diff] [blame] | 58 | color: #333; |
madhusudancs@gmail.com | 2e1e54c | 2013-03-31 02:31:10 +0000 | [diff] [blame] | 59 | resize: none; |
| 60 | border: 10px solid #eee; |
| 61 | } |
| 62 | |
madhusudancs@gmail.com | 2e1e54c | 2013-03-31 02:31:10 +0000 | [diff] [blame] | 63 | label { |
| 64 | padding-top: 10px; |
| 65 | } |
| 66 | |
genia.likes.science@gmail.com | 016314e | 2013-05-25 03:19:07 -0700 | [diff] [blame] | 67 | #opts { |
| 68 | margin-right: 4px; |
| 69 | } |
| 70 | |
madhusudancs@gmail.com | 2e1e54c | 2013-03-31 02:31:10 +0000 | [diff] [blame] | 71 | input[type=text] { |
| 72 | height: 20px; |
| 73 | } |
| 74 | |
| 75 | pre { |
| 76 | overflow: auto; |
| 77 | white-space: pre; |
| 78 | } |
| 79 | |
| 80 | div.output label.heading { |
| 81 | font-size: 24px; |
| 82 | margin-top: 2px; |
| 83 | padding-bottom: 10px; |
| 84 | font-weight: bold; |
genia.likes.science@gmail.com | d427d44 | 2013-05-24 10:58:56 -0700 | [diff] [blame] | 85 | color : #17265a; |
genia.likes.science@gmail.com | b0680b3 | 2013-05-22 16:21:53 -0700 | [diff] [blame] | 86 | } |
| 87 | |
Madhusudan.C.S | e7bdea6 | 2013-06-02 14:34:30 -0700 | [diff] [blame] | 88 | div.output label.heading.error { |
| 89 | color: #E03809; |
| 90 | } |
| 91 | |
genia.likes.science@gmail.com | b0680b3 | 2013-05-22 16:21:53 -0700 | [diff] [blame] | 92 | div.output h4 { |
genia.likes.science@gmail.com | 9d239d1 | 2013-05-14 01:31:28 -0700 | [diff] [blame] | 93 | color : #17265a; |
madhusudancs@gmail.com | 2e1e54c | 2013-03-31 02:31:10 +0000 | [diff] [blame] | 94 | } |
| 95 | |
genia.likes.science@gmail.com | b0680b3 | 2013-05-22 16:21:53 -0700 | [diff] [blame] | 96 | a.accordion-toggle { |
genia.likes.science@gmail.com | c69cb70 | 2013-05-22 12:50:52 -0700 | [diff] [blame] | 97 | color : #17265a; |
| 98 | } |
| 99 | |
Madhusudan.C.S | e7bdea6 | 2013-06-02 14:34:30 -0700 | [diff] [blame] | 100 | .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.com | 2e1e54c | 2013-03-31 02:31:10 +0000 | [diff] [blame] | 108 | div.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.com | 6acd314 | 2013-04-05 01:16:28 +0000 | [diff] [blame] | 117 | div.output .message pre.error { |
Madhusudan.C.S | e7bdea6 | 2013-06-02 14:34:30 -0700 | [diff] [blame] | 118 | border: 0; |
madhusudancs@gmail.com | 2e1e54c | 2013-03-31 02:31:10 +0000 | [diff] [blame] | 119 | } |
| 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.com | bcd0ea1 | 2013-05-13 01:34:31 -0700 | [diff] [blame] | 155 | |
| 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.com | 6995caf | 2013-05-20 18:05:02 -0700 | [diff] [blame] | 164 | /*.navbar .nav > li > a { |
genia.likes.science@gmail.com | 9d239d1 | 2013-05-14 01:31:28 -0700 | [diff] [blame] | 165 | color: #17265a; |
genia.likes.science@gmail.com | 6995caf | 2013-05-20 18:05:02 -0700 | [diff] [blame] | 166 | }*/ |
genia.likes.science@gmail.com | 9d239d1 | 2013-05-14 01:31:28 -0700 | [diff] [blame] | 167 | |
genia.likes.science@gmail.com | 5db8ef2 | 2013-05-24 14:05:55 -0700 | [diff] [blame] | 168 | .extarget { |
genia.likes.science@gmail.com | bcd0ea1 | 2013-05-13 01:34:31 -0700 | [diff] [blame] | 169 | margin-left: 4px; |
genia.likes.science@gmail.com | 5db8ef2 | 2013-05-24 14:05:55 -0700 | [diff] [blame] | 170 | padding-bottom: 2px; |
genia.likes.science@gmail.com | bcd0ea1 | 2013-05-13 01:34:31 -0700 | [diff] [blame] | 171 | } |
genia.likes.science@gmail.com | 8e68684 | 2013-05-13 01:52:47 -0700 | [diff] [blame] | 172 | |
| 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.com | ba4533f | 2013-05-13 04:25:31 -0700 | [diff] [blame] | 208 | |
| 209 | .span6 { |
| 210 | padding: 24px; |
| 211 | } |